body {
  background-color: #ebf4f4;
}
body {
  font-family: Golos Text;
}
.display-1 {
  font-family: 'Golos Text', sans-serif;
  font-size: 5.625rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.03125rem;
}
.display-2 {
  font-family: 'Golos Text', sans-serif;
  font-size: 4.25rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 5.3125rem;
}
.display-4 {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-5 {
  font-family: 'Golos Text', sans-serif;
  font-size: 3.125rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 3.90625rem;
}
.display-7 {
  font-family: 'Golos Text', 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: #ab6b51 !important;
}
.bg-success {
  background-color: #20ac6b !important;
}
.bg-info {
  background-color: #0aa3c2 !important;
}
.bg-warning {
  background-color: #cc9900 !important;
}
.bg-danger {
  background-color: #ae1e2c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ab6b51 !important;
  border-color: #ab6b51 !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: #704635 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #704635 !important;
  border-color: #704635 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #d0b49f !important;
  border-color: #d0b49f !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: #b48765 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b48765 !important;
  border-color: #b48765 !important;
}
.btn-info,
.btn-info:active {
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !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: #065e70 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #065e70 !important;
  border-color: #065e70 !important;
}
.btn-success,
.btn-success:active {
  background-color: #20ac6b !important;
  border-color: #20ac6b !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: #12633e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #12633e !important;
  border-color: #12633e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #cc9900 !important;
  border-color: #cc9900 !important;
  color: #ffffff !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: #755800 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #755800 !important;
  border-color: #755800 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ae1e2c !important;
  border-color: #ae1e2c !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: #641119 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #641119 !important;
  border-color: #641119 !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: #ab6b51;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ab6b51 !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: #ab6b51 !important;
  border-color: #ab6b51 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d0b49f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #d0b49f !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: #d0b49f !important;
  border-color: #d0b49f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0aa3c2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0aa3c2 !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: #0aa3c2 !important;
  border-color: #0aa3c2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #20ac6b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #20ac6b !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: #20ac6b !important;
  border-color: #20ac6b !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #cc9900;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #cc9900 !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: #cc9900 !important;
  border-color: #cc9900 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ae1e2c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ae1e2c !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: #ae1e2c !important;
  border-color: #ae1e2c !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: #ab6b51 !important;
}
.text-secondary {
  color: #d0b49f !important;
}
.text-success {
  color: #20ac6b !important;
}
.text-info {
  color: #0aa3c2 !important;
}
.text-warning {
  color: #cc9900 !important;
}
.text-danger {
  color: #ae1e2c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #212132 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #664030 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ae7f5b !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #105636 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #055161 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #664d00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #570f16 !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: #ab6b51;
}
.nav-tabs .nav-link:not(.active) {
  color: #212132;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0aa3c2;
}
.alert-warning {
  background-color: #cc9900;
}
.alert-danger {
  background-color: #ae1e2c;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ab6b51;
  border-color: #ab6b51;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ab6b51;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d5b4a6;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #68e3aa;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #55dbf6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffe599;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e56773;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Golos Text', 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: #ab6b51 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Golos Text', 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: #ab6b51;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ab6b51;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ab6b51;
}
.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: #ab6b51;
  border-bottom-color: #ab6b51;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #ab6b51 !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: #d0b49f !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='%23ab6b51' %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-uIZBPb1W7J .navbar-dropdown {
  position: relative !important;
}
.cid-uIZBPb1W7J .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-uIZBPb1W7J .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIZBPb1W7J .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIZBPb1W7J .dropdown-item:hover,
.cid-uIZBPb1W7J .dropdown-item:focus {
  background: #ab6b51 !important;
  color: white !important;
}
.cid-uIZBPb1W7J .dropdown-item:hover span {
  color: white;
}
.cid-uIZBPb1W7J .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIZBPb1W7J .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIZBPb1W7J .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIZBPb1W7J .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIZBPb1W7J .nav-link {
  position: relative;
}
.cid-uIZBPb1W7J .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uIZBPb1W7J .container {
    flex-wrap: nowrap;
  }
}
.cid-uIZBPb1W7J .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
}
.cid-uIZBPb1W7J .iconfont-wrapper:hover {
  color: #d0b49f !important;
}
.cid-uIZBPb1W7J .dropdown-menu,
.cid-uIZBPb1W7J .navbar.opened {
  background: #001819 !important;
}
.cid-uIZBPb1W7J .nav-item:focus,
.cid-uIZBPb1W7J .nav-link:focus {
  outline: none;
}
.cid-uIZBPb1W7J .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIZBPb1W7J .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIZBPb1W7J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIZBPb1W7J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIZBPb1W7J .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIZBPb1W7J .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIZBPb1W7J .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: #001819;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uIZBPb1W7J .navbar.opened {
  transition: all 0.3s;
}
.cid-uIZBPb1W7J .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIZBPb1W7J .navbar .navbar-logo img {
  width: auto;
}
.cid-uIZBPb1W7J .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIZBPb1W7J .navbar.collapsed {
  justify-content: center;
}
.cid-uIZBPb1W7J .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIZBPb1W7J .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uIZBPb1W7J .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIZBPb1W7J .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIZBPb1W7J .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-uIZBPb1W7J .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIZBPb1W7J .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIZBPb1W7J .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uIZBPb1W7J .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIZBPb1W7J .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIZBPb1W7J .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIZBPb1W7J .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIZBPb1W7J .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-uIZBPb1W7J .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIZBPb1W7J .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIZBPb1W7J .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIZBPb1W7J .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uIZBPb1W7J .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIZBPb1W7J .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIZBPb1W7J .navbar.navbar-short {
  min-height: 96px;
}
.cid-uIZBPb1W7J .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIZBPb1W7J .navbar.navbar-short .navbar-brand {
  min-height: 96px;
  padding: 0;
}
.cid-uIZBPb1W7J .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-uIZBPb1W7J .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIZBPb1W7J .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIZBPb1W7J .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-uIZBPb1W7J .dropdown-item.active,
.cid-uIZBPb1W7J .dropdown-item:active {
  background-color: transparent;
}
.cid-uIZBPb1W7J .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIZBPb1W7J .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIZBPb1W7J .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIZBPb1W7J .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #001819;
}
.cid-uIZBPb1W7J .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIZBPb1W7J .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIZBPb1W7J ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIZBPb1W7J .navbar-buttons {
  text-align: center;
}
.cid-uIZBPb1W7J .navbar-buttons .btn {
  padding: 9px 18px;
  min-width: 100px;
  min-height: 52px;
  border-radius: 0.3rem;
  border: solid 2px #6cc2bc !important;
  box-shadow: 3px 3px 0 0 #6cc2bc !important;
}
.cid-uIZBPb1W7J .navbar-buttons .btn:hover {
  border: solid 2px #6cc2bc !important;
  box-shadow: 0 0 0 0 #6cc2bc !important;
}
@media (max-width: 575px) {
  .cid-uIZBPb1W7J .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uIZBPb1W7J 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: #001819 !important;
  border: solid 2px #ab6b51 !important;
  box-shadow: 3px 3px 0 0 #ab6b51 !important;
}
.cid-uIZBPb1W7J button.navbar-toggler:hover {
  border: solid 2px #ab6b51 !important;
  color: #d0b49f !important;
  box-shadow: 0 0 0 0 #ab6b51 !important;
}
.cid-uIZBPb1W7J button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uIZBPb1W7J button.navbar-toggler .hamburger span:nth-child(1) {
  top: 9px;
  left: 8px;
  transition: all 0.2s;
}
.cid-uIZBPb1W7J button.navbar-toggler .hamburger span:nth-child(2) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-uIZBPb1W7J button.navbar-toggler .hamburger span:nth-child(3) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-uIZBPb1W7J button.navbar-toggler .hamburger span:nth-child(4) {
  left: 8px;
  top: 25px;
  transition: all 0.2s;
}
.cid-uIZBPb1W7J nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIZBPb1W7J nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIZBPb1W7J nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIZBPb1W7J nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIZBPb1W7J .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uIZBPb1W7J a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIZBPb1W7J .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-uIZBPb1W7J .navbar {
    height: 70px;
  }
  .cid-uIZBPb1W7J .navbar.opened {
    height: auto;
  }
  .cid-uIZBPb1W7J .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIZBPb1W7J .navbar-nav {
  margin: 0 auto;
}
.cid-uIZBPb1W7J .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uIZBPb1W7J .nav-item .nav-link {
  padding: 6px 32px !important;
  margin: 0 !important;
}
.cid-uIZBPb1W7J .nav-item .nav-link::after {
  color: #d0b49f !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uIZBPb1W7J .nav-item .nav-link:hover {
  color: #6cc2bc !important;
}
.cid-uIZBPb1W7J .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uIZBPb1W7J .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uIZBPb1W7J .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uIZBPb1W7J .nav-item .dropdown-menu .dropdown-item {
  color: #001819 !important;
  background-color: transparent !important;
}
.cid-uIZBPb1W7J .nav-item .dropdown-menu .dropdown-item:hover {
  color: #ab6b51 !important;
}
@media (max-width: 991px) {
  .cid-uIZBPb1W7J .navbar {
    justify-content: flex-start !important;
  }
  .cid-uIZBPb1W7J .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uIZBPb1W7J .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uIZBPb1W7J .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uIZBPb1W7J .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uIZBPb1W7J .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uIZBPb1W7J .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
@media (max-width: 1500px) {
  .cid-uIZBPb1W7J .nav-item .nav-link {
    font-size: 1.2rem;
    padding: 10px!important;
  }
  .cid-uIZBPb1W7J .container {
    flex-wrap: wrap!important;
    justify-content: center;
    flex-direction: column;
  }
  .cid-uIZBPb1W7J .navbar-brand {
    min-height: 20px;
    padding-top: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uIZBPb1W7J .container {
    justify-content: space-between;
    flex-direction: row;
  }
  .cid-uIZBPb1W7J .navbar-brand {
    min-height: 96px;
    padding-top: 10px;
  }
}
.cid-uIZBPb1W7J .navbar-caption {
  color: #FFFFFF;
}
.cid-uIZBPb1W7J .nav-link,
.cid-uIZBPb1W7J .dropdown-item {
  color: #FFFFFF;
}
.cid-uIZBPb3EN1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #001819;
}
.cid-uIZBPb3EN1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIZBPb3EN1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIZBPb3EN1 .container {
  max-width: 1600px;
}
.cid-uIZBPb3EN1 .row {
  justify-content: center;
}
.cid-uIZBPb3EN1 .content-container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uIZBPb3EN1 .content-container {
    flex-wrap: wrap;
  }
}
.cid-uIZBPb3EN1 .info-container {
  width: 45%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-uIZBPb3EN1 .info-container {
    width: 100%;
  }
}
.cid-uIZBPb3EN1 .title-container {
  margin-bottom: 50px;
}
.cid-uIZBPb3EN1 .mbr-section-title {
  color: #F1DBCB;
}
@media (max-width: 991px) {
  .cid-uIZBPb3EN1 .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uIZBPb3EN1 .mbr-section-subtitle {
  color: #FFDD65;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-uIZBPb3EN1 .mbr-section-subtitle {
    text-align: center !important;
    margin-top: 1rem;
  }
}
.cid-uIZBPb3EN1 .btn-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  margin-top: auto;
}
.cid-uIZBPb3EN1 .text-container {
  max-width: 400px;
  margin: 12px auto 0 0;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uIZBPb3EN1 .text-container {
    margin: 24px auto;
  }
}
.cid-uIZBPb3EN1 .mbr-text {
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-uIZBPb3EN1 .mbr-text {
    text-align: center !important;
  }
}
.cid-uIZBPb3EN1 .text-item-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 26px;
}
@media (max-width: 991px) {
  .cid-uIZBPb3EN1 .text-item-container {
    flex-wrap: wrap;
  }
}
.cid-uIZBPb3EN1 .text-item {
  display: flex;
  align-items: center;
  max-width: 48%;
}
@media (max-width: 991px) {
  .cid-uIZBPb3EN1 .text-item {
    max-width: 100%;
    width: 100%;
    justify-content: center;
    margin-bottom: 6px;
  }
}
.cid-uIZBPb3EN1 .icon-text {
  color: #FFFFFF;
}
.cid-uIZBPb3EN1 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.cid-uIZBPb3EN1 .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #ffffff;
}
.cid-uIZBPb3EN1 .form-container {
  max-width: 535px;
  margin-right: auto;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .cid-uIZBPb3EN1 .form-container {
    max-width: 100%;
    width: 100%;
  }
}
.cid-uIZBPb3EN1 form {
  width: 100%;
}
.cid-uIZBPb3EN1 form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-uIZBPb3EN1 form p {
  color: #ffffff;
}
.cid-uIZBPb3EN1 form .mbr-section-btn {
  width: max-content;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-uIZBPb3EN1 form .mbr-section-btn {
    max-width: 100%;
    width: 100%;
  }
}
.cid-uIZBPb3EN1 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-uIZBPb3EN1 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-uIZBPb3EN1 form .form-group {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  flex-grow: 1;
}
.cid-uIZBPb3EN1 form .group-container {
  position: relative;
  width: 100%;
  padding: 0;
  margin-top: 0.42rem;
}
.cid-uIZBPb3EN1 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, #ebf4f4 2.76%, #df9a7e 29.66%, #ffe6d0 61%, #6cc2bc 99.93%);
}
.cid-uIZBPb3EN1 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, #ebf4f4 2.76%, #df9a7e 29.66%, #ffe6d0 61%, #6cc2bc 99.93%);
  transform: translate3d(-0.42rem, -0.42rem, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.cid-uIZBPb3EN1 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-uIZBPb3EN1 form .group-border {
    flex-wrap: wrap;
  }
}
.cid-uIZBPb3EN1 form .form-control {
  min-height: 100px;
  height: 100%;
  border: none !important;
  background: #ebf4f4;
  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-uIZBPb3EN1 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-uIZBPb3EN1 form .form-control::-webkit-input-placeholder {
  color: #939292;
}
.cid-uIZBPb3EN1 form .form-control::-moz-placeholder {
  color: #939292;
}
.cid-uIZBPb3EN1 form .form-control:-moz-placeholder {
  color: #939292;
}
.cid-uIZBPb3EN1 form .form-control:-ms-input-placeholder {
  color: #939292;
}
.cid-uIZBPb3EN1 form .form-control:hover {
  outline: none !important;
}
.cid-uIZBPb3EN1 form select {
  color: #939292 !important;
}
.cid-uIZBPb3EN1 form textarea {
  height: 200px;
}
.cid-uIZBPb3EN1 form input:active,
.cid-uIZBPb3EN1 form textarea:active,
.cid-uIZBPb3EN1 form input:focus,
.cid-uIZBPb3EN1 form textarea:focus {
  background-color: #FFFFFF !important;
}
.cid-uIZBPb3EN1 form input:active::-webkit-input-placeholder,
.cid-uIZBPb3EN1 form textarea:active::-webkit-input-placeholder,
.cid-uIZBPb3EN1 form input:focus::-webkit-input-placeholder,
.cid-uIZBPb3EN1 form textarea:focus::-webkit-input-placeholder {
  color: #939292;
}
.cid-uIZBPb3EN1 form input:active::-moz-placeholder,
.cid-uIZBPb3EN1 form textarea:active::-moz-placeholder,
.cid-uIZBPb3EN1 form input:focus::-moz-placeholder,
.cid-uIZBPb3EN1 form textarea:focus::-moz-placeholder {
  color: #939292;
}
.cid-uIZBPb3EN1 form input:active:-moz-placeholder,
.cid-uIZBPb3EN1 form textarea:active:-moz-placeholder,
.cid-uIZBPb3EN1 form input:focus:-moz-placeholder,
.cid-uIZBPb3EN1 form textarea:focus:-moz-placeholder {
  color: #939292;
}
.cid-uIZBPb3EN1 form input:active:-ms-input-placeholder,
.cid-uIZBPb3EN1 form textarea:active:-ms-input-placeholder,
.cid-uIZBPb3EN1 form input:focus:-ms-input-placeholder,
.cid-uIZBPb3EN1 form textarea:focus:-ms-input-placeholder {
  color: #939292;
}
.cid-uIZBPb3EN1 form .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-uIZBPb3EN1 form .row [class*=col] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-uIZBPb3EN1 form label {
  width: 100%;
  color: #ffffff;
  margin-bottom: 10px;
}
.cid-uIZBPb3EN1 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-uIZBPb3EN1 form .form-check-input:focus,
.cid-uIZBPb3EN1 form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #ffffff !important;
}
.cid-uIZBPb3EN1 form .form-check-input:checked {
  border-color: #ffffff !important;
}
.cid-uIZBPb3EN1 .img-container {
  width: 50%;
}
@media (max-width: 991px) {
  .cid-uIZBPb3EN1 .img-container {
    width: 100%;
    margin-top: 40px;
  }
}
.cid-uIZBPb3EN1 .image-wrapper {
  height: 100%;
  position: relative;
  border-radius: 4.17rem;
  padding: 5px;
  background-image: linear-gradient(90deg, #ebf4f4 2.76%, #df9a7e 29.66%, #ffe6d0 61%, #6cc2bc 99.93%);
}
.cid-uIZBPb3EN1 .image-wrapper .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4.17rem;
  background-image: linear-gradient(90deg, #ebf4f4 2.76%, #df9a7e 29.66%, #ffe6d0 61%, #6cc2bc 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-uIZBPb3EN1 .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: #001819;
}
.cid-uIZBPb3EN1 .image-wrapper img {
  width: 75%;
  margin: 0 auto;
  height: 100%;
  object-fit: cover;
}
.cid-uIZBPb5UFN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1dbcb;
}
.cid-uIZBPb5UFN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIZBPb5UFN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIZBPb5UFN .container {
  max-width: 1600px;
}
.cid-uIZBPb5UFN .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #001819;
  padding: 4rem 4rem 6.5rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uIZBPb5UFN .content-wrapper {
    padding: 40px 40px 5rem;
  }
}
@media (max-width: 767px) {
  .cid-uIZBPb5UFN .content-wrapper {
    padding: 4rem 6vw 5rem;
  }
}
.cid-uIZBPb5UFN .col-title {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-uIZBPb5UFN .col-title {
    margin-bottom: 50px;
  }
}
.cid-uIZBPb5UFN .mbr-section-title {
  color: #F1DBCB;
}
.cid-uIZBPb5UFN .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-uIZBPb5UFN .panel-group {
    grid-template-columns: 1fr;
    grid-column-gap: 0;
  }
}
.cid-uIZBPb5UFN .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-uIZBPb5UFN .sign.mbr-iconfont {
  font-size: 22px !important;
  font-family: 'Moririse2' !important;
  color: #f1dbcb;
  margin-left: 1.2rem;
  transition: all ease-in-out 0.3s;
}
.cid-uIZBPb5UFN .card-header {
  border-bottom: none !important;
  padding: 0 !important;
}
.cid-uIZBPb5UFN .card-header .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uIZBPb5UFN .panel-title-edit {
  color: #FFFFFF;
  transition: all ease-in-out 0.3s;
}
.cid-uIZBPb5UFN .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 40px !important;
}
@media (max-width: 991px) {
  .cid-uIZBPb5UFN .panel-title {
    padding: 16px 24px !important;
  }
}
.cid-uIZBPb5UFN .panel-title:hover .panel-title-edit {
  color: #f1dbcb;
}
.cid-uIZBPb5UFN .panel-body {
  padding: 16px 40px 32px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uIZBPb5UFN .panel-body {
    padding: 16px 24px 24px;
  }
}
.cid-uIZBPb5UFN .panel-text {
  color: #FFFFFF;
  margin-bottom: 0 !important;
}
.cid-uIZBPb5UFN .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uIZBPb5UFN .col-text {
  width: 100%;
  margin-top: 64px;
}
@media (max-width: 991px) {
  .cid-uIZBPb5UFN .col-text {
    margin-top: 40px;
  }
}
.cid-uIZBPb5UFN .mbr-section-subtitle {
  color: #FFFFFF;
}
.cid-uIZBPb5UFN .mbr-text {
  margin-top: 24px;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-uIZBPb5UFN .mbr-text {
    margin-top: 16px;
  }
}
.cid-uIZBPb5UFN .custom-section-btn {
  background-image: linear-gradient(90deg, #ebf4f4 2.76%, #df9a7e 29.66%, #ffe6d0 61%, #6cc2bc 99.93%);
}
.cid-uIZBPb5UFN .custom-section-btn::after {
  background-image: linear-gradient(90deg, #ebf4f4 2.76%, #df9a7e 29.66%, #ffe6d0 61%, #6cc2bc 99.93%);
}
.cid-uIZBPb5UFN .btn-container {
  padding: 0 4rem;
  margin-top: -3.5rem;
}
@media (max-width: 767px) {
  .cid-uIZBPb5UFN .btn-container {
    padding: 0 6vw;
    width: 100%;
  }
  .cid-uIZBPb5UFN .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-uIZBPb5UFN .btn-container .btn {
    width: 100%;
  }
}
.cid-uIZBPb9LlW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #001819;
}
.cid-uIZBPb9LlW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIZBPb9LlW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIZBPb9LlW .container {
  max-width: 1280px;
}
.cid-uIZBPb9LlW .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #ffe6d0;
  padding: 4rem;
  border-radius: 4.17rem;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uIZBPb9LlW .content-wrapper {
    flex-wrap: wrap;
    padding: 40px;
    padding-bottom: 5rem;
  }
}
@media (max-width: 767px) {
  .cid-uIZBPb9LlW .content-wrapper {
    padding: 40px 6vw;
    padding-bottom: 5rem;
  }
}
.cid-uIZBPb9LlW .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 50%;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .cid-uIZBPb9LlW .text-wrapper {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 40px;
  }
}
.cid-uIZBPb9LlW .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-uIZBPb9LlW .label-container {
    margin-bottom: 12px;
  }
}
.cid-uIZBPb9LlW .label-text {
  color: #000000;
}
.cid-uIZBPb9LlW .card-title {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uIZBPb9LlW .card-title {
    margin-bottom: 1rem;
  }
}
.cid-uIZBPb9LlW .mbr-text {
  color: #000000;
  margin-top: auto;
}
.cid-uIZBPb9LlW .img-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  right: -8rem;
}
@media (max-width: 1599px) {
  .cid-uIZBPb9LlW .img-container {
    right: calc(-4vw - 4rem);
  }
}
@media (max-width: 991px) {
  .cid-uIZBPb9LlW .img-container {
    width: 100%;
    left: 0;
    right: 0;
    order: 5;
  }
}
.cid-uIZBPb9LlW .image-wrapper {
  aspect-ratio: 1;
  border-radius: 2.08rem;
  padding: 32px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uIZBPb9LlW .image-wrapper {
    padding: 20px;
  }
}
.cid-uIZBPb9LlW .image-wrapper .img-box {
  border-radius: 2.08rem;
  overflow: hidden;
  height: 100%;
}
.cid-uIZBPb9LlW .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: none;
}
.cid-uIZBPb9LlW .custom-section-btn {
  background-image: linear-gradient(90deg, #ebf4f4 2.76%, #df9a7e 29.66%, #ffe6d0 61%, #6cc2bc 99.93%);
}
.cid-uIZBPb9LlW .custom-section-btn::after {
  background-image: linear-gradient(90deg, #ebf4f4 2.76%, #df9a7e 29.66%, #ffe6d0 61%, #6cc2bc 99.93%);
}
.cid-uIZBPb9LlW .btn-container {
  width: 50%;
  margin-top: -3.5rem;
  padding-left: 4rem;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-uIZBPb9LlW .btn-container {
    width: 100%;
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-uIZBPb9LlW .btn-container {
    padding: 0 6vw;
  }
  .cid-uIZBPb9LlW .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-uIZBPb9LlW .btn-container .btn {
    width: 100%;
  }
}
.cid-uIZBPb9LlW .card-title,
.cid-uIZBPb9LlW .mbr-section-btn {
  color: #000000;
}
.cid-uIZBPbaWQ6 {
  background-image: url("../images/photo-1609207825181-52d321455-h_m9qvcb3l.jpg");
}
.cid-uIZBPbaWQ6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIZBPbaWQ6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIZBPbfijv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1dbcb;
}
.cid-uIZBPbfijv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIZBPbfijv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIZBPbfijv .container {
  max-width: 1280px;
}
.cid-uIZBPbfijv .text-wrapper {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-uIZBPbfijv .text-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uIZBPbfijv .card-title {
  color: #000000;
}
.cid-uIZBPbfijv .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-uIZBPbfijv .content-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-uIZBPbfijv .content-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uIZBPbfijv .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  padding: 40px;
  background-color: #001819;
  border-radius: 4.17rem;
  height: 100%;
  transition: 0.2s;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
}
@media (max-width: 767px) {
  .cid-uIZBPbfijv .item-wrapper {
    padding-right: 6vw;
    padding-left: 6vw;
  }
}
.cid-uIZBPbfijv .item-wrapper:hover {
  transform: scale3d(0.96, 0.96, 1);
}
.cid-uIZBPbfijv .avatar-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
.cid-uIZBPbfijv .image-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  padding: 4px;
  margin-right: 24px;
  background-image: linear-gradient(135deg, #ebf4f4 2.76%, #df9a7e 29.66%, #ffe6d0 61%, #6cc2bc 99.93%);
}
.cid-uIZBPbfijv .image-wrapper .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.cid-uIZBPbfijv .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uIZBPbfijv .avatar-text {
  width: max-content;
  margin-left: 6px;
}
.cid-uIZBPbfijv .name-text {
  color: #FFFFFF;
}
.cid-uIZBPbfijv .prof-text {
  color: #FFFFFF;
}
.cid-uIZBPbfijv .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-uIZBPbfijv .icons-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}
.cid-uIZBPbfijv .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 2px;
}
.cid-uIZBPbfijv .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 22px;
  color: #f1dbcb;
}
.cid-uIZBPbfijv .mbr-text {
  color: #FFFFFF;
}
.cid-uIZBPbfijv .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uIZBPbfijv .mbr-section-btn .btn {
  min-height: auto;
  min-width: auto;
}
.cid-uIZBPbggFQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #001819;
}
.cid-uIZBPbggFQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIZBPbggFQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIZBPbggFQ .row {
  justify-content: left;
}
.cid-uIZBPbggFQ .mbr-section-title {
  color: #FFDD65;
  background-image: linear-gradient(90deg, currentColor 2.76%, #df9a7e 29.66%, #ffe6d0 61%, #6cc2bc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uIZBPbggFQ .btn-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 96px;
}
@media (max-width: 991px) {
  .cid-uIZBPbggFQ .btn-container {
    padding-top: 50px;
    flex-direction: column;
    align-items: center;
  }
}
.cid-uIZBPbggFQ .custom-mbr-section-btn {
  padding-bottom: 0.42rem;
}
@media (max-width: 991px) {
  .cid-uIZBPbggFQ .custom-mbr-section-btn {
    padding-bottom: 0;
  }
}
.cid-uIZBPbggFQ .custom-section-btn {
  height: 100%;
  background-image: linear-gradient(90deg, #ebf4f4 2.76%, #df9a7e 29.66%, #ffe6d0 61%, #6cc2bc 99.93%);
}
.cid-uIZBPbggFQ .custom-section-btn::after {
  background-image: linear-gradient(90deg, #ebf4f4 2.76%, #df9a7e 29.66%, #ffe6d0 61%, #6cc2bc 99.93%);
}
.cid-uIZBPbggFQ .custom-section-btn .btn {
  height: 100%;
}
.cid-uIZBPbggFQ .text-container {
  max-width: 384px;
  margin-left: 40px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uIZBPbggFQ .text-container {
    margin: 26px auto 0;
  }
}
.cid-uIZBPbggFQ .mbr-text {
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-uIZBPbggFQ .mbr-text {
    text-align: center !important;
  }
}
.cid-uIZBPbggFQ .text-item-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 26px;
}
@media (max-width: 991px) {
  .cid-uIZBPbggFQ .text-item-container {
    flex-wrap: wrap;
  }
}
.cid-uIZBPbggFQ .text-item {
  display: flex;
  align-items: center;
  max-width: 48%;
}
@media (max-width: 991px) {
  .cid-uIZBPbggFQ .text-item {
    max-width: 100%;
    width: 100%;
    justify-content: center;
    margin-bottom: 6px;
  }
}
.cid-uIZBPbggFQ .icon-text {
  color: #FFFFFF;
}
.cid-uIZBPbggFQ .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.cid-uIZBPbggFQ .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #ffffff;
}
.cid-uIZBPbggFQ .mbr-section-title,
.cid-uIZBPbggFQ .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uIZBPbiVuM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #001819;
}
.cid-uIZBPbiVuM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIZBPbiVuM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIZBPbiVuM .container {
  max-width: 1280px;
}
.cid-uIZBPbiVuM .content-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  background: #ffe6d0;
  padding: 4rem;
  border-radius: 4.17rem;
}
@media (max-width: 991px) {
  .cid-uIZBPbiVuM .content-wrapper {
    flex-wrap: wrap;
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-uIZBPbiVuM .content-wrapper {
    padding: 40px 6vw;
  }
}
.cid-uIZBPbiVuM .text-wrapper {
  display: flex;
  flex-direction: column;
  width: 45%;
}
@media (max-width: 991px) {
  .cid-uIZBPbiVuM .text-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }
}
.cid-uIZBPbiVuM .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-uIZBPbiVuM .label-container {
    margin-bottom: 12px;
  }
}
.cid-uIZBPbiVuM .label-text {
  color: #000000;
}
.cid-uIZBPbiVuM .mbr-section-title {
  color: #000000;
  margin-bottom: 1.5rem;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uIZBPbiVuM .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uIZBPbiVuM .mbr-section-subtitle {
  color: #000000;
  margin-top: auto;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uIZBPbiVuM .mbr-section-subtitle {
    margin-top: 0;
  }
}
.cid-uIZBPbiVuM .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-uIZBPbiVuM .card-container {
    right: calc(-4vw - 4rem);
  }
}
@media (max-width: 991px) {
  .cid-uIZBPbiVuM .card-container {
    width: 100%;
    margin-top: 40px;
    left: 0;
    right: 0;
  }
}
.cid-uIZBPbiVuM .card-item {
  position: relative;
  width: 46%;
  margin: 2%;
  transition: 0.3s all;
}
.cid-uIZBPbiVuM .card-item:hover {
  transform: scale(0.96);
}
@media (max-width: 575px) {
  .cid-uIZBPbiVuM .card-item {
    width: 96%;
    margin: 2%;
  }
}
.cid-uIZBPbiVuM .card-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-image: linear-gradient(135deg, #ebf4f4 2.76%, #df9a7e 29.66%, #ffe6d0 61%, #6cc2bc 99.93%);
  filter: blur(1rem);
}
.cid-uIZBPbiVuM .card-border {
  position: relative;
  z-index: 6;
  width: 100%;
  height: 100%;
  padding: 5px;
  border-radius: 2.08rem;
  background-image: linear-gradient(135deg, #ebf4f4 2.76%, #df9a7e 29.66%, #ffe6d0 61%, #6cc2bc 99.93%);
}
.cid-uIZBPbiVuM .card-box {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 40px;
  background-color: #001819;
  border-radius: 1.76rem;
}
@media (max-width: 991px) {
  .cid-uIZBPbiVuM .card-box {
    padding: 16px;
  }
}
.cid-uIZBPbiVuM .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-uIZBPbiVuM .iconfont-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uIZBPbiVuM .iconfont-wrapper .mbr-iconfont {
  color: #ffe6d0;
  font-size: 64px;
}
.cid-uIZBPbiVuM .card-title {
  color: #FFFFFF;
}
.cid-uIZBPbiVuM .mbr-text {
  color: #FFFFFF;
  margin-top: 12px;
}
@media (max-width: 991px) {
  .cid-uIZBPbiVuM .mbr-text {
    margin-top: 8px;
  }
}
.cid-uIZBPbjzrU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f1dbcb;
}
.cid-uIZBPbjzrU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIZBPbjzrU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIZBPbjzrU .container {
  max-width: 1600px;
}
.cid-uIZBPbjzrU .text-wrapper {
  width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .cid-uIZBPbjzrU .text-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .cid-uIZBPbjzrU .text-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uIZBPbjzrU .mbr-section-title {
  color: #000000;
}
.cid-uIZBPbjzrU .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-uIZBPbjzrU .content-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uIZBPbjzrU .card-bg-item {
  padding: 3px;
  background-color: #ffffff;
  border-radius: 2.3rem;
}
.cid-uIZBPbjzrU .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-uIZBPbjzrU .card-item {
    padding-right: 6vw;
    padding-left: 6vw;
  }
}
.cid-uIZBPbjzrU .text-container {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-uIZBPbjzrU .text-container {
    margin-bottom: 24px;
  }
}
.cid-uIZBPbjzrU .card-title {
  color: #000000;
}
.cid-uIZBPbjzrU .mbr-text {
  color: #000000;
  opacity: 0.6;
  margin-top: 24px;
}
@media (max-width: 991px) {
  .cid-uIZBPbjzrU .mbr-text {
    margin-top: 16px;
  }
}
.cid-uIZBPbjzrU .price-text {
  color: #000000;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .cid-uIZBPbjzrU .price-text {
    margin-bottom: 8px;
  }
}
.cid-uIZBPbjzrU .mbr-section-btn {
  margin-top: 24px;
}
@media (max-width: 991px) {
  .cid-uIZBPbjzrU .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uIZBPbjzrU .custom-section-btn {
  width: 100%;
  margin-left: 0;
  background-image: linear-gradient(90deg, #ebf4f4 2.76%, #df9a7e 29.66%, #ffe6d0 61%, #6cc2bc 99.93%);
}
.cid-uIZBPbjzrU .custom-section-btn .btn {
  width: 100%;
  min-height: 85px;
}
.cid-uIZBPbjzrU .custom-section-btn::after {
  background-image: linear-gradient(90deg, #ebf4f4 2.76%, #df9a7e 29.66%, #ffe6d0 61%, #6cc2bc 99.93%);
}
.cid-uIZBPbjzrU .list {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-uIZBPbjzrU .list {
    margin-top: 24px;
  }
}
.cid-uIZBPbjzrU .list-title {
  color: #000000;
  opacity: 0.6;
  margin-bottom: 12px;
}
.cid-uIZBPbjzrU .item-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px;
  border-radius: 0.625rem;
  background-color: #ebf4f4;
  margin-bottom: 0.125rem;
}
@media (max-width: 991px) {
  .cid-uIZBPbjzrU .item-wrap {
    padding: 8px;
  }
}
.cid-uIZBPbjzrU .list-text {
  color: #212132;
}
.cid-uIZBPbjzrU .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-uIZBPbjzrU .iconfont-wrapper .mbr-iconfont {
  font-size: 15px;
  color: #000000;
}
.cid-uIZBPbjzrU .card-bg-item:nth-child(2) {
  background-image: linear-gradient(180deg, #ebf4f4 2.76%, #df9a7e 29.66%, #ffe6d0 61%, #6cc2bc 99.93%);
}
.cid-uIZBPbomoQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #001819;
}
.cid-uIZBPbomoQ .item:focus,
.cid-uIZBPbomoQ span:focus {
  outline: none;
}
.cid-uIZBPbomoQ .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uIZBPbomoQ .item {
  color: #ffffff;
  min-height: 90px;
  background-image: linear-gradient(90deg, currentColor 2.76%, #df9a7e 29.66%, #ffe6d0 61%, #6cc2bc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 768px) {
  .cid-uIZBPbomoQ .item {
    min-height: 45px;
  }
}
.cid-uIZBPbotor {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #001819;
}
.cid-uIZBPbotor .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIZBPbotor .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIZBPbotor .container {
  max-width: 1280px;
}
.cid-uIZBPbotor .row {
  justify-content: flex-start;
}
.cid-uIZBPbotor .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #ffffff;
  padding: 4rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uIZBPbotor .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-uIZBPbotor .content-wrapper {
    padding: 40px 6vw;
  }
}
.cid-uIZBPbotor .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-uIZBPbotor .mbr-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uIZBPbotor .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uIZBPbotor .item-wrapper {
  width: 100%;
  margin-bottom: 24px;
}
.cid-uIZBPbotor .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-bottom: 16px !important;
}
.cid-uIZBPbotor .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
}
.cid-uIZBPbpWxV {
  background-color: #001819;
}
.cid-uIZBPbpWxV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIZBPbpWxV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIZBPbpWxV .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: #f1dbcb;
}
.cid-uIZBPbpWxV .container {
  max-width: 1280px;
}
.cid-uIZBPbpWxV .row {
  justify-content: center;
}
.cid-uIZBPbpWxV .mbr-section-title {
  color: #212132;
}
.cid-uIZBPbpWxV .mbr-section-subtitle {
  color: #212132;
  margin-top: 1rem;
}
.cid-uIZBPbpWxV .mbr-section-title,
.cid-uIZBPbpWxV .mbr-section-btn {
  color: #000000;
}
.cid-uIZBPbqEoJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #001819;
}
.cid-uIZBPbqEoJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIZBPbqEoJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIZBPbqEoJ .container {
  max-width: 1280px;
}
.cid-uIZBPbqEoJ .row {
  justify-content: flex-start;
}
.cid-uIZBPbqEoJ .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #ffffff;
  padding: 4rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-uIZBPbqEoJ .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-uIZBPbqEoJ .content-wrapper {
    padding: 40px 6vw;
  }
}
.cid-uIZBPbqEoJ .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-uIZBPbqEoJ .mbr-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uIZBPbqEoJ .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uIZBPbqEoJ .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-uIZBPbqEoJ .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-bottom: 16px !important;
  text-align: center;
}
.cid-uIZBPbqEoJ .mbr-text {
  color: #212132;
  width: 100%;
  margin-bottom: 0;
}
.cid-uIZBPbqHgV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #001819;
  overflow: hidden;
}
.cid-uIZBPbqHgV .container {
  max-width: 1472px;
}
.cid-uIZBPbqHgV .mbr-text {
  color: #FFFFFF;
}
.cid-uIZBPbqHgV .media-container-row .mbr-text {
  color: #FFFFFF;
}
