.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 {
  font-family: Rethink Sans;
}
.display-1 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 5.4rem;
  line-height: .92;
}
.display-1 > .mbr-iconfont {
  font-size: 6.75rem;
}
.display-2 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 3.4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.25rem;
}
.display-4 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 2.2rem;
  line-height: 1.15;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.6;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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.32rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.78rem;
    font-size: calc( 2.54rem + (5.4 - 2.54) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.54rem + (5.4 - 2.54) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((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: #f7036a !important;
}
.bg-success {
  background-color: #b488f1 !important;
}
.bg-info {
  background-color: #f3f3e9 !important;
}
.bg-warning {
  background-color: #fd589e !important;
}
.bg-danger {
  background-color: #38001b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f7036a !important;
  border-color: #f7036a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #fc3187 !important;
  border-color: #fc3187 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #fc3187 !important;
  border-color: #fc3187 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #90f188 !important;
  border-color: #90f188 !important;
  color: #146d0d !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #bbf6b6 !important;
  border-color: #bbf6b6 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #146d0d !important;
  background-color: #bbf6b6 !important;
  border-color: #bbf6b6 !important;
}
.btn-info,
.btn-info:active {
  background-color: #f3f3e9 !important;
  border-color: #f3f3e9 !important;
  color: #8f8f4e !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #8f8f4e !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #b488f1 !important;
  border-color: #b488f1 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #d1b6f6 !important;
  border-color: #d1b6f6 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #d1b6f6 !important;
  border-color: #d1b6f6 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #fd589e !important;
  border-color: #fd589e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #fe8abb !important;
  border-color: #fe8abb !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #fe8abb !important;
  border-color: #fe8abb !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #38001b !important;
  border-color: #38001b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #6b0034 !important;
  border-color: #6b0034 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #6b0034 !important;
  border-color: #6b0034 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !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: #757b62 !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: #f7036a;
  color: #f7036a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a10245 !important;
  background-color: transparent !important;
  border-color: #a10245 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f7036a !important;
  border-color: #f7036a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #90f188;
  color: #90f188;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #48e83a !important;
  background-color: transparent !important;
  border-color: #48e83a !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #146d0d !important;
  background-color: #90f188 !important;
  border-color: #90f188 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #f3f3e9;
  color: #f3f3e9;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4b1 !important;
  background-color: transparent !important;
  border-color: #d4d4b1 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #8f8f4e !important;
  background-color: #f3f3e9 !important;
  border-color: #f3f3e9 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #b488f1;
  color: #b488f1;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #833ae8 !important;
  background-color: transparent !important;
  border-color: #833ae8 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #b488f1 !important;
  border-color: #b488f1 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #fd589e;
  color: #fd589e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #fb036c !important;
  background-color: transparent !important;
  border-color: #fb036c !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #fd589e !important;
  border-color: #fd589e !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #38001b;
  color: #38001b;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #38001b !important;
  border-color: #38001b !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: #f7036a !important;
}
.text-secondary {
  color: #90f188 !important;
}
.text-success {
  color: #b488f1 !important;
}
.text-info {
  color: #f3f3e9 !important;
}
.text-warning {
  color: #fd589e !important;
}
.text-danger {
  color: #38001b !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #92023f !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #3be62d !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #7a2de6 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cfcfa7 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ec0366 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !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: #f7036a;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f3f3e9;
}
.alert-warning {
  background-color: #fd589e;
}
.alert-danger {
  background-color: #38001b;
}
.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: #f7036a;
  border-color: #f7036a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #f7036a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fec8df;
}
.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: #ff1f8b;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #f7036a !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #f7036a;
}
/* 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: #f7036a;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f7036a;
}
.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: #f7036a;
  border-bottom-color: #f7036a;
}
.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: #ffffff !important;
  background-color: #f7036a !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #90f188 !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='%23f7036a' %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: 14px 15px;
  border-radius: 6.25rem !important;
  transition: all .3s ease;
  font-weight: 400 !important;
  border: none !important;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin-left: .5em;
}
.mbr-section-btn .btn-primary .mbr-iconfont,
.mbr-section-btn-main .btn-primary .mbr-iconfont {
  color: #90f188 !important;
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn-main .btn-primary:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn-main .btn-primary:focus {
  background-color: #90f188 !important;
  color: #f7036a !important;
}
.mbr-section-btn .btn-primary:hover .mbr-iconfont,
.mbr-section-btn-main .btn-primary:hover .mbr-iconfont,
.mbr-section-btn .btn-primary:focus .mbr-iconfont,
.mbr-section-btn-main .btn-primary:focus .mbr-iconfont {
  color: #f7036a !important;
}
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary {
  color: #f7036a !important;
}
.mbr-section-btn .btn-secondary:hover,
.mbr-section-btn-main .btn-secondary:hover,
.mbr-section-btn .btn-secondary:focus,
.mbr-section-btn-main .btn-secondary:focus {
  background-color: #f7036a !important;
  color: #90f188 !important;
}
.mbr-section-btn .btn-secondary:hover .mbr-iconfont,
.mbr-section-btn-main .btn-secondary:hover .mbr-iconfont,
.mbr-section-btn .btn-secondary:focus .mbr-iconfont,
.mbr-section-btn-main .btn-secondary:focus .mbr-iconfont {
  color: #90f188 !important;
}
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success {
  color: #38001b !important;
}
.mbr-section-btn .btn-success:hover,
.mbr-section-btn-main .btn-success:hover,
.mbr-section-btn .btn-success:focus,
.mbr-section-btn-main .btn-success:focus {
  background-color: #38001b !important;
  color: #b488f1 !important;
}
.mbr-section-btn .btn-success:hover .mbr-iconfont,
.mbr-section-btn-main .btn-success:hover .mbr-iconfont,
.mbr-section-btn .btn-success:focus .mbr-iconfont,
.mbr-section-btn-main .btn-success:focus .mbr-iconfont {
  color: #b488f1 !important;
}
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info {
  color: #f7036a !important;
}
.mbr-section-btn .btn-info .mbr-iconfont,
.mbr-section-btn-main .btn-info .mbr-iconfont {
  color: #90f188 !important;
}
.mbr-section-btn .btn-info:hover,
.mbr-section-btn-main .btn-info:hover,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn-main .btn-info:focus {
  background-color: #90f188 !important;
  color: #f7036a !important;
}
.mbr-section-btn .btn-info:hover .mbr-iconfont,
.mbr-section-btn-main .btn-info:hover .mbr-iconfont,
.mbr-section-btn .btn-info:focus .mbr-iconfont,
.mbr-section-btn-main .btn-info:focus .mbr-iconfont {
  color: #f7036a !important;
}
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning {
  color: #38001b !important;
}
.mbr-section-btn .btn-warning:hover,
.mbr-section-btn-main .btn-warning:hover,
.mbr-section-btn .btn-warning:focus,
.mbr-section-btn-main .btn-warning:focus {
  background-color: #38001b !important;
  color: #f3f3e9 !important;
}
.mbr-section-btn .btn-warning:hover .mbr-iconfont,
.mbr-section-btn-main .btn-warning:hover .mbr-iconfont,
.mbr-section-btn .btn-warning:focus .mbr-iconfont,
.mbr-section-btn-main .btn-warning:focus .mbr-iconfont {
  color: #fd589e !important;
}
.mbr-section-btn .btn-danger,
.mbr-section-btn-main .btn-danger {
  color: #fd589e !important;
}
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn-main .btn-danger:hover,
.mbr-section-btn .btn-danger:focus,
.mbr-section-btn-main .btn-danger:focus {
  background-color: #fd589e !important;
  color: #f3f3e9 !important;
}
.mbr-section-btn .btn-danger:hover .mbr-iconfont,
.mbr-section-btn-main .btn-danger:hover .mbr-iconfont,
.mbr-section-btn .btn-danger:focus .mbr-iconfont,
.mbr-section-btn-main .btn-danger:focus .mbr-iconfont {
  color: #38001b !important;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline {
  text-decoration: underline;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn-main .btn-primary-outline:focus {
  text-decoration-color: transparent;
  background-color: #f7036a !important;
  color: #f3f3e9 !important;
}
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline {
  text-decoration: underline;
}
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover,
.mbr-section-btn .btn-secondary-outline:focus,
.mbr-section-btn-main .btn-secondary-outline:focus {
  text-decoration-color: transparent;
  background-color: #90f188 !important;
  color: #f7036a !important;
}
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline {
  text-decoration: underline;
}
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover,
.mbr-section-btn .btn-success-outline:focus,
.mbr-section-btn-main .btn-success-outline:focus {
  text-decoration-color: transparent;
  background-color: #b488f1 !important;
  color: #f7036a !important;
}
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline {
  text-decoration: underline;
}
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn-main .btn-info-outline:focus {
  text-decoration-color: transparent;
  background-color: #f3f3e9 !important;
  color: #f7036a !important;
}
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline {
  text-decoration: underline;
}
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover,
.mbr-section-btn .btn-warning-outline:focus,
.mbr-section-btn-main .btn-warning-outline:focus {
  text-decoration-color: transparent;
  background-color: #fd589e !important;
  color: #f7036a !important;
}
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline {
  text-decoration: underline;
}
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover,
.mbr-section-btn .btn-danger-outline:focus,
.mbr-section-btn-main .btn-danger-outline:focus {
  text-decoration-color: transparent;
  background-color: #38001b !important;
  color: #f7036a !important;
}
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline {
  text-decoration: underline;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn-main .btn-black-outline:hover,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn-main .btn-black-outline:focus {
  text-decoration-color: transparent;
  background-color: #000000 !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  text-decoration: underline;
}
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn-main .btn-white-outline:hover,
.mbr-section-btn .btn-white-outline:focus,
.mbr-section-btn-main .btn-white-outline:focus {
  text-decoration-color: transparent;
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-u37oHZbbSu {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-u37oHZbbSu .navbar-dropdown {
  background: #ffedf7 !important;
  padding: 0;
}
.cid-u37oHZbbSu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffedf7 !important;
  background: #ffedf7;
}
.cid-u37oHZbbSu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u37oHZbbSu .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u37oHZbbSu .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u37oHZbbSu .menu_box .navbar.opened,
  .cid-u37oHZbbSu .menu_box .navbar-collapse {
    background-color: #ffedf7 !important;
    transition: all 0s ease 0s;
  }
}
.cid-u37oHZbbSu nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-u37oHZbbSu .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-u37oHZbbSu .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u37oHZbbSu .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u37oHZbbSu .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u37oHZbbSu .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u37oHZbbSu .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #d8e7ee;
  }
  .cid-u37oHZbbSu .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u37oHZbbSu .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u37oHZbbSu .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u37oHZbbSu .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u37oHZbbSu .offcanvas-body .mbr-text,
  .cid-u37oHZbbSu .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u37oHZbbSu .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u37oHZbbSu .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u37oHZbbSu .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #0f1d07;
  }
  .cid-u37oHZbbSu .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u37oHZbbSu .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u37oHZbbSu .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u37oHZbbSu .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u37oHZbbSu ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u37oHZbbSu .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u37oHZbbSu .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u37oHZbbSu .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u37oHZbbSu li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u37oHZbbSu .lg_brand {
    margin: 0 1rem;
  }
  .cid-u37oHZbbSu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-u37oHZbbSu .nav-item {
  margin: 0 5px;
}
@media (min-width: 1200px) {
  .cid-u37oHZbbSu .nav-item {
    margin: 0 5px;
  }
}
@media (max-width: 991px) {
  .cid-u37oHZbbSu .nav-item {
    margin: 0 !important;
  }
}
.cid-u37oHZbbSu .nav-item .nav-link {
  transition: all 0.3s ease-in-out;
  border-radius: 100vw;
}
.cid-u37oHZbbSu .nav-item .nav-link:hover,
.cid-u37oHZbbSu .nav-item .nav-link:focus {
  background-color: #0f1d07 !important;
  color: #ffedf7 !important;
}
.cid-u37oHZbbSu .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u37oHZbbSu .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u37oHZbbSu .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u37oHZbbSu .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u37oHZbbSu .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u37oHZbbSu .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u37oHZbbSu .offcanvas_box {
    display: none;
  }
}
.cid-u37oHZbbSu .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u37oHZbbSu .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u37oHZbbSu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u37oHZbbSu .container {
  display: flex;
  margin: auto;
}
.cid-u37oHZbbSu .iconfont-wrapper {
  color: #0f1d07;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u37oHZbbSu .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u37oHZbbSu .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u37oHZbbSu .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u37oHZbbSu .navbar-nav {
    margin: 0;
  }
}
.cid-u37oHZbbSu .dropdown-menu,
.cid-u37oHZbbSu .navbar.opened {
  background-color: true !important;
}
.cid-u37oHZbbSu .nav-item:focus,
.cid-u37oHZbbSu .nav-link:focus {
  outline: none;
}
.cid-u37oHZbbSu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u37oHZbbSu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u37oHZbbSu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u37oHZbbSu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u37oHZbbSu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u37oHZbbSu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u37oHZbbSu .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u37oHZbbSu .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u37oHZbbSu .navbar.opened {
  transition: all 0.3s;
}
.cid-u37oHZbbSu .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u37oHZbbSu .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-u37oHZbbSu .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-u37oHZbbSu .navbar.collapsed {
  justify-content: center;
}
.cid-u37oHZbbSu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u37oHZbbSu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u37oHZbbSu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u37oHZbbSu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u37oHZbbSu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u37oHZbbSu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u37oHZbbSu .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u37oHZbbSu .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u37oHZbbSu .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u37oHZbbSu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u37oHZbbSu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u37oHZbbSu .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u37oHZbbSu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u37oHZbbSu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u37oHZbbSu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u37oHZbbSu .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u37oHZbbSu .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u37oHZbbSu .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u37oHZbbSu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u37oHZbbSu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u37oHZbbSu .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u37oHZbbSu .navbar.navbar-short {
  min-height: 60px;
}
.cid-u37oHZbbSu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u37oHZbbSu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u37oHZbbSu .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u37oHZbbSu .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-u37oHZbbSu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u37oHZbbSu .dropdown-item.active,
.cid-u37oHZbbSu .dropdown-item:active {
  background-color: transparent;
}
.cid-u37oHZbbSu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-u37oHZbbSu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u37oHZbbSu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u37oHZbbSu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u37oHZbbSu ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u37oHZbbSu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u37oHZbbSu button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffedf7;
  background: #90f188;
}
.cid-u37oHZbbSu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0f1d07;
}
.cid-u37oHZbbSu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u37oHZbbSu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u37oHZbbSu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u37oHZbbSu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u37oHZbbSu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u37oHZbbSu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u37oHZbbSu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u37oHZbbSu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u37oHZbbSu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u37oHZbbSu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u37oHZbbSu .navbar {
    height: 70px;
  }
  .cid-u37oHZbbSu .navbar.opened {
    height: auto;
  }
  .cid-u37oHZbbSu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u37oHZbbSu .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-u37oHZbbSu .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-u37oHZbbSu .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u37oHZbbSu .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u37oHZbbSu .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-u37oHZbbSu .navbar-caption:hover {
  color: #f7036a;
}
@media (min-width: 992px) {
  .cid-u37oHZbbSu .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u37oHZbbSu .text_widget {
  margin-bottom: 32px;
}
.cid-u37oHZbbSu .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u37oHZbbSu .text_widget a:hover,
.cid-u37oHZbbSu .text_widget a:focus {
  opacity: .8;
}
.cid-u37oHZbbSu .mbr-section-subtitle {
  color: #0f1d07;
  text-align: center;
}
.cid-u37oHZbbSu .navbar-caption {
  color: #0f1d07;
}
.cid-u37oHZbbSu .mbr-text {
  color: #0f1d07;
  text-align: center;
}
.cid-u37oHZbbSu .navigation-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u37oHZbbSu .navigation-wrapper {
    display: block;
  }
}
.cid-u37oHZbbSu .navigation-wrapper .navbar-nav.nav-dropdown {
  position: relative;
  display: -webkit-inline-flex;
  width: fit-content;
  padding: 7px;
  border-radius: 100vw !important;
}
@media (max-width: 992px) {
  .cid-u37oHZbbSu .navigation-wrapper .navbar-nav.nav-dropdown {
    padding: 0;
    border-radius: 0 !important;
  }
}
.cid-u37oHZbbSu .navigation-wrapper .navbar-nav.nav-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffedf7;
  opacity: .7;
  border-radius: 100vw !important;
}
@media (max-width: 992px) {
  .cid-u37oHZbbSu .navigation-wrapper .navbar-nav.nav-dropdown::before {
    display: none;
  }
}
.cid-u37oHZbbSu .mbr-section-subtitle,
.cid-u37oHZbbSu .text_widget,
.cid-u37oHZbbSu .mbr-section-btn {
  text-align: center;
}
.cid-u37oHZbbSu a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uSpWhtW1A6 {
  padding-top: 12rem;
  padding-bottom: 5rem;
  position: relative;
  align-items: center;
  background-color: #ffffff;
}
.cid-uSpWhtW1A6 .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uSpWhtW1A6 .image-wrap {
    padding: 16px;
  }
}
.cid-uSpWhtW1A6 .image-wrap img {
  width: 100%;
  height: 70%;
  object-fit: cover;
}
.cid-uSpWhtW1A6 .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .cid-uSpWhtW1A6 .image-overlay {
    padding: 16px;
  }
}
.cid-uSpWhtW1A6 .image-overlay .image-over {
  background-color: #151e11;
  z-index: 2;
  opacity: 0.5;
  width: 100%;
  height: 70%;
}
.cid-uSpWhtW1A6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSpWhtW1A6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSpWhtW1A6 .row {
  justify-content: center;
}
.cid-uSpWhtW1A6 .mbr-section-title {
  position: relative;
  z-index: 2;
  margin: 160px 20px;
  color: #fff7ee;
  text-align: center;
}
@media (max-width: 1440px) {
  .cid-uSpWhtW1A6 .mbr-section-title {
    margin: 60px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uSpWhtW1A6 .mbr-section-title {
    margin: 30px 16px;
  }
}
.cid-uSpWhtW1A6 .card-wrapper {
  padding: 90px;
  position: relative;
  z-index: 2;
  background-color: #fff8fc;
}
@media (max-width: 992px) {
  .cid-uSpWhtW1A6 .card-wrapper {
    padding: 30px 16px;
  }
}
.cid-uSpWhtW1A6 .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uSpWhtW1A6 .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uSpWhtW1A6 .mbr-text,
.cid-uSpWhtW1A6 .text-wrapper {
  color: #fff7ee;
  text-align: center;
}
.cid-uSpWhtW1A6 .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uSpWhtW1A6 .mbr-text,
.cid-uSpWhtW1A6 .mbr-section-btn {
  text-align: center;
}
.cid-uSpWhtW1A6 .mbr-text,
.cid-uSpWhtW1A6 .text-wrapper,
.cid-uSpWhtW1A6 .mbr-section-btn {
  color: #000000;
}
.cid-uSpV7xOlOk {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: #fff8fc;
}
.cid-uSpV7xOlOk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSpV7xOlOk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSpV7xOlOk .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-uSpV7xOlOk .item-container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 0;
}
.cid-uSpV7xOlOk .frame-item {
  width: 40px;
  height: 1px;
  margin-right: 20px;
  background-color: #45494e;
}
.cid-uSpV7xOlOk .card-text {
  color: #45494E;
  flex-grow: 1;
}
.cid-uSpM19nzMS {
  padding-top: 7rem;
  padding-bottom: 8rem;
  background-color: #ffedf7;
  overflow: hidden;
}
.cid-uSpM19nzMS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSpM19nzMS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSpM19nzMS .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #ffedf7, #ffffff);
  box-shadow: 10px 10px 19px #ffedf7, -10px -10px 19px #ffffff;
}
@media (max-width: 767px) {
  .cid-uSpM19nzMS .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-uSpM19nzMS .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-uSpM19nzMS .card-title {
  color: #212428;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-uSpM19nzMS .card-title {
    margin-bottom: 20px;
  }
}
.cid-uSpM19nzMS .card-subtitle {
  color: #212428;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-uSpM19nzMS .card-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uSpM19nzMS .card-text {
  color: #212428;
  margin-bottom: 0;
}
.cid-uSpXo0DRvN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffedf7;
}
.cid-uSpXo0DRvN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSpXo0DRvN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSpXo0DRvN .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uSpXo0DRvN .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uSpXo0DRvN .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uSpXo0DRvN .container {
    padding: 0 20px;
  }
}
.cid-uSpXo0DRvN .row {
  justify-content: center;
}
.cid-uSpXo0DRvN .content-wrapper {
  display: flex;
  padding: 50px;
  border-radius: 2rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSpXo0DRvN .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uSpXo0DRvN .content-wrapper .card {
  justify-content: space-between;
}
.cid-uSpXo0DRvN .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uSpXo0DRvN .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uSpXo0DRvN .content-wrapper .image-wrapper img {
  height: 800px;
  object-fit: cover;
  border-radius: 2rem !important;
}
@media (max-width: 992px) {
  .cid-uSpXo0DRvN .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uSpXo0DRvN .content-wrapper .content-wrap {
  width: 50%;
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-uSpXo0DRvN .content-wrapper .content-wrap {
    width: 100%;
    padding-left: 0;
  }
}
.cid-uSpXo0DRvN .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 40px;
  line-height: 1;
}
.cid-uSpXo0DRvN .content-wrapper .content-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uSpXo0DRvN .content-wrapper .content-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
}
.cid-uSpXo0DRvN .mbr-text {
  color: #000000;
}
.cid-uSpXo0DRvN .mbr-name {
  color: #000000;
}
.cid-uSpXo0DRvN .mbr-role {
  color: #ab0c47;
}
.cid-uSpNeAv1mS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSpNeAv1mS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSpNeAv1mS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uSpNeAv1mS .container {
    padding: 0 30px;
  }
}
.cid-uSpNeAv1mS .row {
  justify-content: center;
}
.cid-uSpNeAv1mS .item {
  margin-bottom: 70px;
}
.cid-uSpNeAv1mS .item .item-wrapper {
  margin: 0 6px;
}
@media (max-width: 992px) {
  .cid-uSpNeAv1mS .item .item-wrapper {
    margin: 0;
  }
}
.cid-uSpNeAv1mS .item .item-wrapper .item-img {
  padding: 60px 80px;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffedf7;
  border-radius: 10px;
  margin-bottom: 22px;
}
@media (max-width: 1200px) {
  .cid-uSpNeAv1mS .item .item-wrapper .item-img {
    padding: 60px 40px;
  }
}
.cid-uSpNeAv1mS .item .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.cid-uSpNeAv1mS .item:nth-child(2) .item-wrapper .item-img {
  background-color: #ffedf7;
}
.cid-uSpNeAv1mS .item .item-content {
  margin: 0 6px;
}
@media (max-width: 992px) {
  .cid-uSpNeAv1mS .item .item-content {
    margin: 0;
  }
}
.cid-uSpNeAv1mS .item .item-content .mbr-card-title {
  margin-bottom: 22px;
}
.cid-uSpNeAv1mS .mbr-card-title {
  color: #000000;
}
.cid-uSpNeAv1mS .mbr-card-title,
.cid-uSpNeAv1mS .mbr-section-btn {
  text-align: center;
}
.cid-uSmJp73NRW {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #ffedf7;
}
.cid-uSmJp73NRW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSmJp73NRW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSmJp73NRW .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uSmJp73NRW .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uSmJp73NRW .container {
    padding: 0 12px;
  }
}
.cid-uSmJp73NRW .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uSmJp73NRW .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uSmJp73NRW .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #ffffff;
  box-shadow: 4px 4px #ffffff;
  background-color: #fff8fc;
}
@media (max-width: 992px) {
  .cid-uSmJp73NRW .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uSmJp73NRW .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uSmJp73NRW .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uSmJp73NRW .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uSmJp73NRW .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uSmJp73NRW .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uSmJp73NRW .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uSmJp73NRW .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uSmJp73NRW .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uSmJp73NRW .mbr-section-subtitle {
  color: #222222;
}
.cid-uSmJp73NRW .mbr-text {
  color: #222222;
}
.cid-uSmJp73NRW .list {
  color: #222222;
}
.cid-uSmJIQQoz2 {
  padding-top: 5rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/thewell-cta-struggling-pregnant-gettyimages-466829206v2.jpg-1546x1056.jpg");
}
.cid-uSmJIQQoz2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSmJIQQoz2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSmJIQQoz2 .mbr-text,
.cid-uSmJIQQoz2 .mbr-section-btn {
  text-align: center;
}
.cid-uSmJIQQoz2 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-u37oMzwxpu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u37oMzwxpu .mbr-fallback-image.disabled {
  display: none;
}
.cid-u37oMzwxpu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u37oMzwxpu .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-u37oMzwxpu .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-u37oMzwxpu .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u37oMzwxpu .container {
    padding: 0 20px;
  }
}
.cid-u37oMzwxpu .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  border-radius: 100vw;
  padding: 14px 15px;
  margin-bottom: 80px;
  background-color: #fff8fc;
}
@media (max-width: 992px) {
  .cid-u37oMzwxpu .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
  }
}
.cid-u37oMzwxpu .content-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-u37oMzwxpu .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u37oMzwxpu .content-wrapper img {
  height: 900px;
  object-fit: cover;
  border-radius: 2rem !important;
}
.cid-u37oMzwxpu .mbr-section-title {
  color: #000000;
}
.cid-u37oMzwxpu .mbr-desc {
  color: #38001b;
}
.cid-u37oMzwxpu .mbr-desc,
.cid-u37oMzwxpu .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-u37oMzwxpu .mbr-section-title DIV {
  text-align: center;
}
.cid-uSmJOrTKxj {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #fff8fc;
}
.cid-uSmJOrTKxj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSmJOrTKxj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSmJOrTKxj .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uSmJOrTKxj .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uSmJOrTKxj .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uSmJOrTKxj .container {
    padding: 0 20px;
  }
}
.cid-uSmJOrTKxj .row {
  justify-content: center;
}
.cid-uSmJOrTKxj .desc-wrapper .mbr-desc {
  display: inline-flex;
  border-radius: 100vw;
  padding: 14px 15px;
  margin-bottom: 80px;
  background-color: #fff8fc;
}
@media (max-width: 992px) {
  .cid-uSmJOrTKxj .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
  }
}
.cid-uSmJOrTKxj .panel-group .card {
  border-radius: 20px !important;
  background-color: #fff8fc;
  margin-top: 40px;
  padding: 50px;
}
.cid-uSmJOrTKxj .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uSmJOrTKxj .panel-group .card {
    padding: 20px;
  }
}
.cid-uSmJOrTKxj .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uSmJOrTKxj .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uSmJOrTKxj .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uSmJOrTKxj .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  width: 32px;
  height: 32px;
  min-width: 32px;
  transition: all 0.3s ease-in-out;
  color: #0f1d07;
  margin-left: 20px;
}
.cid-uSmJOrTKxj .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uSmJOrTKxj .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-uSmJOrTKxj .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uSmJOrTKxj .mbr-desc {
  color: #ffffff;
}
.cid-uSmJOrTKxj .panel-title-edit {
  color: #0f1d07;
}
.cid-uSmJOrTKxj .panel-text {
  color: #0f1d07;
}
.cid-uSmJOrTKxj .mbr-desc,
.cid-uSmJOrTKxj .desc-wrapper {
  color: #000000;
}
.cid-uSpYd4vxFk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff8fc;
  display: flex;
  align-items: center;
}
.cid-uSpYd4vxFk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSpYd4vxFk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSpYd4vxFk .row {
  justify-content: flex-start;
}
.cid-uSpYd4vxFk .mbr-section-title {
  color: #1F1D1A;
  margin-bottom: 0;
}
.cid-uSpYd4vxFk .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-uSpSZPpp2n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff8fc;
}
.cid-uSpSZPpp2n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSpSZPpp2n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSpSZPpp2n .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uSpSZPpp2n .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uSpSZPpp2n .items-wrapper .item {
  margin-bottom: 4px;
}
@media (max-width: 992px) {
  .cid-uSpSZPpp2n .items-wrapper .item {
    margin-bottom: 2px;
  }
}
.cid-uSpSZPpp2n .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  background-color: #ffedf7;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uSpSZPpp2n .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uSpSZPpp2n .items-wrapper .item .item-wrapper .card-box {
  width: 50%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-uSpSZPpp2n .items-wrapper .item .item-wrapper .card-box {
    padding: 20px;
    width: 100%;
  }
}
.cid-uSpSZPpp2n .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 14px;
  transition: all .3s ease;
}
.cid-uSpSZPpp2n .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 14px;
  transition: all .3s ease;
}
.cid-uSpSZPpp2n .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uSpSZPpp2n .items-wrapper .item .item-wrapper .item-img {
  width: 50%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-uSpSZPpp2n .items-wrapper .item .item-wrapper .item-img {
    padding: 0 20px 20px;
    width: 100%;
  }
}
.cid-uSpSZPpp2n .items-wrapper .item .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uSpSZPpp2n .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-uSpSZPpp2n .items-wrapper .item .item-wrapper .card_2 {
    padding: 20px 20px 0;
  }
}
.cid-uSpSZPpp2n .mbr-section-title {
  color: #0f0f0f;
}
.cid-uSpSZPpp2n .card-title {
  color: #0f0f0f;
}
.cid-uSpSZPpp2n .card-text {
  color: #666666;
}
.cid-uSpSZPpp2n .card-title,
.cid-uSpSZPpp2n .mbr-section-btn {
  text-align: center;
}
.cid-uSpTGn7xxH {
  padding-top: 9rem;
  padding-bottom: 10rem;
  background-color: #fff8fc;
}
.cid-uSpTGn7xxH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSpTGn7xxH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSpTGn7xxH .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uSpTGn7xxH .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uSpTGn7xxH .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uSpTGn7xxH .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uSpTGn7xxH .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uSpTGn7xxH .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uSpTGn7xxH .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSpTGn7xxH .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uSpTGn7xxH .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uSpTGn7xxH .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uSpTGn7xxH .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uSpTGn7xxH .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uSpTGn7xxH .mbr-section-title {
  color: #050f0f;
}
.cid-uSpTGn7xxH .mbr-text {
  color: #050f0f;
}
.cid-uSpTGn7xxH .mbr-section-title,
.cid-uSpTGn7xxH .mbr-section-btn {
  color: #050f0f;
}
.cid-uSpU8GMwMk {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffedf7;
}
.cid-uSpU8GMwMk .mbr-overlay {
  padding: 0;
  background: #fff8fc;
  opacity: 1;
  transform: scale(3) skewX(25deg);
  transform-origin: left bottom;
  left: -100%;
}
.cid-uSpU8GMwMk .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #6a3649;
  text-align: center;
}
.cid-uSpU8GMwMk .title-text {
  color: #000000;
  text-align: center;
}
.cid-uSpU8GMwMk H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uSpU8GMwMk .section-text,
.cid-uSpU8GMwMk .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uSmSywRNJd {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background: #ffffff;
}
.cid-uSmSywRNJd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSmSywRNJd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSmSywRNJd .google-map {
  height: 30rem;
  position: relative;
}
.cid-uSmSywRNJd .google-map iframe {
  height: 100%;
  width: 100%;
  background-color: #fff8fc;
  padding: 4px;
}
.cid-uSmSywRNJd .google-map [data-state-details] {
  color: #4b4b4b;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uSmSywRNJd .google-map[data-state] {
  background: #fffff5;
}
.cid-uSmSywRNJd .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uSmCQu8xTP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffedf7;
}
.cid-uSmCQu8xTP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSmCQu8xTP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSmCQu8xTP .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uSmCQu8xTP .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uSmCQu8xTP .container {
    padding: 0 25px;
  }
}
.cid-uSmCQu8xTP .row {
  justify-content: center;
}
.cid-uSmCQu8xTP .mbr-section-title {
  margin-bottom: 130px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uSmCQu8xTP .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uSmCQu8xTP .list-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-uSmCQu8xTP .list-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uSmCQu8xTP .list-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uSmCQu8xTP .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uSmCQu8xTP .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
.cid-uSmCQu8xTP .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uSmCQu8xTP .list-wrapper .list .item-wrap:hover,
.cid-uSmCQu8xTP .list-wrapper .list .item-wrap:focus {
  text-decoration: underline;
}
@media (max-width: 992px) {
  .cid-uSmCQu8xTP .content-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uSmCQu8xTP .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uSmCQu8xTP .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uSmCQu8xTP .border-wrap {
  height: 2px;
  background-color: #000000;
  margin-bottom: 25px;
}
.cid-uSmCQu8xTP .social-wrap {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uSmCQu8xTP .social-wrap {
    margin-top: 20px;
    text-align: center;
  }
}
.cid-uSmCQu8xTP .social-wrap .social-row {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uSmCQu8xTP .social-wrap .social-row .soc-item {
  margin-right: 10px;
}
.cid-uSmCQu8xTP .social-wrap .social-row .soc-item a:hover .mbr-iconfont {
  background-color: #a0ffc2;
  color: #2f2e30;
}
.cid-uSmCQu8xTP .social-wrap .social-row .soc-item a .mbr-iconfont {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
  color: #ffffff;
}
.cid-uSmCQu8xTP .copyright {
  margin: 0;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uSmCQu8xTP .copyright {
    margin-bottom: 20px;
  }
}
.cid-uSmCQu8xTP .mbr-section-btn {
  text-align: center;
}
.cid-uSmCQu8xTP .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-uSmCQu8xTP .mbr-section-subtitle {
  color: #000000;
}
.cid-uSmCQu8xTP .mbr-text {
  color: #ffffff;
}
.cid-uSmCQu8xTP .list {
  color: #ffffff;
}
.cid-uSmCQu8xTP .list,
.cid-uSmCQu8xTP .item-wrap {
  text-align: left;
  color: #000000;
}
.cid-uSqUEPD044 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uSqUEPD044 .navbar-dropdown {
  background: #ffedf7 !important;
  padding: 0;
}
.cid-uSqUEPD044 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffedf7 !important;
  background: #ffedf7;
}
.cid-uSqUEPD044 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSqUEPD044 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uSqUEPD044 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uSqUEPD044 .menu_box .navbar.opened,
  .cid-uSqUEPD044 .menu_box .navbar-collapse {
    background-color: #ffedf7 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uSqUEPD044 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uSqUEPD044 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uSqUEPD044 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uSqUEPD044 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uSqUEPD044 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uSqUEPD044 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uSqUEPD044 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #d8e7ee;
  }
  .cid-uSqUEPD044 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uSqUEPD044 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uSqUEPD044 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uSqUEPD044 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uSqUEPD044 .offcanvas-body .mbr-text,
  .cid-uSqUEPD044 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uSqUEPD044 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uSqUEPD044 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uSqUEPD044 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #0f1d07;
  }
  .cid-uSqUEPD044 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uSqUEPD044 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uSqUEPD044 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uSqUEPD044 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uSqUEPD044 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uSqUEPD044 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSqUEPD044 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uSqUEPD044 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uSqUEPD044 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uSqUEPD044 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uSqUEPD044 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uSqUEPD044 .nav-item {
  margin: 0 5px;
}
@media (min-width: 1200px) {
  .cid-uSqUEPD044 .nav-item {
    margin: 0 5px;
  }
}
@media (max-width: 991px) {
  .cid-uSqUEPD044 .nav-item {
    margin: 0 !important;
  }
}
.cid-uSqUEPD044 .nav-item .nav-link {
  transition: all 0.3s ease-in-out;
  border-radius: 100vw;
}
.cid-uSqUEPD044 .nav-item .nav-link:hover,
.cid-uSqUEPD044 .nav-item .nav-link:focus {
  background-color: #0f1d07 !important;
  color: #ffedf7 !important;
}
.cid-uSqUEPD044 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uSqUEPD044 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uSqUEPD044 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uSqUEPD044 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSqUEPD044 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uSqUEPD044 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uSqUEPD044 .offcanvas_box {
    display: none;
  }
}
.cid-uSqUEPD044 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uSqUEPD044 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uSqUEPD044 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uSqUEPD044 .container {
  display: flex;
  margin: auto;
}
.cid-uSqUEPD044 .iconfont-wrapper {
  color: #0f1d07;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uSqUEPD044 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uSqUEPD044 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uSqUEPD044 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uSqUEPD044 .navbar-nav {
    margin: 0;
  }
}
.cid-uSqUEPD044 .dropdown-menu,
.cid-uSqUEPD044 .navbar.opened {
  background-color: true !important;
}
.cid-uSqUEPD044 .nav-item:focus,
.cid-uSqUEPD044 .nav-link:focus {
  outline: none;
}
.cid-uSqUEPD044 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSqUEPD044 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSqUEPD044 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSqUEPD044 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSqUEPD044 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSqUEPD044 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSqUEPD044 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uSqUEPD044 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uSqUEPD044 .navbar.opened {
  transition: all 0.3s;
}
.cid-uSqUEPD044 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uSqUEPD044 .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uSqUEPD044 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uSqUEPD044 .navbar.collapsed {
  justify-content: center;
}
.cid-uSqUEPD044 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSqUEPD044 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uSqUEPD044 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSqUEPD044 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSqUEPD044 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSqUEPD044 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uSqUEPD044 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uSqUEPD044 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uSqUEPD044 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uSqUEPD044 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSqUEPD044 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSqUEPD044 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uSqUEPD044 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSqUEPD044 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uSqUEPD044 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSqUEPD044 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uSqUEPD044 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uSqUEPD044 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uSqUEPD044 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uSqUEPD044 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSqUEPD044 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uSqUEPD044 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uSqUEPD044 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSqUEPD044 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uSqUEPD044 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uSqUEPD044 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uSqUEPD044 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSqUEPD044 .dropdown-item.active,
.cid-uSqUEPD044 .dropdown-item:active {
  background-color: transparent;
}
.cid-uSqUEPD044 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-uSqUEPD044 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSqUEPD044 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSqUEPD044 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSqUEPD044 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uSqUEPD044 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSqUEPD044 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffedf7;
  background: #90f188;
}
.cid-uSqUEPD044 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0f1d07;
}
.cid-uSqUEPD044 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSqUEPD044 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSqUEPD044 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSqUEPD044 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSqUEPD044 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSqUEPD044 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSqUEPD044 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSqUEPD044 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSqUEPD044 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uSqUEPD044 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uSqUEPD044 .navbar {
    height: 70px;
  }
  .cid-uSqUEPD044 .navbar.opened {
    height: auto;
  }
  .cid-uSqUEPD044 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSqUEPD044 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uSqUEPD044 .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uSqUEPD044 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uSqUEPD044 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uSqUEPD044 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-uSqUEPD044 .navbar-caption:hover {
  color: #f7036a;
}
@media (min-width: 992px) {
  .cid-uSqUEPD044 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uSqUEPD044 .text_widget {
  margin-bottom: 32px;
}
.cid-uSqUEPD044 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uSqUEPD044 .text_widget a:hover,
.cid-uSqUEPD044 .text_widget a:focus {
  opacity: .8;
}
.cid-uSqUEPD044 .mbr-section-subtitle {
  color: #0f1d07;
  text-align: center;
}
.cid-uSqUEPD044 .navbar-caption {
  color: #0f1d07;
}
.cid-uSqUEPD044 .mbr-text {
  color: #0f1d07;
  text-align: center;
}
.cid-uSqUEPD044 .navigation-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uSqUEPD044 .navigation-wrapper {
    display: block;
  }
}
.cid-uSqUEPD044 .navigation-wrapper .navbar-nav.nav-dropdown {
  position: relative;
  display: -webkit-inline-flex;
  width: fit-content;
  padding: 7px;
  border-radius: 100vw !important;
}
@media (max-width: 992px) {
  .cid-uSqUEPD044 .navigation-wrapper .navbar-nav.nav-dropdown {
    padding: 0;
    border-radius: 0 !important;
  }
}
.cid-uSqUEPD044 .navigation-wrapper .navbar-nav.nav-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffedf7;
  opacity: .7;
  border-radius: 100vw !important;
}
@media (max-width: 992px) {
  .cid-uSqUEPD044 .navigation-wrapper .navbar-nav.nav-dropdown::before {
    display: none;
  }
}
.cid-uSqUEPD044 .mbr-section-subtitle,
.cid-uSqUEPD044 .text_widget,
.cid-uSqUEPD044 .mbr-section-btn {
  text-align: center;
}
.cid-uSqUEPD044 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uSqUESDhH1 {
  padding-top: 12rem;
  padding-bottom: 5rem;
  position: relative;
  align-items: center;
  background-color: #ffedf7;
}
.cid-uSqUESDhH1 .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uSqUESDhH1 .image-wrap {
    padding: 16px;
  }
}
.cid-uSqUESDhH1 .image-wrap img {
  width: 100%;
  height: 70%;
  object-fit: cover;
}
.cid-uSqUESDhH1 .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .cid-uSqUESDhH1 .image-overlay {
    padding: 16px;
  }
}
.cid-uSqUESDhH1 .image-overlay .image-over {
  background-color: #151e11;
  z-index: 2;
  opacity: 0.5;
  width: 100%;
  height: 70%;
}
.cid-uSqUESDhH1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSqUESDhH1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSqUESDhH1 .row {
  justify-content: center;
}
.cid-uSqUESDhH1 .mbr-section-title {
  position: relative;
  z-index: 2;
  margin: 160px 20px;
  color: #fff7ee;
  text-align: center;
}
@media (max-width: 1440px) {
  .cid-uSqUESDhH1 .mbr-section-title {
    margin: 60px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uSqUESDhH1 .mbr-section-title {
    margin: 30px 16px;
  }
}
.cid-uSqUESDhH1 .card-wrapper {
  padding: 90px;
  position: relative;
  z-index: 2;
  background-color: #ffedf7;
}
@media (max-width: 992px) {
  .cid-uSqUESDhH1 .card-wrapper {
    padding: 30px 16px;
  }
}
.cid-uSqUESDhH1 .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uSqUESDhH1 .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uSqUESDhH1 .mbr-text,
.cid-uSqUESDhH1 .text-wrapper {
  color: #fff7ee;
  text-align: center;
}
.cid-uSqUESDhH1 .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uSqUESDhH1 .mbr-text,
.cid-uSqUESDhH1 .mbr-section-btn {
  text-align: center;
}
.cid-uSqUESDhH1 .mbr-text,
.cid-uSqUESDhH1 .text-wrapper,
.cid-uSqUESDhH1 .mbr-section-btn {
  color: #000000;
}
.cid-uSqUETzKi3 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffedf7;
}
.cid-uSqUETzKi3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSqUETzKi3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSqUETzKi3 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uSqUETzKi3 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uSqUETzKi3 .container {
    padding: 0 12px;
  }
}
.cid-uSqUETzKi3 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uSqUETzKi3 .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uSqUETzKi3 .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #ffffff;
  box-shadow: 4px 4px #ffffff;
  background-color: #fff8fc;
}
@media (max-width: 992px) {
  .cid-uSqUETzKi3 .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uSqUETzKi3 .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uSqUETzKi3 .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uSqUETzKi3 .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uSqUETzKi3 .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uSqUETzKi3 .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uSqUETzKi3 .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uSqUETzKi3 .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uSqUETzKi3 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uSqUETzKi3 .mbr-section-subtitle {
  color: #222222;
}
.cid-uSqUETzKi3 .mbr-text {
  color: #222222;
}
.cid-uSqUETzKi3 .list {
  color: #222222;
}
.cid-uSqUEUImqq {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background: #ffffff;
}
.cid-uSqUEUImqq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSqUEUImqq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSqUEUImqq .google-map {
  height: 30rem;
  position: relative;
}
.cid-uSqUEUImqq .google-map iframe {
  height: 100%;
  width: 100%;
  background-color: #fff8fc;
  padding: 4px;
}
.cid-uSqUEUImqq .google-map [data-state-details] {
  color: #4b4b4b;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uSqUEUImqq .google-map[data-state] {
  background: #fffff5;
}
.cid-uSqUEUImqq .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uSqUEWw0OS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffedf7;
}
.cid-uSqUEWw0OS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSqUEWw0OS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSqUEWw0OS .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uSqUEWw0OS .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uSqUEWw0OS .container {
    padding: 0 25px;
  }
}
.cid-uSqUEWw0OS .row {
  justify-content: center;
}
.cid-uSqUEWw0OS .mbr-section-title {
  margin-bottom: 130px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uSqUEWw0OS .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uSqUEWw0OS .list-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-uSqUEWw0OS .list-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uSqUEWw0OS .list-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uSqUEWw0OS .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uSqUEWw0OS .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
.cid-uSqUEWw0OS .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uSqUEWw0OS .list-wrapper .list .item-wrap:hover,
.cid-uSqUEWw0OS .list-wrapper .list .item-wrap:focus {
  text-decoration: underline;
}
@media (max-width: 992px) {
  .cid-uSqUEWw0OS .content-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uSqUEWw0OS .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uSqUEWw0OS .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uSqUEWw0OS .border-wrap {
  height: 2px;
  background-color: #000000;
  margin-bottom: 25px;
}
.cid-uSqUEWw0OS .social-wrap {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uSqUEWw0OS .social-wrap {
    margin-top: 20px;
    text-align: center;
  }
}
.cid-uSqUEWw0OS .social-wrap .social-row {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uSqUEWw0OS .social-wrap .social-row .soc-item {
  margin-right: 10px;
}
.cid-uSqUEWw0OS .social-wrap .social-row .soc-item a:hover .mbr-iconfont {
  background-color: #a0ffc2;
  color: #2f2e30;
}
.cid-uSqUEWw0OS .social-wrap .social-row .soc-item a .mbr-iconfont {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
  color: #ffffff;
}
.cid-uSqUEWw0OS .copyright {
  margin: 0;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uSqUEWw0OS .copyright {
    margin-bottom: 20px;
  }
}
.cid-uSqUEWw0OS .mbr-section-btn {
  text-align: center;
}
.cid-uSqUEWw0OS .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-uSqUEWw0OS .mbr-section-subtitle {
  color: #000000;
}
.cid-uSqUEWw0OS .mbr-text {
  color: #ffffff;
}
.cid-uSqUEWw0OS .list {
  color: #ffffff;
}
.cid-uSqUEWw0OS .list,
.cid-uSqUEWw0OS .item-wrap {
  text-align: left;
  color: #000000;
}
.cid-uSqTASqBtt {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uSqTASqBtt .navbar-dropdown {
  background: #ffedf7 !important;
  padding: 0;
}
.cid-uSqTASqBtt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffedf7 !important;
  background: #ffedf7;
}
.cid-uSqTASqBtt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSqTASqBtt .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uSqTASqBtt .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uSqTASqBtt .menu_box .navbar.opened,
  .cid-uSqTASqBtt .menu_box .navbar-collapse {
    background-color: #ffedf7 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uSqTASqBtt nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uSqTASqBtt .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uSqTASqBtt .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uSqTASqBtt .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uSqTASqBtt .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uSqTASqBtt .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uSqTASqBtt .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #d8e7ee;
  }
  .cid-uSqTASqBtt .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uSqTASqBtt .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uSqTASqBtt .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uSqTASqBtt .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uSqTASqBtt .offcanvas-body .mbr-text,
  .cid-uSqTASqBtt .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uSqTASqBtt .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uSqTASqBtt .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uSqTASqBtt .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #0f1d07;
  }
  .cid-uSqTASqBtt .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uSqTASqBtt .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uSqTASqBtt .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uSqTASqBtt .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uSqTASqBtt ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uSqTASqBtt .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSqTASqBtt .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uSqTASqBtt .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uSqTASqBtt li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uSqTASqBtt .lg_brand {
    margin: 0 1rem;
  }
  .cid-uSqTASqBtt .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uSqTASqBtt .nav-item {
  margin: 0 5px;
}
@media (min-width: 1200px) {
  .cid-uSqTASqBtt .nav-item {
    margin: 0 5px;
  }
}
@media (max-width: 991px) {
  .cid-uSqTASqBtt .nav-item {
    margin: 0 !important;
  }
}
.cid-uSqTASqBtt .nav-item .nav-link {
  transition: all 0.3s ease-in-out;
  border-radius: 100vw;
}
.cid-uSqTASqBtt .nav-item .nav-link:hover,
.cid-uSqTASqBtt .nav-item .nav-link:focus {
  background-color: #0f1d07 !important;
  color: #ffedf7 !important;
}
.cid-uSqTASqBtt .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uSqTASqBtt .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uSqTASqBtt .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uSqTASqBtt .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSqTASqBtt .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uSqTASqBtt .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uSqTASqBtt .offcanvas_box {
    display: none;
  }
}
.cid-uSqTASqBtt .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uSqTASqBtt .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uSqTASqBtt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uSqTASqBtt .container {
  display: flex;
  margin: auto;
}
.cid-uSqTASqBtt .iconfont-wrapper {
  color: #0f1d07;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uSqTASqBtt .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uSqTASqBtt .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uSqTASqBtt .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uSqTASqBtt .navbar-nav {
    margin: 0;
  }
}
.cid-uSqTASqBtt .dropdown-menu,
.cid-uSqTASqBtt .navbar.opened {
  background-color: true !important;
}
.cid-uSqTASqBtt .nav-item:focus,
.cid-uSqTASqBtt .nav-link:focus {
  outline: none;
}
.cid-uSqTASqBtt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSqTASqBtt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSqTASqBtt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSqTASqBtt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSqTASqBtt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSqTASqBtt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSqTASqBtt .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uSqTASqBtt .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uSqTASqBtt .navbar.opened {
  transition: all 0.3s;
}
.cid-uSqTASqBtt .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uSqTASqBtt .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uSqTASqBtt .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uSqTASqBtt .navbar.collapsed {
  justify-content: center;
}
.cid-uSqTASqBtt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSqTASqBtt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uSqTASqBtt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSqTASqBtt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSqTASqBtt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSqTASqBtt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uSqTASqBtt .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uSqTASqBtt .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uSqTASqBtt .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uSqTASqBtt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSqTASqBtt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSqTASqBtt .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uSqTASqBtt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSqTASqBtt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uSqTASqBtt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSqTASqBtt .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uSqTASqBtt .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uSqTASqBtt .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uSqTASqBtt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uSqTASqBtt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSqTASqBtt .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uSqTASqBtt .navbar.navbar-short {
  min-height: 60px;
}
.cid-uSqTASqBtt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSqTASqBtt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uSqTASqBtt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uSqTASqBtt .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uSqTASqBtt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSqTASqBtt .dropdown-item.active,
.cid-uSqTASqBtt .dropdown-item:active {
  background-color: transparent;
}
.cid-uSqTASqBtt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-uSqTASqBtt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSqTASqBtt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSqTASqBtt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSqTASqBtt ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uSqTASqBtt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSqTASqBtt button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffedf7;
  background: #90f188;
}
.cid-uSqTASqBtt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0f1d07;
}
.cid-uSqTASqBtt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSqTASqBtt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSqTASqBtt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSqTASqBtt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSqTASqBtt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSqTASqBtt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSqTASqBtt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSqTASqBtt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSqTASqBtt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uSqTASqBtt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uSqTASqBtt .navbar {
    height: 70px;
  }
  .cid-uSqTASqBtt .navbar.opened {
    height: auto;
  }
  .cid-uSqTASqBtt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSqTASqBtt .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uSqTASqBtt .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uSqTASqBtt .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uSqTASqBtt .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uSqTASqBtt .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-uSqTASqBtt .navbar-caption:hover {
  color: #f7036a;
}
@media (min-width: 992px) {
  .cid-uSqTASqBtt .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uSqTASqBtt .text_widget {
  margin-bottom: 32px;
}
.cid-uSqTASqBtt .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uSqTASqBtt .text_widget a:hover,
.cid-uSqTASqBtt .text_widget a:focus {
  opacity: .8;
}
.cid-uSqTASqBtt .mbr-section-subtitle {
  color: #0f1d07;
  text-align: center;
}
.cid-uSqTASqBtt .navbar-caption {
  color: #0f1d07;
}
.cid-uSqTASqBtt .mbr-text {
  color: #0f1d07;
  text-align: center;
}
.cid-uSqTASqBtt .navigation-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uSqTASqBtt .navigation-wrapper {
    display: block;
  }
}
.cid-uSqTASqBtt .navigation-wrapper .navbar-nav.nav-dropdown {
  position: relative;
  display: -webkit-inline-flex;
  width: fit-content;
  padding: 7px;
  border-radius: 100vw !important;
}
@media (max-width: 992px) {
  .cid-uSqTASqBtt .navigation-wrapper .navbar-nav.nav-dropdown {
    padding: 0;
    border-radius: 0 !important;
  }
}
.cid-uSqTASqBtt .navigation-wrapper .navbar-nav.nav-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffedf7;
  opacity: .7;
  border-radius: 100vw !important;
}
@media (max-width: 992px) {
  .cid-uSqTASqBtt .navigation-wrapper .navbar-nav.nav-dropdown::before {
    display: none;
  }
}
.cid-uSqTASqBtt .mbr-section-subtitle,
.cid-uSqTASqBtt .text_widget,
.cid-uSqTASqBtt .mbr-section-btn {
  text-align: center;
}
.cid-uSqTASqBtt a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uSqTAUCDYV {
  padding-top: 12rem;
  padding-bottom: 5rem;
  position: relative;
  align-items: center;
  background-color: #ffedf7;
}
.cid-uSqTAUCDYV .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uSqTAUCDYV .image-wrap {
    padding: 16px;
  }
}
.cid-uSqTAUCDYV .image-wrap img {
  width: 100%;
  height: 70%;
  object-fit: cover;
}
.cid-uSqTAUCDYV .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .cid-uSqTAUCDYV .image-overlay {
    padding: 16px;
  }
}
.cid-uSqTAUCDYV .image-overlay .image-over {
  background-color: #151e11;
  z-index: 2;
  opacity: 0.5;
  width: 100%;
  height: 70%;
}
.cid-uSqTAUCDYV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSqTAUCDYV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSqTAUCDYV .row {
  justify-content: center;
}
.cid-uSqTAUCDYV .mbr-section-title {
  position: relative;
  z-index: 2;
  margin: 160px 20px;
  color: #fff7ee;
  text-align: center;
}
@media (max-width: 1440px) {
  .cid-uSqTAUCDYV .mbr-section-title {
    margin: 60px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uSqTAUCDYV .mbr-section-title {
    margin: 30px 16px;
  }
}
.cid-uSqTAUCDYV .card-wrapper {
  padding: 90px;
  position: relative;
  z-index: 2;
  background-color: #ffedf7;
}
@media (max-width: 992px) {
  .cid-uSqTAUCDYV .card-wrapper {
    padding: 30px 16px;
  }
}
.cid-uSqTAUCDYV .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uSqTAUCDYV .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uSqTAUCDYV .mbr-text,
.cid-uSqTAUCDYV .text-wrapper {
  color: #fff7ee;
  text-align: center;
}
.cid-uSqTAUCDYV .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uSqTAUCDYV .mbr-text,
.cid-uSqTAUCDYV .mbr-section-btn {
  text-align: center;
}
.cid-uSqTAUCDYV .mbr-text,
.cid-uSqTAUCDYV .text-wrapper,
.cid-uSqTAUCDYV .mbr-section-btn {
  color: #000000;
}
.cid-uSqTAZ6rsA {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #ffedf7;
}
.cid-uSqTAZ6rsA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSqTAZ6rsA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSqTAZ6rsA .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uSqTAZ6rsA .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uSqTAZ6rsA .container {
    padding: 0 12px;
  }
}
.cid-uSqTAZ6rsA .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uSqTAZ6rsA .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uSqTAZ6rsA .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #ffffff;
  box-shadow: 4px 4px #ffffff;
  background-color: #fff8fc;
}
@media (max-width: 992px) {
  .cid-uSqTAZ6rsA .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uSqTAZ6rsA .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uSqTAZ6rsA .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uSqTAZ6rsA .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uSqTAZ6rsA .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uSqTAZ6rsA .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uSqTAZ6rsA .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uSqTAZ6rsA .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uSqTAZ6rsA .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uSqTAZ6rsA .mbr-section-subtitle {
  color: #222222;
}
.cid-uSqTAZ6rsA .mbr-text {
  color: #222222;
}
.cid-uSqTAZ6rsA .list {
  color: #222222;
}
.cid-uSqTB8s3O4 {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background: #ffffff;
}
.cid-uSqTB8s3O4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSqTB8s3O4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSqTB8s3O4 .google-map {
  height: 30rem;
  position: relative;
}
.cid-uSqTB8s3O4 .google-map iframe {
  height: 100%;
  width: 100%;
  background-color: #fff8fc;
  padding: 4px;
}
.cid-uSqTB8s3O4 .google-map [data-state-details] {
  color: #4b4b4b;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uSqTB8s3O4 .google-map[data-state] {
  background: #fffff5;
}
.cid-uSqTB8s3O4 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uSqTB9t7Jw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffedf7;
}
.cid-uSqTB9t7Jw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSqTB9t7Jw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSqTB9t7Jw .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uSqTB9t7Jw .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uSqTB9t7Jw .container {
    padding: 0 25px;
  }
}
.cid-uSqTB9t7Jw .row {
  justify-content: center;
}
.cid-uSqTB9t7Jw .mbr-section-title {
  margin-bottom: 130px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uSqTB9t7Jw .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uSqTB9t7Jw .list-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-uSqTB9t7Jw .list-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uSqTB9t7Jw .list-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uSqTB9t7Jw .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uSqTB9t7Jw .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
.cid-uSqTB9t7Jw .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uSqTB9t7Jw .list-wrapper .list .item-wrap:hover,
.cid-uSqTB9t7Jw .list-wrapper .list .item-wrap:focus {
  text-decoration: underline;
}
@media (max-width: 992px) {
  .cid-uSqTB9t7Jw .content-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uSqTB9t7Jw .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uSqTB9t7Jw .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uSqTB9t7Jw .border-wrap {
  height: 2px;
  background-color: #000000;
  margin-bottom: 25px;
}
.cid-uSqTB9t7Jw .social-wrap {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uSqTB9t7Jw .social-wrap {
    margin-top: 20px;
    text-align: center;
  }
}
.cid-uSqTB9t7Jw .social-wrap .social-row {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uSqTB9t7Jw .social-wrap .social-row .soc-item {
  margin-right: 10px;
}
.cid-uSqTB9t7Jw .social-wrap .social-row .soc-item a:hover .mbr-iconfont {
  background-color: #a0ffc2;
  color: #2f2e30;
}
.cid-uSqTB9t7Jw .social-wrap .social-row .soc-item a .mbr-iconfont {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
  color: #ffffff;
}
.cid-uSqTB9t7Jw .copyright {
  margin: 0;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uSqTB9t7Jw .copyright {
    margin-bottom: 20px;
  }
}
.cid-uSqTB9t7Jw .mbr-section-btn {
  text-align: center;
}
.cid-uSqTB9t7Jw .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-uSqTB9t7Jw .mbr-section-subtitle {
  color: #000000;
}
.cid-uSqTB9t7Jw .mbr-text {
  color: #ffffff;
}
.cid-uSqTB9t7Jw .list {
  color: #ffffff;
}
.cid-uSqTB9t7Jw .list,
.cid-uSqTB9t7Jw .item-wrap {
  text-align: left;
  color: #000000;
}
.cid-uSqomdnTf2 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uSqomdnTf2 .navbar-dropdown {
  background: #ffedf7 !important;
  padding: 0;
}
.cid-uSqomdnTf2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffedf7 !important;
  background: #ffedf7;
}
.cid-uSqomdnTf2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSqomdnTf2 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uSqomdnTf2 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uSqomdnTf2 .menu_box .navbar.opened,
  .cid-uSqomdnTf2 .menu_box .navbar-collapse {
    background-color: #ffedf7 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uSqomdnTf2 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uSqomdnTf2 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uSqomdnTf2 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uSqomdnTf2 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uSqomdnTf2 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uSqomdnTf2 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uSqomdnTf2 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #d8e7ee;
  }
  .cid-uSqomdnTf2 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uSqomdnTf2 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uSqomdnTf2 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uSqomdnTf2 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uSqomdnTf2 .offcanvas-body .mbr-text,
  .cid-uSqomdnTf2 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uSqomdnTf2 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uSqomdnTf2 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uSqomdnTf2 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #0f1d07;
  }
  .cid-uSqomdnTf2 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uSqomdnTf2 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uSqomdnTf2 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uSqomdnTf2 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uSqomdnTf2 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uSqomdnTf2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSqomdnTf2 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uSqomdnTf2 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uSqomdnTf2 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uSqomdnTf2 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uSqomdnTf2 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uSqomdnTf2 .nav-item {
  margin: 0 5px;
}
@media (min-width: 1200px) {
  .cid-uSqomdnTf2 .nav-item {
    margin: 0 5px;
  }
}
@media (max-width: 991px) {
  .cid-uSqomdnTf2 .nav-item {
    margin: 0 !important;
  }
}
.cid-uSqomdnTf2 .nav-item .nav-link {
  transition: all 0.3s ease-in-out;
  border-radius: 100vw;
}
.cid-uSqomdnTf2 .nav-item .nav-link:hover,
.cid-uSqomdnTf2 .nav-item .nav-link:focus {
  background-color: #0f1d07 !important;
  color: #ffedf7 !important;
}
.cid-uSqomdnTf2 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uSqomdnTf2 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uSqomdnTf2 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uSqomdnTf2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSqomdnTf2 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uSqomdnTf2 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uSqomdnTf2 .offcanvas_box {
    display: none;
  }
}
.cid-uSqomdnTf2 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uSqomdnTf2 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uSqomdnTf2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uSqomdnTf2 .container {
  display: flex;
  margin: auto;
}
.cid-uSqomdnTf2 .iconfont-wrapper {
  color: #0f1d07;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uSqomdnTf2 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uSqomdnTf2 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uSqomdnTf2 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uSqomdnTf2 .navbar-nav {
    margin: 0;
  }
}
.cid-uSqomdnTf2 .dropdown-menu,
.cid-uSqomdnTf2 .navbar.opened {
  background-color: true !important;
}
.cid-uSqomdnTf2 .nav-item:focus,
.cid-uSqomdnTf2 .nav-link:focus {
  outline: none;
}
.cid-uSqomdnTf2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSqomdnTf2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSqomdnTf2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSqomdnTf2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSqomdnTf2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSqomdnTf2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSqomdnTf2 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uSqomdnTf2 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uSqomdnTf2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uSqomdnTf2 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uSqomdnTf2 .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uSqomdnTf2 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uSqomdnTf2 .navbar.collapsed {
  justify-content: center;
}
.cid-uSqomdnTf2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSqomdnTf2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uSqomdnTf2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSqomdnTf2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSqomdnTf2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSqomdnTf2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uSqomdnTf2 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uSqomdnTf2 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uSqomdnTf2 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uSqomdnTf2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSqomdnTf2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSqomdnTf2 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uSqomdnTf2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSqomdnTf2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uSqomdnTf2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSqomdnTf2 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uSqomdnTf2 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uSqomdnTf2 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uSqomdnTf2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uSqomdnTf2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSqomdnTf2 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uSqomdnTf2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uSqomdnTf2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSqomdnTf2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uSqomdnTf2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uSqomdnTf2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uSqomdnTf2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSqomdnTf2 .dropdown-item.active,
.cid-uSqomdnTf2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uSqomdnTf2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-uSqomdnTf2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSqomdnTf2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSqomdnTf2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSqomdnTf2 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uSqomdnTf2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSqomdnTf2 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffedf7;
  background: #90f188;
}
.cid-uSqomdnTf2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0f1d07;
}
.cid-uSqomdnTf2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSqomdnTf2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSqomdnTf2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSqomdnTf2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSqomdnTf2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSqomdnTf2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSqomdnTf2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSqomdnTf2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSqomdnTf2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uSqomdnTf2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uSqomdnTf2 .navbar {
    height: 70px;
  }
  .cid-uSqomdnTf2 .navbar.opened {
    height: auto;
  }
  .cid-uSqomdnTf2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSqomdnTf2 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uSqomdnTf2 .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uSqomdnTf2 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uSqomdnTf2 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uSqomdnTf2 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-uSqomdnTf2 .navbar-caption:hover {
  color: #f7036a;
}
@media (min-width: 992px) {
  .cid-uSqomdnTf2 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uSqomdnTf2 .text_widget {
  margin-bottom: 32px;
}
.cid-uSqomdnTf2 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uSqomdnTf2 .text_widget a:hover,
.cid-uSqomdnTf2 .text_widget a:focus {
  opacity: .8;
}
.cid-uSqomdnTf2 .mbr-section-subtitle {
  color: #0f1d07;
  text-align: center;
}
.cid-uSqomdnTf2 .navbar-caption {
  color: #0f1d07;
}
.cid-uSqomdnTf2 .mbr-text {
  color: #0f1d07;
  text-align: center;
}
.cid-uSqomdnTf2 .navigation-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uSqomdnTf2 .navigation-wrapper {
    display: block;
  }
}
.cid-uSqomdnTf2 .navigation-wrapper .navbar-nav.nav-dropdown {
  position: relative;
  display: -webkit-inline-flex;
  width: fit-content;
  padding: 7px;
  border-radius: 100vw !important;
}
@media (max-width: 992px) {
  .cid-uSqomdnTf2 .navigation-wrapper .navbar-nav.nav-dropdown {
    padding: 0;
    border-radius: 0 !important;
  }
}
.cid-uSqomdnTf2 .navigation-wrapper .navbar-nav.nav-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffedf7;
  opacity: .7;
  border-radius: 100vw !important;
}
@media (max-width: 992px) {
  .cid-uSqomdnTf2 .navigation-wrapper .navbar-nav.nav-dropdown::before {
    display: none;
  }
}
.cid-uSqomdnTf2 .mbr-section-subtitle,
.cid-uSqomdnTf2 .text_widget,
.cid-uSqomdnTf2 .mbr-section-btn {
  text-align: center;
}
.cid-uSqomdnTf2 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uSqomeQNVh {
  padding-top: 12rem;
  padding-bottom: 5rem;
  position: relative;
  align-items: center;
  background-color: #ffedf7;
}
.cid-uSqomeQNVh .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uSqomeQNVh .image-wrap {
    padding: 16px;
  }
}
.cid-uSqomeQNVh .image-wrap img {
  width: 100%;
  height: 70%;
  object-fit: cover;
}
.cid-uSqomeQNVh .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .cid-uSqomeQNVh .image-overlay {
    padding: 16px;
  }
}
.cid-uSqomeQNVh .image-overlay .image-over {
  background-color: #151e11;
  z-index: 2;
  opacity: 0.5;
  width: 100%;
  height: 70%;
}
.cid-uSqomeQNVh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSqomeQNVh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSqomeQNVh .row {
  justify-content: center;
}
.cid-uSqomeQNVh .mbr-section-title {
  position: relative;
  z-index: 2;
  margin: 160px 20px;
  color: #000000;
  text-align: center;
}
@media (max-width: 1440px) {
  .cid-uSqomeQNVh .mbr-section-title {
    margin: 60px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uSqomeQNVh .mbr-section-title {
    margin: 30px 16px;
  }
}
.cid-uSqomeQNVh .card-wrapper {
  padding: 90px;
  position: relative;
  z-index: 2;
  background-color: #fff8fc;
}
@media (max-width: 992px) {
  .cid-uSqomeQNVh .card-wrapper {
    padding: 30px 16px;
  }
}
.cid-uSqomeQNVh .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uSqomeQNVh .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uSqomeQNVh .mbr-text,
.cid-uSqomeQNVh .text-wrapper {
  color: #fff7ee;
  text-align: center;
}
.cid-uSqomeQNVh .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uSqomeQNVh .mbr-text,
.cid-uSqomeQNVh .mbr-section-btn {
  text-align: center;
}
.cid-uSqomeQNVh .mbr-text,
.cid-uSqomeQNVh .text-wrapper,
.cid-uSqomeQNVh .mbr-section-btn {
  color: #000000;
}
.cid-uSqomfKNLU {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: #fff8fc;
}
.cid-uSqomfKNLU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSqomfKNLU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSqomfKNLU .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-uSqomfKNLU .item-container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 0;
}
.cid-uSqomfKNLU .frame-item {
  width: 40px;
  height: 1px;
  margin-right: 20px;
  background-color: #45494e;
}
.cid-uSqomfKNLU .card-text {
  color: #45494E;
  flex-grow: 1;
}
.cid-uSqomgP3no {
  padding-top: 7rem;
  padding-bottom: 8rem;
  background-color: #ffedf7;
  overflow: hidden;
}
.cid-uSqomgP3no .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSqomgP3no .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSqomgP3no .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #ffedf7, #ffffff);
  box-shadow: 10px 10px 19px #ffedf7, -10px -10px 19px #ffffff;
}
@media (max-width: 767px) {
  .cid-uSqomgP3no .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-uSqomgP3no .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-uSqomgP3no .card-title {
  color: #212428;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-uSqomgP3no .card-title {
    margin-bottom: 20px;
  }
}
.cid-uSqomgP3no .card-subtitle {
  color: #212428;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-uSqomgP3no .card-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uSqomgP3no .card-text {
  color: #212428;
  margin-bottom: 0;
}
.cid-uSqomhPePU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffedf7;
}
.cid-uSqomhPePU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSqomhPePU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSqomhPePU .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uSqomhPePU .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uSqomhPePU .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uSqomhPePU .container {
    padding: 0 20px;
  }
}
.cid-uSqomhPePU .row {
  justify-content: center;
}
.cid-uSqomhPePU .content-wrapper {
  display: flex;
  padding: 50px;
  border-radius: 2rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSqomhPePU .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uSqomhPePU .content-wrapper .card {
  justify-content: space-between;
}
.cid-uSqomhPePU .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uSqomhPePU .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uSqomhPePU .content-wrapper .image-wrapper img {
  height: 800px;
  object-fit: cover;
  border-radius: 2rem !important;
}
@media (max-width: 992px) {
  .cid-uSqomhPePU .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uSqomhPePU .content-wrapper .content-wrap {
  width: 50%;
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-uSqomhPePU .content-wrapper .content-wrap {
    width: 100%;
    padding-left: 0;
  }
}
.cid-uSqomhPePU .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 40px;
  line-height: 1;
}
.cid-uSqomhPePU .content-wrapper .content-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uSqomhPePU .content-wrapper .content-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
}
.cid-uSqomhPePU .mbr-text {
  color: #000000;
}
.cid-uSqomhPePU .mbr-name {
  color: #000000;
}
.cid-uSqomhPePU .mbr-role {
  color: #ab0c47;
}
.cid-uSqomiM4dj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSqomiM4dj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSqomiM4dj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uSqomiM4dj .container {
    padding: 0 30px;
  }
}
.cid-uSqomiM4dj .row {
  justify-content: center;
}
.cid-uSqomiM4dj .item {
  margin-bottom: 70px;
}
.cid-uSqomiM4dj .item .item-wrapper {
  margin: 0 6px;
}
@media (max-width: 992px) {
  .cid-uSqomiM4dj .item .item-wrapper {
    margin: 0;
  }
}
.cid-uSqomiM4dj .item .item-wrapper .item-img {
  padding: 60px 80px;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffedf7;
  border-radius: 10px;
  margin-bottom: 22px;
}
@media (max-width: 1200px) {
  .cid-uSqomiM4dj .item .item-wrapper .item-img {
    padding: 60px 40px;
  }
}
.cid-uSqomiM4dj .item .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.cid-uSqomiM4dj .item:nth-child(2) .item-wrapper .item-img {
  background-color: #ffedf7;
}
.cid-uSqomiM4dj .item .item-content {
  margin: 0 6px;
}
@media (max-width: 992px) {
  .cid-uSqomiM4dj .item .item-content {
    margin: 0;
  }
}
.cid-uSqomiM4dj .item .item-content .mbr-card-title {
  margin-bottom: 22px;
}
.cid-uSqomiM4dj .mbr-card-title {
  color: #000000;
}
.cid-uSqomiM4dj .mbr-card-title,
.cid-uSqomiM4dj .mbr-section-btn {
  text-align: center;
}
.cid-uSqomk6Vtx {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #ffedf7;
}
.cid-uSqomk6Vtx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSqomk6Vtx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSqomk6Vtx .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uSqomk6Vtx .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uSqomk6Vtx .container {
    padding: 0 12px;
  }
}
.cid-uSqomk6Vtx .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uSqomk6Vtx .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uSqomk6Vtx .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #ffffff;
  box-shadow: 4px 4px #ffffff;
  background-color: #fff8fc;
}
@media (max-width: 992px) {
  .cid-uSqomk6Vtx .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uSqomk6Vtx .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uSqomk6Vtx .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uSqomk6Vtx .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uSqomk6Vtx .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uSqomk6Vtx .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uSqomk6Vtx .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uSqomk6Vtx .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uSqomk6Vtx .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uSqomk6Vtx .mbr-section-subtitle {
  color: #222222;
}
.cid-uSqomk6Vtx .mbr-text {
  color: #222222;
}
.cid-uSqomk6Vtx .list {
  color: #222222;
}
.cid-uSqoml5ZOR {
  padding-top: 5rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-uSqoml5ZOR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSqoml5ZOR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSqoml5ZOR .mbr-text,
.cid-uSqoml5ZOR .mbr-section-btn {
  text-align: center;
}
.cid-uSqoml5ZOR .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uSqomm8WnW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSqomm8WnW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSqomm8WnW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSqomm8WnW .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uSqomm8WnW .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uSqomm8WnW .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uSqomm8WnW .container {
    padding: 0 20px;
  }
}
.cid-uSqomm8WnW .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  border-radius: 100vw;
  padding: 14px 15px;
  margin-bottom: 80px;
  background-color: #fff8fc;
}
@media (max-width: 992px) {
  .cid-uSqomm8WnW .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
  }
}
.cid-uSqomm8WnW .content-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uSqomm8WnW .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uSqomm8WnW .content-wrapper img {
  height: 900px;
  object-fit: cover;
  border-radius: 2rem !important;
}
.cid-uSqomm8WnW .mbr-section-title {
  color: #000000;
}
.cid-uSqomm8WnW .mbr-desc {
  color: #38001b;
}
.cid-uSqomm8WnW .mbr-desc,
.cid-uSqomm8WnW .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uSqomm8WnW .mbr-section-title DIV {
  text-align: center;
}
.cid-uSqomnn0ro {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #fff8fc;
}
.cid-uSqomnn0ro .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSqomnn0ro .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSqomnn0ro .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uSqomnn0ro .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uSqomnn0ro .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uSqomnn0ro .container {
    padding: 0 20px;
  }
}
.cid-uSqomnn0ro .row {
  justify-content: center;
}
.cid-uSqomnn0ro .desc-wrapper .mbr-desc {
  display: inline-flex;
  border-radius: 100vw;
  padding: 14px 15px;
  margin-bottom: 80px;
  background-color: #fff8fc;
}
@media (max-width: 992px) {
  .cid-uSqomnn0ro .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
  }
}
.cid-uSqomnn0ro .panel-group .card {
  border-radius: 20px !important;
  background-color: #fff8fc;
  margin-top: 40px;
  padding: 50px;
}
.cid-uSqomnn0ro .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uSqomnn0ro .panel-group .card {
    padding: 20px;
  }
}
.cid-uSqomnn0ro .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uSqomnn0ro .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uSqomnn0ro .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uSqomnn0ro .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  width: 32px;
  height: 32px;
  min-width: 32px;
  transition: all 0.3s ease-in-out;
  color: #0f1d07;
  margin-left: 20px;
}
.cid-uSqomnn0ro .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uSqomnn0ro .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-uSqomnn0ro .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uSqomnn0ro .mbr-desc {
  color: #ffffff;
}
.cid-uSqomnn0ro .panel-title-edit {
  color: #0f1d07;
}
.cid-uSqomnn0ro .panel-text {
  color: #0f1d07;
}
.cid-uSqomnn0ro .mbr-desc,
.cid-uSqomnn0ro .desc-wrapper {
  color: #000000;
}
.cid-uSqomoHrT7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff8fc;
  display: flex;
  align-items: center;
}
.cid-uSqomoHrT7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSqomoHrT7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSqomoHrT7 .row {
  justify-content: flex-start;
}
.cid-uSqomoHrT7 .mbr-section-title {
  color: #1F1D1A;
  margin-bottom: 0;
}
.cid-uSqomoHrT7 .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-uSqompLafZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff8fc;
}
.cid-uSqompLafZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSqompLafZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSqompLafZ .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uSqompLafZ .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uSqompLafZ .items-wrapper .item {
  margin-bottom: 4px;
}
@media (max-width: 992px) {
  .cid-uSqompLafZ .items-wrapper .item {
    margin-bottom: 2px;
  }
}
.cid-uSqompLafZ .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  background-color: #ffedf7;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uSqompLafZ .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uSqompLafZ .items-wrapper .item .item-wrapper .card-box {
  width: 50%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-uSqompLafZ .items-wrapper .item .item-wrapper .card-box {
    padding: 20px;
    width: 100%;
  }
}
.cid-uSqompLafZ .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 14px;
  transition: all .3s ease;
}
.cid-uSqompLafZ .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 14px;
  transition: all .3s ease;
}
.cid-uSqompLafZ .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uSqompLafZ .items-wrapper .item .item-wrapper .item-img {
  width: 50%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-uSqompLafZ .items-wrapper .item .item-wrapper .item-img {
    padding: 0 20px 20px;
    width: 100%;
  }
}
.cid-uSqompLafZ .items-wrapper .item .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uSqompLafZ .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-uSqompLafZ .items-wrapper .item .item-wrapper .card_2 {
    padding: 20px 20px 0;
  }
}
.cid-uSqompLafZ .mbr-section-title {
  color: #0f0f0f;
}
.cid-uSqompLafZ .card-title {
  color: #0f0f0f;
}
.cid-uSqompLafZ .card-text {
  color: #666666;
}
.cid-uSqompLafZ .card-title,
.cid-uSqompLafZ .mbr-section-btn {
  text-align: center;
}
.cid-uSqomr0hYc {
  padding-top: 9rem;
  padding-bottom: 10rem;
  background-color: #fff8fc;
}
.cid-uSqomr0hYc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSqomr0hYc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSqomr0hYc .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uSqomr0hYc .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uSqomr0hYc .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uSqomr0hYc .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uSqomr0hYc .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uSqomr0hYc .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uSqomr0hYc .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSqomr0hYc .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uSqomr0hYc .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uSqomr0hYc .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uSqomr0hYc .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uSqomr0hYc .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uSqomr0hYc .mbr-section-title {
  color: #050f0f;
}
.cid-uSqomr0hYc .mbr-text {
  color: #050f0f;
}
.cid-uSqomr0hYc .mbr-section-title,
.cid-uSqomr0hYc .mbr-section-btn {
  color: #050f0f;
}
.cid-uSqTfCeGZx {
  padding-top: 5rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-uSqTfCeGZx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSqTfCeGZx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uSqTfCeGZx .container {
    padding: 0 20px;
  }
}
.cid-uSqTfCeGZx .row {
  margin: 0;
}
.cid-uSqTfCeGZx .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSqTfCeGZx .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uSqTfCeGZx .video-block .video-wrapper .app-video-wrapper::before {
  color: #000000;
  text-shadow: none;
}
.cid-uSqTfCeGZx .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uSqTfCeGZx .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uSqTfCeGZx .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uSqTfCeGZx .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uSqomscPRX {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffedf7;
}
.cid-uSqomscPRX .mbr-overlay {
  padding: 0;
  background: #fff8fc;
  opacity: 1;
  transform: scale(3) skewX(25deg);
  transform-origin: left bottom;
  left: -100%;
}
.cid-uSqomscPRX .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #6a3649;
  text-align: center;
}
.cid-uSqomscPRX .title-text {
  color: #000000;
  text-align: center;
}
.cid-uSqomscPRX H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uSqomscPRX .section-text,
.cid-uSqomscPRX .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uSqXcIvzbW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff8fc;
}
.cid-uSqXcIvzbW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSqXcIvzbW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uSqXcIvzbW .container {
    padding: 0 30px;
  }
}
.cid-uSqXcIvzbW .title-wrapper {
  margin-bottom: 75px;
}
@media (max-width: 992px) {
  .cid-uSqXcIvzbW .title-wrapper {
    margin-bottom: 60px;
  }
}
.cid-uSqXcIvzbW .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSqXcIvzbW .panel-group .card {
  border-bottom: 2px solid #000000;
  border-radius: 0 !important;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.cid-uSqXcIvzbW .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uSqXcIvzbW .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uSqXcIvzbW .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(90deg);
  color: #393939;
  background-color: #ffffff;
}
.cid-uSqXcIvzbW .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  opacity: 1;
}
.cid-uSqXcIvzbW .panel-group .card .card-header .panel-title .panel-title-edit {
  opacity: .8;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uSqXcIvzbW .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  min-width: 35px;
  height: 35px;
  border-radius: 50%;
  font-size: 16px;
  color: #ffffff;
  background-color: #393939;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uSqXcIvzbW .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-uSqXcIvzbW .panel-group .card .panel-collapse .panel-body .panel-text {
  line-height: 1.6;
  margin-bottom: 0;
}
.cid-uSqXcIvzbW .mbr-section-title {
  color: #000000;
}
.cid-uSqXcIvzbW .panel-title {
  color: #000000;
}
.cid-uSqXcIvzbW .panel-text {
  color: #000000;
}
.cid-uSqomtj0jQ {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background: #ffffff;
}
.cid-uSqomtj0jQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSqomtj0jQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSqomtj0jQ .google-map {
  height: 30rem;
  position: relative;
}
.cid-uSqomtj0jQ .google-map iframe {
  height: 100%;
  width: 100%;
  background-color: #fff8fc;
  padding: 4px;
}
.cid-uSqomtj0jQ .google-map [data-state-details] {
  color: #4b4b4b;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uSqomtj0jQ .google-map[data-state] {
  background: #fffff5;
}
.cid-uSqomtj0jQ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uSqomuwBbA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffedf7;
}
.cid-uSqomuwBbA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSqomuwBbA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSqomuwBbA .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uSqomuwBbA .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uSqomuwBbA .container {
    padding: 0 25px;
  }
}
.cid-uSqomuwBbA .row {
  justify-content: center;
}
.cid-uSqomuwBbA .mbr-section-title {
  margin-bottom: 130px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uSqomuwBbA .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uSqomuwBbA .list-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-uSqomuwBbA .list-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uSqomuwBbA .list-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uSqomuwBbA .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uSqomuwBbA .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
.cid-uSqomuwBbA .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uSqomuwBbA .list-wrapper .list .item-wrap:hover,
.cid-uSqomuwBbA .list-wrapper .list .item-wrap:focus {
  text-decoration: underline;
}
@media (max-width: 992px) {
  .cid-uSqomuwBbA .content-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uSqomuwBbA .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uSqomuwBbA .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uSqomuwBbA .border-wrap {
  height: 2px;
  background-color: #000000;
  margin-bottom: 25px;
}
.cid-uSqomuwBbA .social-wrap {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uSqomuwBbA .social-wrap {
    margin-top: 20px;
    text-align: center;
  }
}
.cid-uSqomuwBbA .social-wrap .social-row {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uSqomuwBbA .social-wrap .social-row .soc-item {
  margin-right: 10px;
}
.cid-uSqomuwBbA .social-wrap .social-row .soc-item a:hover .mbr-iconfont {
  background-color: #a0ffc2;
  color: #2f2e30;
}
.cid-uSqomuwBbA .social-wrap .social-row .soc-item a .mbr-iconfont {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
  color: #ffffff;
}
.cid-uSqomuwBbA .copyright {
  margin: 0;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uSqomuwBbA .copyright {
    margin-bottom: 20px;
  }
}
.cid-uSqomuwBbA .mbr-section-btn {
  text-align: center;
}
.cid-uSqomuwBbA .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-uSqomuwBbA .mbr-section-subtitle {
  color: #000000;
}
.cid-uSqomuwBbA .mbr-text {
  color: #ffffff;
}
.cid-uSqomuwBbA .list {
  color: #ffffff;
}
.cid-uSqomuwBbA .list,
.cid-uSqomuwBbA .item-wrap {
  text-align: left;
  color: #000000;
}
.cid-uSq04dutf1 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uSq04dutf1 .navbar-dropdown {
  background: #ffedf7 !important;
  padding: 0;
}
.cid-uSq04dutf1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffedf7 !important;
  background: #ffedf7;
}
.cid-uSq04dutf1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSq04dutf1 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uSq04dutf1 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uSq04dutf1 .menu_box .navbar.opened,
  .cid-uSq04dutf1 .menu_box .navbar-collapse {
    background-color: #ffedf7 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uSq04dutf1 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uSq04dutf1 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uSq04dutf1 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uSq04dutf1 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uSq04dutf1 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uSq04dutf1 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uSq04dutf1 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #d8e7ee;
  }
  .cid-uSq04dutf1 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uSq04dutf1 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uSq04dutf1 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uSq04dutf1 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uSq04dutf1 .offcanvas-body .mbr-text,
  .cid-uSq04dutf1 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uSq04dutf1 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uSq04dutf1 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uSq04dutf1 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #0f1d07;
  }
  .cid-uSq04dutf1 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uSq04dutf1 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uSq04dutf1 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uSq04dutf1 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uSq04dutf1 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uSq04dutf1 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSq04dutf1 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uSq04dutf1 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uSq04dutf1 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uSq04dutf1 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uSq04dutf1 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uSq04dutf1 .nav-item {
  margin: 0 5px;
}
@media (min-width: 1200px) {
  .cid-uSq04dutf1 .nav-item {
    margin: 0 5px;
  }
}
@media (max-width: 991px) {
  .cid-uSq04dutf1 .nav-item {
    margin: 0 !important;
  }
}
.cid-uSq04dutf1 .nav-item .nav-link {
  transition: all 0.3s ease-in-out;
  border-radius: 100vw;
}
.cid-uSq04dutf1 .nav-item .nav-link:hover,
.cid-uSq04dutf1 .nav-item .nav-link:focus {
  background-color: #0f1d07 !important;
  color: #ffedf7 !important;
}
.cid-uSq04dutf1 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uSq04dutf1 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uSq04dutf1 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uSq04dutf1 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSq04dutf1 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uSq04dutf1 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uSq04dutf1 .offcanvas_box {
    display: none;
  }
}
.cid-uSq04dutf1 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uSq04dutf1 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uSq04dutf1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uSq04dutf1 .container {
  display: flex;
  margin: auto;
}
.cid-uSq04dutf1 .iconfont-wrapper {
  color: #0f1d07;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uSq04dutf1 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uSq04dutf1 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uSq04dutf1 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uSq04dutf1 .navbar-nav {
    margin: 0;
  }
}
.cid-uSq04dutf1 .dropdown-menu,
.cid-uSq04dutf1 .navbar.opened {
  background-color: true !important;
}
.cid-uSq04dutf1 .nav-item:focus,
.cid-uSq04dutf1 .nav-link:focus {
  outline: none;
}
.cid-uSq04dutf1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSq04dutf1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSq04dutf1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSq04dutf1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSq04dutf1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSq04dutf1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSq04dutf1 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uSq04dutf1 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uSq04dutf1 .navbar.opened {
  transition: all 0.3s;
}
.cid-uSq04dutf1 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uSq04dutf1 .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uSq04dutf1 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uSq04dutf1 .navbar.collapsed {
  justify-content: center;
}
.cid-uSq04dutf1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSq04dutf1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uSq04dutf1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSq04dutf1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSq04dutf1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSq04dutf1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uSq04dutf1 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uSq04dutf1 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uSq04dutf1 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uSq04dutf1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSq04dutf1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSq04dutf1 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uSq04dutf1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSq04dutf1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uSq04dutf1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSq04dutf1 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uSq04dutf1 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uSq04dutf1 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uSq04dutf1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uSq04dutf1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSq04dutf1 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uSq04dutf1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uSq04dutf1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSq04dutf1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uSq04dutf1 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uSq04dutf1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uSq04dutf1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSq04dutf1 .dropdown-item.active,
.cid-uSq04dutf1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uSq04dutf1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-uSq04dutf1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSq04dutf1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSq04dutf1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSq04dutf1 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uSq04dutf1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSq04dutf1 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffedf7;
  background: #90f188;
}
.cid-uSq04dutf1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0f1d07;
}
.cid-uSq04dutf1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSq04dutf1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSq04dutf1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSq04dutf1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSq04dutf1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSq04dutf1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSq04dutf1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSq04dutf1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSq04dutf1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uSq04dutf1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uSq04dutf1 .navbar {
    height: 70px;
  }
  .cid-uSq04dutf1 .navbar.opened {
    height: auto;
  }
  .cid-uSq04dutf1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSq04dutf1 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uSq04dutf1 .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uSq04dutf1 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uSq04dutf1 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uSq04dutf1 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-uSq04dutf1 .navbar-caption:hover {
  color: #f7036a;
}
@media (min-width: 992px) {
  .cid-uSq04dutf1 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uSq04dutf1 .text_widget {
  margin-bottom: 32px;
}
.cid-uSq04dutf1 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uSq04dutf1 .text_widget a:hover,
.cid-uSq04dutf1 .text_widget a:focus {
  opacity: .8;
}
.cid-uSq04dutf1 .mbr-section-subtitle {
  color: #0f1d07;
  text-align: center;
}
.cid-uSq04dutf1 .navbar-caption {
  color: #0f1d07;
}
.cid-uSq04dutf1 .mbr-text {
  color: #0f1d07;
  text-align: center;
}
.cid-uSq04dutf1 .navigation-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uSq04dutf1 .navigation-wrapper {
    display: block;
  }
}
.cid-uSq04dutf1 .navigation-wrapper .navbar-nav.nav-dropdown {
  position: relative;
  display: -webkit-inline-flex;
  width: fit-content;
  padding: 7px;
  border-radius: 100vw !important;
}
@media (max-width: 992px) {
  .cid-uSq04dutf1 .navigation-wrapper .navbar-nav.nav-dropdown {
    padding: 0;
    border-radius: 0 !important;
  }
}
.cid-uSq04dutf1 .navigation-wrapper .navbar-nav.nav-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffedf7;
  opacity: .7;
  border-radius: 100vw !important;
}
@media (max-width: 992px) {
  .cid-uSq04dutf1 .navigation-wrapper .navbar-nav.nav-dropdown::before {
    display: none;
  }
}
.cid-uSq04dutf1 .mbr-section-subtitle,
.cid-uSq04dutf1 .text_widget,
.cid-uSq04dutf1 .mbr-section-btn {
  text-align: center;
}
.cid-uSq04dutf1 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uSq04eQoRW {
  padding-top: 12rem;
  padding-bottom: 5rem;
  position: relative;
  align-items: center;
  background-color: #ffedf7;
}
.cid-uSq04eQoRW .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uSq04eQoRW .image-wrap {
    padding: 16px;
  }
}
.cid-uSq04eQoRW .image-wrap img {
  width: 100%;
  height: 70%;
  object-fit: cover;
}
.cid-uSq04eQoRW .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .cid-uSq04eQoRW .image-overlay {
    padding: 16px;
  }
}
.cid-uSq04eQoRW .image-overlay .image-over {
  background-color: #151e11;
  z-index: 2;
  opacity: 0.5;
  width: 100%;
  height: 70%;
}
.cid-uSq04eQoRW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSq04eQoRW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSq04eQoRW .row {
  justify-content: center;
}
.cid-uSq04eQoRW .mbr-section-title {
  position: relative;
  z-index: 2;
  margin: 160px 20px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 1440px) {
  .cid-uSq04eQoRW .mbr-section-title {
    margin: 60px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uSq04eQoRW .mbr-section-title {
    margin: 30px 16px;
  }
}
.cid-uSq04eQoRW .card-wrapper {
  padding: 90px;
  position: relative;
  z-index: 2;
  background-color: #fff8fc;
}
@media (max-width: 992px) {
  .cid-uSq04eQoRW .card-wrapper {
    padding: 30px 16px;
  }
}
.cid-uSq04eQoRW .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uSq04eQoRW .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uSq04eQoRW .mbr-text,
.cid-uSq04eQoRW .text-wrapper {
  color: #fff7ee;
  text-align: center;
}
.cid-uSq04eQoRW .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uSq04eQoRW .mbr-text,
.cid-uSq04eQoRW .mbr-section-btn {
  text-align: center;
}
.cid-uSq04eQoRW .mbr-text,
.cid-uSq04eQoRW .text-wrapper,
.cid-uSq04eQoRW .mbr-section-btn {
  color: #000000;
}
.cid-uSq04fGm59 {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: #fff8fc;
}
.cid-uSq04fGm59 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSq04fGm59 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSq04fGm59 .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-uSq04fGm59 .item-container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 0;
}
.cid-uSq04fGm59 .frame-item {
  width: 40px;
  height: 1px;
  margin-right: 20px;
  background-color: #45494e;
}
.cid-uSq04fGm59 .card-text {
  color: #45494E;
  flex-grow: 1;
}
.cid-uSq04gA79y {
  padding-top: 7rem;
  padding-bottom: 8rem;
  background-color: #ffedf7;
  overflow: hidden;
}
.cid-uSq04gA79y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSq04gA79y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSq04gA79y .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #ffedf7, #ffffff);
  box-shadow: 10px 10px 19px #ffedf7, -10px -10px 19px #ffffff;
}
@media (max-width: 767px) {
  .cid-uSq04gA79y .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-uSq04gA79y .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-uSq04gA79y .card-title {
  color: #212428;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-uSq04gA79y .card-title {
    margin-bottom: 20px;
  }
}
.cid-uSq04gA79y .card-subtitle {
  color: #212428;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-uSq04gA79y .card-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uSq04gA79y .card-text {
  color: #212428;
  margin-bottom: 0;
}
.cid-uSq04huvc2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffedf7;
}
.cid-uSq04huvc2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSq04huvc2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSq04huvc2 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uSq04huvc2 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uSq04huvc2 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uSq04huvc2 .container {
    padding: 0 20px;
  }
}
.cid-uSq04huvc2 .row {
  justify-content: center;
}
.cid-uSq04huvc2 .content-wrapper {
  display: flex;
  padding: 50px;
  border-radius: 2rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSq04huvc2 .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uSq04huvc2 .content-wrapper .card {
  justify-content: space-between;
}
.cid-uSq04huvc2 .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uSq04huvc2 .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uSq04huvc2 .content-wrapper .image-wrapper img {
  height: 800px;
  object-fit: cover;
  border-radius: 2rem !important;
}
@media (max-width: 992px) {
  .cid-uSq04huvc2 .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uSq04huvc2 .content-wrapper .content-wrap {
  width: 50%;
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-uSq04huvc2 .content-wrapper .content-wrap {
    width: 100%;
    padding-left: 0;
  }
}
.cid-uSq04huvc2 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 40px;
  line-height: 1;
}
.cid-uSq04huvc2 .content-wrapper .content-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uSq04huvc2 .content-wrapper .content-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
}
.cid-uSq04huvc2 .mbr-text {
  color: #000000;
}
.cid-uSq04huvc2 .mbr-name {
  color: #000000;
}
.cid-uSq04huvc2 .mbr-role {
  color: #ab0c47;
}
.cid-uSq04ishry {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSq04ishry .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSq04ishry .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uSq04ishry .container {
    padding: 0 30px;
  }
}
.cid-uSq04ishry .row {
  justify-content: center;
}
.cid-uSq04ishry .item {
  margin-bottom: 70px;
}
.cid-uSq04ishry .item .item-wrapper {
  margin: 0 6px;
}
@media (max-width: 992px) {
  .cid-uSq04ishry .item .item-wrapper {
    margin: 0;
  }
}
.cid-uSq04ishry .item .item-wrapper .item-img {
  padding: 60px 80px;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffedf7;
  border-radius: 10px;
  margin-bottom: 22px;
}
@media (max-width: 1200px) {
  .cid-uSq04ishry .item .item-wrapper .item-img {
    padding: 60px 40px;
  }
}
.cid-uSq04ishry .item .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.cid-uSq04ishry .item:nth-child(2) .item-wrapper .item-img {
  background-color: #ffedf7;
}
.cid-uSq04ishry .item .item-content {
  margin: 0 6px;
}
@media (max-width: 992px) {
  .cid-uSq04ishry .item .item-content {
    margin: 0;
  }
}
.cid-uSq04ishry .item .item-content .mbr-card-title {
  margin-bottom: 22px;
}
.cid-uSq04ishry .mbr-card-title {
  color: #000000;
}
.cid-uSq04ishry .mbr-card-title,
.cid-uSq04ishry .mbr-section-btn {
  text-align: center;
}
.cid-uSq04jEGZi {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #ffedf7;
}
.cid-uSq04jEGZi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSq04jEGZi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSq04jEGZi .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uSq04jEGZi .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uSq04jEGZi .container {
    padding: 0 12px;
  }
}
.cid-uSq04jEGZi .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uSq04jEGZi .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uSq04jEGZi .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #ffffff;
  box-shadow: 4px 4px #ffffff;
  background-color: #fff8fc;
}
@media (max-width: 992px) {
  .cid-uSq04jEGZi .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uSq04jEGZi .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uSq04jEGZi .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uSq04jEGZi .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uSq04jEGZi .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uSq04jEGZi .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uSq04jEGZi .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uSq04jEGZi .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uSq04jEGZi .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uSq04jEGZi .mbr-section-subtitle {
  color: #222222;
}
.cid-uSq04jEGZi .mbr-text {
  color: #222222;
}
.cid-uSq04jEGZi .list {
  color: #222222;
}
.cid-uSq04kELIS {
  padding-top: 5rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-uSq04kELIS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSq04kELIS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSq04kELIS .mbr-text,
.cid-uSq04kELIS .mbr-section-btn {
  text-align: center;
}
.cid-uSq04kELIS .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uSq04lHC38 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSq04lHC38 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSq04lHC38 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSq04lHC38 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uSq04lHC38 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uSq04lHC38 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uSq04lHC38 .container {
    padding: 0 20px;
  }
}
.cid-uSq04lHC38 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  border-radius: 100vw;
  padding: 14px 15px;
  margin-bottom: 80px;
  background-color: #fff8fc;
}
@media (max-width: 992px) {
  .cid-uSq04lHC38 .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
  }
}
.cid-uSq04lHC38 .content-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uSq04lHC38 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uSq04lHC38 .content-wrapper img {
  height: 900px;
  object-fit: cover;
  border-radius: 2rem !important;
}
.cid-uSq04lHC38 .mbr-section-title {
  color: #000000;
}
.cid-uSq04lHC38 .mbr-desc {
  color: #38001b;
}
.cid-uSq04lHC38 .mbr-desc,
.cid-uSq04lHC38 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uSq04lHC38 .mbr-section-title DIV {
  text-align: center;
}
.cid-uSq04mJthM {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #fff8fc;
}
.cid-uSq04mJthM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSq04mJthM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSq04mJthM .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uSq04mJthM .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uSq04mJthM .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uSq04mJthM .container {
    padding: 0 20px;
  }
}
.cid-uSq04mJthM .row {
  justify-content: center;
}
.cid-uSq04mJthM .desc-wrapper .mbr-desc {
  display: inline-flex;
  border-radius: 100vw;
  padding: 14px 15px;
  margin-bottom: 80px;
  background-color: #fff8fc;
}
@media (max-width: 992px) {
  .cid-uSq04mJthM .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
  }
}
.cid-uSq04mJthM .panel-group .card {
  border-radius: 20px !important;
  background-color: #fff8fc;
  margin-top: 40px;
  padding: 50px;
}
.cid-uSq04mJthM .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uSq04mJthM .panel-group .card {
    padding: 20px;
  }
}
.cid-uSq04mJthM .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uSq04mJthM .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uSq04mJthM .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uSq04mJthM .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  width: 32px;
  height: 32px;
  min-width: 32px;
  transition: all 0.3s ease-in-out;
  color: #0f1d07;
  margin-left: 20px;
}
.cid-uSq04mJthM .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uSq04mJthM .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-uSq04mJthM .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uSq04mJthM .mbr-desc {
  color: #ffffff;
}
.cid-uSq04mJthM .panel-title-edit {
  color: #0f1d07;
}
.cid-uSq04mJthM .panel-text {
  color: #0f1d07;
}
.cid-uSq04mJthM .mbr-desc,
.cid-uSq04mJthM .desc-wrapper {
  color: #000000;
}
.cid-uSq04o9uhW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff8fc;
  display: flex;
  align-items: center;
}
.cid-uSq04o9uhW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSq04o9uhW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSq04o9uhW .row {
  justify-content: flex-start;
}
.cid-uSq04o9uhW .mbr-section-title {
  color: #1F1D1A;
  margin-bottom: 0;
}
.cid-uSq04o9uhW .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-uSq04peqNJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff8fc;
}
.cid-uSq04peqNJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSq04peqNJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSq04peqNJ .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uSq04peqNJ .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uSq04peqNJ .items-wrapper .item {
  margin-bottom: 4px;
}
@media (max-width: 992px) {
  .cid-uSq04peqNJ .items-wrapper .item {
    margin-bottom: 2px;
  }
}
.cid-uSq04peqNJ .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  background-color: #ffedf7;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uSq04peqNJ .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uSq04peqNJ .items-wrapper .item .item-wrapper .card-box {
  width: 50%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-uSq04peqNJ .items-wrapper .item .item-wrapper .card-box {
    padding: 20px;
    width: 100%;
  }
}
.cid-uSq04peqNJ .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 14px;
  transition: all .3s ease;
}
.cid-uSq04peqNJ .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 14px;
  transition: all .3s ease;
}
.cid-uSq04peqNJ .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uSq04peqNJ .items-wrapper .item .item-wrapper .item-img {
  width: 50%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-uSq04peqNJ .items-wrapper .item .item-wrapper .item-img {
    padding: 0 20px 20px;
    width: 100%;
  }
}
.cid-uSq04peqNJ .items-wrapper .item .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uSq04peqNJ .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-uSq04peqNJ .items-wrapper .item .item-wrapper .card_2 {
    padding: 20px 20px 0;
  }
}
.cid-uSq04peqNJ .mbr-section-title {
  color: #0f0f0f;
}
.cid-uSq04peqNJ .card-title {
  color: #0f0f0f;
}
.cid-uSq04peqNJ .card-text {
  color: #666666;
}
.cid-uSq04peqNJ .card-title,
.cid-uSq04peqNJ .mbr-section-btn {
  text-align: center;
}
.cid-uSq04qRAoc {
  padding-top: 9rem;
  padding-bottom: 10rem;
  background-color: #fff8fc;
}
.cid-uSq04qRAoc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSq04qRAoc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSq04qRAoc .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uSq04qRAoc .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uSq04qRAoc .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uSq04qRAoc .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uSq04qRAoc .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uSq04qRAoc .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uSq04qRAoc .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSq04qRAoc .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uSq04qRAoc .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uSq04qRAoc .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uSq04qRAoc .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uSq04qRAoc .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uSq04qRAoc .mbr-section-title {
  color: #050f0f;
}
.cid-uSq04qRAoc .mbr-text {
  color: #050f0f;
}
.cid-uSq04qRAoc .mbr-section-title,
.cid-uSq04qRAoc .mbr-section-btn {
  color: #050f0f;
}
.cid-uSq04tj2mP {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffedf7;
}
.cid-uSq04tj2mP .mbr-overlay {
  padding: 0;
  background: #fff8fc;
  opacity: 1;
  transform: scale(3) skewX(25deg);
  transform-origin: left bottom;
  left: -100%;
}
.cid-uSq04tj2mP .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #6a3649;
  text-align: center;
}
.cid-uSq04tj2mP .title-text {
  color: #000000;
  text-align: center;
}
.cid-uSq04tj2mP H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uSq04tj2mP .section-text,
.cid-uSq04tj2mP .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uSq2LtQ6xf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff8fc;
}
.cid-uSq2LtQ6xf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSq2LtQ6xf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uSq2LtQ6xf .container {
    padding: 0 30px;
  }
}
.cid-uSq2LtQ6xf .title-wrapper {
  margin-bottom: 75px;
}
@media (max-width: 992px) {
  .cid-uSq2LtQ6xf .title-wrapper {
    margin-bottom: 60px;
  }
}
.cid-uSq2LtQ6xf .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSq2LtQ6xf .panel-group .card {
  border-bottom: 2px solid #000000;
  border-radius: 0 !important;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.cid-uSq2LtQ6xf .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uSq2LtQ6xf .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uSq2LtQ6xf .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(90deg);
  color: #393939;
  background-color: #ffffff;
}
.cid-uSq2LtQ6xf .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  opacity: 1;
}
.cid-uSq2LtQ6xf .panel-group .card .card-header .panel-title .panel-title-edit {
  opacity: .8;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uSq2LtQ6xf .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  min-width: 35px;
  height: 35px;
  border-radius: 50%;
  font-size: 16px;
  color: #ffffff;
  background-color: #393939;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uSq2LtQ6xf .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-uSq2LtQ6xf .panel-group .card .panel-collapse .panel-body .panel-text {
  line-height: 1.6;
  margin-bottom: 0;
}
.cid-uSq2LtQ6xf .mbr-section-title {
  color: #000000;
}
.cid-uSq2LtQ6xf .panel-title {
  color: #000000;
}
.cid-uSq2LtQ6xf .panel-text {
  color: #000000;
}
.cid-uSq04viRa5 {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background: #ffffff;
}
.cid-uSq04viRa5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSq04viRa5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSq04viRa5 .google-map {
  height: 30rem;
  position: relative;
}
.cid-uSq04viRa5 .google-map iframe {
  height: 100%;
  width: 100%;
  background-color: #fff8fc;
  padding: 4px;
}
.cid-uSq04viRa5 .google-map [data-state-details] {
  color: #4b4b4b;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uSq04viRa5 .google-map[data-state] {
  background: #fffff5;
}
.cid-uSq04viRa5 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uSq04xY6dL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffedf7;
}
.cid-uSq04xY6dL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSq04xY6dL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSq04xY6dL .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uSq04xY6dL .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uSq04xY6dL .container {
    padding: 0 25px;
  }
}
.cid-uSq04xY6dL .row {
  justify-content: center;
}
.cid-uSq04xY6dL .mbr-section-title {
  margin-bottom: 130px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uSq04xY6dL .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uSq04xY6dL .list-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-uSq04xY6dL .list-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uSq04xY6dL .list-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uSq04xY6dL .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uSq04xY6dL .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
.cid-uSq04xY6dL .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uSq04xY6dL .list-wrapper .list .item-wrap:hover,
.cid-uSq04xY6dL .list-wrapper .list .item-wrap:focus {
  text-decoration: underline;
}
@media (max-width: 992px) {
  .cid-uSq04xY6dL .content-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uSq04xY6dL .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uSq04xY6dL .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uSq04xY6dL .border-wrap {
  height: 2px;
  background-color: #000000;
  margin-bottom: 25px;
}
.cid-uSq04xY6dL .social-wrap {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uSq04xY6dL .social-wrap {
    margin-top: 20px;
    text-align: center;
  }
}
.cid-uSq04xY6dL .social-wrap .social-row {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uSq04xY6dL .social-wrap .social-row .soc-item {
  margin-right: 10px;
}
.cid-uSq04xY6dL .social-wrap .social-row .soc-item a:hover .mbr-iconfont {
  background-color: #a0ffc2;
  color: #2f2e30;
}
.cid-uSq04xY6dL .social-wrap .social-row .soc-item a .mbr-iconfont {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
  color: #ffffff;
}
.cid-uSq04xY6dL .copyright {
  margin: 0;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uSq04xY6dL .copyright {
    margin-bottom: 20px;
  }
}
.cid-uSq04xY6dL .mbr-section-btn {
  text-align: center;
}
.cid-uSq04xY6dL .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-uSq04xY6dL .mbr-section-subtitle {
  color: #000000;
}
.cid-uSq04xY6dL .mbr-text {
  color: #ffffff;
}
.cid-uSq04xY6dL .list {
  color: #ffffff;
}
.cid-uSq04xY6dL .list,
.cid-uSq04xY6dL .item-wrap {
  text-align: left;
  color: #000000;
}
.cid-uSq2VymGIl {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uSq2VymGIl .navbar-dropdown {
  background: #ffedf7 !important;
  padding: 0;
}
.cid-uSq2VymGIl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffedf7 !important;
  background: #ffedf7;
}
.cid-uSq2VymGIl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSq2VymGIl .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uSq2VymGIl .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uSq2VymGIl .menu_box .navbar.opened,
  .cid-uSq2VymGIl .menu_box .navbar-collapse {
    background-color: #ffedf7 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uSq2VymGIl nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uSq2VymGIl .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uSq2VymGIl .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uSq2VymGIl .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uSq2VymGIl .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uSq2VymGIl .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uSq2VymGIl .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #d8e7ee;
  }
  .cid-uSq2VymGIl .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uSq2VymGIl .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uSq2VymGIl .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uSq2VymGIl .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uSq2VymGIl .offcanvas-body .mbr-text,
  .cid-uSq2VymGIl .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uSq2VymGIl .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uSq2VymGIl .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uSq2VymGIl .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #0f1d07;
  }
  .cid-uSq2VymGIl .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uSq2VymGIl .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uSq2VymGIl .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uSq2VymGIl .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uSq2VymGIl ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uSq2VymGIl .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSq2VymGIl .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uSq2VymGIl .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uSq2VymGIl li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uSq2VymGIl .lg_brand {
    margin: 0 1rem;
  }
  .cid-uSq2VymGIl .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uSq2VymGIl .nav-item {
  margin: 0 5px;
}
@media (min-width: 1200px) {
  .cid-uSq2VymGIl .nav-item {
    margin: 0 5px;
  }
}
@media (max-width: 991px) {
  .cid-uSq2VymGIl .nav-item {
    margin: 0 !important;
  }
}
.cid-uSq2VymGIl .nav-item .nav-link {
  transition: all 0.3s ease-in-out;
  border-radius: 100vw;
}
.cid-uSq2VymGIl .nav-item .nav-link:hover,
.cid-uSq2VymGIl .nav-item .nav-link:focus {
  background-color: #0f1d07 !important;
  color: #ffedf7 !important;
}
.cid-uSq2VymGIl .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uSq2VymGIl .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uSq2VymGIl .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uSq2VymGIl .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSq2VymGIl .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uSq2VymGIl .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uSq2VymGIl .offcanvas_box {
    display: none;
  }
}
.cid-uSq2VymGIl .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uSq2VymGIl .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uSq2VymGIl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uSq2VymGIl .container {
  display: flex;
  margin: auto;
}
.cid-uSq2VymGIl .iconfont-wrapper {
  color: #0f1d07;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uSq2VymGIl .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uSq2VymGIl .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uSq2VymGIl .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uSq2VymGIl .navbar-nav {
    margin: 0;
  }
}
.cid-uSq2VymGIl .dropdown-menu,
.cid-uSq2VymGIl .navbar.opened {
  background-color: true !important;
}
.cid-uSq2VymGIl .nav-item:focus,
.cid-uSq2VymGIl .nav-link:focus {
  outline: none;
}
.cid-uSq2VymGIl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSq2VymGIl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSq2VymGIl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSq2VymGIl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSq2VymGIl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSq2VymGIl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSq2VymGIl .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uSq2VymGIl .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uSq2VymGIl .navbar.opened {
  transition: all 0.3s;
}
.cid-uSq2VymGIl .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uSq2VymGIl .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uSq2VymGIl .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uSq2VymGIl .navbar.collapsed {
  justify-content: center;
}
.cid-uSq2VymGIl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSq2VymGIl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uSq2VymGIl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSq2VymGIl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSq2VymGIl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSq2VymGIl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uSq2VymGIl .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uSq2VymGIl .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uSq2VymGIl .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uSq2VymGIl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSq2VymGIl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSq2VymGIl .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uSq2VymGIl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSq2VymGIl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uSq2VymGIl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSq2VymGIl .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uSq2VymGIl .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uSq2VymGIl .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uSq2VymGIl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uSq2VymGIl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSq2VymGIl .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uSq2VymGIl .navbar.navbar-short {
  min-height: 60px;
}
.cid-uSq2VymGIl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSq2VymGIl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uSq2VymGIl .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uSq2VymGIl .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uSq2VymGIl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSq2VymGIl .dropdown-item.active,
.cid-uSq2VymGIl .dropdown-item:active {
  background-color: transparent;
}
.cid-uSq2VymGIl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-uSq2VymGIl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSq2VymGIl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSq2VymGIl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSq2VymGIl ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uSq2VymGIl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSq2VymGIl button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffedf7;
  background: #90f188;
}
.cid-uSq2VymGIl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0f1d07;
}
.cid-uSq2VymGIl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSq2VymGIl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSq2VymGIl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSq2VymGIl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSq2VymGIl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSq2VymGIl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSq2VymGIl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSq2VymGIl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSq2VymGIl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uSq2VymGIl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uSq2VymGIl .navbar {
    height: 70px;
  }
  .cid-uSq2VymGIl .navbar.opened {
    height: auto;
  }
  .cid-uSq2VymGIl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSq2VymGIl .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uSq2VymGIl .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uSq2VymGIl .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uSq2VymGIl .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uSq2VymGIl .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-uSq2VymGIl .navbar-caption:hover {
  color: #f7036a;
}
@media (min-width: 992px) {
  .cid-uSq2VymGIl .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uSq2VymGIl .text_widget {
  margin-bottom: 32px;
}
.cid-uSq2VymGIl .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uSq2VymGIl .text_widget a:hover,
.cid-uSq2VymGIl .text_widget a:focus {
  opacity: .8;
}
.cid-uSq2VymGIl .mbr-section-subtitle {
  color: #0f1d07;
  text-align: center;
}
.cid-uSq2VymGIl .navbar-caption {
  color: #0f1d07;
}
.cid-uSq2VymGIl .mbr-text {
  color: #0f1d07;
  text-align: center;
}
.cid-uSq2VymGIl .navigation-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uSq2VymGIl .navigation-wrapper {
    display: block;
  }
}
.cid-uSq2VymGIl .navigation-wrapper .navbar-nav.nav-dropdown {
  position: relative;
  display: -webkit-inline-flex;
  width: fit-content;
  padding: 7px;
  border-radius: 100vw !important;
}
@media (max-width: 992px) {
  .cid-uSq2VymGIl .navigation-wrapper .navbar-nav.nav-dropdown {
    padding: 0;
    border-radius: 0 !important;
  }
}
.cid-uSq2VymGIl .navigation-wrapper .navbar-nav.nav-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffedf7;
  opacity: .7;
  border-radius: 100vw !important;
}
@media (max-width: 992px) {
  .cid-uSq2VymGIl .navigation-wrapper .navbar-nav.nav-dropdown::before {
    display: none;
  }
}
.cid-uSq2VymGIl .mbr-section-subtitle,
.cid-uSq2VymGIl .text_widget,
.cid-uSq2VymGIl .mbr-section-btn {
  text-align: center;
}
.cid-uSq2VymGIl a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uSq2VzKiz8 {
  padding-top: 12rem;
  padding-bottom: 5rem;
  position: relative;
  align-items: center;
  background-color: #ffedf7;
}
.cid-uSq2VzKiz8 .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uSq2VzKiz8 .image-wrap {
    padding: 16px;
  }
}
.cid-uSq2VzKiz8 .image-wrap img {
  width: 100%;
  height: 70%;
  object-fit: cover;
}
.cid-uSq2VzKiz8 .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .cid-uSq2VzKiz8 .image-overlay {
    padding: 16px;
  }
}
.cid-uSq2VzKiz8 .image-overlay .image-over {
  background-color: #151e11;
  z-index: 2;
  opacity: 0.5;
  width: 100%;
  height: 70%;
}
.cid-uSq2VzKiz8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSq2VzKiz8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSq2VzKiz8 .row {
  justify-content: center;
}
.cid-uSq2VzKiz8 .mbr-section-title {
  position: relative;
  z-index: 2;
  margin: 160px 20px;
  color: #000000;
  text-align: center;
}
@media (max-width: 1440px) {
  .cid-uSq2VzKiz8 .mbr-section-title {
    margin: 60px 16px;
  }
}
@media (max-width: 992px) {
  .cid-uSq2VzKiz8 .mbr-section-title {
    margin: 30px 16px;
  }
}
.cid-uSq2VzKiz8 .card-wrapper {
  padding: 90px;
  position: relative;
  z-index: 2;
  background-color: #fff8fc;
}
@media (max-width: 992px) {
  .cid-uSq2VzKiz8 .card-wrapper {
    padding: 30px 16px;
  }
}
.cid-uSq2VzKiz8 .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uSq2VzKiz8 .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uSq2VzKiz8 .mbr-text,
.cid-uSq2VzKiz8 .text-wrapper {
  color: #fff7ee;
  text-align: center;
}
.cid-uSq2VzKiz8 .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uSq2VzKiz8 .mbr-text,
.cid-uSq2VzKiz8 .mbr-section-btn {
  text-align: center;
}
.cid-uSq2VzKiz8 .mbr-text,
.cid-uSq2VzKiz8 .text-wrapper,
.cid-uSq2VzKiz8 .mbr-section-btn {
  color: #000000;
}
.cid-uSq2VAMBrV {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: #fff8fc;
}
.cid-uSq2VAMBrV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSq2VAMBrV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSq2VAMBrV .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-uSq2VAMBrV .item-container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 0;
}
.cid-uSq2VAMBrV .frame-item {
  width: 40px;
  height: 1px;
  margin-right: 20px;
  background-color: #45494e;
}
.cid-uSq2VAMBrV .card-text {
  color: #45494E;
  flex-grow: 1;
}
.cid-uSq2VBMIj8 {
  padding-top: 7rem;
  padding-bottom: 8rem;
  background-color: #ffedf7;
  overflow: hidden;
}
.cid-uSq2VBMIj8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSq2VBMIj8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSq2VBMIj8 .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #ffedf7, #ffffff);
  box-shadow: 10px 10px 19px #ffedf7, -10px -10px 19px #ffffff;
}
@media (max-width: 767px) {
  .cid-uSq2VBMIj8 .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-uSq2VBMIj8 .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-uSq2VBMIj8 .card-title {
  color: #212428;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-uSq2VBMIj8 .card-title {
    margin-bottom: 20px;
  }
}
.cid-uSq2VBMIj8 .card-subtitle {
  color: #212428;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-uSq2VBMIj8 .card-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uSq2VBMIj8 .card-text {
  color: #212428;
  margin-bottom: 0;
}
.cid-uSq2VCN4Pj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffedf7;
}
.cid-uSq2VCN4Pj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSq2VCN4Pj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSq2VCN4Pj .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uSq2VCN4Pj .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uSq2VCN4Pj .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uSq2VCN4Pj .container {
    padding: 0 20px;
  }
}
.cid-uSq2VCN4Pj .row {
  justify-content: center;
}
.cid-uSq2VCN4Pj .content-wrapper {
  display: flex;
  padding: 50px;
  border-radius: 2rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSq2VCN4Pj .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uSq2VCN4Pj .content-wrapper .card {
  justify-content: space-between;
}
.cid-uSq2VCN4Pj .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uSq2VCN4Pj .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uSq2VCN4Pj .content-wrapper .image-wrapper img {
  height: 800px;
  object-fit: cover;
  border-radius: 2rem !important;
}
@media (max-width: 992px) {
  .cid-uSq2VCN4Pj .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uSq2VCN4Pj .content-wrapper .content-wrap {
  width: 50%;
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-uSq2VCN4Pj .content-wrapper .content-wrap {
    width: 100%;
    padding-left: 0;
  }
}
.cid-uSq2VCN4Pj .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 40px;
  line-height: 1;
}
.cid-uSq2VCN4Pj .content-wrapper .content-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uSq2VCN4Pj .content-wrapper .content-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
}
.cid-uSq2VCN4Pj .mbr-text {
  color: #000000;
}
.cid-uSq2VCN4Pj .mbr-name {
  color: #000000;
}
.cid-uSq2VCN4Pj .mbr-role {
  color: #ab0c47;
}
.cid-uSq2VDQfNX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSq2VDQfNX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSq2VDQfNX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uSq2VDQfNX .container {
    padding: 0 30px;
  }
}
.cid-uSq2VDQfNX .row {
  justify-content: center;
}
.cid-uSq2VDQfNX .item {
  margin-bottom: 70px;
}
.cid-uSq2VDQfNX .item .item-wrapper {
  margin: 0 6px;
}
@media (max-width: 992px) {
  .cid-uSq2VDQfNX .item .item-wrapper {
    margin: 0;
  }
}
.cid-uSq2VDQfNX .item .item-wrapper .item-img {
  padding: 60px 80px;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffedf7;
  border-radius: 10px;
  margin-bottom: 22px;
}
@media (max-width: 1200px) {
  .cid-uSq2VDQfNX .item .item-wrapper .item-img {
    padding: 60px 40px;
  }
}
.cid-uSq2VDQfNX .item .item-wrapper .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.cid-uSq2VDQfNX .item:nth-child(2) .item-wrapper .item-img {
  background-color: #ffedf7;
}
.cid-uSq2VDQfNX .item .item-content {
  margin: 0 6px;
}
@media (max-width: 992px) {
  .cid-uSq2VDQfNX .item .item-content {
    margin: 0;
  }
}
.cid-uSq2VDQfNX .item .item-content .mbr-card-title {
  margin-bottom: 22px;
}
.cid-uSq2VDQfNX .mbr-card-title {
  color: #000000;
}
.cid-uSq2VDQfNX .mbr-card-title,
.cid-uSq2VDQfNX .mbr-section-btn {
  text-align: center;
}
.cid-uSq2VFksaa {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #ffedf7;
}
.cid-uSq2VFksaa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSq2VFksaa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSq2VFksaa .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uSq2VFksaa .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uSq2VFksaa .container {
    padding: 0 12px;
  }
}
.cid-uSq2VFksaa .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uSq2VFksaa .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uSq2VFksaa .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #ffffff;
  box-shadow: 4px 4px #ffffff;
  background-color: #fff8fc;
}
@media (max-width: 992px) {
  .cid-uSq2VFksaa .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uSq2VFksaa .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uSq2VFksaa .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uSq2VFksaa .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uSq2VFksaa .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uSq2VFksaa .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uSq2VFksaa .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uSq2VFksaa .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uSq2VFksaa .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uSq2VFksaa .mbr-section-subtitle {
  color: #222222;
}
.cid-uSq2VFksaa .mbr-text {
  color: #222222;
}
.cid-uSq2VFksaa .list {
  color: #222222;
}
.cid-uSq2VHnKjS {
  padding-top: 5rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-uSq2VHnKjS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSq2VHnKjS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSq2VHnKjS .mbr-text,
.cid-uSq2VHnKjS .mbr-section-btn {
  text-align: center;
}
.cid-uSq2VHnKjS .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uSq2VJlge7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSq2VJlge7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSq2VJlge7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSq2VJlge7 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uSq2VJlge7 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uSq2VJlge7 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uSq2VJlge7 .container {
    padding: 0 20px;
  }
}
.cid-uSq2VJlge7 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  border-radius: 100vw;
  padding: 14px 15px;
  margin-bottom: 80px;
  background-color: #fff8fc;
}
@media (max-width: 992px) {
  .cid-uSq2VJlge7 .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
  }
}
.cid-uSq2VJlge7 .content-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uSq2VJlge7 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uSq2VJlge7 .content-wrapper img {
  height: 900px;
  object-fit: cover;
  border-radius: 2rem !important;
}
.cid-uSq2VJlge7 .mbr-section-title {
  color: #000000;
}
.cid-uSq2VJlge7 .mbr-desc {
  color: #38001b;
}
.cid-uSq2VJlge7 .mbr-desc,
.cid-uSq2VJlge7 .desc-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uSq2VJlge7 .mbr-section-title DIV {
  text-align: center;
}
.cid-uSq2VL1EwO {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #fff8fc;
}
.cid-uSq2VL1EwO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSq2VL1EwO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSq2VL1EwO .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uSq2VL1EwO .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uSq2VL1EwO .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uSq2VL1EwO .container {
    padding: 0 20px;
  }
}
.cid-uSq2VL1EwO .row {
  justify-content: center;
}
.cid-uSq2VL1EwO .desc-wrapper .mbr-desc {
  display: inline-flex;
  border-radius: 100vw;
  padding: 14px 15px;
  margin-bottom: 80px;
  background-color: #fff8fc;
}
@media (max-width: 992px) {
  .cid-uSq2VL1EwO .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
  }
}
.cid-uSq2VL1EwO .panel-group .card {
  border-radius: 20px !important;
  background-color: #fff8fc;
  margin-top: 40px;
  padding: 50px;
}
.cid-uSq2VL1EwO .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uSq2VL1EwO .panel-group .card {
    padding: 20px;
  }
}
.cid-uSq2VL1EwO .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uSq2VL1EwO .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uSq2VL1EwO .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uSq2VL1EwO .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  width: 32px;
  height: 32px;
  min-width: 32px;
  transition: all 0.3s ease-in-out;
  color: #0f1d07;
  margin-left: 20px;
}
.cid-uSq2VL1EwO .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uSq2VL1EwO .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-uSq2VL1EwO .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uSq2VL1EwO .mbr-desc {
  color: #ffffff;
}
.cid-uSq2VL1EwO .panel-title-edit {
  color: #0f1d07;
}
.cid-uSq2VL1EwO .panel-text {
  color: #0f1d07;
}
.cid-uSq2VL1EwO .mbr-desc,
.cid-uSq2VL1EwO .desc-wrapper {
  color: #000000;
}
.cid-uSq2VNpnXx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff8fc;
  display: flex;
  align-items: center;
}
.cid-uSq2VNpnXx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSq2VNpnXx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSq2VNpnXx .row {
  justify-content: flex-start;
}
.cid-uSq2VNpnXx .mbr-section-title {
  color: #1F1D1A;
  margin-bottom: 0;
}
.cid-uSq2VNpnXx .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-uSq2VP6zYW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff8fc;
}
.cid-uSq2VP6zYW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSq2VP6zYW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSq2VP6zYW .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uSq2VP6zYW .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uSq2VP6zYW .items-wrapper .item {
  margin-bottom: 4px;
}
@media (max-width: 992px) {
  .cid-uSq2VP6zYW .items-wrapper .item {
    margin-bottom: 2px;
  }
}
.cid-uSq2VP6zYW .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  background-color: #ffedf7;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uSq2VP6zYW .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uSq2VP6zYW .items-wrapper .item .item-wrapper .card-box {
  width: 50%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-uSq2VP6zYW .items-wrapper .item .item-wrapper .card-box {
    padding: 20px;
    width: 100%;
  }
}
.cid-uSq2VP6zYW .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 14px;
  transition: all .3s ease;
}
.cid-uSq2VP6zYW .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 14px;
  transition: all .3s ease;
}
.cid-uSq2VP6zYW .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uSq2VP6zYW .items-wrapper .item .item-wrapper .item-img {
  width: 50%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-uSq2VP6zYW .items-wrapper .item .item-wrapper .item-img {
    padding: 0 20px 20px;
    width: 100%;
  }
}
.cid-uSq2VP6zYW .items-wrapper .item .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uSq2VP6zYW .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-uSq2VP6zYW .items-wrapper .item .item-wrapper .card_2 {
    padding: 20px 20px 0;
  }
}
.cid-uSq2VP6zYW .mbr-section-title {
  color: #0f0f0f;
}
.cid-uSq2VP6zYW .card-title {
  color: #0f0f0f;
}
.cid-uSq2VP6zYW .card-text {
  color: #666666;
}
.cid-uSq2VP6zYW .card-title,
.cid-uSq2VP6zYW .mbr-section-btn {
  text-align: center;
}
.cid-uSq2VQn8lR {
  padding-top: 9rem;
  padding-bottom: 10rem;
  background-color: #fff8fc;
}
.cid-uSq2VQn8lR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSq2VQn8lR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSq2VQn8lR .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uSq2VQn8lR .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uSq2VQn8lR .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uSq2VQn8lR .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uSq2VQn8lR .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uSq2VQn8lR .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uSq2VQn8lR .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSq2VQn8lR .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uSq2VQn8lR .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uSq2VQn8lR .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uSq2VQn8lR .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uSq2VQn8lR .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uSq2VQn8lR .mbr-section-title {
  color: #050f0f;
}
.cid-uSq2VQn8lR .mbr-text {
  color: #050f0f;
}
.cid-uSq2VQn8lR .mbr-section-title,
.cid-uSq2VQn8lR .mbr-section-btn {
  color: #050f0f;
}
.cid-uSq2VRzSV0 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffedf7;
}
.cid-uSq2VRzSV0 .mbr-overlay {
  padding: 0;
  background: #fff8fc;
  opacity: 1;
  transform: scale(3) skewX(25deg);
  transform-origin: left bottom;
  left: -100%;
}
.cid-uSq2VRzSV0 .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #6a3649;
  text-align: center;
}
.cid-uSq2VRzSV0 .title-text {
  color: #000000;
  text-align: center;
}
.cid-uSq2VRzSV0 H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-uSq2VRzSV0 .section-text,
.cid-uSq2VRzSV0 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uSq2VSLdtL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff8fc;
}
.cid-uSq2VSLdtL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSq2VSLdtL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uSq2VSLdtL .container {
    padding: 0 30px;
  }
}
.cid-uSq2VSLdtL .title-wrapper {
  margin-bottom: 75px;
}
@media (max-width: 992px) {
  .cid-uSq2VSLdtL .title-wrapper {
    margin-bottom: 60px;
  }
}
.cid-uSq2VSLdtL .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSq2VSLdtL .panel-group .card {
  border-bottom: 2px solid #000000;
  border-radius: 0 !important;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.cid-uSq2VSLdtL .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uSq2VSLdtL .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uSq2VSLdtL .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(90deg);
  color: #393939;
  background-color: #ffffff;
}
.cid-uSq2VSLdtL .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  opacity: 1;
}
.cid-uSq2VSLdtL .panel-group .card .card-header .panel-title .panel-title-edit {
  opacity: .8;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uSq2VSLdtL .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  min-width: 35px;
  height: 35px;
  border-radius: 50%;
  font-size: 16px;
  color: #ffffff;
  background-color: #393939;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uSq2VSLdtL .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-uSq2VSLdtL .panel-group .card .panel-collapse .panel-body .panel-text {
  line-height: 1.6;
  margin-bottom: 0;
}
.cid-uSq2VSLdtL .mbr-section-title {
  color: #000000;
}
.cid-uSq2VSLdtL .panel-title {
  color: #000000;
}
.cid-uSq2VSLdtL .panel-text {
  color: #000000;
}
.cid-uSq2VTSiyD {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background: #ffffff;
}
.cid-uSq2VTSiyD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSq2VTSiyD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSq2VTSiyD .google-map {
  height: 30rem;
  position: relative;
}
.cid-uSq2VTSiyD .google-map iframe {
  height: 100%;
  width: 100%;
  background-color: #fff8fc;
  padding: 4px;
}
.cid-uSq2VTSiyD .google-map [data-state-details] {
  color: #4b4b4b;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uSq2VTSiyD .google-map[data-state] {
  background: #fffff5;
}
.cid-uSq2VTSiyD .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uSq2VUZNXA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffedf7;
}
.cid-uSq2VUZNXA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSq2VUZNXA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSq2VUZNXA .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uSq2VUZNXA .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uSq2VUZNXA .container {
    padding: 0 25px;
  }
}
.cid-uSq2VUZNXA .row {
  justify-content: center;
}
.cid-uSq2VUZNXA .mbr-section-title {
  margin-bottom: 130px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uSq2VUZNXA .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uSq2VUZNXA .list-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-uSq2VUZNXA .list-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uSq2VUZNXA .list-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uSq2VUZNXA .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uSq2VUZNXA .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
.cid-uSq2VUZNXA .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uSq2VUZNXA .list-wrapper .list .item-wrap:hover,
.cid-uSq2VUZNXA .list-wrapper .list .item-wrap:focus {
  text-decoration: underline;
}
@media (max-width: 992px) {
  .cid-uSq2VUZNXA .content-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uSq2VUZNXA .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uSq2VUZNXA .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uSq2VUZNXA .border-wrap {
  height: 2px;
  background-color: #000000;
  margin-bottom: 25px;
}
.cid-uSq2VUZNXA .social-wrap {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uSq2VUZNXA .social-wrap {
    margin-top: 20px;
    text-align: center;
  }
}
.cid-uSq2VUZNXA .social-wrap .social-row {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uSq2VUZNXA .social-wrap .social-row .soc-item {
  margin-right: 10px;
}
.cid-uSq2VUZNXA .social-wrap .social-row .soc-item a:hover .mbr-iconfont {
  background-color: #a0ffc2;
  color: #2f2e30;
}
.cid-uSq2VUZNXA .social-wrap .social-row .soc-item a .mbr-iconfont {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
  color: #ffffff;
}
.cid-uSq2VUZNXA .copyright {
  margin: 0;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uSq2VUZNXA .copyright {
    margin-bottom: 20px;
  }
}
.cid-uSq2VUZNXA .mbr-section-btn {
  text-align: center;
}
.cid-uSq2VUZNXA .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-uSq2VUZNXA .mbr-section-subtitle {
  color: #000000;
}
.cid-uSq2VUZNXA .mbr-text {
  color: #ffffff;
}
.cid-uSq2VUZNXA .list {
  color: #ffffff;
}
.cid-uSq2VUZNXA .list,
.cid-uSq2VUZNXA .item-wrap {
  text-align: left;
  color: #000000;
}
