body {
  background-color: #fafbf7;
}
body {
  font-family: Manrope;
}
.display-1 {
  font-family: 'Manrope', sans-serif;
  font-size: 5.625rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.03125rem;
}
.display-2 {
  font-family: 'Manrope', sans-serif;
  font-size: 4.25rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 5.3125rem;
}
.display-4 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-5 {
  font-family: 'Manrope', sans-serif;
  font-size: 3.125rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 3.90625rem;
}
.display-7 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- 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.5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.9375rem;
    font-size: calc( 2.61875rem + (5.625 - 2.61875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.61875rem + (5.625 - 2.61875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.5rem;
    font-size: calc( 1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #d4a373 !important;
}
.bg-success {
  background-color: #3ada90 !important;
}
.bg-info {
  background-color: #21d0f3 !important;
}
.bg-warning {
  background-color: #ffc515 !important;
}
.bg-danger {
  background-color: #dc3847 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #d4a373 !important;
  border-color: #d4a373 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  border-color: #b87738 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b87738 !important;
  border-color: #b87738 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #caaed5 !important;
  border-color: #caaed5 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  border-color: #a575b7 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #a575b7 !important;
  border-color: #a575b7 !important;
}
.btn-info,
.btn-info:active {
  background-color: #21d0f3 !important;
  border-color: #21d0f3 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  border-color: #0a97b4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0a97b4 !important;
  border-color: #0a97b4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #3ada90 !important;
  border-color: #3ada90 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  border-color: #1e9f64 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1e9f64 !important;
  border-color: #1e9f64 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffc515 !important;
  border-color: #ffc515 !important;
  color: #151000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  border-color: #bd8e00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #151000 !important;
  background-color: #bd8e00 !important;
  border-color: #bd8e00 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #dc3847 !important;
  border-color: #dc3847 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  border-color: #a11c28 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #a11c28 !important;
  border-color: #a11c28 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #212132 !important;
  border-color: #212132 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d4a373;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4a373 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #d4a373 !important;
  border-color: #d4a373 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #caaed5;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #caaed5 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #caaed5 !important;
  border-color: #caaed5 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #21d0f3;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #21d0f3 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #21d0f3 !important;
  border-color: #21d0f3 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #3ada90;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3ada90 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3ada90 !important;
  border-color: #3ada90 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffc515;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffc515 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffc515 !important;
  border-color: #ffc515 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #dc3847;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #dc3847 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #dc3847 !important;
  border-color: #dc3847 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #212132;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #212132 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #212132 !important;
  border-color: #212132 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #fafafa !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #616161 !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #d4a373 !important;
}
.text-secondary {
  color: #caaed5 !important;
}
.text-success {
  color: #3ada90 !important;
}
.text-info {
  color: #21d0f3 !important;
}
.text-warning {
  color: #ffc515 !important;
}
.text-danger {
  color: #dc3847 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #212132 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ac7035 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #9e6bb2 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #1c925b !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #098ba5 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ae8300 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #941a25 !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: #d4a373;
}
.nav-tabs .nav-link:not(.active) {
  color: #212132;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #21d0f3;
}
.alert-warning {
  background-color: #ffc515;
}
.alert-danger {
  background-color: #dc3847;
}
.mbr-gallery-filter li.active .btn {
  background-color: #d4a373;
  border-color: #d4a373;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #d4a373;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e6faf1;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #e3f9fd;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fff8e1;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fbe5e7;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Manrope', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.875rem;
}
.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: #d4a373 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Manrope', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #d4a373;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #d4a373;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #d4a373;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #d4a373;
  border-bottom-color: #d4a373;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #d4a373 !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: #caaed5 !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='%23d4a373' %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-duration: .2s;
}
a:hover {
  background-image: none !important;
}
.container {
  max-width: 1440px;
  padding-left: 6vw;
  padding-right: 6vw;
}
@media (max-width: 991px) {
  .container {
    max-width: 80vw;
  }
}
@media (max-width: 767px) {
  .container {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}
@media (min-width: 1600px) {
  .container {
    padding-left: 96px;
    padding-right: 96px;
  }
}
.container-fluid {
  padding-left: 6vw;
  padding-right: 6vw;
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}
@media (min-width: 1600px) {
  .container-fluid {
    padding-left: 96px;
    padding-right: 96px;
  }
}
.row {
  margin-left: -6vw;
  margin-right: -6vw;
}
.row > [class*="col"] {
  padding-left: 6vw;
  padding-right: 6vw;
}
@media (max-width: 767px) {
  .row {
    margin-left: -3vw;
    margin-right: -3vw;
  }
  .row > [class*="col"] {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}
@media (min-width: 1600px) {
  .row {
    margin-left: -96px;
    margin-right: -96px;
  }
  .row > [class*="col"] {
    padding-left: 96px;
    padding-right: 96px;
  }
}
.row {
  justify-content: center;
}
.mbr-section-btn .btn {
  min-width: 100px;
  min-height: 40px;
  padding: 20px 40px;
  line-height: 1.55;
  font-weight: 500;
  transition-duration: .2s;
  border-radius: 0.75rem !important;
  box-shadow: none !important;
  border: none !important;
}
@media (max-width: 575px) {
  .mbr-section-btn {
    width: 100%;
  }
  .mbr-section-btn .btn {
    width: 100%;
    min-width: auto !important;
  }
}
.custom-mbr-section-btn {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.custom-section-btn {
  display: inline-block;
  padding: 3px;
  position: relative;
  border-radius: 0.75rem !important;
  margin-top: 0.42rem;
  margin-left: 0.42rem;
}
.custom-section-btn::after {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.75rem !important;
  transition: all 300ms ease;
  transform: translate3d(-0.42rem, -0.42rem, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  animation: none;
}
.custom-section-btn .btn {
  transform: translate3d(-0.42rem, -0.42rem, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  position: relative;
  z-index: 11;
  transform-style: preserve-3d;
  transition: all 300ms ease;
  border: none !important;
  margin: 0 !important;
  animation: none;
  min-height: 106px;
  padding: 20px 40px;
}
@media (max-width: 767px) {
  .custom-section-btn .btn {
    padding: 12px 24px;
    min-height: 68px;
  }
}
.custom-section-btn:hover .btn {
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.custom-section-btn:hover::after {
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.cid-uNO1bZVbob .navbar-dropdown {
  position: relative !important;
}
.cid-uNO1bZVbob .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNO1bZVbob .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uNO1bZVbob .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uNO1bZVbob .dropdown-item:hover,
.cid-uNO1bZVbob .dropdown-item:focus {
  background: #d4a373 !important;
  color: white !important;
}
.cid-uNO1bZVbob .dropdown-item:hover span {
  color: white;
}
.cid-uNO1bZVbob .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uNO1bZVbob .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uNO1bZVbob .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uNO1bZVbob .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uNO1bZVbob .nav-link {
  position: relative;
}
.cid-uNO1bZVbob .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uNO1bZVbob .container {
    flex-wrap: nowrap;
  }
}
.cid-uNO1bZVbob .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
}
.cid-uNO1bZVbob .iconfont-wrapper:hover {
  color: #caaed5 !important;
}
.cid-uNO1bZVbob .dropdown-menu,
.cid-uNO1bZVbob .navbar.opened {
  background: #111400 !important;
}
.cid-uNO1bZVbob .nav-item:focus,
.cid-uNO1bZVbob .nav-link:focus {
  outline: none;
}
.cid-uNO1bZVbob .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNO1bZVbob .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNO1bZVbob .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNO1bZVbob .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNO1bZVbob .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNO1bZVbob .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNO1bZVbob .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #111400;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uNO1bZVbob .navbar.opened {
  transition: all 0.3s;
}
.cid-uNO1bZVbob .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uNO1bZVbob .navbar .navbar-logo img {
  width: auto;
}
.cid-uNO1bZVbob .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNO1bZVbob .navbar.collapsed {
  justify-content: center;
}
.cid-uNO1bZVbob .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNO1bZVbob .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uNO1bZVbob .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNO1bZVbob .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNO1bZVbob .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uNO1bZVbob .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNO1bZVbob .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNO1bZVbob .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uNO1bZVbob .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNO1bZVbob .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNO1bZVbob .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNO1bZVbob .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNO1bZVbob .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uNO1bZVbob .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uNO1bZVbob .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNO1bZVbob .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uNO1bZVbob .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uNO1bZVbob .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNO1bZVbob .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uNO1bZVbob .navbar.navbar-short {
  min-height: 96px;
}
.cid-uNO1bZVbob .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uNO1bZVbob .navbar.navbar-short .navbar-brand {
  min-height: 96px;
  padding: 0;
}
.cid-uNO1bZVbob .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uNO1bZVbob .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNO1bZVbob .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNO1bZVbob .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-uNO1bZVbob .dropdown-item.active,
.cid-uNO1bZVbob .dropdown-item:active {
  background-color: transparent;
}
.cid-uNO1bZVbob .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNO1bZVbob .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNO1bZVbob .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNO1bZVbob .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #111400;
}
.cid-uNO1bZVbob .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNO1bZVbob .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNO1bZVbob ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uNO1bZVbob .navbar-buttons {
  text-align: center;
}
.cid-uNO1bZVbob .navbar-buttons .btn {
  padding: 9px 18px;
  min-width: 100px;
  min-height: 52px;
  border-radius: 0.3rem;
  border: solid 2px #ffffe0 !important;
  box-shadow: 3px 3px 0 0 #ffffe0 !important;
}
.cid-uNO1bZVbob .navbar-buttons .btn:hover {
  border: solid 2px #ffffe0 !important;
  box-shadow: 0 0 0 0 #ffffe0 !important;
}
@media (max-width: 575px) {
  .cid-uNO1bZVbob .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uNO1bZVbob button.navbar-toggler {
  outline: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0.3rem;
  background-color: #111400 !important;
  border: solid 2px #d4a373 !important;
  box-shadow: 3px 3px 0 0 #d4a373 !important;
}
.cid-uNO1bZVbob button.navbar-toggler:hover {
  border: solid 2px #d4a373 !important;
  color: #caaed5 !important;
  box-shadow: 0 0 0 0 #d4a373 !important;
}
.cid-uNO1bZVbob button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uNO1bZVbob button.navbar-toggler .hamburger span:nth-child(1) {
  top: 9px;
  left: 8px;
  transition: all 0.2s;
}
.cid-uNO1bZVbob button.navbar-toggler .hamburger span:nth-child(2) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-uNO1bZVbob button.navbar-toggler .hamburger span:nth-child(3) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-uNO1bZVbob button.navbar-toggler .hamburger span:nth-child(4) {
  left: 8px;
  top: 25px;
  transition: all 0.2s;
}
.cid-uNO1bZVbob nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNO1bZVbob nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNO1bZVbob nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNO1bZVbob nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNO1bZVbob .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uNO1bZVbob a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uNO1bZVbob .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNO1bZVbob .navbar {
    height: 70px;
  }
  .cid-uNO1bZVbob .navbar.opened {
    height: auto;
  }
  .cid-uNO1bZVbob .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNO1bZVbob .navbar-nav {
  margin: 0 auto;
}
.cid-uNO1bZVbob .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uNO1bZVbob .nav-item .nav-link {
  padding: 6px 32px !important;
  margin: 0 !important;
}
.cid-uNO1bZVbob .nav-item .nav-link::after {
  color: #caaed5 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uNO1bZVbob .nav-item .nav-link:hover {
  color: #ffffe0 !important;
}
.cid-uNO1bZVbob .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uNO1bZVbob .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uNO1bZVbob .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uNO1bZVbob .nav-item .dropdown-menu .dropdown-item {
  color: #111400 !important;
  background-color: transparent !important;
}
.cid-uNO1bZVbob .nav-item .dropdown-menu .dropdown-item:hover {
  color: #d4a373 !important;
}
@media (max-width: 991px) {
  .cid-uNO1bZVbob .navbar {
    justify-content: flex-start !important;
  }
  .cid-uNO1bZVbob .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uNO1bZVbob .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uNO1bZVbob .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uNO1bZVbob .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uNO1bZVbob .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uNO1bZVbob .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
@media (max-width: 1500px) {
  .cid-uNO1bZVbob .nav-item .nav-link {
    font-size: 1.2rem;
    padding: 10px!important;
  }
  .cid-uNO1bZVbob .container {
    flex-wrap: wrap!important;
    justify-content: center;
    flex-direction: column;
  }
  .cid-uNO1bZVbob .navbar-brand {
    min-height: 20px;
    padding-top: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uNO1bZVbob .container {
    justify-content: space-between;
    flex-direction: row;
  }
  .cid-uNO1bZVbob .navbar-brand {
    min-height: 96px;
    padding-top: 10px;
  }
}
.cid-uNO1bZVbob .navbar-caption {
  color: #FFFFFF;
}
.cid-uNO1bZVbob .nav-link,
.cid-uNO1bZVbob .dropdown-item {
  color: #FFFFFF;
}
.cid-uNO1bZWOUA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #111400;
}
.cid-uNO1bZWOUA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNO1bZWOUA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNO1bZWOUA .row {
  justify-content: left;
}
.cid-uNO1bZWOUA .mbr-section-title {
  color: #FFDD65;
  background-image: linear-gradient(90deg, currentColor 2.76%, #ffd4a2 29.66%, #fde0ff 61%, #ffffe0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uNO1bZWOUA .btn-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 96px;
}
@media (max-width: 991px) {
  .cid-uNO1bZWOUA .btn-container {
    padding-top: 50px;
    flex-direction: column;
    align-items: center;
  }
}
.cid-uNO1bZWOUA .custom-mbr-section-btn {
  padding-bottom: 0.42rem;
}
@media (max-width: 991px) {
  .cid-uNO1bZWOUA .custom-mbr-section-btn {
    padding-bottom: 0;
  }
}
.cid-uNO1bZWOUA .custom-section-btn {
  height: 100%;
  background-image: linear-gradient(90deg, #fafbf7 2.76%, #ffd4a2 29.66%, #fde0ff 61%, #ffffe0 99.93%);
}
.cid-uNO1bZWOUA .custom-section-btn::after {
  background-image: linear-gradient(90deg, #fafbf7 2.76%, #ffd4a2 29.66%, #fde0ff 61%, #ffffe0 99.93%);
}
.cid-uNO1bZWOUA .custom-section-btn .btn {
  height: 100%;
}
.cid-uNO1bZWOUA .text-container {
  max-width: 384px;
  margin-left: 40px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uNO1bZWOUA .text-container {
    margin: 26px auto 0;
  }
}
.cid-uNO1bZWOUA .mbr-text {
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-uNO1bZWOUA .mbr-text {
    text-align: center !important;
  }
}
.cid-uNO1bZWOUA .text-item-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 26px;
}
@media (max-width: 991px) {
  .cid-uNO1bZWOUA .text-item-container {
    flex-wrap: wrap;
  }
}
.cid-uNO1bZWOUA .text-item {
  display: flex;
  align-items: center;
  max-width: 48%;
}
@media (max-width: 991px) {
  .cid-uNO1bZWOUA .text-item {
    max-width: 100%;
    width: 100%;
    justify-content: center;
    margin-bottom: 6px;
  }
}
.cid-uNO1bZWOUA .icon-text {
  color: #FFFFFF;
}
.cid-uNO1bZWOUA .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.cid-uNO1bZWOUA .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #ffffff;
}
.cid-uNO1bZWOUA .mbr-section-title,
.cid-uNO1bZWOUA .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uNO1bZWFhp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0e2cd;
}
.cid-uNO1bZWFhp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNO1bZWFhp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNO1bZWFhp .container {
  max-width: 1280px;
}
.cid-uNO1bZWFhp .content-wrapper {
  background: #303702;
  padding: 4rem;
  border-radius: 4.17rem;
}
@media (max-width: 767px) {
  .cid-uNO1bZWFhp .content-wrapper {
    padding: 4rem 6vw;
  }
}
.cid-uNO1bZWFhp .text-wrapper {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-uNO1bZWFhp .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uNO1bZWFhp .card-title {
  color: #FFDD65;
}
.cid-uNO1bZWFhp .img-container {
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 1.67rem;
}
@media (max-width: 767px) {
  .cid-uNO1bZWFhp .img-container {
    flex-wrap: wrap;
    margin-bottom: 16px;
  }
}
.cid-uNO1bZWFhp .item-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 45%;
  margin-right: 0.83rem;
  margin-left: 0.83rem;
  padding: 2.5rem;
}
@media (max-width: 991px) {
  .cid-uNO1bZWFhp .item-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-uNO1bZWFhp .item-container {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 32px;
  }
}
.cid-uNO1bZWFhp .mbr-text {
  color: #FFFFFF;
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uNO1bZWFhp .mbr-text {
    margin-bottom: 1.67rem;
  }
}
@media (max-width: 767px) {
  .cid-uNO1bZWFhp .mbr-text {
    margin-bottom: 1rem;
  }
}
.cid-uNO1bZWFhp .image-wrapper {
  margin-top: auto;
  aspect-ratio: 1;
  position: relative;
  border-radius: 2.08rem;
  padding: 5px;
  background-image: linear-gradient(135deg, #fafbf7 2.76%, #ffd4a2 29.66%, #fde0ff 61%, #ffffe0 99.93%);
}
.cid-uNO1bZWFhp .image-wrapper .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2.08rem;
  background-image: linear-gradient(135deg, #fafbf7 2.76%, #ffd4a2 29.66%, #fde0ff 61%, #ffffe0 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-uNO1bZWFhp .image-wrapper .img-box {
  position: relative;
  z-index: 11;
  border-radius: 1.76rem;
  overflow: hidden;
  height: 100%;
}
.cid-uNO1bZWFhp .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uNO1bZWFhp .custom-section-btn {
  background-image: linear-gradient(90deg, #fafbf7 2.76%, #ffd4a2 29.66%, #fde0ff 61%, #ffffe0 99.93%);
}
.cid-uNO1bZWFhp .custom-section-btn::after {
  background-image: linear-gradient(90deg, #fafbf7 2.76%, #ffd4a2 29.66%, #fde0ff 61%, #ffffe0 99.93%);
}
.cid-uNO1bZWFhp .btn-container {
  padding: 0 4rem;
  margin-top: -3.5rem;
}
@media (max-width: 767px) {
  .cid-uNO1bZWFhp .btn-container {
    padding: 0 6vw;
    width: 100%;
  }
  .cid-uNO1bZWFhp .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-uNO1bZWFhp .btn-container .btn {
    width: 100%;
  }
}
.cid-uNO1bZWFhp .card-title,
.cid-uNO1bZWFhp .mbr-section-btn {
  color: #F0E2CD;
}
.cid-uNO1bZXF6N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f0e2cd;
}
.cid-uNO1bZXF6N .container {
  max-width: 1600px;
}
.cid-uNO1bZXF6N .row {
  justify-content: center;
}
.cid-uNO1bZXF6N .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-uNO1bZXF6N .text-container {
    margin-bottom: 50px;
  }
}
.cid-uNO1bZXF6N .mbr-section-title {
  color: #000000;
}
.cid-uNO1bZXF6N .mbr-section-subtitle {
  color: #000000;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-uNO1bZXF6N .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-uNO1bZXF6N .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-uNO1bZXF6N .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uNO1bZXF6N .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uNO1bZXF6N .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: 0.18s all;
}
.cid-uNO1bZXF6N .card:hover {
  transform: scale(0.96);
}
.cid-uNO1bZXF6N .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-uNO1bZXF6N .card-wrapper {
    padding: 16px;
  }
}
.cid-uNO1bZXF6N .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-uNO1bZXF6N .card-box {
    margin-bottom: 20px;
  }
}
.cid-uNO1bZXF6N .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
  opacity: 0.6;
}
.cid-uNO1bZXF6N .card-text {
  width: 100%;
  color: #000000;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uNO1bZXF6N .card-text {
    margin-top: 8px;
  }
}
.cid-uNO1bZXF6N .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-uNO1bZXF6N .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-uNO1bZXF6N .card-img {
  width: 100%;
  height: 288px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-uNO1bZXF6N .card-img {
    height: 375px;
  }
}
@media (max-width: 767px) {
  .cid-uNO1bZXF6N .card-img {
    height: auto;
  }
}
.cid-uNO1bZXF6N .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  animation: none;
}
.cid-uNO1bZXF6N .card-title,
.cid-uNO1bZXF6N .mbr-section-btn {
  color: #000000;
}
.cid-uNO1bZXBTg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #111400;
}
.cid-uNO1bZXBTg .item:focus,
.cid-uNO1bZXBTg span:focus {
  outline: none;
}
.cid-uNO1bZXBTg .item {
  cursor: pointer;
}
.cid-uNO1bZXBTg .grid-container {
  grid-row-gap: 0.83rem;
}
.cid-uNO1bZXBTg .grid-container-1,
.cid-uNO1bZXBTg .grid-container-2,
.cid-uNO1bZXBTg .grid-container-3 {
  gap: 0 0.83rem;
}
.cid-uNO1bZXBTg .mbr-section-title {
  margin-bottom: 80px;
  color: #ffdd65;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uNO1bZXBTg .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uNO1bZXBTg .content-head {
  max-width: 800px;
}
.cid-uNO1bZXBTg .container,
.cid-uNO1bZXBTg .container-fluid {
  overflow: hidden;
}
.cid-uNO1bZXBTg .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uNO1bZXBTg .grid-item {
  position: relative;
  padding: 5px;
  border-radius: 2.3rem;
  margin: 2rem 0;
  background-image: linear-gradient(135deg, #fafbf7 2.76%, #ffd4a2 29.66%, #fde0ff 61%, #ffffe0 99.93%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uNO1bZXBTg .card-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-image: linear-gradient(135deg, #fafbf7 2.76%, #ffd4a2 29.66%, #fde0ff 61%, #ffffe0 99.93%);
  filter: blur(1rem);
}
.cid-uNO1bZXBTg .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 480px;
  object-fit: cover;
  border-radius: 2.08rem;
  position: relative;
  z-index: 6;
  animation: none;
}
@media (max-width: 1200px) {
  .cid-uNO1bZXBTg .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uNO1bZXBTg .grid-item img {
    min-width: 35vw;
    height: 160px;
  }
}
.cid-uNO1bZXBTg .grid-container-1,
.cid-uNO1bZXBTg .grid-container-2,
.cid-uNO1bZXBTg .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uNO1bZXBTg .grid-container-1 {
  align-items: flex-end;
}
.cid-uNO1bZXBTg .grid-container-2 {
  align-items: flex-start;
}
.cid-uNO1bZYpvE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f0e2cd;
}
.cid-uNO1bZYpvE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNO1bZYpvE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNO1bZYpvE .container {
  max-width: 1600px;
}
.cid-uNO1bZYpvE .text-wrapper {
  width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .cid-uNO1bZYpvE .text-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .cid-uNO1bZYpvE .text-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uNO1bZYpvE .mbr-section-title {
  color: #000000;
}
.cid-uNO1bZYpvE .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-uNO1bZYpvE .content-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uNO1bZYpvE .card-bg-item {
  padding: 3px;
  background-color: #ffffff;
  border-radius: 2.3rem;
}
.cid-uNO1bZYpvE .card-item {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  padding: 40px;
  background-color: #ffffff;
  border-radius: 2.08rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uNO1bZYpvE .card-item {
    padding-right: 6vw;
    padding-left: 6vw;
  }
}
.cid-uNO1bZYpvE .text-container {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-uNO1bZYpvE .text-container {
    margin-bottom: 24px;
  }
}
.cid-uNO1bZYpvE .card-title {
  color: #000000;
}
.cid-uNO1bZYpvE .mbr-text {
  color: #000000;
  opacity: 0.6;
  margin-top: 24px;
}
@media (max-width: 991px) {
  .cid-uNO1bZYpvE .mbr-text {
    margin-top: 16px;
  }
}
.cid-uNO1bZYpvE .price-text {
  color: #000000;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .cid-uNO1bZYpvE .price-text {
    margin-bottom: 8px;
  }
}
.cid-uNO1bZYpvE .mbr-section-btn {
  margin-top: 24px;
}
@media (max-width: 991px) {
  .cid-uNO1bZYpvE .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uNO1bZYpvE .custom-section-btn {
  width: 100%;
  margin-left: 0;
  background-image: linear-gradient(90deg, #fafbf7 2.76%, #ffd4a2 29.66%, #fde0ff 61%, #ffffe0 99.93%);
}
.cid-uNO1bZYpvE .custom-section-btn .btn {
  width: 100%;
  min-height: 85px;
}
.cid-uNO1bZYpvE .custom-section-btn::after {
  background-image: linear-gradient(90deg, #fafbf7 2.76%, #ffd4a2 29.66%, #fde0ff 61%, #ffffe0 99.93%);
}
.cid-uNO1bZYpvE .list {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-uNO1bZYpvE .list {
    margin-top: 24px;
  }
}
.cid-uNO1bZYpvE .list-title {
  color: #000000;
  opacity: 0.6;
  margin-bottom: 12px;
}
.cid-uNO1bZYpvE .item-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px;
  border-radius: 0.625rem;
  background-color: #fafbf7;
  margin-bottom: 0.125rem;
}
@media (max-width: 991px) {
  .cid-uNO1bZYpvE .item-wrap {
    padding: 8px;
  }
}
.cid-uNO1bZYpvE .list-text {
  color: #212132;
}
.cid-uNO1bZYpvE .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  min-height: 32px;
  min-width: 32px;
  margin-left: 8px;
  background-color: #ffffff;
}
.cid-uNO1bZYpvE .iconfont-wrapper .mbr-iconfont {
  font-size: 15px;
  color: #000000;
}
.cid-uNO1bZYpvE .card-bg-item:nth-child(2) {
  background-image: linear-gradient(180deg, #fafbf7 2.76%, #ffd4a2 29.66%, #fde0ff 61%, #ffffe0 99.93%);
}
.cid-uNO1bZZGqw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f0e2cd;
}
.cid-uNO1bZZGqw .container {
  max-width: 1600px;
}
.cid-uNO1bZZGqw .row {
  justify-content: center;
}
.cid-uNO1bZZGqw .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-uNO1bZZGqw .text-container {
    margin-bottom: 50px;
  }
}
.cid-uNO1bZZGqw .mbr-section-title {
  color: #000000;
}
.cid-uNO1bZZGqw .mbr-section-subtitle {
  color: #212132;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-uNO1bZZGqw .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-uNO1bZZGqw .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-uNO1bZZGqw .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uNO1bZZGqw .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uNO1bZZGqw .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: 0.18s all;
}
.cid-uNO1bZZGqw .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-uNO1bZZGqw .card-wrapper {
    padding: 16px;
  }
}
.cid-uNO1bZZGqw .card-box {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-uNO1bZZGqw .card-price {
  width: 100%;
  margin-bottom: 0;
  opacity: 0.6;
  color: #000000;
}
.cid-uNO1bZZGqw .card-title {
  width: 100%;
  margin-bottom: 0;
  margin-top: 12px;
  color: #212132;
}
@media (max-width: 991px) {
  .cid-uNO1bZZGqw .card-title {
    margin-top: 8px;
  }
}
.cid-uNO1bZZGqw .card-text {
  width: 100%;
  color: #000000;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uNO1bZZGqw .card-text {
    margin-top: 8px;
  }
}
.cid-uNO1bZZGqw .mbr-section-btn {
  margin-top: 24px;
}
.cid-uNO1bZZGqw .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-uNO1bZZGqw .card-img {
  width: 100%;
  height: 384px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-uNO1bZZGqw .card-img {
    height: 500px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uNO1bZZGqw .card-img {
    height: auto;
  }
}
.cid-uNO1bZZGqw .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-uNO1bZZGqw .custom-section-btn {
  width: 100%;
  margin-left: 0;
  background-image: linear-gradient(90deg, #fafbf7 2.76%, #ffd4a2 29.66%, #fde0ff 61%, #ffffe0 99.93%);
}
.cid-uNO1bZZGqw .custom-section-btn .btn {
  width: 100%;
  min-height: 85px;
}
.cid-uNO1bZZGqw .custom-section-btn::after {
  background-image: linear-gradient(90deg, #fafbf7 2.76%, #ffd4a2 29.66%, #fde0ff 61%, #ffffe0 99.93%);
}
.cid-uNO1bZZGqw .card-title,
.cid-uNO1bZZGqw .mbr-section-btn {
  color: #000000;
}
.cid-uNO1bZZuXx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #111400;
}
.cid-uNO1bZZuXx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNO1bZZuXx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNO1bZZuXx .container {
  max-width: 1280px;
}
.cid-uNO1bZZuXx .row {
  justify-content: flex-start;
}
.cid-uNO1bZZuXx .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #ffffff;
  padding: 4rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uNO1bZZuXx .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-uNO1bZZuXx .content-wrapper {
    padding: 40px 6vw;
  }
}
.cid-uNO1bZZuXx .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-uNO1bZZuXx .mbr-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uNO1bZZuXx .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uNO1bZZuXx .item-wrapper {
  width: 100%;
  margin-bottom: 24px;
}
.cid-uNO1bZZuXx .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-bottom: 16px !important;
}
.cid-uNO1bZZuXx .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
}
.cid-uNO1c00TqG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0e2cd;
}
.cid-uNO1c00TqG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNO1c00TqG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNO1c00TqG .container {
  max-width: 1280px;
}
.cid-uNO1c00TqG .content-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #111400;
  padding: 4rem;
  border-radius: 4.17rem;
}
@media (max-width: 991px) {
  .cid-uNO1c00TqG .content-wrapper {
    padding: 40px;
    padding-bottom: 5rem;
  }
}
@media (max-width: 767px) {
  .cid-uNO1c00TqG .content-wrapper {
    padding: 40px 6vw;
    padding-bottom: 5rem;
  }
}
.cid-uNO1c00TqG .text-wrapper {
  display: flex;
  flex-direction: column;
  width: 70%;
  padding-left: 40px;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .cid-uNO1c00TqG .text-wrapper {
    width: 100%;
    margin-bottom: 0;
    margin-top: 24px;
    padding: 0;
  }
}
.cid-uNO1c00TqG .mbr-section-title {
  color: #F0E2CD;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-uNO1c00TqG .mbr-section-subtitle {
  margin-top: auto;
  color: #FFFFFF;
  width: 100%;
}
.cid-uNO1c00TqG .card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
}
.cid-uNO1c00TqG .img-container {
  width: 30%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  gap: 1.6rem;
}
@media (max-width: 991px) {
  .cid-uNO1c00TqG .img-container {
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1rem;
  }
}
@media (max-width: 575px) {
  .cid-uNO1c00TqG .img-container {
    width: 100%;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
}
.cid-uNO1c00TqG .image-wrapper {
  height: 100%;
  border-radius: 2.08rem;
  overflow: hidden;
}
.cid-uNO1c00TqG .image-wrapper img {
  aspect-ratio: 0.6;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uNO1c00TqG .image-wrapper img {
    aspect-ratio: 0.75;
  }
}
.cid-uNO1c00TqG .custom-section-btn {
  background-image: linear-gradient(90deg, #fafbf7 2.76%, #ffd4a2 29.66%, #fde0ff 61%, #ffffe0 99.93%);
}
.cid-uNO1c00TqG .custom-section-btn::after {
  background-image: linear-gradient(90deg, #fafbf7 2.76%, #ffd4a2 29.66%, #fde0ff 61%, #ffffe0 99.93%);
}
.cid-uNO1c00TqG .btn-container {
  width: 70%;
  margin-top: -3.5rem;
  padding-right: 4rem;
  padding-left: 40px;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uNO1c00TqG .btn-container {
    width: 100%;
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-uNO1c00TqG .btn-container {
    padding: 0 6vw;
  }
  .cid-uNO1c00TqG .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-uNO1c00TqG .btn-container .btn {
    width: 100%;
  }
}
.cid-uNO1c00GBT {
  background-image: url("../images/photo-1494859802809-d069c3b71a8a.jpeg");
}
.cid-uNO1c00GBT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNO1c00GBT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNO1c01AgR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #111400;
}
.cid-uNO1c01AgR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNO1c01AgR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNO1c01AgR .container {
  max-width: 1280px;
}
.cid-uNO1c01AgR .row {
  justify-content: center;
}
.cid-uNO1c01AgR .col-title {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .cid-uNO1c01AgR .col-title {
    margin-bottom: 50px;
  }
}
.cid-uNO1c01AgR .mbr-section-title {
  color: #FFDD65;
}
.cid-uNO1c01AgR .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 1rem;
}
.cid-uNO1c01AgR .col-video {
  display: flex;
}
@media (max-width: 767px) {
  .cid-uNO1c01AgR .col-video {
    height: 350px;
  }
}
.cid-uNO1c01AgR .col-video .mbr-figure {
  width: 100%;
  border-radius: 4.17rem;
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(135deg, #fafbf7 2.76%, #ffd4a2 29.66%, #fde0ff 61%, #ffffe0 99.93%);
  padding: 5px;
}
.cid-uNO1c01AgR .col-video .mbr-figure .box-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4.17rem;
  background-image: linear-gradient(135deg, #fafbf7 2.76%, #ffd4a2 29.66%, #fde0ff 61%, #ffffe0 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-uNO1c01AgR .col-video .mbr-figure iframe {
  border-radius: 3.85rem;
}
.cid-uNO1c01AgR .col-video .mbr-figure .app-video-wrapper {
  overflow: hidden;
}
.cid-uNO1c01AgR .col-video .mbr-figure .app-video-wrapper img {
  border-radius: 3.85rem;
}
.cid-uNO1c01Ndq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #111400;
}
.cid-uNO1c01Ndq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNO1c01Ndq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNO1c01Ndq .container {
  max-width: 1600px;
}
.cid-uNO1c01Ndq .row {
  justify-content: center;
}
.cid-uNO1c01Ndq .content-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}
.cid-uNO1c01Ndq .title-container {
  width: 100%;
}
.cid-uNO1c01Ndq .mbr-section-title {
  color: #F0E2CD;
  width: 100%;
}
.cid-uNO1c01Ndq .colored-text {
  line-height: inherit;
  color: inherit;
}
.cid-uNO1c01Ndq .mbr-section-subtitle {
  color: #FFDD65;
  margin-top: 1.5rem;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uNO1c01Ndq .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-uNO1c01Ndq .btn-container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
  gap: 40px;
}
@media (max-width: 991px) {
  .cid-uNO1c01Ndq .btn-container {
    margin-top: 50px;
    flex-wrap: wrap;
    gap: 0;
  }
}
.cid-uNO1c01Ndq .text-container {
  max-width: 400px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uNO1c01Ndq .text-container {
    margin: 24px auto 0;
  }
}
.cid-uNO1c01Ndq .mbr-text {
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-uNO1c01Ndq .mbr-text {
    text-align: center !important;
  }
}
.cid-uNO1c01Ndq .text-item-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 26px;
}
@media (max-width: 991px) {
  .cid-uNO1c01Ndq .text-item-container {
    flex-wrap: wrap;
  }
}
.cid-uNO1c01Ndq .text-item {
  display: flex;
  align-items: center;
  max-width: 48%;
}
@media (max-width: 991px) {
  .cid-uNO1c01Ndq .text-item {
    max-width: 100%;
    width: 100%;
    justify-content: center;
    margin-bottom: 6px;
  }
}
.cid-uNO1c01Ndq .icon-text {
  color: #FFFFFF;
}
.cid-uNO1c01Ndq .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.cid-uNO1c01Ndq .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #ffffff;
}
.cid-uNO1c01Ndq .form-container {
  max-width: 535px;
  margin-right: auto;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .cid-uNO1c01Ndq .form-container {
    max-width: 100%;
    width: 100%;
  }
}
.cid-uNO1c01Ndq form {
  width: 100%;
}
.cid-uNO1c01Ndq form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-uNO1c01Ndq form p {
  color: #ffffff;
}
.cid-uNO1c01Ndq form .mbr-section-btn {
  width: max-content;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-uNO1c01Ndq form .mbr-section-btn {
    max-width: 100%;
    width: 100%;
  }
}
.cid-uNO1c01Ndq form .mbr-section-btn .btn {
  padding: 10px 35px;
  height: 100%;
  border-radius: 0.75rem !important;
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
@media (max-width: 991px) {
  .cid-uNO1c01Ndq form .mbr-section-btn .btn {
    min-height: 64px;
    padding: 6px 24px;
    width: 100%;
    border-radius: 0.75rem !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
}
.cid-uNO1c01Ndq form .form-group {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  flex-grow: 1;
}
.cid-uNO1c01Ndq form .group-container {
  position: relative;
  width: 100%;
  padding: 0;
  margin-top: 0.42rem;
}
.cid-uNO1c01Ndq form .group-bg {
  position: absolute;
  border-radius: 0.75rem;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #fafbf7 2.76%, #ffd4a2 29.66%, #fde0ff 61%, #ffffe0 99.93%);
}
.cid-uNO1c01Ndq form .group-border {
  display: flex;
  align-items: stretch;
  position: relative;
  z-index: 6;
  padding: 3px;
  border-radius: 0.75rem;
  transition: all 300ms ease;
  background-image: linear-gradient(90deg, #fafbf7 2.76%, #ffd4a2 29.66%, #fde0ff 61%, #ffffe0 99.93%);
  transform: translate3d(-0.42rem, -0.42rem, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.cid-uNO1c01Ndq form .group-border:hover {
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
@media (max-width: 991px) {
  .cid-uNO1c01Ndq form .group-border {
    flex-wrap: wrap;
  }
}
.cid-uNO1c01Ndq form .form-control {
  min-height: 100px;
  height: 100%;
  border: none !important;
  background: #fafbf7;
  box-shadow: none !important;
  border-radius: 0.75rem;
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
  margin-bottom: 0;
  padding: 20px 40px;
  font-size: 24px;
  line-height: 32px;
  color: #212132;
  font-weight: 400;
}
@media (max-width: 991px) {
  .cid-uNO1c01Ndq form .form-control {
    min-height: 64px;
    padding: 6px 24px;
    width: 100%;
    border-radius: 0.75rem !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    text-align: center !important;
  }
}
.cid-uNO1c01Ndq form .form-control::-webkit-input-placeholder {
  color: #939292;
}
.cid-uNO1c01Ndq form .form-control::-moz-placeholder {
  color: #939292;
}
.cid-uNO1c01Ndq form .form-control:-moz-placeholder {
  color: #939292;
}
.cid-uNO1c01Ndq form .form-control:-ms-input-placeholder {
  color: #939292;
}
.cid-uNO1c01Ndq form .form-control:hover {
  outline: none !important;
}
.cid-uNO1c01Ndq form select {
  color: #939292 !important;
}
.cid-uNO1c01Ndq form textarea {
  height: 200px;
}
.cid-uNO1c01Ndq form input:active,
.cid-uNO1c01Ndq form textarea:active,
.cid-uNO1c01Ndq form input:focus,
.cid-uNO1c01Ndq form textarea:focus {
  background-color: #FFFFFF !important;
}
.cid-uNO1c01Ndq form input:active::-webkit-input-placeholder,
.cid-uNO1c01Ndq form textarea:active::-webkit-input-placeholder,
.cid-uNO1c01Ndq form input:focus::-webkit-input-placeholder,
.cid-uNO1c01Ndq form textarea:focus::-webkit-input-placeholder {
  color: #939292;
}
.cid-uNO1c01Ndq form input:active::-moz-placeholder,
.cid-uNO1c01Ndq form textarea:active::-moz-placeholder,
.cid-uNO1c01Ndq form input:focus::-moz-placeholder,
.cid-uNO1c01Ndq form textarea:focus::-moz-placeholder {
  color: #939292;
}
.cid-uNO1c01Ndq form input:active:-moz-placeholder,
.cid-uNO1c01Ndq form textarea:active:-moz-placeholder,
.cid-uNO1c01Ndq form input:focus:-moz-placeholder,
.cid-uNO1c01Ndq form textarea:focus:-moz-placeholder {
  color: #939292;
}
.cid-uNO1c01Ndq form input:active:-ms-input-placeholder,
.cid-uNO1c01Ndq form textarea:active:-ms-input-placeholder,
.cid-uNO1c01Ndq form input:focus:-ms-input-placeholder,
.cid-uNO1c01Ndq form textarea:focus:-ms-input-placeholder {
  color: #939292;
}
.cid-uNO1c01Ndq form .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-uNO1c01Ndq form .row [class*=col] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uNO1c01Ndq form label {
  width: 100%;
  color: #ffffff;
  margin-bottom: 10px;
}
.cid-uNO1c01Ndq form .form-check-input {
  border-color: rgba(255, 255, 255, 0.25) !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-uNO1c01Ndq form .form-check-input:focus,
.cid-uNO1c01Ndq form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #ffffff !important;
}
.cid-uNO1c01Ndq form .form-check-input:checked {
  border-color: #ffffff !important;
}
.cid-uNO1c02XDq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #111400;
}
.cid-uNO1c02XDq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNO1c02XDq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNO1c02XDq .container {
  max-width: 1600px;
}
.cid-uNO1c02XDq .row {
  justify-content: center;
}
.cid-uNO1c02XDq .content-container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uNO1c02XDq .content-container {
    flex-wrap: wrap;
  }
}
.cid-uNO1c02XDq .info-container {
  width: 45%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-uNO1c02XDq .info-container {
    width: 100%;
  }
}
.cid-uNO1c02XDq .title-container {
  margin-bottom: 50px;
}
.cid-uNO1c02XDq .mbr-section-title {
  color: #F0E2CD;
}
@media (max-width: 991px) {
  .cid-uNO1c02XDq .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uNO1c02XDq .mbr-section-subtitle {
  color: #FFDD65;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-uNO1c02XDq .mbr-section-subtitle {
    text-align: center !important;
    margin-top: 1rem;
  }
}
.cid-uNO1c02XDq .btn-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  margin-top: auto;
}
.cid-uNO1c02XDq .text-container {
  max-width: 400px;
  margin: 12px auto 0 0;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uNO1c02XDq .text-container {
    margin: 24px auto;
  }
}
.cid-uNO1c02XDq .mbr-text {
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-uNO1c02XDq .mbr-text {
    text-align: center !important;
  }
}
.cid-uNO1c02XDq .text-item-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 26px;
}
@media (max-width: 991px) {
  .cid-uNO1c02XDq .text-item-container {
    flex-wrap: wrap;
  }
}
.cid-uNO1c02XDq .text-item {
  display: flex;
  align-items: center;
  max-width: 48%;
}
@media (max-width: 991px) {
  .cid-uNO1c02XDq .text-item {
    max-width: 100%;
    width: 100%;
    justify-content: center;
    margin-bottom: 6px;
  }
}
.cid-uNO1c02XDq .icon-text {
  color: #FFFFFF;
}
.cid-uNO1c02XDq .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.cid-uNO1c02XDq .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #ffffff;
}
.cid-uNO1c02XDq .form-container {
  max-width: 535px;
  margin-right: auto;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .cid-uNO1c02XDq .form-container {
    max-width: 100%;
    width: 100%;
  }
}
.cid-uNO1c02XDq form {
  width: 100%;
}
.cid-uNO1c02XDq form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-uNO1c02XDq form p {
  color: #ffffff;
}
.cid-uNO1c02XDq form .mbr-section-btn {
  width: max-content;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-uNO1c02XDq form .mbr-section-btn {
    max-width: 100%;
    width: 100%;
  }
}
.cid-uNO1c02XDq form .mbr-section-btn .btn {
  padding: 10px 40px;
  height: 100%;
  border-radius: 0.75rem !important;
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
@media (max-width: 991px) {
  .cid-uNO1c02XDq form .mbr-section-btn .btn {
    min-height: 64px;
    padding: 6px 24px;
    width: 100%;
    border-radius: 0.75rem !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
}
.cid-uNO1c02XDq form .form-group {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  flex-grow: 1;
}
.cid-uNO1c02XDq form .group-container {
  position: relative;
  width: 100%;
  padding: 0;
  margin-top: 0.42rem;
}
.cid-uNO1c02XDq form .group-bg {
  position: absolute;
  border-radius: 0.75rem;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #fafbf7 2.76%, #ffd4a2 29.66%, #fde0ff 61%, #ffffe0 99.93%);
}
.cid-uNO1c02XDq form .group-border {
  display: flex;
  align-items: stretch;
  position: relative;
  z-index: 6;
  padding: 3px;
  border-radius: 0.75rem;
  transition: all 300ms ease;
  background-image: linear-gradient(90deg, #fafbf7 2.76%, #ffd4a2 29.66%, #fde0ff 61%, #ffffe0 99.93%);
  transform: translate3d(-0.42rem, -0.42rem, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.cid-uNO1c02XDq form .group-border:hover {
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
@media (max-width: 991px) {
  .cid-uNO1c02XDq form .group-border {
    flex-wrap: wrap;
  }
}
.cid-uNO1c02XDq form .form-control {
  min-height: 100px;
  height: 100%;
  border: none !important;
  background: #fafbf7;
  box-shadow: none !important;
  border-radius: 0.75rem;
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
  margin-bottom: 0;
  padding: 20px 40px;
  font-size: 24px;
  line-height: 32px;
  color: #212132;
  font-weight: 400;
}
@media (max-width: 991px) {
  .cid-uNO1c02XDq form .form-control {
    min-height: 64px;
    padding: 6px 24px;
    width: 100%;
    border-radius: 0.75rem !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    text-align: center !important;
  }
}
.cid-uNO1c02XDq form .form-control::-webkit-input-placeholder {
  color: #939292;
}
.cid-uNO1c02XDq form .form-control::-moz-placeholder {
  color: #939292;
}
.cid-uNO1c02XDq form .form-control:-moz-placeholder {
  color: #939292;
}
.cid-uNO1c02XDq form .form-control:-ms-input-placeholder {
  color: #939292;
}
.cid-uNO1c02XDq form .form-control:hover {
  outline: none !important;
}
.cid-uNO1c02XDq form select {
  color: #939292 !important;
}
.cid-uNO1c02XDq form textarea {
  height: 200px;
}
.cid-uNO1c02XDq form input:active,
.cid-uNO1c02XDq form textarea:active,
.cid-uNO1c02XDq form input:focus,
.cid-uNO1c02XDq form textarea:focus {
  background-color: #FFFFFF !important;
}
.cid-uNO1c02XDq form input:active::-webkit-input-placeholder,
.cid-uNO1c02XDq form textarea:active::-webkit-input-placeholder,
.cid-uNO1c02XDq form input:focus::-webkit-input-placeholder,
.cid-uNO1c02XDq form textarea:focus::-webkit-input-placeholder {
  color: #939292;
}
.cid-uNO1c02XDq form input:active::-moz-placeholder,
.cid-uNO1c02XDq form textarea:active::-moz-placeholder,
.cid-uNO1c02XDq form input:focus::-moz-placeholder,
.cid-uNO1c02XDq form textarea:focus::-moz-placeholder {
  color: #939292;
}
.cid-uNO1c02XDq form input:active:-moz-placeholder,
.cid-uNO1c02XDq form textarea:active:-moz-placeholder,
.cid-uNO1c02XDq form input:focus:-moz-placeholder,
.cid-uNO1c02XDq form textarea:focus:-moz-placeholder {
  color: #939292;
}
.cid-uNO1c02XDq form input:active:-ms-input-placeholder,
.cid-uNO1c02XDq form textarea:active:-ms-input-placeholder,
.cid-uNO1c02XDq form input:focus:-ms-input-placeholder,
.cid-uNO1c02XDq form textarea:focus:-ms-input-placeholder {
  color: #939292;
}
.cid-uNO1c02XDq form .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-uNO1c02XDq form .row [class*=col] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uNO1c02XDq form label {
  width: 100%;
  color: #ffffff;
  margin-bottom: 10px;
}
.cid-uNO1c02XDq form .form-check-input {
  border-color: rgba(255, 255, 255, 0.25) !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-uNO1c02XDq form .form-check-input:focus,
.cid-uNO1c02XDq form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #ffffff !important;
}
.cid-uNO1c02XDq form .form-check-input:checked {
  border-color: #ffffff !important;
}
.cid-uNO1c02XDq .img-container {
  width: 50%;
}
@media (max-width: 991px) {
  .cid-uNO1c02XDq .img-container {
    width: 100%;
    margin-top: 40px;
  }
}
.cid-uNO1c02XDq .image-wrapper {
  height: 100%;
  position: relative;
  border-radius: 4.17rem;
  padding: 5px;
  background-image: linear-gradient(90deg, #fafbf7 2.76%, #ffd4a2 29.66%, #fde0ff 61%, #ffffe0 99.93%);
}
.cid-uNO1c02XDq .image-wrapper .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4.17rem;
  background-image: linear-gradient(90deg, #fafbf7 2.76%, #ffd4a2 29.66%, #fde0ff 61%, #ffffe0 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-uNO1c02XDq .image-wrapper .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 11;
  border-radius: 3.85rem;
  overflow: hidden;
  height: 100%;
  background-color: #111400;
}
.cid-uNO1c02XDq .image-wrapper img {
  width: 75%;
  margin: 0 auto;
  height: 100%;
  object-fit: cover;
}
.cid-uNO1c02S7K {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #111400;
}
.cid-uNO1c02S7K .item:focus,
.cid-uNO1c02S7K span:focus {
  outline: none;
}
.cid-uNO1c02S7K .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uNO1c02S7K .item {
  color: #ffffff;
  min-height: 90px;
  background-image: linear-gradient(90deg, currentColor 2.76%, #ffd4a2 29.66%, #fde0ff 61%, #ffffe0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 768px) {
  .cid-uNO1c02S7K .item {
    min-height: 45px;
  }
}
.cid-uNO1c02Gxi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNO1c02Gxi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../images/gallery1.jpg");
}
.cid-uNO1c03tHB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0e2cd;
}
.cid-uNO1c03tHB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNO1c03tHB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNO1c03tHB .container {
  max-width: 1280px;
}
.cid-uNO1c03tHB .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #111400;
  padding: 4rem 0;
  border-radius: 4.17rem;
}
@media (max-width: 991px) {
  .cid-uNO1c03tHB .content-wrapper {
    flex-wrap: wrap;
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uNO1c03tHB .content-wrapper {
    padding: 4rem 6vw;
  }
}
.cid-uNO1c03tHB .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 50%;
  padding-right: 4rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-uNO1c03tHB .text-wrapper {
    width: 100%;
    min-height: 344px;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .cid-uNO1c03tHB .text-wrapper {
    min-height: auto;
  }
}
.cid-uNO1c03tHB .card-title {
  color: #FFDD65;
}
.cid-uNO1c03tHB .mbr-text {
  color: #FFFFFF;
  margin-top: 24px;
}
@media (max-width: 991px) {
  .cid-uNO1c03tHB .mbr-text {
    margin-top: 16px;
  }
}
.cid-uNO1c03tHB .col-link {
  margin-top: auto;
}
@media (max-width: 767px) {
  .cid-uNO1c03tHB .col-link {
    margin-top: 50px;
  }
}
.cid-uNO1c03tHB .list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  padding-left: 0;
}
.cid-uNO1c03tHB .item-wrap {
  display: flex;
  align-items: center;
  width: max-content;
  padding: 3px 24px 3px 3px;
  margin: 3px 5px;
  border-radius: 100vw;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-uNO1c03tHB .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  padding: 3px;
  min-width: 32px;
  min-height: 32px;
  border-radius: 100%;
  background-color: #fde0ff;
}
.cid-uNO1c03tHB .iconfont-wrapper .mbr-iconfont {
  color: #000000;
  font-size: 16px;
}
.cid-uNO1c03tHB .list-text {
  color: #FFFFFF;
}
.cid-uNO1c03tHB .img-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  left: -6rem;
}
@media (max-width: 1599px) {
  .cid-uNO1c03tHB .img-container {
    left: -4vw;
  }
}
@media (max-width: 991px) {
  .cid-uNO1c03tHB .img-container {
    width: 100%;
    margin-bottom: 34px;
    left: 0;
    right: 0;
  }
}
.cid-uNO1c03tHB .image-wrapper {
  aspect-ratio: 1;
  position: relative;
  border-radius: 2.08rem;
  padding: 5px;
  background-image: linear-gradient(135deg, #fafbf7 2.76%, #ffd4a2 29.66%, #fde0ff 61%, #ffffe0 99.93%);
}
.cid-uNO1c03tHB .image-wrapper .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2.08rem;
  background-image: linear-gradient(135deg, #fafbf7 2.76%, #ffd4a2 29.66%, #fde0ff 61%, #ffffe0 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-uNO1c03tHB .image-wrapper .img-box {
  position: relative;
  z-index: 11;
  border-radius: 1.76rem;
  overflow: hidden;
  height: 100%;
}
.cid-uNO1c03tHB .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uNO1c03tHB .custom-section-btn {
  background-image: linear-gradient(90deg, #fafbf7 2.76%, #ffd4a2 29.66%, #fde0ff 61%, #ffffe0 99.93%);
}
.cid-uNO1c03tHB .custom-section-btn::after {
  background-image: linear-gradient(90deg, #fafbf7 2.76%, #ffd4a2 29.66%, #fde0ff 61%, #ffffe0 99.93%);
}
.cid-uNO1c03tHB .btn-container {
  width: 50%;
  margin-top: -3.5rem;
  padding-right: 4rem;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uNO1c03tHB .btn-container {
    width: 100%;
    padding: 0 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uNO1c03tHB .btn-container {
    padding: 0 6vw;
  }
  .cid-uNO1c03tHB .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-uNO1c03tHB .btn-container .btn {
    width: 100%;
  }
}
.cid-uNO1c03tHB .card-title,
.cid-uNO1c03tHB .mbr-section-btn {
  color: #F0E2CD;
}
.cid-uNO1c03l6l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #111400;
}
.cid-uNO1c03l6l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNO1c03l6l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNO1c03l6l .container {
  max-width: 1280px;
}
.cid-uNO1c03l6l .content-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  background: #fde0ff;
  padding: 4rem;
  border-radius: 4.17rem;
}
@media (max-width: 991px) {
  .cid-uNO1c03l6l .content-wrapper {
    flex-wrap: wrap;
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-uNO1c03l6l .content-wrapper {
    padding: 40px 6vw;
  }
}
.cid-uNO1c03l6l .text-wrapper {
  display: flex;
  flex-direction: column;
  width: 45%;
}
@media (max-width: 991px) {
  .cid-uNO1c03l6l .text-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }
}
.cid-uNO1c03l6l .label-container {
  padding: 4px 12px;
  border-radius: 100vw;
  background-color: #ffffff;
  margin-bottom: 20px;
  width: max-content;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-uNO1c03l6l .label-container {
    margin-bottom: 12px;
  }
}
.cid-uNO1c03l6l .label-text {
  color: #000000;
}
.cid-uNO1c03l6l .mbr-section-title {
  color: #000000;
  margin-bottom: 1.5rem;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uNO1c03l6l .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uNO1c03l6l .mbr-section-subtitle {
  color: #000000;
  margin-top: auto;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uNO1c03l6l .mbr-section-subtitle {
    margin-top: 0;
  }
}
.cid-uNO1c03l6l .card-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 60%;
  right: -8rem;
}
@media (max-width: 1599px) {
  .cid-uNO1c03l6l .card-container {
    right: calc(-4vw - 4rem);
  }
}
@media (max-width: 991px) {
  .cid-uNO1c03l6l .card-container {
    width: 100%;
    margin-top: 40px;
    left: 0;
    right: 0;
  }
}
.cid-uNO1c03l6l .card-item {
  position: relative;
  width: 46%;
  margin: 2%;
  transition: 0.3s all;
}
.cid-uNO1c03l6l .card-item:hover {
  transform: scale(0.96);
}
@media (max-width: 575px) {
  .cid-uNO1c03l6l .card-item {
    width: 96%;
    margin: 2%;
  }
}
.cid-uNO1c03l6l .card-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-image: linear-gradient(135deg, #fafbf7 2.76%, #ffd4a2 29.66%, #fde0ff 61%, #ffffe0 99.93%);
  filter: blur(1rem);
}
.cid-uNO1c03l6l .card-border {
  position: relative;
  z-index: 6;
  width: 100%;
  height: 100%;
  padding: 5px;
  border-radius: 2.08rem;
  background-image: linear-gradient(135deg, #fafbf7 2.76%, #ffd4a2 29.66%, #fde0ff 61%, #ffffe0 99.93%);
}
.cid-uNO1c03l6l .card-box {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 40px;
  background-color: #111400;
  border-radius: 1.76rem;
}
@media (max-width: 991px) {
  .cid-uNO1c03l6l .card-box {
    padding: 16px;
  }
}
.cid-uNO1c03l6l .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  padding: 3px;
  min-width: 32px;
  min-height: 32px;
  width: max-content;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-uNO1c03l6l .iconfont-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uNO1c03l6l .iconfont-wrapper .mbr-iconfont {
  color: #fde0ff;
  font-size: 64px;
}
.cid-uNO1c03l6l .card-title {
  color: #FFFFFF;
}
.cid-uNO1c03l6l .mbr-text {
  color: #FFFFFF;
  margin-top: 12px;
}
@media (max-width: 991px) {
  .cid-uNO1c03l6l .mbr-text {
    margin-top: 8px;
  }
}
.cid-uNO1c04HoN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0e2cd;
}
.cid-uNO1c04HoN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNO1c04HoN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNO1c04HoN .container {
  max-width: 1280px;
}
.cid-uNO1c04HoN .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #111400;
  padding: 4rem;
  border-radius: 4.17rem;
}
@media (max-width: 767px) {
  .cid-uNO1c04HoN .content-wrapper {
    flex-wrap: wrap;
    padding: 4rem 6vw;
  }
}
.cid-uNO1c04HoN .text-wrapper {
  width: 70%;
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .cid-uNO1c04HoN .text-wrapper {
    width: 100%;
    order: 2;
    margin-bottom: 50px;
  }
}
.cid-uNO1c04HoN .card-title {
  color: #FFDD65;
}
.cid-uNO1c04HoN .colored-text {
  line-height: inherit;
  color: inherit;
}
.cid-uNO1c04HoN .mbr-text {
  color: #FFFFFF;
  margin-top: 24px;
}
@media (max-width: 991px) {
  .cid-uNO1c04HoN .mbr-text {
    margin-top: 16px;
  }
}
.cid-uNO1c04HoN .img-container {
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uNO1c04HoN .img-container {
    order: 1;
    width: 100%;
    justify-content: flex-start;
    margin-bottom: 24px;
  }
}
.cid-uNO1c04HoN .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uNO1c04HoN .image-wrapper {
    width: 25%;
  }
}
@media (max-width: 575px) {
  .cid-uNO1c04HoN .image-wrapper {
    width: 50%;
  }
}
.cid-uNO1c04HoN .image-wrapper .img-box {
  height: 100%;
}
.cid-uNO1c04HoN .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2.08rem;
}
.cid-uNO1c04HoN .custom-section-btn {
  background-image: linear-gradient(90deg, #fafbf7 2.76%, #ffd4a2 29.66%, #fde0ff 61%, #ffffe0 99.93%);
}
.cid-uNO1c04HoN .custom-section-btn::after {
  background-image: linear-gradient(90deg, #fafbf7 2.76%, #ffd4a2 29.66%, #fde0ff 61%, #ffffe0 99.93%);
}
.cid-uNO1c04HoN .btn-container {
  width: 70%;
  padding-left: 4rem;
  margin-right: auto;
  margin-top: -3.5rem;
}
@media (max-width: 767px) {
  .cid-uNO1c04HoN .btn-container {
    padding: 0 6vw;
    width: 100%;
  }
  .cid-uNO1c04HoN .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-uNO1c04HoN .btn-container .btn {
    width: 100%;
  }
}
.cid-uNO1c04HoN .card-title,
.cid-uNO1c04HoN .mbr-section-btn {
  color: #F0E2CD;
}
.cid-uNO1c04KRr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #111400;
}
.cid-uNO1c04KRr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNO1c04KRr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNO1c04KRr .container {
  max-width: 1600px;
}
.cid-uNO1c04KRr .row {
  justify-content: left;
}
.cid-uNO1c04KRr .content-container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
}
.cid-uNO1c04KRr .title-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .cid-uNO1c04KRr .title-container {
    margin-bottom: 50px;
  }
}
.cid-uNO1c04KRr .mbr-section-title {
  color: #FFDD65;
}
.cid-uNO1c04KRr .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 1rem;
}
.cid-uNO1c04KRr .img-container {
  width: 100%;
  max-height: 100vh;
}
@media (max-width: 767px) {
  .cid-uNO1c04KRr .img-container {
    height: 350px;
  }
}
.cid-uNO1c04KRr .image-wrapper {
  height: 100%;
  position: relative;
  border-radius: 4.17rem;
  padding: 5px;
  background-image: linear-gradient(135deg, #fafbf7 2.76%, #ffd4a2 29.66%, #fde0ff 61%, #ffffe0 99.93%);
}
.cid-uNO1c04KRr .image-wrapper .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4.17rem;
  background-image: linear-gradient(135deg, #fafbf7 2.76%, #ffd4a2 29.66%, #fde0ff 61%, #ffffe0 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-uNO1c04KRr .image-wrapper .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 11;
  border-radius: 3.85rem;
  overflow: hidden;
  height: 100%;
}
.cid-uNO1c04KRr .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uNO1c06hIP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #111400;
}
.cid-uNO1c06hIP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNO1c06hIP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNO1c06hIP .container {
  max-width: 1280px;
}
.cid-uNO1c06hIP .row {
  justify-content: center;
}
.cid-uNO1c06hIP .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #fde0ff;
  justify-content: flex-start;
  padding: 4rem;
  border-radius: 4.17rem;
}
@media (max-width: 991px) {
  .cid-uNO1c06hIP .content-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-uNO1c06hIP .content-wrapper {
    padding: 4rem 6vw;
  }
}
@media (max-width: 575px) {
  .cid-uNO1c06hIP .content-wrapper {
    padding: 4rem 6vw 1.5rem;
  }
}
.cid-uNO1c06hIP .text-wrapper {
  width: 40%;
}
@media (max-width: 991px) {
  .cid-uNO1c06hIP .text-wrapper {
    width: 100%;
  }
}
.cid-uNO1c06hIP .mbr-section-title {
  color: #000000;
}
.cid-uNO1c06hIP .mbr-section-subtitle {
  color: #000000;
  opacity: 0.8;
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-uNO1c06hIP .mbr-section-subtitle {
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .cid-uNO1c06hIP .mbr-section-subtitle {
    margin-top: 24px;
  }
}
.cid-uNO1c06hIP .link {
  text-decoration: underline !important;
}
.cid-uNO1c06hIP .col-video {
  position: relative;
  display: flex;
  width: 60%;
  right: -8rem;
}
@media (max-width: 1599px) {
  .cid-uNO1c06hIP .col-video {
    right: calc(-4rem - 4vw);
  }
}
@media (max-width: 991px) {
  .cid-uNO1c06hIP .col-video {
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 40px;
  }
}
.cid-uNO1c06hIP .col-video .mbr-figure {
  width: 100%;
  border-radius: 2.08rem;
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(135deg, #fafbf7 2.76%, #ffd4a2 29.66%, #fde0ff 61%, #ffffe0 99.93%);
  padding: 5px;
}
.cid-uNO1c06hIP .col-video .mbr-figure .box-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1.76rem;
  background-image: linear-gradient(135deg, #fafbf7 2.76%, #ffd4a2 29.66%, #fde0ff 61%, #ffffe0 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-uNO1c06hIP .col-video .mbr-figure iframe {
  border-radius: 1.76rem;
}
.cid-uNO1c06hIP .col-video .mbr-figure .app-video-wrapper {
  overflow: hidden;
}
.cid-uNO1c06hIP .col-video .mbr-figure .app-video-wrapper img {
  border-radius: 1.76rem;
}
.cid-uNO1c06Z5U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #111400;
}
.cid-uNO1c06Z5U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNO1c06Z5U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNO1c06Z5U .container {
  max-width: 1280px;
}
.cid-uNO1c06Z5U .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #fde0ff;
  padding: 4rem;
  border-radius: 4.17rem;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uNO1c06Z5U .content-wrapper {
    flex-wrap: wrap;
    padding: 40px;
    padding-bottom: 5rem;
  }
}
@media (max-width: 767px) {
  .cid-uNO1c06Z5U .content-wrapper {
    padding: 40px 6vw;
    padding-bottom: 5rem;
  }
}
.cid-uNO1c06Z5U .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 50%;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .cid-uNO1c06Z5U .text-wrapper {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 40px;
  }
}
.cid-uNO1c06Z5U .label-container {
  padding: 4px 12px;
  border-radius: 100vw;
  background-color: #ffffff;
  margin-bottom: 20px;
  width: max-content;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-uNO1c06Z5U .label-container {
    margin-bottom: 12px;
  }
}
.cid-uNO1c06Z5U .label-text {
  color: #000000;
}
.cid-uNO1c06Z5U .card-title {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uNO1c06Z5U .card-title {
    margin-bottom: 1rem;
  }
}
.cid-uNO1c06Z5U .mbr-text {
  color: #000000;
  margin-top: auto;
}
.cid-uNO1c06Z5U .img-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  right: -8rem;
}
@media (max-width: 1599px) {
  .cid-uNO1c06Z5U .img-container {
    right: calc(-4vw - 4rem);
  }
}
@media (max-width: 991px) {
  .cid-uNO1c06Z5U .img-container {
    width: 100%;
    left: 0;
    right: 0;
    order: 5;
  }
}
.cid-uNO1c06Z5U .image-wrapper {
  aspect-ratio: 1;
  border-radius: 2.08rem;
  padding: 32px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uNO1c06Z5U .image-wrapper {
    padding: 20px;
  }
}
.cid-uNO1c06Z5U .image-wrapper .img-box {
  border-radius: 2.08rem;
  overflow: hidden;
  height: 100%;
}
.cid-uNO1c06Z5U .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: none;
}
.cid-uNO1c06Z5U .custom-section-btn {
  background-image: linear-gradient(90deg, #fafbf7 2.76%, #ffd4a2 29.66%, #fde0ff 61%, #ffffe0 99.93%);
}
.cid-uNO1c06Z5U .custom-section-btn::after {
  background-image: linear-gradient(90deg, #fafbf7 2.76%, #ffd4a2 29.66%, #fde0ff 61%, #ffffe0 99.93%);
}
.cid-uNO1c06Z5U .btn-container {
  width: 50%;
  margin-top: -3.5rem;
  padding-left: 4rem;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-uNO1c06Z5U .btn-container {
    width: 100%;
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-uNO1c06Z5U .btn-container {
    padding: 0 6vw;
  }
  .cid-uNO1c06Z5U .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-uNO1c06Z5U .btn-container .btn {
    width: 100%;
  }
}
.cid-uNO1c06Z5U .card-title,
.cid-uNO1c06Z5U .mbr-section-btn {
  color: #000000;
}
.cid-uNO1c07ZI1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0e2cd;
}
.cid-uNO1c07ZI1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNO1c07ZI1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNO1c07ZI1 .container {
  max-width: 1600px;
}
.cid-uNO1c07ZI1 .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #111400;
  padding: 4rem 4rem 6.5rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uNO1c07ZI1 .content-wrapper {
    padding: 40px 40px 5rem;
  }
}
@media (max-width: 767px) {
  .cid-uNO1c07ZI1 .content-wrapper {
    padding: 4rem 6vw 5rem;
  }
}
.cid-uNO1c07ZI1 .col-title {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-uNO1c07ZI1 .col-title {
    margin-bottom: 50px;
  }
}
.cid-uNO1c07ZI1 .mbr-section-title {
  color: #F0E2CD;
}
.cid-uNO1c07ZI1 .panel-group {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 0.83rem;
  border: none;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-uNO1c07ZI1 .panel-group {
    grid-template-columns: 1fr;
    grid-column-gap: 0;
  }
}
.cid-uNO1c07ZI1 .card {
  padding: 0 !important;
  overflow: hidden;
  width: 100%;
  margin-bottom: 0.83rem;
  border-radius: 1.25rem !important;
  background-color: rgba(255, 255, 255, 0.01);
}
.cid-uNO1c07ZI1 .sign.mbr-iconfont {
  font-size: 22px !important;
  font-family: 'Moririse2' !important;
  color: #f0e2cd;
  margin-left: 1.2rem;
  transition: all ease-in-out 0.3s;
}
.cid-uNO1c07ZI1 .card-header {
  border-bottom: none !important;
  padding: 0 !important;
}
.cid-uNO1c07ZI1 .card-header .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uNO1c07ZI1 .panel-title-edit {
  color: #FFFFFF;
  transition: all ease-in-out 0.3s;
}
.cid-uNO1c07ZI1 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 40px !important;
}
@media (max-width: 991px) {
  .cid-uNO1c07ZI1 .panel-title {
    padding: 16px 24px !important;
  }
}
.cid-uNO1c07ZI1 .panel-title:hover .panel-title-edit {
  color: #f0e2cd;
}
.cid-uNO1c07ZI1 .panel-body {
  padding: 16px 40px 32px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uNO1c07ZI1 .panel-body {
    padding: 16px 24px 24px;
  }
}
.cid-uNO1c07ZI1 .panel-text {
  color: #FFFFFF;
  margin-bottom: 0 !important;
}
.cid-uNO1c07ZI1 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uNO1c07ZI1 .col-text {
  width: 100%;
  margin-top: 64px;
}
@media (max-width: 991px) {
  .cid-uNO1c07ZI1 .col-text {
    margin-top: 40px;
  }
}
.cid-uNO1c07ZI1 .mbr-section-subtitle {
  color: #FFFFFF;
}
.cid-uNO1c07ZI1 .mbr-text {
  margin-top: 24px;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-uNO1c07ZI1 .mbr-text {
    margin-top: 16px;
  }
}
.cid-uNO1c07ZI1 .custom-section-btn {
  background-image: linear-gradient(90deg, #fafbf7 2.76%, #ffd4a2 29.66%, #fde0ff 61%, #ffffe0 99.93%);
}
.cid-uNO1c07ZI1 .custom-section-btn::after {
  background-image: linear-gradient(90deg, #fafbf7 2.76%, #ffd4a2 29.66%, #fde0ff 61%, #ffffe0 99.93%);
}
.cid-uNO1c07ZI1 .btn-container {
  padding: 0 4rem;
  margin-top: -3.5rem;
}
@media (max-width: 767px) {
  .cid-uNO1c07ZI1 .btn-container {
    padding: 0 6vw;
    width: 100%;
  }
  .cid-uNO1c07ZI1 .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-uNO1c07ZI1 .btn-container .btn {
    width: 100%;
  }
}
.cid-uNO1c08AWa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0e2cd;
}
.cid-uNO1c08AWa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNO1c08AWa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNO1c08AWa .container {
  max-width: 1280px;
}
.cid-uNO1c08AWa .content-container {
  padding-top: 44px;
}
@media (max-width: 767px) {
  .cid-uNO1c08AWa .content-container {
    padding-top: 0;
  }
}
.cid-uNO1c08AWa .content-wrapper {
  background: #111400;
  padding: 0 4rem 4rem;
  min-height: 660px;
  border-radius: 4.17rem;
  display: grid;
  grid-template-columns: 50% 50%;
}
@media (max-width: 991px) {
  .cid-uNO1c08AWa .content-wrapper {
    min-height: 455px;
  }
}
@media (max-width: 767px) {
  .cid-uNO1c08AWa .content-wrapper {
    padding: 4rem 6vw;
    grid-template-columns: 1fr;
  }
}
.cid-uNO1c08AWa .text-wrapper {
  width: 100%;
  grid-column-start: 1;
  grid-column-end: 2;
  padding-right: 20%;
  padding-top: 4rem;
}
@media (max-width: 767px) {
  .cid-uNO1c08AWa .text-wrapper {
    margin-bottom: 24px;
    padding-top: 0;
    padding-right: 0;
  }
}
.cid-uNO1c08AWa .card-title {
  color: #F0E2CD;
  margin-bottom: 80px;
}
.cid-uNO1c08AWa .nav-tabs .nav-item.open .nav-link:focus,
.cid-uNO1c08AWa .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uNO1c08AWa .nav-tabs {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  grid-column-start: 1;
  grid-column-end: 2;
  padding-right: 20%;
  flex-wrap: wrap;
  border-bottom: none !important;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .cid-uNO1c08AWa .nav-tabs {
    padding-right: 0;
  }
}
.cid-uNO1c08AWa .nav-item {
  position: relative;
  display: flex;
  align-items: center;
  width: max-content;
  margin: 6px 0 12px;
  padding-left: 0;
  max-width: 100%;
  padding-left: 42px;
  transition: 0.2s;
}
.cid-uNO1c08AWa .nav-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background-color: #fde0ff;
  transition: 0.2s;
}
.cid-uNO1c08AWa .nav-item:hover {
  padding-left: 12px;
  padding-left: 54px;
}
.cid-uNO1c08AWa .nav-item:hover::before {
  left: 12px;
}
.cid-uNO1c08AWa .nav-tabs .nav-link {
  transition: all 0.5s;
  border: none;
  border-radius: 0 !important;
}
.cid-uNO1c08AWa .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
.cid-uNO1c08AWa .nav-link,
.cid-uNO1c08AWa .nav-link.active {
  background-color: transparent;
  padding: 0;
}
.cid-uNO1c08AWa .nav-tabs .nav-link.active {
  color: #fde0ff;
}
.cid-uNO1c08AWa .tab-content {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
}
@media (max-width: 767px) {
  .cid-uNO1c08AWa .tab-content {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 4;
    margin-bottom: 1rem;
    margin-top: 40px;
  }
}
.cid-uNO1c08AWa .tab-pane {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uNO1c08AWa .tab-pane {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-uNO1c08AWa .img-box {
  width: 100%;
  height: 100%;
}
.cid-uNO1c08AWa .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-top: -44px;
  border-radius: 2.08rem;
}
@media (max-width: 767px) {
  .cid-uNO1c08AWa .img-box img {
    margin-top: 0;
    aspect-ratio: 0.7;
  }
}
.cid-uNO1c08AWa .custom-section-btn {
  background-image: linear-gradient(90deg, #fafbf7 2.76%, #ffd4a2 29.66%, #fde0ff 61%, #ffffe0 99.93%);
}
.cid-uNO1c08AWa .custom-section-btn::after {
  background-image: linear-gradient(90deg, #fafbf7 2.76%, #ffd4a2 29.66%, #fde0ff 61%, #ffffe0 99.93%);
}
.cid-uNO1c08AWa .btn-container {
  width: 50%;
  padding-right: 4rem;
  margin-left: auto;
  margin-top: -3.5rem;
}
@media (max-width: 767px) {
  .cid-uNO1c08AWa .btn-container {
    padding: 0 6vw;
    width: 100%;
  }
  .cid-uNO1c08AWa .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-uNO1c08AWa .btn-container .btn {
    width: 100%;
  }
}
.cid-uNO1c09fjp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #111400;
}
.cid-uNO1c09fjp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNO1c09fjp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNO1c09fjp .container {
  max-width: 1600px;
}
.cid-uNO1c09fjp .title-container {
  width: 100%;
  margin-bottom: 120px;
}
@media (max-width: 991px) {
  .cid-uNO1c09fjp .title-container {
    margin-bottom: 80px;
  }
}
.cid-uNO1c09fjp .mbr-section-title {
  color: #F0E2CD;
}
.cid-uNO1c09fjp .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
}
@media (max-width: 991px) {
  .cid-uNO1c09fjp .content-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uNO1c09fjp .card-item {
  display: flex;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
}
.cid-uNO1c09fjp .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  margin-right: 1.5rem;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .cid-uNO1c09fjp .img-box {
    width: 60px;
    height: 60px;
  }
}
.cid-uNO1c09fjp .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: none;
}
.cid-uNO1c09fjp .card-name {
  margin-top: 12px;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-uNO1c09fjp .card-name {
    margin-top: 8px;
  }
}
.cid-uNO1c09fjp .card-text {
  color: #FFFFFF;
  flex-grow: 1;
}
.cid-uNO1c09Q1C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0e2cd;
}
.cid-uNO1c09Q1C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNO1c09Q1C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNO1c09Q1C .container {
  max-width: 1280px;
}
.cid-uNO1c09Q1C .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #111400;
  padding: 4rem 0;
  border-radius: 4.17rem;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uNO1c09Q1C .content-wrapper {
    flex-wrap: wrap;
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-uNO1c09Q1C .content-wrapper {
    padding: 40px 6vw;
  }
}
.cid-uNO1c09Q1C .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 50%;
  padding-right: 4rem;
  margin-bottom: 24px;
  padding-right: 0;
  padding-left: 4rem;
}
@media (max-width: 991px) {
  .cid-uNO1c09Q1C .text-wrapper {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
.cid-uNO1c09Q1C .card-title {
  color: #FFDD65;
  margin-bottom: auto;
}
.cid-uNO1c09Q1C .mbr-text {
  color: #FFFFFF;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .cid-uNO1c09Q1C .mbr-text {
    margin-top: 16px;
  }
}
.cid-uNO1c09Q1C .img-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  right: -6rem;
}
@media (max-width: 1599px) {
  .cid-uNO1c09Q1C .img-container {
    right: -4vw;
  }
}
@media (max-width: 1400px) {
  .cid-uNO1c09Q1C .img-container {
    right: 0rem;
    left: 0;
    padding: 0 3rem;
  }
}
@media (max-width: 991px) {
  .cid-uNO1c09Q1C .img-container {
    width: 100%;
    margin-bottom: 34px;
    left: 0;
    right: 0;
    padding: 0;
  }
}
.cid-uNO1c09Q1C .image-wrapper {
  aspect-ratio: 1;
  position: relative;
  border-radius: 2.08rem;
  padding: 32px;
  background-image: linear-gradient(135deg, #fafbf7 2.76%, #ffd4a2 29.66%, #fde0ff 61%, #ffffe0 99.93%);
}
@media (max-width: 767px) {
  .cid-uNO1c09Q1C .image-wrapper {
    padding: 20px;
  }
}
.cid-uNO1c09Q1C .image-wrapper .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2.08rem;
  background-image: linear-gradient(135deg, #fafbf7 2.76%, #ffd4a2 29.66%, #fde0ff 61%, #ffffe0 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-uNO1c09Q1C .image-wrapper .img-box {
  position: relative;
  z-index: 11;
  border-radius: 2.08rem;
  overflow: hidden;
  height: 100%;
}
.cid-uNO1c09Q1C .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uNO1c09Q1C .card-title,
.cid-uNO1c09Q1C .mbr-section-btn {
  color: #F0E2CD;
}
.cid-uNO1c0aXER {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0e2cd;
}
.cid-uNO1c0aXER .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNO1c0aXER .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNO1c0aXER .container {
  max-width: 1280px;
}
.cid-uNO1c0aXER .text-wrapper {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-uNO1c0aXER .text-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uNO1c0aXER .card-title {
  color: #000000;
}
.cid-uNO1c0aXER .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-uNO1c0aXER .content-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-uNO1c0aXER .content-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uNO1c0aXER .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  padding: 40px;
  background-color: #111400;
  border-radius: 4.17rem;
  height: 100%;
  transition: 0.2s;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
}
@media (max-width: 767px) {
  .cid-uNO1c0aXER .item-wrapper {
    padding-right: 6vw;
    padding-left: 6vw;
  }
}
.cid-uNO1c0aXER .item-wrapper:hover {
  transform: scale3d(0.96, 0.96, 1);
}
.cid-uNO1c0aXER .avatar-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
.cid-uNO1c0aXER .image-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  padding: 4px;
  margin-right: 24px;
  background-image: linear-gradient(135deg, #fafbf7 2.76%, #ffd4a2 29.66%, #fde0ff 61%, #ffffe0 99.93%);
}
.cid-uNO1c0aXER .image-wrapper .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.cid-uNO1c0aXER .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uNO1c0aXER .avatar-text {
  width: max-content;
  margin-left: 6px;
}
.cid-uNO1c0aXER .name-text {
  color: #FFFFFF;
}
.cid-uNO1c0aXER .prof-text {
  color: #FFFFFF;
}
.cid-uNO1c0aXER .text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  border-radius: 1.25rem;
  background-color: rgba(255, 255, 255, 0.01);
  margin-bottom: auto;
}
.cid-uNO1c0aXER .icons-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}
.cid-uNO1c0aXER .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 2px;
}
.cid-uNO1c0aXER .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 22px;
  color: #f0e2cd;
}
.cid-uNO1c0aXER .mbr-text {
  color: #FFFFFF;
}
.cid-uNO1c0aXER .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uNO1c0aXER .mbr-section-btn .btn {
  min-height: auto;
  min-width: auto;
}
.cid-uNO1c0aUMA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0e2cd;
}
.cid-uNO1c0aUMA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNO1c0aUMA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNO1c0aUMA .container {
  max-width: 1280px;
}
.cid-uNO1c0aUMA .content-wrapper {
  background: #111400;
  padding: 4rem;
  border-radius: 4.17rem;
}
@media (max-width: 767px) {
  .cid-uNO1c0aUMA .content-wrapper {
    padding: 4rem 6vw;
  }
}
.cid-uNO1c0aUMA .text-wrapper {
  width: 100%;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .cid-uNO1c0aUMA .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uNO1c0aUMA .card-title {
  color: #FFDD65;
}
.cid-uNO1c0aUMA .img-container {
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 1.67rem;
}
@media (max-width: 767px) {
  .cid-uNO1c0aUMA .img-container {
    flex-wrap: wrap;
    margin-bottom: 16px;
  }
}
.cid-uNO1c0aUMA .item-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 45%;
  margin-right: 0.83rem;
  margin-left: 0.83rem;
  padding: 2.5rem;
}
@media (max-width: 991px) {
  .cid-uNO1c0aUMA .item-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-uNO1c0aUMA .item-container {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 32px;
  }
}
.cid-uNO1c0aUMA .mbr-text {
  color: #FFFFFF;
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uNO1c0aUMA .mbr-text {
    margin-bottom: 1.67rem;
  }
}
@media (max-width: 767px) {
  .cid-uNO1c0aUMA .mbr-text {
    margin-bottom: 1rem;
  }
}
.cid-uNO1c0aUMA .image-wrapper {
  margin-top: auto;
  aspect-ratio: 1;
  position: relative;
  border-radius: 2.08rem;
  padding: 5px;
  background-image: linear-gradient(135deg, #fafbf7 2.76%, #ffd4a2 29.66%, #fde0ff 61%, #ffffe0 99.93%);
}
.cid-uNO1c0aUMA .image-wrapper .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2.08rem;
  background-image: linear-gradient(135deg, #fafbf7 2.76%, #ffd4a2 29.66%, #fde0ff 61%, #ffffe0 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-uNO1c0aUMA .image-wrapper .img-box {
  position: relative;
  z-index: 11;
  border-radius: 1.76rem;
  overflow: hidden;
  height: 100%;
}
.cid-uNO1c0aUMA .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: none;
}
.cid-uNO1c0aUMA .number-container {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 32px;
}
@media (max-width: 991px) {
  .cid-uNO1c0aUMA .number-container {
    column-gap: 24px;
    padding: 0 24px;
  }
}
@media (max-width: 767px) {
  .cid-uNO1c0aUMA .number-container {
    column-gap: 0;
    padding: 0;
    flex-wrap: wrap;
  }
}
.cid-uNO1c0aUMA .number-container .display-1 {
  font-size: 140px;
  line-height: 1;
}
.cid-uNO1c0aUMA .number {
  width: 35%;
  color: #FFFFFF;
  background-image: linear-gradient(90deg, currentColor 2.76%, #ffd4a2 29.66%, #fde0ff 61%, #ffffe0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 991px) {
  .cid-uNO1c0aUMA .number {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .cid-uNO1c0aUMA .number {
    width: auto;
    margin-right: auto;
  }
}
.cid-uNO1c0aUMA .number-text {
  color: #FFFFFF;
  width: 35%;
}
@media (max-width: 991px) {
  .cid-uNO1c0aUMA .number-text {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .cid-uNO1c0aUMA .number-text {
    width: 100%;
  }
}
.cid-uNO1c0aUMA .card-title,
.cid-uNO1c0aUMA .mbr-section-btn {
  color: #F0E2CD;
}
.cid-uNO1c0bCdk {
  background-color: #111400;
}
.cid-uNO1c0bCdk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNO1c0bCdk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNO1c0bCdk .content-bg {
  border-top-left-radius: 6.67rem;
  border-top-right-radius: 6.67rem;
  width: 100%;
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: transparent;
  background: #f0e2cd;
}
.cid-uNO1c0bCdk .container {
  max-width: 1280px;
}
.cid-uNO1c0bCdk .row {
  justify-content: center;
}
.cid-uNO1c0bCdk .mbr-section-title {
  color: #212132;
}
.cid-uNO1c0bCdk .mbr-section-subtitle {
  color: #212132;
  margin-top: 1rem;
}
.cid-uNO1c0bCdk .mbr-section-title,
.cid-uNO1c0bCdk .mbr-section-btn {
  color: #000000;
}
.cid-uNO1c0bh4V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #111400;
}
.cid-uNO1c0bh4V .container {
  max-width: 1280px;
}
.cid-uNO1c0bh4V .images-container {
  display: grid;
  width: 100%;
  max-width: 100%;
  align-items: center;
  grid-column-gap: 0.83rem;
  grid-row-gap: 0.83rem;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
}
@media (max-width: 991px) {
  .cid-uNO1c0bh4V .images-container {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-uNO1c0bh4V .images-container {
    grid-template-columns: 1fr 1fr;
  }
}
.cid-uNO1c0bh4V .mbr-section-head {
  display: flex;
  width: 100%;
  align-items: center;
}
.cid-uNO1c0bh4V .mbr-section-title {
  width: 100%;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .cid-uNO1c0bh4V .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uNO1c0bh4V img {
  max-width: 100%;
  width: auto;
  margin: auto;
}
.cid-uNO1c0bh4V .card {
  transition: all 0.3s;
  height: fit-content;
  width: 100%;
}
.cid-uNO1c0bh4V .card img {
  filter: invert(1);
}
.cid-uNO1c0cz5s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #111400;
}
.cid-uNO1c0cz5s .container {
  max-width: 1600px;
}
.cid-uNO1c0cz5s .row {
  align-items: center;
}
.cid-uNO1c0cz5s .content-container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uNO1c0cz5s .content-container {
    flex-wrap: wrap;
  }
}
.cid-uNO1c0cz5s .title-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  width: 45%;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-uNO1c0cz5s .title-container {
    max-width: 455px;
    margin-right: auto;
    margin-left: 0;
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uNO1c0cz5s .main-title {
  color: #F0E2CD;
  width: 100%;
  margin-bottom: 0;
}
.cid-uNO1c0cz5s .main-subtitle {
  color: #FFFFFF;
  opacity: 0.8;
  width: 100%;
  margin-top: 24px;
}
@media (max-width: 991px) {
  .cid-uNO1c0cz5s .main-subtitle {
    margin-top: 12px;
  }
}
.cid-uNO1c0cz5s .form-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 50%;
  background-color: #f0e2cd;
  padding: 40px;
  border-radius: 2.08rem;
}
@media (max-width: 991px) {
  .cid-uNO1c0cz5s .form-container {
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
    flex-wrap: nowrap;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uNO1c0cz5s .form-container {
    flex-direction: column;
    align-items: center;
  }
}
.cid-uNO1c0cz5s .form-subtitle {
  color: #000000;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-uNO1c0cz5s .form-subtitle {
    width: 30%;
    padding-right: 20px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-uNO1c0cz5s .form-subtitle {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-uNO1c0cz5s .form-size {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .cid-uNO1c0cz5s .form-size {
    width: 100%;
  }
}
.cid-uNO1c0cz5s form {
  width: 100%;
}
.cid-uNO1c0cz5s form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-uNO1c0cz5s form p {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uNO1c0cz5s form .mbr-section-btn {
    width: 100%;
  }
}
.cid-uNO1c0cz5s form .mbr-section-btn .custom-section-btn {
  margin-left: 0 !important;
}
@media (max-width: 767px) {
  .cid-uNO1c0cz5s form .mbr-section-btn .custom-section-btn {
    width: 100%;
  }
}
.cid-uNO1c0cz5s form .form-group {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-uNO1c0cz5s form .form-group {
    margin-bottom: 12px !important;
  }
}
.cid-uNO1c0cz5s form .group-container {
  position: relative;
  width: 100%;
  margin-top: 0.42rem;
}
.cid-uNO1c0cz5s form .group-bg {
  position: absolute;
  border-radius: 0.75rem;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #fafbf7 2.76%, #ffd4a2 29.66%, #fde0ff 61%, #ffffe0 99.93%);
}
.cid-uNO1c0cz5s form .group-border {
  position: relative;
  z-index: 6;
  padding: 3px;
  border-radius: 0.75rem;
  transition: all 300ms ease;
  background-image: linear-gradient(90deg, #fafbf7 2.76%, #ffd4a2 29.66%, #fde0ff 61%, #ffffe0 99.93%);
  transform: translate3d(-0.42rem, -0.42rem, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.cid-uNO1c0cz5s form .group-border:hover {
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.cid-uNO1c0cz5s form .form-control {
  height: 100px;
  border: none !important;
  background: #ffffff;
  box-shadow: none !important;
  border-radius: 0.75rem;
  margin-bottom: 0;
  padding: 20px 40px;
  font-size: 24px;
  line-height: 32px;
  color: #212132;
  font-weight: 400;
}
@media (max-width: 767px) {
  .cid-uNO1c0cz5s form .form-control {
    height: 62px;
    font-size: 16px;
    padding: 12px 24px;
  }
}
.cid-uNO1c0cz5s form .form-control::-webkit-input-placeholder {
  color: #939292;
}
.cid-uNO1c0cz5s form .form-control::-moz-placeholder {
  color: #939292;
}
.cid-uNO1c0cz5s form .form-control:-moz-placeholder {
  color: #939292;
}
.cid-uNO1c0cz5s form .form-control:-ms-input-placeholder {
  color: #939292;
}
.cid-uNO1c0cz5s form .form-control:hover {
  outline: none !important;
}
.cid-uNO1c0cz5s form select {
  color: #939292 !important;
}
.cid-uNO1c0cz5s form textarea {
  height: 200px;
}
.cid-uNO1c0cz5s form input:active,
.cid-uNO1c0cz5s form textarea:active,
.cid-uNO1c0cz5s form input:focus,
.cid-uNO1c0cz5s form textarea:focus {
  background-color: #FFFFFF !important;
}
.cid-uNO1c0cz5s form input:active::-webkit-input-placeholder,
.cid-uNO1c0cz5s form textarea:active::-webkit-input-placeholder,
.cid-uNO1c0cz5s form input:focus::-webkit-input-placeholder,
.cid-uNO1c0cz5s form textarea:focus::-webkit-input-placeholder {
  color: #939292;
}
.cid-uNO1c0cz5s form input:active::-moz-placeholder,
.cid-uNO1c0cz5s form textarea:active::-moz-placeholder,
.cid-uNO1c0cz5s form input:focus::-moz-placeholder,
.cid-uNO1c0cz5s form textarea:focus::-moz-placeholder {
  color: #939292;
}
.cid-uNO1c0cz5s form input:active:-moz-placeholder,
.cid-uNO1c0cz5s form textarea:active:-moz-placeholder,
.cid-uNO1c0cz5s form input:focus:-moz-placeholder,
.cid-uNO1c0cz5s form textarea:focus:-moz-placeholder {
  color: #939292;
}
.cid-uNO1c0cz5s form input:active:-ms-input-placeholder,
.cid-uNO1c0cz5s form textarea:active:-ms-input-placeholder,
.cid-uNO1c0cz5s form input:focus:-ms-input-placeholder,
.cid-uNO1c0cz5s form textarea:focus:-ms-input-placeholder {
  color: #939292;
}
.cid-uNO1c0cz5s form .row {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.cid-uNO1c0cz5s form .row [class*=col] {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.cid-uNO1c0cz5s form label {
  width: 100%;
  color: #ffffff;
  margin-bottom: 10px;
}
.cid-uNO1c0cz5s form .form-check-input {
  border-color: rgba(255, 255, 255, 0.25) !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-uNO1c0cz5s form .form-check-input:focus,
.cid-uNO1c0cz5s form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #ffffff !important;
}
.cid-uNO1c0cz5s form .form-check-input:checked {
  border-color: #ffffff !important;
}
.cid-uNO1c0cz5s .custom-section-btn {
  background-image: linear-gradient(90deg, #fafbf7 2.76%, #ffd4a2 29.66%, #fde0ff 61%, #ffffe0 99.93%);
}
.cid-uNO1c0cz5s .custom-section-btn::after {
  background-image: linear-gradient(90deg, #fafbf7 2.76%, #ffd4a2 29.66%, #fde0ff 61%, #ffffe0 99.93%);
}
.cid-uNO1c0cZz7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #111400;
}
.cid-uNO1c0cZz7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNO1c0cZz7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNO1c0cZz7 .container {
  max-width: 1280px;
}
.cid-uNO1c0cZz7 .row {
  justify-content: flex-start;
}
.cid-uNO1c0cZz7 .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #ffffff;
  padding: 4rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uNO1c0cZz7 .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-uNO1c0cZz7 .content-wrapper {
    padding: 40px 6vw;
  }
}
.cid-uNO1c0cZz7 .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-uNO1c0cZz7 .mbr-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uNO1c0cZz7 .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uNO1c0cZz7 .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-uNO1c0cZz7 .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-bottom: 16px !important;
  text-align: center;
}
.cid-uNO1c0cZz7 .mbr-text {
  color: #212132;
  width: 100%;
  margin-bottom: 0;
}
.cid-uNO1c0cLPN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #111400;
  overflow: hidden;
}
.cid-uNO1c0cLPN .container {
  max-width: 1472px;
}
.cid-uNO1c0cLPN .mbr-text {
  color: #FFFFFF;
}
.cid-uNO1c0cLPN .media-container-row .mbr-text {
  color: #FFFFFF;
}
