.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #f3f6f4;
}
body {
  font-family: Source Serif 4;
}
.display-1 {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 5.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.875rem;
}
.display-2 {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 3rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-7 {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 1.375rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.71875rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.85rem;
    font-size: calc( 2.5749999999999997rem + (5.5 - 2.5749999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.5749999999999997rem + (5.5 - 2.5749999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #cad2c5 !important;
}
.bg-success {
  background-color: #7de7b6 !important;
}
.bg-info {
  background-color: #6de0f7 !important;
}
.bg-warning {
  background-color: #ffd965 !important;
}
.bg-danger {
  background-color: #e87c86 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #cad2c5 !important;
  border-color: #cad2c5 !important;
  color: #4a5642 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #e4e8e2 !important;
  border-color: #e4e8e2 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #4a5642 !important;
  background-color: #e4e8e2 !important;
  border-color: #e4e8e2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #52796f !important;
  border-color: #52796f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #67978b !important;
  border-color: #67978b !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #67978b !important;
  border-color: #67978b !important;
}
.btn-info,
.btn-info:active {
  background-color: #6de0f7 !important;
  border-color: #6de0f7 !important;
  color: #055160 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #9deafa !important;
  border-color: #9deafa !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #055160 !important;
  background-color: #9deafa !important;
  border-color: #9deafa !important;
}
.btn-success,
.btn-success:active {
  background-color: #7de7b6 !important;
  border-color: #7de7b6 !important;
  color: #105535 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #a8efce !important;
  border-color: #a8efce !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #105535 !important;
  background-color: #a8efce !important;
  border-color: #a8efce !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffd965 !important;
  border-color: #ffd965 !important;
  color: #654c00 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffe698 !important;
  border-color: #ffe698 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #654c00 !important;
  background-color: #ffe698 !important;
  border-color: #ffe698 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e87c86 !important;
  border-color: #e87c86 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #f0a7ae !important;
  border-color: #f0a7ae !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #f0a7ae !important;
  border-color: #f0a7ae !important;
}
.btn-white,
.btn-white:active {
  background-color: #ededed !important;
  border-color: #ededed !important;
  color: #6e6e6e !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #6e6e6e !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #cad2c5;
  color: #cad2c5;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #9dac94 !important;
  background-color: transparent !important;
  border-color: #9dac94 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #4a5642 !important;
  background-color: #cad2c5 !important;
  border-color: #cad2c5 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #52796f;
  color: #52796f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #2f4540 !important;
  background-color: transparent !important;
  border-color: #2f4540 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #52796f !important;
  border-color: #52796f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #6de0f7;
  color: #6de0f7;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #1bcff2 !important;
  background-color: transparent !important;
  border-color: #1bcff2 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #055160 !important;
  background-color: #6de0f7 !important;
  border-color: #6de0f7 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #7de7b6;
  color: #7de7b6;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #34d98d !important;
  background-color: transparent !important;
  border-color: #34d98d !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #105535 !important;
  background-color: #7de7b6 !important;
  border-color: #7de7b6 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffd965;
  color: #ffd965;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffc40e !important;
  background-color: transparent !important;
  border-color: #ffc40e !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #654c00 !important;
  background-color: #ffd965 !important;
  border-color: #ffd965 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #e87c86;
  color: #e87c86;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #db3242 !important;
  background-color: transparent !important;
  border-color: #db3242 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e87c86 !important;
  border-color: #e87c86 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #cad2c5 !important;
}
.text-secondary {
  color: #52796f !important;
}
.text-success {
  color: #7de7b6 !important;
}
.text-info {
  color: #6de0f7 !important;
}
.text-warning {
  color: #ffd965 !important;
}
.text-danger {
  color: #e87c86 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #96a58c !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #293c37 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #28d686 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0dcbf1 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #febf00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #d82636 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #cad2c5;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #6de0f7;
}
.alert-warning {
  background-color: #ffd965;
}
.alert-danger {
  background-color: #e87c86;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #cad2c5;
  border-color: #cad2c5;
  color: #56644e;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #cad2c5;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.71875rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #cad2c5 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.71875rem;
}
blockquote {
  border-color: #cad2c5;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #cad2c5;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #cad2c5;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #cad2c5;
  border-bottom-color: #cad2c5;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #cad2c5 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #52796f !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23cad2c5' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 10px 16px;
  border-radius: 500px !important;
  border: none !important;
  font-weight: 400;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  position: relative;
  padding: 0 2px 0;
}
.mbr-section-btn .btn-primary-outline::before,
.mbr-section-btn-main .btn-primary-outline::before,
.mbr-section-btn .btn-secondary-outline::before,
.mbr-section-btn-main .btn-secondary-outline::before,
.mbr-section-btn .btn-success-outline::before,
.mbr-section-btn-main .btn-success-outline::before,
.mbr-section-btn .btn-info-outline::before,
.mbr-section-btn-main .btn-info-outline::before,
.mbr-section-btn .btn-warning-outline::before,
.mbr-section-btn-main .btn-warning-outline::before,
.mbr-section-btn .btn-danger-outline::before,
.mbr-section-btn-main .btn-danger-outline::before,
.mbr-section-btn .btn-black-outline::before,
.mbr-section-btn-main .btn-black-outline::before,
.mbr-section-btn .btn-white-outline::before,
.mbr-section-btn-main .btn-white-outline::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-primary-outline:hover::before,
.mbr-section-btn-main .btn-primary-outline:hover::before,
.mbr-section-btn .btn-secondary-outline:hover::before,
.mbr-section-btn-main .btn-secondary-outline:hover::before,
.mbr-section-btn .btn-success-outline:hover::before,
.mbr-section-btn-main .btn-success-outline:hover::before,
.mbr-section-btn .btn-info-outline:hover::before,
.mbr-section-btn-main .btn-info-outline:hover::before,
.mbr-section-btn .btn-warning-outline:hover::before,
.mbr-section-btn-main .btn-warning-outline:hover::before,
.mbr-section-btn .btn-danger-outline:hover::before,
.mbr-section-btn-main .btn-danger-outline:hover::before,
.mbr-section-btn .btn-black-outline:hover::before,
.mbr-section-btn-main .btn-black-outline:hover::before,
.mbr-section-btn .btn-white-outline:hover::before,
.mbr-section-btn-main .btn-white-outline:hover::before,
.mbr-section-btn .btn-primary-outline:focus::before,
.mbr-section-btn-main .btn-primary-outline:focus::before,
.mbr-section-btn .btn-secondary-outline:focus::before,
.mbr-section-btn-main .btn-secondary-outline:focus::before,
.mbr-section-btn .btn-success-outline:focus::before,
.mbr-section-btn-main .btn-success-outline:focus::before,
.mbr-section-btn .btn-info-outline:focus::before,
.mbr-section-btn-main .btn-info-outline:focus::before,
.mbr-section-btn .btn-warning-outline:focus::before,
.mbr-section-btn-main .btn-warning-outline:focus::before,
.mbr-section-btn .btn-danger-outline:focus::before,
.mbr-section-btn-main .btn-danger-outline:focus::before,
.mbr-section-btn .btn-black-outline:focus::before,
.mbr-section-btn-main .btn-black-outline:focus::before,
.mbr-section-btn .btn-white-outline:focus::before,
.mbr-section-btn-main .btn-white-outline:focus::before {
  width: 0;
}
.mbr-section-btn .btn-primary-outline::before,
.mbr-section-btn-main .btn-primary-outline::before {
  background-color: #cad2c5;
}
.mbr-section-btn .btn-secondary-outline::before,
.mbr-section-btn-main .btn-secondary-outline::before {
  background-color: #52796f;
}
.mbr-section-btn .btn-success-outline::before,
.mbr-section-btn-main .btn-success-outline::before {
  background-color: #7de7b6;
}
.mbr-section-btn .btn-info-outline::before,
.mbr-section-btn-main .btn-info-outline::before {
  background-color: #6de0f7;
}
.mbr-section-btn .btn-warning-outline::before,
.mbr-section-btn-main .btn-warning-outline::before {
  background-color: #ffd965;
}
.mbr-section-btn .btn-danger-outline::before,
.mbr-section-btn-main .btn-danger-outline::before {
  background-color: #e87c86;
}
.mbr-section-btn .btn-black-outline::before,
.mbr-section-btn-main .btn-black-outline::before {
  background-color: #000000;
}
.mbr-section-btn .btn-white-outline::before,
.mbr-section-btn-main .btn-white-outline::before {
  background-color: #ffffff;
}
img {
  border-radius: 2rem !important;
}
.cid-uHih9iCILp {
  background-color: #ffffff;
}
.cid-uHih9iCILp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHih9iCILp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHih9iCILp .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uHih9iCILp .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uHih9iCILp .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uHih9iCILp .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uHih9iCILp .container {
    padding: 0 24px;
  }
}
.cid-uHih9iCILp .content-wrapper {
  position: relative;
  overflow: hidden;
  border: 1px solid #edeceb;
  border-radius: 2rem;
  padding: 80px 48px 0;
}
@media (max-width: 992px) {
  .cid-uHih9iCILp .content-wrapper {
    padding: 48px 24px 0;
  }
}
.cid-uHih9iCILp .content-wrapper .main-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uHih9iCILp .content-wrapper .main-image-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border-radius: 2rem;
  background-color: #fbfaf9;
  opacity: 0.7;
  z-index: 1;
}
.cid-uHih9iCILp .content-wrapper .main-image-wrap .main-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uHih9iCILp .content-wrapper .content-wrap {
  position: relative;
  z-index: 1;
}
.cid-uHih9iCILp .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uHih9iCILp .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uHih9iCILp .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uHih9iCILp .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uHih9iCILp .content-wrapper .content-wrap .people-wrapper {
  margin-top: 22px;
}
.cid-uHih9iCILp .content-wrapper .content-wrap .people-wrapper .people-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uHih9iCILp .content-wrapper .content-wrap .people-wrapper .people-wrap {
    display: block;
  }
}
.cid-uHih9iCILp .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper {
  display: flex;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uHih9iCILp .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-uHih9iCILp .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper img {
  width: 45px;
  height: 45px;
  border-radius: 100% !important;
  border: 2px solid #ffffff;
  margin-left: -10px;
  object-fit: cover;
}
.cid-uHih9iCILp .content-wrapper .content-wrap .people-wrapper .people-wrap .images-wrapper img:first-child {
  margin-left: 0;
}
.cid-uHih9iCILp .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uHih9iCILp .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap {
    text-align: center;
  }
}
.cid-uHih9iCILp .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating {
  margin-bottom: 0;
  margin-right: 2px;
}
.cid-uHih9iCILp .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .rating-wrapper .rating-wrap .mbr-rating:last-child {
  margin-right: 0;
}
.cid-uHih9iCILp .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .mbr-people {
  opacity: 0.5;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHih9iCILp .content-wrapper .content-wrap .people-wrapper .people-wrap .rating-content .mbr-people {
    text-align: center;
  }
}
.cid-uHih9iCILp .content-wrapper .content-wrap .image-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
.cid-uHih9iCILp .content-wrapper .content-wrap .image-wrapper .image-wrap {
  width: 1200px;
  border: 16px solid #f3f6f4;
  background-color: #f3f6f4;
  border-radius: 1rem;
  margin-bottom: -16px;
}
@media (max-width: 992px) {
  .cid-uHih9iCILp .content-wrapper .content-wrap .image-wrapper .image-wrap {
    border: 8px solid #f3f6f4;
  }
}
.cid-uHih9iCILp .content-wrapper .content-wrap .image-wrapper .image-wrap img {
  height: 470px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px 10px 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uHih9iCILp .content-wrapper .content-wrap .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uHih9iCILp .mbr-section-title {
  color: #18212d;
}
.cid-uHih9iCILp .mbr-desc,
.cid-uHih9iCILp .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uHih9iCILp .mbr-text,
.cid-uHih9iCILp .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uHih9iCILp .mbr-rating {
  color: #EFCC4E;
}
.cid-uHih9iCILp .mbr-people {
  color: #18212d;
  text-align: center;
}
.cid-uHih9iCILp .mbr-section-title,
.cid-uHih9iCILp .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uHih9iCILp .mbr-rating,
.cid-uHih9iCILp .rating-wrapper,
.cid-uHih9iCILp .people-wrapper {
  text-align: center;
}
.cid-uHih9jywMX {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uHih9jywMX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHih9jywMX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHih9jywMX .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uHih9jywMX .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uHih9jywMX .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uHih9jywMX .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uHih9jywMX .container {
    padding: 0 24px;
  }
}
.cid-uHih9jywMX .content-wrapper {
  display: flex;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uHih9jywMX .content-wrapper {
    display: block;
  }
}
.cid-uHih9jywMX .content-wrapper .content-wrap {
  width: 50%;
  padding: 150px 64px;
}
@media (max-width: 1440px) {
  .cid-uHih9jywMX .content-wrapper .content-wrap {
    padding: 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uHih9jywMX .content-wrapper .content-wrap {
    width: 100%;
    padding: 24px 24px 32px;
  }
}
.cid-uHih9jywMX .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uHih9jywMX .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uHih9jywMX .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 22px;
}
.cid-uHih9jywMX .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uHih9jywMX .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uHih9jywMX .content-wrapper .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uHih9jywMX .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uHih9jywMX .mbr-section-title {
  color: #18212d;
}
.cid-uHih9jywMX .mbr-desc {
  color: #18212d;
}
.cid-uHih9jywMX .mbr-text {
  color: #000000;
}
.cid-uHih9jywMX .mbr-desc,
.cid-uHih9jywMX .desc-wrapper {
  color: #000000;
}
.cid-uHih9jywMX .mbr-section-title,
.cid-uHih9jywMX .mbr-section-btn {
  color: #000000;
}
.cid-uHih9mWTFj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uHih9mWTFj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHih9mWTFj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHih9mWTFj .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uHih9mWTFj .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uHih9mWTFj .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uHih9mWTFj .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uHih9mWTFj .container {
    padding: 0 24px;
  }
}
.cid-uHih9mWTFj .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1440px) {
  .cid-uHih9mWTFj .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uHih9mWTFj .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uHih9mWTFj .item .item-wrapper .item-img {
  display: flex;
  align-items: flex-end;
  height: 630px;
  position: relative;
  padding: 32px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uHih9mWTFj .item .item-wrapper .item-img {
    height: 350px;
    padding: 24px;
  }
}
.cid-uHih9mWTFj .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uHih9mWTFj .item .item-wrapper .item-img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uHih9mWTFj .item .item-wrapper .item-img .date-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uHih9mWTFj .item .item-wrapper .item-img .date-wrapper .item-date {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 0;
  border-radius: 500px;
  z-index: 1;
  background-color: #f9f7f4;
  border: 1px solid #edeceb;
}
.cid-uHih9mWTFj .item .item-wrapper .item-content {
  position: relative;
  padding: 32px;
  border-radius: 2rem;
  background-color: #f9f7f4;
  border: 1px solid #edeceb;
}
@media (max-width: 992px) {
  .cid-uHih9mWTFj .item .item-wrapper .item-content {
    padding: 24px;
  }
}
.cid-uHih9mWTFj .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uHih9mWTFj .item .item-wrapper .item-content .item-text {
  margin-bottom: 16px;
}
.cid-uHih9mWTFj .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uHih9mWTFj .item-title {
  color: #18212d;
}
.cid-uHih9mWTFj .item-text {
  color: #000000;
}
.cid-uHih9mWTFj .item-date {
  color: #ffffff;
}
.cid-uHih9mWTFj .item-date,
.cid-uHih9mWTFj .date-wrapper {
  color: #000000;
}
.cid-uHih9mWTFj .item-title,
.cid-uHih9mWTFj .mbr-section-btn {
  color: #000000;
}
.cid-uHih9ozwiN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uHih9ozwiN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHih9ozwiN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHih9ozwiN .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uHih9ozwiN .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uHih9ozwiN .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uHih9ozwiN .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uHih9ozwiN .container {
    padding: 0 24px;
  }
}
.cid-uHih9ozwiN .content-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uHih9ozwiN .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uHih9ozwiN .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uHih9ozwiN .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uHih9ozwiN .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHih9ozwiN .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uHih9ozwiN .item {
  margin-bottom: 32px;
}
.cid-uHih9ozwiN .item .item-wrapper {
  height: 100%;
}
.cid-uHih9ozwiN .item .item-wrapper .item-img img {
  height: 420px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uHih9ozwiN .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uHih9ozwiN .item .item-wrapper .card-box {
  padding: 48px;
  background-color: #fbfaf9;
  height: 100%;
  border: 1px solid #e8eff0;
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .cid-uHih9ozwiN .item .item-wrapper .card-box {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uHih9ozwiN .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-uHih9ozwiN .item .item-wrapper .card-box .item-title,
.cid-uHih9ozwiN .item .item-wrapper .card-box .item-title_2 {
  margin-bottom: 32px;
}
.cid-uHih9ozwiN .item .item-wrapper .card-box .text-wrap .item-text,
.cid-uHih9ozwiN .item .item-wrapper .card-box .text-wrap .item-text_2 {
  margin-bottom: 22px;
}
.cid-uHih9ozwiN .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uHih9ozwiN .item .item-wrapper .dark-card {
  background-color: #cad2c5;
  border: none;
}
.cid-uHih9ozwiN .item .item-wrapper .middle-card {
  background-color: #84a98c;
  border: none;
}
.cid-uHih9ozwiN .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uHih9ozwiN .mbr-desc,
.cid-uHih9ozwiN .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uHih9ozwiN .mbr-text,
.cid-uHih9ozwiN .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uHih9ozwiN .item-title {
  color: #000000;
}
.cid-uHih9ozwiN .item-text {
  color: #18212d;
}
.cid-uHih9ozwiN .item-title_2 {
  color: #000000;
}
.cid-uHih9ozwiN .item-text_2 {
  color: #ffffff;
}
.cid-uHih9ozwiN .item-text,
.cid-uHih9ozwiN .mbr-section-btn {
  color: #000000;
}
.cid-uHih9ozwiN .item-text_2,
.cid-uHih9ozwiN .mbr-section-btn {
  color: #000000;
}
.cid-uHih9ozwiN .item-title_3 {
  color: #000000;
}
.cid-uHih9ozwiN .item-text_3,
.cid-uHih9ozwiN .mbr-section-btn {
  color: #000000;
}
.cid-uHilLsLHJD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #dce8eb;
}
.cid-uHilLsLHJD .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: currentColor;
  margin-right: 1rem;
  transition: all 0.3s;
  transform: rotate(90deg);
}
.cid-uHilLsLHJD .panel-group {
  border: none;
}
.cid-uHilLsLHJD .card-header {
  padding: 1.2rem 1rem;
}
@media (max-width: 767px) {
  .cid-uHilLsLHJD .card-header {
    padding: 1rem 0rem;
  }
}
.cid-uHilLsLHJD .panel-body {
  padding: 0 1rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uHilLsLHJD .panel-body {
    padding: 0rem;
  }
}
.cid-uHilLsLHJD .content {
  max-width: 500px;
  margin: 5rem auto;
}
.cid-uHilLsLHJD .img-col {
  padding: 0;
}
.cid-uHilLsLHJD .img-item {
  height: 100%;
}
.cid-uHilLsLHJD img {
  height: 100%;
  object-fit: cover;
}
.cid-uHilLsLHJD .container-fluid {
  padding: 0 1rem;
}
.cid-uHilLsLHJD .collapsed span {
  transform: rotate(0deg);
}
.cid-uHilLsLHJD .panel-title {
  display: flex;
  align-items: center;
}
.cid-uHilLsLHJD .mbri-arrow-up {
  transform: rotate(45deg);
}
.cid-uHilLsLHJD .panel-title-edit {
  color: #000000;
}
.cid-uHilLsLHJD .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 10px;
}
.cid-uHilLsLHJD .card {
  background: white;
  padding: 0rem 1rem;
  border-radius: 10px!important;
}
.cid-uHilLsLHJD .panel-title-edit,
.cid-uHilLsLHJD .mbr-iconfont {
  color: #1b2026;
}
.cid-uHilLsLHJD .panel-text {
  color: #777777;
}
.cid-uHilLsLHJD H4 {
  color: #777777;
}
.cid-uHilLsLHJD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHilLsLHJD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHilLsLHJD H3 {
  color: #393193;
}
.cid-uHih9p88pE {
  background-color: #ffffff;
}
.cid-uHih9p88pE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHih9p88pE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHih9p88pE .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uHih9p88pE .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uHih9p88pE .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uHih9p88pE .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uHih9p88pE .container {
    padding: 0 24px;
  }
}
.cid-uHih9p88pE .row {
  justify-content: center;
}
.cid-uHih9p88pE .content-wrapper {
  padding: 200px 48px;
  position: relative;
  display: flex;
  justify-content: center;
  border: 1px solid #353535;
  border-radius: 2rem !important;
}
@media (max-width: 992px) {
  .cid-uHih9p88pE .content-wrapper {
    padding: 64px 24px;
  }
}
.cid-uHih9p88pE .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uHih9p88pE .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border-radius: 2rem;
  background-color: #c7ced1;
  opacity: 0.7;
  z-index: 1;
}
.cid-uHih9p88pE .content-wrapper .content-wrap {
  position: relative;
  z-index: 2;
  max-width: 75rem;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uHih9p88pE .content-wrapper .content-wrap {
    display: block;
    max-width: 100%;
  }
}
.cid-uHih9p88pE .content-wrapper .content-wrap .title-wrapper {
  width: 50%;
  padding-right: 32px;
}
@media (max-width: 1440px) {
  .cid-uHih9p88pE .content-wrapper .content-wrap .title-wrapper {
    padding-right: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uHih9p88pE .content-wrapper .content-wrap .title-wrapper {
    padding-right: 0;
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uHih9p88pE .content-wrapper .content-wrap .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uHih9p88pE .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uHih9p88pE .content-wrapper .content-wrap .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHih9p88pE .content-wrapper .content-wrap .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uHih9p88pE .content-wrapper .content-wrap .title-wrapper .social-wrapper {
  margin-top: 48px;
}
@media (max-width: 992px) {
  .cid-uHih9p88pE .content-wrapper .content-wrap .title-wrapper .social-wrapper {
    margin-top: 32px;
  }
}
.cid-uHih9p88pE .content-wrapper .content-wrap .title-wrapper .social-wrapper .social-wrap {
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 32px;
}
@media (max-width: 1200px) {
  .cid-uHih9p88pE .content-wrapper .content-wrap .title-wrapper .social-wrapper .social-wrap {
    grid-template-columns: 1fr;
  }
}
.cid-uHih9p88pE .content-wrapper .content-wrap .title-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-uHih9p88pE .content-wrapper .content-wrap .title-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  opacity: 0.5;
}
.cid-uHih9p88pE .content-wrapper .content-wrap .title-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-uHih9p88pE .content-wrapper .content-wrap .title-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
  background-color: #ffffff;
}
.cid-uHih9p88pE .content-wrapper .content-wrap .title-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #18212d;
  font-size: 18px;
}
.cid-uHih9p88pE .content-wrapper .content-wrap .title-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.cid-uHih9p88pE .content-wrapper .content-wrap .form-wrapper {
  width: 50%;
  background-color: #ffffff;
  border: 1px solid #353535;
  border-radius: 2rem;
  padding: 40px;
  margin-left: 32px;
}
@media (max-width: 1440px) {
  .cid-uHih9p88pE .content-wrapper .content-wrap .form-wrapper {
    margin-left: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uHih9p88pE .content-wrapper .content-wrap .form-wrapper {
    margin-left: 0;
    padding: 16px;
    border-radius: 1rem;
    width: 100%;
  }
}
.cid-uHih9p88pE .content-wrapper .content-wrap .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uHih9p88pE .content-wrapper .content-wrap .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 24px !important;
}
.cid-uHih9p88pE .content-wrapper .content-wrap .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 24px !important;
}
.cid-uHih9p88pE .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group {
  position: relative;
  margin-bottom: 24px !important;
}
.cid-uHih9p88pE .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group:hover::before,
.cid-uHih9p88pE .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group:focus::before {
  opacity: 1;
}
.cid-uHih9p88pE .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group:hover .form-control::placeholder,
.cid-uHih9p88pE .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group:focus .form-control::placeholder {
  opacity: 0.2;
}
.cid-uHih9p88pE .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 12px !important;
}
.cid-uHih9p88pE .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control {
  padding: 16px;
  border: 1px solid #353535 !important;
  box-shadow: none;
  border-radius: 8px !important;
  background-color: transparent;
}
.cid-uHih9p88pE .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uHih9p88pE .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #000000 !important;
}
.cid-uHih9p88pE .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cid-uHih9p88pE .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group textarea {
  min-height: 160px;
}
.cid-uHih9p88pE .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uHih9p88pE .content-wrapper .content-wrap .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #353535;
  border-color: #353535;
  border-radius: 0;
}
.cid-uHih9p88pE .content-wrapper .content-wrap .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uHih9p88pE .content-wrapper .content-wrap .form-wrapper .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-left: 0;
}
.cid-uHih9p88pE .mbr-section-title {
  color: #000000;
}
.cid-uHih9p88pE .mbr-desc {
  color: #18212d;
}
.cid-uHih9p88pE .mbr-text {
  color: #18212d;
}
.cid-uHih9p88pE .mbr-soc {
  color: #18212d;
}
.cid-uHih9p88pE label {
  color: #18212d;
}
.cid-uHih9p88pE .mbr-desc,
.cid-uHih9p88pE .desc-wrapper {
  color: #000000;
}
.cid-uHih9p88pE .mbr-text,
.cid-uHih9p88pE .text-wrapper {
  color: #000000;
}
.cid-uHih9p88pE .mbr-soc,
.cid-uHih9p88pE .social-wrapper {
  color: #000000;
}
.cid-uHih9pkKWC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #84a98c;
}
.cid-uHih9pkKWC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHih9pkKWC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHih9pkKWC .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uHih9pkKWC .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uHih9pkKWC .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uHih9pkKWC .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uHih9pkKWC .container {
    padding: 0 24px;
  }
}
.cid-uHih9pkKWC .row {
  justify-content: center;
}
.cid-uHih9pkKWC .content-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uHih9pkKWC .content-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uHih9pkKWC .content-wrapper .mbr-section-title {
  margin-bottom: 196px;
}
@media (max-width: 992px) {
  .cid-uHih9pkKWC .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uHih9pkKWC .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uHih9pkKWC .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-bottom: 16px;
}
.cid-uHih9pkKWC .content-wrapper .social-wrapper .social-wrap .soc-item:hover .mbr-soc,
.cid-uHih9pkKWC .content-wrapper .social-wrapper .social-wrap .soc-item:focus .mbr-soc {
  color: #c8b1e4;
}
.cid-uHih9pkKWC .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
}
.cid-uHih9pkKWC .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  margin-right: 16px;
  border: 1px solid #ffffff;
}
.cid-uHih9pkKWC .content-wrapper .social-wrapper .social-wrap .soc-item a .icon-wrapper .mbr-iconfont {
  position: center;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
}
.cid-uHih9pkKWC .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-soc {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uHih9pkKWC .content-wrap {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uHih9pkKWC .content-wrap {
    margin-bottom: 48px;
  }
}
.cid-uHih9pkKWC .content-wrap .list-wrapper {
  margin-bottom: 22px;
}
.cid-uHih9pkKWC .list-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-uHih9pkKWC .list-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uHih9pkKWC .list-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uHih9pkKWC .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uHih9pkKWC .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.cid-uHih9pkKWC .list-wrapper .list .item-wrap:hover,
.cid-uHih9pkKWC .list-wrapper .list .item-wrap:focus {
  color: #c8b1e4;
}
.cid-uHih9pkKWC .list-wrapper .list .item-wrap:hover::before,
.cid-uHih9pkKWC .list-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uHih9pkKWC .list-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #c8b1e4;
  transition: all 0.3s ease-in-out;
}
.cid-uHih9pkKWC .mbr-copy {
  margin-bottom: 0;
  color: #000000;
}
.cid-uHih9pkKWC .mbr-section-title {
  color: #FFFFFF;
}
.cid-uHih9pkKWC .mbr-soc {
  color: #ffffff;
}
.cid-uHih9pkKWC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uHih9pkKWC .list {
  color: #bbbbbb;
}
.cid-uHih9pkKWC .mbr-soc,
.cid-uHih9pkKWC .social-wrapper {
  color: #FFFFFF;
}
.cid-uHih9pkKWC .mbr-section-subtitle,
.cid-uHih9pkKWC .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uHih9pkKWC .list,
.cid-uHih9pkKWC .item-wrap,
.cid-uHih9pkKWC .list-wrapper {
  color: #FFFFFF;
}
