body {
  background-color: #eaebec;
}
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: #b8b08d !important;
}
.bg-success {
  background-color: #38da8f !important;
}
.bg-info {
  background-color: #1fcff3 !important;
}
.bg-warning {
  background-color: #ffc413 !important;
}
.bg-danger {
  background-color: #dc3646 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #b8b08d !important;
  border-color: #b8b08d !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: #93895b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #93895b !important;
  border-color: #93895b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f29559 !important;
  border-color: #f29559 !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: #e36412 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e36412 !important;
  border-color: #e36412 !important;
}
.btn-info,
.btn-info:active {
  background-color: #1fcff3 !important;
  border-color: #1fcff3 !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: #0a95b2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0a95b2 !important;
  border-color: #0a95b2 !important;
}
.btn-success,
.btn-success:active {
  background-color: #38da8f !important;
  border-color: #38da8f !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: #1d9e62 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1d9e62 !important;
  border-color: #1d9e62 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffc413 !important;
  border-color: #ffc413 !important;
  color: #130e00 !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: #bb8c00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #130e00 !important;
  background-color: #bb8c00 !important;
  border-color: #bb8c00 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #dc3646 !important;
  border-color: #dc3646 !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: #a01c28 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #a01c28 !important;
  border-color: #a01c28 !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: #b8b08d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #b8b08d !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: #b8b08d !important;
  border-color: #b8b08d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f29559;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #f29559 !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: #f29559 !important;
  border-color: #f29559 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1fcff3;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #1fcff3 !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: #1fcff3 !important;
  border-color: #1fcff3 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #38da8f;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #38da8f !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: #38da8f !important;
  border-color: #38da8f !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffc413;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffc413 !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: #ffc413 !important;
  border-color: #ffc413 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #dc3646;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #dc3646 !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: #dc3646 !important;
  border-color: #dc3646 !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: #b8b08d !important;
}
.text-secondary {
  color: #f29559 !important;
}
.text-success {
  color: #38da8f !important;
}
.text-info {
  color: #1fcff3 !important;
}
.text-warning {
  color: #ffc413 !important;
}
.text-danger {
  color: #dc3646 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #212132 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #898056 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #d45d11 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #1b915a !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0989a3 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ac8100 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #921a25 !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: #b8b08d;
}
.nav-tabs .nav-link:not(.active) {
  color: #212132;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #1fcff3;
}
.alert-warning {
  background-color: #ffc413;
}
.alert-danger {
  background-color: #dc3646;
}
.mbr-gallery-filter li.active .btn {
  background-color: #b8b08d;
  border-color: #b8b08d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #b8b08d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e9e6dc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e4faf0;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #e1f8fd;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fff7df;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fae4e6;
}
/* 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: #b8b08d !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: #b8b08d;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #b8b08d;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #b8b08d;
}
.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: #b8b08d;
  border-bottom-color: #b8b08d;
}
.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: #b8b08d !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: #f29559 !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='%23b8b08d' %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-v7ZV6m4VwT .navbar-dropdown {
  position: relative !important;
}
.cid-v7ZV6m4VwT .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-v7ZV6m4VwT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v7ZV6m4VwT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v7ZV6m4VwT .dropdown-item:hover,
.cid-v7ZV6m4VwT .dropdown-item:focus {
  background: #b8b08d !important;
  color: white !important;
}
.cid-v7ZV6m4VwT .dropdown-item:hover span {
  color: white;
}
.cid-v7ZV6m4VwT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v7ZV6m4VwT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v7ZV6m4VwT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v7ZV6m4VwT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v7ZV6m4VwT .nav-link {
  position: relative;
}
.cid-v7ZV6m4VwT .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v7ZV6m4VwT .container {
    flex-wrap: nowrap;
  }
}
.cid-v7ZV6m4VwT .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
}
.cid-v7ZV6m4VwT .iconfont-wrapper:hover {
  color: #f29559 !important;
}
.cid-v7ZV6m4VwT .dropdown-menu,
.cid-v7ZV6m4VwT .navbar.opened {
  background: #031324 !important;
}
.cid-v7ZV6m4VwT .nav-item:focus,
.cid-v7ZV6m4VwT .nav-link:focus {
  outline: none;
}
.cid-v7ZV6m4VwT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v7ZV6m4VwT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v7ZV6m4VwT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v7ZV6m4VwT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7ZV6m4VwT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7ZV6m4VwT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v7ZV6m4VwT .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: #031324;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v7ZV6m4VwT .navbar.opened {
  transition: all 0.3s;
}
.cid-v7ZV6m4VwT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v7ZV6m4VwT .navbar .navbar-logo img {
  width: auto;
}
.cid-v7ZV6m4VwT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7ZV6m4VwT .navbar.collapsed {
  justify-content: center;
}
.cid-v7ZV6m4VwT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7ZV6m4VwT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v7ZV6m4VwT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7ZV6m4VwT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7ZV6m4VwT .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-v7ZV6m4VwT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7ZV6m4VwT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v7ZV6m4VwT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v7ZV6m4VwT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7ZV6m4VwT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7ZV6m4VwT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7ZV6m4VwT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7ZV6m4VwT .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-v7ZV6m4VwT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v7ZV6m4VwT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v7ZV6m4VwT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v7ZV6m4VwT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-v7ZV6m4VwT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v7ZV6m4VwT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v7ZV6m4VwT .navbar.navbar-short {
  min-height: 96px;
}
.cid-v7ZV6m4VwT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v7ZV6m4VwT .navbar.navbar-short .navbar-brand {
  min-height: 96px;
  padding: 0;
}
.cid-v7ZV6m4VwT .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-v7ZV6m4VwT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v7ZV6m4VwT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7ZV6m4VwT .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-v7ZV6m4VwT .dropdown-item.active,
.cid-v7ZV6m4VwT .dropdown-item:active {
  background-color: transparent;
}
.cid-v7ZV6m4VwT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7ZV6m4VwT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7ZV6m4VwT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7ZV6m4VwT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #031324;
}
.cid-v7ZV6m4VwT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v7ZV6m4VwT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7ZV6m4VwT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v7ZV6m4VwT .navbar-buttons {
  text-align: center;
}
.cid-v7ZV6m4VwT .navbar-buttons .btn {
  padding: 9px 18px;
  min-width: 100px;
  min-height: 52px;
  border-radius: 0.3rem;
  border: solid 2px #526270 !important;
  box-shadow: 3px 3px 0 0 #526270 !important;
}
.cid-v7ZV6m4VwT .navbar-buttons .btn:hover {
  border: solid 2px #526270 !important;
  box-shadow: 0 0 0 0 #526270 !important;
}
@media (max-width: 575px) {
  .cid-v7ZV6m4VwT .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v7ZV6m4VwT 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: #031324 !important;
  border: solid 2px #b8b08d !important;
  box-shadow: 3px 3px 0 0 #b8b08d !important;
}
.cid-v7ZV6m4VwT button.navbar-toggler:hover {
  border: solid 2px #b8b08d !important;
  color: #f29559 !important;
  box-shadow: 0 0 0 0 #b8b08d !important;
}
.cid-v7ZV6m4VwT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v7ZV6m4VwT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 9px;
  left: 8px;
  transition: all 0.2s;
}
.cid-v7ZV6m4VwT button.navbar-toggler .hamburger span:nth-child(2) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-v7ZV6m4VwT button.navbar-toggler .hamburger span:nth-child(3) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-v7ZV6m4VwT button.navbar-toggler .hamburger span:nth-child(4) {
  left: 8px;
  top: 25px;
  transition: all 0.2s;
}
.cid-v7ZV6m4VwT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7ZV6m4VwT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7ZV6m4VwT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7ZV6m4VwT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7ZV6m4VwT .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v7ZV6m4VwT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7ZV6m4VwT .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-v7ZV6m4VwT .navbar {
    height: 70px;
  }
  .cid-v7ZV6m4VwT .navbar.opened {
    height: auto;
  }
  .cid-v7ZV6m4VwT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7ZV6m4VwT .navbar-nav {
  margin: 0 auto;
}
.cid-v7ZV6m4VwT .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-v7ZV6m4VwT .nav-item .nav-link {
  padding: 6px 32px !important;
  margin: 0 !important;
}
.cid-v7ZV6m4VwT .nav-item .nav-link::after {
  color: #f29559 !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-v7ZV6m4VwT .nav-item .nav-link:hover {
  color: #526270 !important;
}
.cid-v7ZV6m4VwT .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v7ZV6m4VwT .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-v7ZV6m4VwT .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-v7ZV6m4VwT .nav-item .dropdown-menu .dropdown-item {
  color: #031324 !important;
  background-color: transparent !important;
}
.cid-v7ZV6m4VwT .nav-item .dropdown-menu .dropdown-item:hover {
  color: #b8b08d !important;
}
@media (max-width: 991px) {
  .cid-v7ZV6m4VwT .navbar {
    justify-content: flex-start !important;
  }
  .cid-v7ZV6m4VwT .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v7ZV6m4VwT .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v7ZV6m4VwT .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v7ZV6m4VwT .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v7ZV6m4VwT .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-v7ZV6m4VwT .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
@media (max-width: 1500px) {
  .cid-v7ZV6m4VwT .nav-item .nav-link {
    font-size: 1.2rem;
    padding: 10px!important;
  }
  .cid-v7ZV6m4VwT .container {
    flex-wrap: wrap!important;
    justify-content: center;
    flex-direction: column;
  }
  .cid-v7ZV6m4VwT .navbar-brand {
    min-height: 20px;
    padding-top: 30px;
  }
}
@media (max-width: 992px) {
  .cid-v7ZV6m4VwT .container {
    justify-content: space-between;
    flex-direction: row;
  }
  .cid-v7ZV6m4VwT .navbar-brand {
    min-height: 96px;
    padding-top: 10px;
  }
}
.cid-v7ZV6m4VwT .navbar-caption {
  color: #FFFFFF;
}
.cid-v7ZV6m4VwT .nav-link,
.cid-v7ZV6m4VwT .dropdown-item {
  color: #FFFFFF;
}
.cid-v7ZV6m64L5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #031324;
}
.cid-v7ZV6m64L5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7ZV6m64L5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7ZV6m64L5 .container {
  max-width: 1600px;
}
.cid-v7ZV6m64L5 .row {
  justify-content: center;
}
.cid-v7ZV6m64L5 .content-container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-v7ZV6m64L5 .content-container {
    flex-wrap: wrap;
  }
}
.cid-v7ZV6m64L5 .info-container {
  width: 45%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-v7ZV6m64L5 .info-container {
    width: 100%;
  }
}
.cid-v7ZV6m64L5 .title-container {
  margin-bottom: 50px;
}
.cid-v7ZV6m64L5 .mbr-section-title {
  color: #F0EAD2;
}
@media (max-width: 991px) {
  .cid-v7ZV6m64L5 .mbr-section-title {
    text-align: center !important;
  }
}
.cid-v7ZV6m64L5 .mbr-section-subtitle {
  color: #FFDD65;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-v7ZV6m64L5 .mbr-section-subtitle {
    text-align: center !important;
    margin-top: 1rem;
  }
}
.cid-v7ZV6m64L5 .btn-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  margin-top: auto;
}
.cid-v7ZV6m64L5 .text-container {
  max-width: 400px;
  margin: 12px auto 0 0;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-v7ZV6m64L5 .text-container {
    margin: 24px auto;
  }
}
.cid-v7ZV6m64L5 .mbr-text {
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-v7ZV6m64L5 .mbr-text {
    text-align: center !important;
  }
}
.cid-v7ZV6m64L5 .text-item-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 26px;
}
@media (max-width: 991px) {
  .cid-v7ZV6m64L5 .text-item-container {
    flex-wrap: wrap;
  }
}
.cid-v7ZV6m64L5 .text-item {
  display: flex;
  align-items: center;
  max-width: 48%;
}
@media (max-width: 991px) {
  .cid-v7ZV6m64L5 .text-item {
    max-width: 100%;
    width: 100%;
    justify-content: center;
    margin-bottom: 6px;
  }
}
.cid-v7ZV6m64L5 .icon-text {
  color: #FFFFFF;
}
.cid-v7ZV6m64L5 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.cid-v7ZV6m64L5 .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #ffffff;
}
.cid-v7ZV6m64L5 .form-container {
  max-width: 535px;
  margin-right: auto;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .cid-v7ZV6m64L5 .form-container {
    max-width: 100%;
    width: 100%;
  }
}
.cid-v7ZV6m64L5 form {
  width: 100%;
}
.cid-v7ZV6m64L5 form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-v7ZV6m64L5 form p {
  color: #ffffff;
}
.cid-v7ZV6m64L5 form .mbr-section-btn {
  width: max-content;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-v7ZV6m64L5 form .mbr-section-btn {
    max-width: 100%;
    width: 100%;
  }
}
.cid-v7ZV6m64L5 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-v7ZV6m64L5 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-v7ZV6m64L5 form .form-group {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  flex-grow: 1;
}
.cid-v7ZV6m64L5 form .group-container {
  position: relative;
  width: 100%;
  padding: 0;
  margin-top: 0.42rem;
}
.cid-v7ZV6m64L5 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, #eaebec 2.76%, #ebe2bd 29.66%, #ffc687 61%, #526270 99.93%);
}
.cid-v7ZV6m64L5 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, #eaebec 2.76%, #ebe2bd 29.66%, #ffc687 61%, #526270 99.93%);
  transform: translate3d(-0.42rem, -0.42rem, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.cid-v7ZV6m64L5 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-v7ZV6m64L5 form .group-border {
    flex-wrap: wrap;
  }
}
.cid-v7ZV6m64L5 form .form-control {
  min-height: 100px;
  height: 100%;
  border: none !important;
  background: #eaebec;
  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-v7ZV6m64L5 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-v7ZV6m64L5 form .form-control::-webkit-input-placeholder {
  color: #939292;
}
.cid-v7ZV6m64L5 form .form-control::-moz-placeholder {
  color: #939292;
}
.cid-v7ZV6m64L5 form .form-control:-moz-placeholder {
  color: #939292;
}
.cid-v7ZV6m64L5 form .form-control:-ms-input-placeholder {
  color: #939292;
}
.cid-v7ZV6m64L5 form .form-control:hover {
  outline: none !important;
}
.cid-v7ZV6m64L5 form select {
  color: #939292 !important;
}
.cid-v7ZV6m64L5 form textarea {
  height: 200px;
}
.cid-v7ZV6m64L5 form input:active,
.cid-v7ZV6m64L5 form textarea:active,
.cid-v7ZV6m64L5 form input:focus,
.cid-v7ZV6m64L5 form textarea:focus {
  background-color: #FFFFFF !important;
}
.cid-v7ZV6m64L5 form input:active::-webkit-input-placeholder,
.cid-v7ZV6m64L5 form textarea:active::-webkit-input-placeholder,
.cid-v7ZV6m64L5 form input:focus::-webkit-input-placeholder,
.cid-v7ZV6m64L5 form textarea:focus::-webkit-input-placeholder {
  color: #939292;
}
.cid-v7ZV6m64L5 form input:active::-moz-placeholder,
.cid-v7ZV6m64L5 form textarea:active::-moz-placeholder,
.cid-v7ZV6m64L5 form input:focus::-moz-placeholder,
.cid-v7ZV6m64L5 form textarea:focus::-moz-placeholder {
  color: #939292;
}
.cid-v7ZV6m64L5 form input:active:-moz-placeholder,
.cid-v7ZV6m64L5 form textarea:active:-moz-placeholder,
.cid-v7ZV6m64L5 form input:focus:-moz-placeholder,
.cid-v7ZV6m64L5 form textarea:focus:-moz-placeholder {
  color: #939292;
}
.cid-v7ZV6m64L5 form input:active:-ms-input-placeholder,
.cid-v7ZV6m64L5 form textarea:active:-ms-input-placeholder,
.cid-v7ZV6m64L5 form input:focus:-ms-input-placeholder,
.cid-v7ZV6m64L5 form textarea:focus:-ms-input-placeholder {
  color: #939292;
}
.cid-v7ZV6m64L5 form .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-v7ZV6m64L5 form .row [class*=col] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-v7ZV6m64L5 form label {
  width: 100%;
  color: #ffffff;
  margin-bottom: 10px;
}
.cid-v7ZV6m64L5 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-v7ZV6m64L5 form .form-check-input:focus,
.cid-v7ZV6m64L5 form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #ffffff !important;
}
.cid-v7ZV6m64L5 form .form-check-input:checked {
  border-color: #ffffff !important;
}
.cid-v7ZV6m64L5 .img-container {
  width: 50%;
}
@media (max-width: 991px) {
  .cid-v7ZV6m64L5 .img-container {
    width: 100%;
    margin-top: 40px;
  }
}
.cid-v7ZV6m64L5 .image-wrapper {
  height: 100%;
  position: relative;
  border-radius: 4.17rem;
  padding: 5px;
  background-image: linear-gradient(90deg, #eaebec 2.76%, #ebe2bd 29.66%, #ffc687 61%, #526270 99.93%);
}
.cid-v7ZV6m64L5 .image-wrapper .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4.17rem;
  background-image: linear-gradient(90deg, #eaebec 2.76%, #ebe2bd 29.66%, #ffc687 61%, #526270 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-v7ZV6m64L5 .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: #031324;
}
.cid-v7ZV6m64L5 .image-wrapper img {
  width: 75%;
  margin: 0 auto;
  height: 100%;
  object-fit: cover;
}
.cid-v7ZV6m74gy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031324;
}
.cid-v7ZV6m74gy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7ZV6m74gy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7ZV6m74gy .container {
  max-width: 1280px;
}
.cid-v7ZV6m74gy .row {
  justify-content: center;
}
.cid-v7ZV6m74gy .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #ffc687;
  justify-content: flex-start;
  padding: 4rem;
  border-radius: 4.17rem;
}
@media (max-width: 991px) {
  .cid-v7ZV6m74gy .content-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-v7ZV6m74gy .content-wrapper {
    padding: 4rem 6vw;
  }
}
@media (max-width: 575px) {
  .cid-v7ZV6m74gy .content-wrapper {
    padding: 4rem 6vw 1.5rem;
  }
}
.cid-v7ZV6m74gy .text-wrapper {
  width: 40%;
}
@media (max-width: 991px) {
  .cid-v7ZV6m74gy .text-wrapper {
    width: 100%;
  }
}
.cid-v7ZV6m74gy .mbr-section-title {
  color: #000000;
}
.cid-v7ZV6m74gy .mbr-section-subtitle {
  color: #000000;
  opacity: 0.8;
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-v7ZV6m74gy .mbr-section-subtitle {
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .cid-v7ZV6m74gy .mbr-section-subtitle {
    margin-top: 24px;
  }
}
.cid-v7ZV6m74gy .link {
  text-decoration: underline !important;
}
.cid-v7ZV6m74gy .col-video {
  position: relative;
  display: flex;
  width: 60%;
  right: -8rem;
}
@media (max-width: 1599px) {
  .cid-v7ZV6m74gy .col-video {
    right: calc(-4rem - 4vw);
  }
}
@media (max-width: 991px) {
  .cid-v7ZV6m74gy .col-video {
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 40px;
  }
}
.cid-v7ZV6m74gy .col-video .mbr-figure {
  width: 100%;
  border-radius: 2.08rem;
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(135deg, #eaebec 2.76%, #ebe2bd 29.66%, #ffc687 61%, #526270 99.93%);
  padding: 5px;
}
.cid-v7ZV6m74gy .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, #eaebec 2.76%, #ebe2bd 29.66%, #ffc687 61%, #526270 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-v7ZV6m74gy .col-video .mbr-figure iframe {
  border-radius: 1.76rem;
}
.cid-v7ZV6m74gy .col-video .mbr-figure .app-video-wrapper {
  overflow: hidden;
}
.cid-v7ZV6m74gy .col-video .mbr-figure .app-video-wrapper img {
  border-radius: 1.76rem;
}
.cid-v7ZV6m84iP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0ead2;
}
.cid-v7ZV6m84iP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7ZV6m84iP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7ZV6m84iP .container {
  max-width: 1280px;
}
.cid-v7ZV6m84iP .content-container {
  padding-top: 44px;
}
@media (max-width: 767px) {
  .cid-v7ZV6m84iP .content-container {
    padding-top: 0;
  }
}
.cid-v7ZV6m84iP .content-wrapper {
  background: #031324;
  padding: 0 4rem 4rem;
  min-height: 660px;
  border-radius: 4.17rem;
  display: grid;
  grid-template-columns: 50% 50%;
}
@media (max-width: 991px) {
  .cid-v7ZV6m84iP .content-wrapper {
    min-height: 455px;
  }
}
@media (max-width: 767px) {
  .cid-v7ZV6m84iP .content-wrapper {
    padding: 4rem 6vw;
    grid-template-columns: 1fr;
  }
}
.cid-v7ZV6m84iP .text-wrapper {
  width: 100%;
  grid-column-start: 1;
  grid-column-end: 2;
  padding-right: 20%;
  padding-top: 4rem;
}
@media (max-width: 767px) {
  .cid-v7ZV6m84iP .text-wrapper {
    margin-bottom: 24px;
    padding-top: 0;
    padding-right: 0;
  }
}
.cid-v7ZV6m84iP .card-title {
  color: #F0EAD2;
  margin-bottom: 80px;
}
.cid-v7ZV6m84iP .nav-tabs .nav-item.open .nav-link:focus,
.cid-v7ZV6m84iP .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-v7ZV6m84iP .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-v7ZV6m84iP .nav-tabs {
    padding-right: 0;
  }
}
.cid-v7ZV6m84iP .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-v7ZV6m84iP .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: #ffc687;
  transition: 0.2s;
}
.cid-v7ZV6m84iP .nav-item:hover {
  padding-left: 12px;
  padding-left: 54px;
}
.cid-v7ZV6m84iP .nav-item:hover::before {
  left: 12px;
}
.cid-v7ZV6m84iP .nav-tabs .nav-link {
  transition: all 0.5s;
  border: none;
  border-radius: 0 !important;
}
.cid-v7ZV6m84iP .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
.cid-v7ZV6m84iP .nav-link,
.cid-v7ZV6m84iP .nav-link.active {
  background-color: transparent;
  padding: 0;
}
.cid-v7ZV6m84iP .nav-tabs .nav-link.active {
  color: #ffc687;
}
.cid-v7ZV6m84iP .tab-content {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
}
@media (max-width: 767px) {
  .cid-v7ZV6m84iP .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-v7ZV6m84iP .tab-pane {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-v7ZV6m84iP .tab-pane {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-v7ZV6m84iP .img-box {
  width: 100%;
  height: 100%;
}
.cid-v7ZV6m84iP .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-top: -44px;
  border-radius: 2.08rem;
}
@media (max-width: 767px) {
  .cid-v7ZV6m84iP .img-box img {
    margin-top: 0;
    aspect-ratio: 0.7;
  }
}
.cid-v7ZV6m84iP .custom-section-btn {
  background-image: linear-gradient(90deg, #eaebec 2.76%, #ebe2bd 29.66%, #ffc687 61%, #526270 99.93%);
}
.cid-v7ZV6m84iP .custom-section-btn::after {
  background-image: linear-gradient(90deg, #eaebec 2.76%, #ebe2bd 29.66%, #ffc687 61%, #526270 99.93%);
}
.cid-v7ZV6m84iP .btn-container {
  width: 50%;
  padding-right: 4rem;
  margin-left: auto;
  margin-top: -3.5rem;
}
@media (max-width: 767px) {
  .cid-v7ZV6m84iP .btn-container {
    padding: 0 6vw;
    width: 100%;
  }
  .cid-v7ZV6m84iP .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-v7ZV6m84iP .btn-container .btn {
    width: 100%;
  }
}
.cid-v7ZV6m85MC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031324;
}
.cid-v7ZV6m85MC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7ZV6m85MC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7ZV6m85MC .container {
  max-width: 1600px;
}
.cid-v7ZV6m85MC .title-container {
  width: 100%;
  margin-bottom: 120px;
}
@media (max-width: 991px) {
  .cid-v7ZV6m85MC .title-container {
    margin-bottom: 80px;
  }
}
.cid-v7ZV6m85MC .mbr-section-title {
  color: #F0EAD2;
}
.cid-v7ZV6m85MC .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
}
@media (max-width: 991px) {
  .cid-v7ZV6m85MC .content-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-v7ZV6m85MC .card-item {
  display: flex;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
}
.cid-v7ZV6m85MC .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-v7ZV6m85MC .img-box {
    width: 60px;
    height: 60px;
  }
}
.cid-v7ZV6m85MC .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: none;
}
.cid-v7ZV6m85MC .card-name {
  margin-top: 12px;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-v7ZV6m85MC .card-name {
    margin-top: 8px;
  }
}
.cid-v7ZV6m85MC .card-text {
  color: #FFFFFF;
  flex-grow: 1;
}
.cid-v7ZV6m9veI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f0ead2;
}
.cid-v7ZV6m9veI .container {
  max-width: 1600px;
}
.cid-v7ZV6m9veI .row {
  justify-content: center;
}
.cid-v7ZV6m9veI .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-v7ZV6m9veI .text-container {
    margin-bottom: 50px;
  }
}
.cid-v7ZV6m9veI .mbr-section-title {
  color: #000000;
}
.cid-v7ZV6m9veI .mbr-section-subtitle {
  color: #000000;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-v7ZV6m9veI .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-v7ZV6m9veI .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-v7ZV6m9veI .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-v7ZV6m9veI .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-v7ZV6m9veI .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: 0.18s all;
}
.cid-v7ZV6m9veI .card:hover {
  transform: scale(0.96);
}
.cid-v7ZV6m9veI .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-v7ZV6m9veI .card-wrapper {
    padding: 16px;
  }
}
.cid-v7ZV6m9veI .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-v7ZV6m9veI .card-box {
    margin-bottom: 20px;
  }
}
.cid-v7ZV6m9veI .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
  opacity: 0.6;
}
.cid-v7ZV6m9veI .card-text {
  width: 100%;
  color: #000000;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-v7ZV6m9veI .card-text {
    margin-top: 8px;
  }
}
.cid-v7ZV6m9veI .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-v7ZV6m9veI .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-v7ZV6m9veI .card-img {
  width: 100%;
  height: 288px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-v7ZV6m9veI .card-img {
    height: 375px;
  }
}
@media (max-width: 767px) {
  .cid-v7ZV6m9veI .card-img {
    height: auto;
  }
}
.cid-v7ZV6m9veI .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  animation: none;
}
.cid-v7ZV6m9veI .card-title,
.cid-v7ZV6m9veI .mbr-section-btn {
  color: #000000;
}
.cid-v7ZV6ma4Z5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0ead2;
}
.cid-v7ZV6ma4Z5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7ZV6ma4Z5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7ZV6ma4Z5 .container {
  max-width: 1280px;
}
.cid-v7ZV6ma4Z5 .content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #031324;
  padding: 4rem;
  border-radius: 4.17rem;
}
@media (max-width: 767px) {
  .cid-v7ZV6ma4Z5 .content-wrapper {
    flex-wrap: wrap;
    padding: 4rem 6vw;
  }
}
.cid-v7ZV6ma4Z5 .text-wrapper {
  width: 70%;
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .cid-v7ZV6ma4Z5 .text-wrapper {
    width: 100%;
    order: 2;
    margin-bottom: 50px;
  }
}
.cid-v7ZV6ma4Z5 .card-title {
  color: #FFDD65;
}
.cid-v7ZV6ma4Z5 .colored-text {
  line-height: inherit;
  color: inherit;
}
.cid-v7ZV6ma4Z5 .mbr-text {
  color: #FFFFFF;
  margin-top: 24px;
}
@media (max-width: 991px) {
  .cid-v7ZV6ma4Z5 .mbr-text {
    margin-top: 16px;
  }
}
.cid-v7ZV6ma4Z5 .img-container {
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-v7ZV6ma4Z5 .img-container {
    order: 1;
    width: 100%;
    justify-content: flex-start;
    margin-bottom: 24px;
  }
}
.cid-v7ZV6ma4Z5 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-v7ZV6ma4Z5 .image-wrapper {
    width: 25%;
  }
}
@media (max-width: 575px) {
  .cid-v7ZV6ma4Z5 .image-wrapper {
    width: 50%;
  }
}
.cid-v7ZV6ma4Z5 .image-wrapper .img-box {
  height: 100%;
}
.cid-v7ZV6ma4Z5 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2.08rem;
}
.cid-v7ZV6ma4Z5 .custom-section-btn {
  background-image: linear-gradient(90deg, #eaebec 2.76%, #ebe2bd 29.66%, #ffc687 61%, #526270 99.93%);
}
.cid-v7ZV6ma4Z5 .custom-section-btn::after {
  background-image: linear-gradient(90deg, #eaebec 2.76%, #ebe2bd 29.66%, #ffc687 61%, #526270 99.93%);
}
.cid-v7ZV6ma4Z5 .btn-container {
  width: 70%;
  padding-left: 4rem;
  margin-right: auto;
  margin-top: -3.5rem;
}
@media (max-width: 767px) {
  .cid-v7ZV6ma4Z5 .btn-container {
    padding: 0 6vw;
    width: 100%;
  }
  .cid-v7ZV6ma4Z5 .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-v7ZV6ma4Z5 .btn-container .btn {
    width: 100%;
  }
}
.cid-v7ZV6ma4Z5 .card-title,
.cid-v7ZV6ma4Z5 .mbr-section-btn {
  color: #F0EAD2;
}
.cid-v7ZV6maohR {
  background-color: #031324;
}
.cid-v7ZV6maohR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7ZV6maohR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7ZV6maohR .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: #f0ead2;
}
.cid-v7ZV6maohR .container {
  max-width: 1280px;
}
.cid-v7ZV6maohR .row {
  justify-content: center;
}
.cid-v7ZV6maohR .mbr-section-title {
  color: #212132;
}
.cid-v7ZV6maohR .mbr-section-subtitle {
  color: #212132;
  margin-top: 1rem;
}
.cid-v7ZV6maohR .mbr-section-title,
.cid-v7ZV6maohR .mbr-section-btn {
  color: #000000;
}
.cid-v7ZV6malT9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #031324;
}
.cid-v7ZV6malT9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7ZV6malT9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7ZV6malT9 .container {
  max-width: 1600px;
}
.cid-v7ZV6malT9 .row {
  justify-content: center;
}
.cid-v7ZV6malT9 .content-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}
.cid-v7ZV6malT9 .title-container {
  width: 100%;
}
.cid-v7ZV6malT9 .mbr-section-title {
  color: #F0EAD2;
  width: 100%;
}
.cid-v7ZV6malT9 .colored-text {
  line-height: inherit;
  color: inherit;
}
.cid-v7ZV6malT9 .mbr-section-subtitle {
  color: #FFDD65;
  margin-top: 1.5rem;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-v7ZV6malT9 .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-v7ZV6malT9 .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-v7ZV6malT9 .btn-container {
    margin-top: 50px;
    flex-wrap: wrap;
    gap: 0;
  }
}
.cid-v7ZV6malT9 .text-container {
  max-width: 400px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-v7ZV6malT9 .text-container {
    margin: 24px auto 0;
  }
}
.cid-v7ZV6malT9 .mbr-text {
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-v7ZV6malT9 .mbr-text {
    text-align: center !important;
  }
}
.cid-v7ZV6malT9 .text-item-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 26px;
}
@media (max-width: 991px) {
  .cid-v7ZV6malT9 .text-item-container {
    flex-wrap: wrap;
  }
}
.cid-v7ZV6malT9 .text-item {
  display: flex;
  align-items: center;
  max-width: 48%;
}
@media (max-width: 991px) {
  .cid-v7ZV6malT9 .text-item {
    max-width: 100%;
    width: 100%;
    justify-content: center;
    margin-bottom: 6px;
  }
}
.cid-v7ZV6malT9 .icon-text {
  color: #FFFFFF;
}
.cid-v7ZV6malT9 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.cid-v7ZV6malT9 .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #ffffff;
}
.cid-v7ZV6malT9 .form-container {
  max-width: 535px;
  margin-right: auto;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .cid-v7ZV6malT9 .form-container {
    max-width: 100%;
    width: 100%;
  }
}
.cid-v7ZV6malT9 form {
  width: 100%;
}
.cid-v7ZV6malT9 form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-v7ZV6malT9 form p {
  color: #ffffff;
}
.cid-v7ZV6malT9 form .mbr-section-btn {
  width: max-content;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-v7ZV6malT9 form .mbr-section-btn {
    max-width: 100%;
    width: 100%;
  }
}
.cid-v7ZV6malT9 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-v7ZV6malT9 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-v7ZV6malT9 form .form-group {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  flex-grow: 1;
}
.cid-v7ZV6malT9 form .group-container {
  position: relative;
  width: 100%;
  padding: 0;
  margin-top: 0.42rem;
}
.cid-v7ZV6malT9 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, #eaebec 2.76%, #ebe2bd 29.66%, #ffc687 61%, #526270 99.93%);
}
.cid-v7ZV6malT9 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, #eaebec 2.76%, #ebe2bd 29.66%, #ffc687 61%, #526270 99.93%);
  transform: translate3d(-0.42rem, -0.42rem, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.cid-v7ZV6malT9 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-v7ZV6malT9 form .group-border {
    flex-wrap: wrap;
  }
}
.cid-v7ZV6malT9 form .form-control {
  min-height: 100px;
  height: 100%;
  border: none !important;
  background: #eaebec;
  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-v7ZV6malT9 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-v7ZV6malT9 form .form-control::-webkit-input-placeholder {
  color: #939292;
}
.cid-v7ZV6malT9 form .form-control::-moz-placeholder {
  color: #939292;
}
.cid-v7ZV6malT9 form .form-control:-moz-placeholder {
  color: #939292;
}
.cid-v7ZV6malT9 form .form-control:-ms-input-placeholder {
  color: #939292;
}
.cid-v7ZV6malT9 form .form-control:hover {
  outline: none !important;
}
.cid-v7ZV6malT9 form select {
  color: #939292 !important;
}
.cid-v7ZV6malT9 form textarea {
  height: 200px;
}
.cid-v7ZV6malT9 form input:active,
.cid-v7ZV6malT9 form textarea:active,
.cid-v7ZV6malT9 form input:focus,
.cid-v7ZV6malT9 form textarea:focus {
  background-color: #FFFFFF !important;
}
.cid-v7ZV6malT9 form input:active::-webkit-input-placeholder,
.cid-v7ZV6malT9 form textarea:active::-webkit-input-placeholder,
.cid-v7ZV6malT9 form input:focus::-webkit-input-placeholder,
.cid-v7ZV6malT9 form textarea:focus::-webkit-input-placeholder {
  color: #939292;
}
.cid-v7ZV6malT9 form input:active::-moz-placeholder,
.cid-v7ZV6malT9 form textarea:active::-moz-placeholder,
.cid-v7ZV6malT9 form input:focus::-moz-placeholder,
.cid-v7ZV6malT9 form textarea:focus::-moz-placeholder {
  color: #939292;
}
.cid-v7ZV6malT9 form input:active:-moz-placeholder,
.cid-v7ZV6malT9 form textarea:active:-moz-placeholder,
.cid-v7ZV6malT9 form input:focus:-moz-placeholder,
.cid-v7ZV6malT9 form textarea:focus:-moz-placeholder {
  color: #939292;
}
.cid-v7ZV6malT9 form input:active:-ms-input-placeholder,
.cid-v7ZV6malT9 form textarea:active:-ms-input-placeholder,
.cid-v7ZV6malT9 form input:focus:-ms-input-placeholder,
.cid-v7ZV6malT9 form textarea:focus:-ms-input-placeholder {
  color: #939292;
}
.cid-v7ZV6malT9 form .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-v7ZV6malT9 form .row [class*=col] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-v7ZV6malT9 form label {
  width: 100%;
  color: #ffffff;
  margin-bottom: 10px;
}
.cid-v7ZV6malT9 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-v7ZV6malT9 form .form-check-input:focus,
.cid-v7ZV6malT9 form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #ffffff !important;
}
.cid-v7ZV6malT9 form .form-check-input:checked {
  border-color: #ffffff !important;
}
.cid-v7ZV6mbdI6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0ead2;
}
.cid-v7ZV6mbdI6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7ZV6mbdI6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7ZV6mbdI6 .container {
  max-width: 1280px;
}
.cid-v7ZV6mbdI6 .content-wrapper {
  background: #063655;
  padding: 4rem;
  border-radius: 4.17rem;
}
@media (max-width: 767px) {
  .cid-v7ZV6mbdI6 .content-wrapper {
    padding: 4rem 6vw;
  }
}
.cid-v7ZV6mbdI6 .text-wrapper {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-v7ZV6mbdI6 .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v7ZV6mbdI6 .card-title {
  color: #FFDD65;
}
.cid-v7ZV6mbdI6 .img-container {
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 1.67rem;
}
@media (max-width: 767px) {
  .cid-v7ZV6mbdI6 .img-container {
    flex-wrap: wrap;
    margin-bottom: 16px;
  }
}
.cid-v7ZV6mbdI6 .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-v7ZV6mbdI6 .item-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-v7ZV6mbdI6 .item-container {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 32px;
  }
}
.cid-v7ZV6mbdI6 .mbr-text {
  color: #FFFFFF;
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-v7ZV6mbdI6 .mbr-text {
    margin-bottom: 1.67rem;
  }
}
@media (max-width: 767px) {
  .cid-v7ZV6mbdI6 .mbr-text {
    margin-bottom: 1rem;
  }
}
.cid-v7ZV6mbdI6 .image-wrapper {
  margin-top: auto;
  aspect-ratio: 1;
  position: relative;
  border-radius: 2.08rem;
  padding: 5px;
  background-image: linear-gradient(135deg, #eaebec 2.76%, #ebe2bd 29.66%, #ffc687 61%, #526270 99.93%);
}
.cid-v7ZV6mbdI6 .image-wrapper .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2.08rem;
  background-image: linear-gradient(135deg, #eaebec 2.76%, #ebe2bd 29.66%, #ffc687 61%, #526270 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-v7ZV6mbdI6 .image-wrapper .img-box {
  position: relative;
  z-index: 11;
  border-radius: 1.76rem;
  overflow: hidden;
  height: 100%;
}
.cid-v7ZV6mbdI6 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v7ZV6mbdI6 .custom-section-btn {
  background-image: linear-gradient(90deg, #eaebec 2.76%, #ebe2bd 29.66%, #ffc687 61%, #526270 99.93%);
}
.cid-v7ZV6mbdI6 .custom-section-btn::after {
  background-image: linear-gradient(90deg, #eaebec 2.76%, #ebe2bd 29.66%, #ffc687 61%, #526270 99.93%);
}
.cid-v7ZV6mbdI6 .btn-container {
  padding: 0 4rem;
  margin-top: -3.5rem;
}
@media (max-width: 767px) {
  .cid-v7ZV6mbdI6 .btn-container {
    padding: 0 6vw;
    width: 100%;
  }
  .cid-v7ZV6mbdI6 .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-v7ZV6mbdI6 .btn-container .btn {
    width: 100%;
  }
}
.cid-v7ZV6mbdI6 .card-title,
.cid-v7ZV6mbdI6 .mbr-section-btn {
  color: #F0EAD2;
}
.cid-v7ZV6mchHK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #031324;
}
.cid-v7ZV6mchHK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7ZV6mchHK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7ZV6mchHK .container {
  max-width: 1600px;
}
.cid-v7ZV6mchHK .row {
  justify-content: left;
}
.cid-v7ZV6mchHK .content-container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
}
.cid-v7ZV6mchHK .title-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .cid-v7ZV6mchHK .title-container {
    margin-bottom: 50px;
  }
}
.cid-v7ZV6mchHK .mbr-section-title {
  color: #FFDD65;
}
.cid-v7ZV6mchHK .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 1rem;
}
.cid-v7ZV6mchHK .img-container {
  width: 100%;
  max-height: 100vh;
}
@media (max-width: 767px) {
  .cid-v7ZV6mchHK .img-container {
    height: 350px;
  }
}
.cid-v7ZV6mchHK .image-wrapper {
  height: 100%;
  position: relative;
  border-radius: 4.17rem;
  padding: 5px;
  background-image: linear-gradient(135deg, #eaebec 2.76%, #ebe2bd 29.66%, #ffc687 61%, #526270 99.93%);
}
.cid-v7ZV6mchHK .image-wrapper .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4.17rem;
  background-image: linear-gradient(135deg, #eaebec 2.76%, #ebe2bd 29.66%, #ffc687 61%, #526270 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-v7ZV6mchHK .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-v7ZV6mchHK .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v7ZV6mc3OK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031324;
}
.cid-v7ZV6mc3OK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7ZV6mc3OK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7ZV6mc3OK .container {
  max-width: 1280px;
}
.cid-v7ZV6mc3OK .content-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  background: #ffc687;
  padding: 4rem;
  border-radius: 4.17rem;
}
@media (max-width: 991px) {
  .cid-v7ZV6mc3OK .content-wrapper {
    flex-wrap: wrap;
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-v7ZV6mc3OK .content-wrapper {
    padding: 40px 6vw;
  }
}
.cid-v7ZV6mc3OK .text-wrapper {
  display: flex;
  flex-direction: column;
  width: 45%;
}
@media (max-width: 991px) {
  .cid-v7ZV6mc3OK .text-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }
}
.cid-v7ZV6mc3OK .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-v7ZV6mc3OK .label-container {
    margin-bottom: 12px;
  }
}
.cid-v7ZV6mc3OK .label-text {
  color: #000000;
}
.cid-v7ZV6mc3OK .mbr-section-title {
  color: #000000;
  margin-bottom: 1.5rem;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-v7ZV6mc3OK .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v7ZV6mc3OK .mbr-section-subtitle {
  color: #000000;
  margin-top: auto;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-v7ZV6mc3OK .mbr-section-subtitle {
    margin-top: 0;
  }
}
.cid-v7ZV6mc3OK .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-v7ZV6mc3OK .card-container {
    right: calc(-4vw - 4rem);
  }
}
@media (max-width: 991px) {
  .cid-v7ZV6mc3OK .card-container {
    width: 100%;
    margin-top: 40px;
    left: 0;
    right: 0;
  }
}
.cid-v7ZV6mc3OK .card-item {
  position: relative;
  width: 46%;
  margin: 2%;
  transition: 0.3s all;
}
.cid-v7ZV6mc3OK .card-item:hover {
  transform: scale(0.96);
}
@media (max-width: 575px) {
  .cid-v7ZV6mc3OK .card-item {
    width: 96%;
    margin: 2%;
  }
}
.cid-v7ZV6mc3OK .card-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-image: linear-gradient(135deg, #eaebec 2.76%, #ebe2bd 29.66%, #ffc687 61%, #526270 99.93%);
  filter: blur(1rem);
}
.cid-v7ZV6mc3OK .card-border {
  position: relative;
  z-index: 6;
  width: 100%;
  height: 100%;
  padding: 5px;
  border-radius: 2.08rem;
  background-image: linear-gradient(135deg, #eaebec 2.76%, #ebe2bd 29.66%, #ffc687 61%, #526270 99.93%);
}
.cid-v7ZV6mc3OK .card-box {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 40px;
  background-color: #031324;
  border-radius: 1.76rem;
}
@media (max-width: 991px) {
  .cid-v7ZV6mc3OK .card-box {
    padding: 16px;
  }
}
.cid-v7ZV6mc3OK .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-v7ZV6mc3OK .iconfont-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v7ZV6mc3OK .iconfont-wrapper .mbr-iconfont {
  color: #ffc687;
  font-size: 64px;
}
.cid-v7ZV6mc3OK .card-title {
  color: #FFFFFF;
}
.cid-v7ZV6mc3OK .mbr-text {
  color: #FFFFFF;
  margin-top: 12px;
}
@media (max-width: 991px) {
  .cid-v7ZV6mc3OK .mbr-text {
    margin-top: 8px;
  }
}
.cid-v7ZV6mddzo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0ead2;
}
.cid-v7ZV6mddzo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7ZV6mddzo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7ZV6mddzo .container {
  max-width: 1280px;
}
.cid-v7ZV6mddzo .text-wrapper {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-v7ZV6mddzo .text-wrapper {
    margin-bottom: 50px;
  }
}
.cid-v7ZV6mddzo .card-title {
  color: #000000;
}
.cid-v7ZV6mddzo .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-v7ZV6mddzo .content-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-v7ZV6mddzo .content-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-v7ZV6mddzo .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  padding: 40px;
  background-color: #031324;
  border-radius: 4.17rem;
  height: 100%;
  transition: 0.2s;
  transform: scale3d(1, 1, 1);
  transform-style: preserve-3d;
}
@media (max-width: 767px) {
  .cid-v7ZV6mddzo .item-wrapper {
    padding-right: 6vw;
    padding-left: 6vw;
  }
}
.cid-v7ZV6mddzo .item-wrapper:hover {
  transform: scale3d(0.96, 0.96, 1);
}
.cid-v7ZV6mddzo .avatar-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
.cid-v7ZV6mddzo .image-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  padding: 4px;
  margin-right: 24px;
  background-image: linear-gradient(135deg, #eaebec 2.76%, #ebe2bd 29.66%, #ffc687 61%, #526270 99.93%);
}
.cid-v7ZV6mddzo .image-wrapper .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.cid-v7ZV6mddzo .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v7ZV6mddzo .avatar-text {
  width: max-content;
  margin-left: 6px;
}
.cid-v7ZV6mddzo .name-text {
  color: #FFFFFF;
}
.cid-v7ZV6mddzo .prof-text {
  color: #FFFFFF;
}
.cid-v7ZV6mddzo .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-v7ZV6mddzo .icons-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}
.cid-v7ZV6mddzo .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 2px;
}
.cid-v7ZV6mddzo .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 22px;
  color: #f0ead2;
}
.cid-v7ZV6mddzo .mbr-text {
  color: #FFFFFF;
}
.cid-v7ZV6mddzo .mbr-section-btn {
  margin-top: 1rem;
}
.cid-v7ZV6mddzo .mbr-section-btn .btn {
  min-height: auto;
  min-width: auto;
}
.cid-v7ZV6mePdk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f0ead2;
}
.cid-v7ZV6mePdk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7ZV6mePdk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7ZV6mePdk .container {
  max-width: 1600px;
}
.cid-v7ZV6mePdk .text-wrapper {
  width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .cid-v7ZV6mePdk .text-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .cid-v7ZV6mePdk .text-wrapper {
    margin-bottom: 50px;
  }
}
.cid-v7ZV6mePdk .mbr-section-title {
  color: #000000;
}
.cid-v7ZV6mePdk .content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-v7ZV6mePdk .content-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-v7ZV6mePdk .card-bg-item {
  padding: 3px;
  background-color: #ffffff;
  border-radius: 2.3rem;
}
.cid-v7ZV6mePdk .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-v7ZV6mePdk .card-item {
    padding-right: 6vw;
    padding-left: 6vw;
  }
}
.cid-v7ZV6mePdk .text-container {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-v7ZV6mePdk .text-container {
    margin-bottom: 24px;
  }
}
.cid-v7ZV6mePdk .card-title {
  color: #000000;
}
.cid-v7ZV6mePdk .mbr-text {
  color: #000000;
  opacity: 0.6;
  margin-top: 24px;
}
@media (max-width: 991px) {
  .cid-v7ZV6mePdk .mbr-text {
    margin-top: 16px;
  }
}
.cid-v7ZV6mePdk .price-text {
  color: #000000;
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .cid-v7ZV6mePdk .price-text {
    margin-bottom: 8px;
  }
}
.cid-v7ZV6mePdk .mbr-section-btn {
  margin-top: 24px;
}
@media (max-width: 991px) {
  .cid-v7ZV6mePdk .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-v7ZV6mePdk .custom-section-btn {
  width: 100%;
  margin-left: 0;
  background-image: linear-gradient(90deg, #eaebec 2.76%, #ebe2bd 29.66%, #ffc687 61%, #526270 99.93%);
}
.cid-v7ZV6mePdk .custom-section-btn .btn {
  width: 100%;
  min-height: 85px;
}
.cid-v7ZV6mePdk .custom-section-btn::after {
  background-image: linear-gradient(90deg, #eaebec 2.76%, #ebe2bd 29.66%, #ffc687 61%, #526270 99.93%);
}
.cid-v7ZV6mePdk .list {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-v7ZV6mePdk .list {
    margin-top: 24px;
  }
}
.cid-v7ZV6mePdk .list-title {
  color: #000000;
  opacity: 0.6;
  margin-bottom: 12px;
}
.cid-v7ZV6mePdk .item-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px;
  border-radius: 0.625rem;
  background-color: #eaebec;
  margin-bottom: 0.125rem;
}
@media (max-width: 991px) {
  .cid-v7ZV6mePdk .item-wrap {
    padding: 8px;
  }
}
.cid-v7ZV6mePdk .list-text {
  color: #212132;
}
.cid-v7ZV6mePdk .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-v7ZV6mePdk .iconfont-wrapper .mbr-iconfont {
  font-size: 15px;
  color: #000000;
}
.cid-v7ZV6mePdk .card-bg-item:nth-child(2) {
  background-image: linear-gradient(180deg, #eaebec 2.76%, #ebe2bd 29.66%, #ffc687 61%, #526270 99.93%);
}
.cid-v7ZV6mfuZh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031324;
}
.cid-v7ZV6mfuZh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7ZV6mfuZh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7ZV6mfuZh .container {
  max-width: 1280px;
}
.cid-v7ZV6mfuZh .row {
  justify-content: center;
}
.cid-v7ZV6mfuZh .col-title {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .cid-v7ZV6mfuZh .col-title {
    margin-bottom: 50px;
  }
}
.cid-v7ZV6mfuZh .mbr-section-title {
  color: #FFDD65;
}
.cid-v7ZV6mfuZh .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 1rem;
}
.cid-v7ZV6mfuZh .col-video {
  display: flex;
}
@media (max-width: 767px) {
  .cid-v7ZV6mfuZh .col-video {
    height: 350px;
  }
}
.cid-v7ZV6mfuZh .col-video .mbr-figure {
  width: 100%;
  border-radius: 4.17rem;
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(135deg, #eaebec 2.76%, #ebe2bd 29.66%, #ffc687 61%, #526270 99.93%);
  padding: 5px;
}
.cid-v7ZV6mfuZh .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, #eaebec 2.76%, #ebe2bd 29.66%, #ffc687 61%, #526270 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-v7ZV6mfuZh .col-video .mbr-figure iframe {
  border-radius: 3.85rem;
}
.cid-v7ZV6mfuZh .col-video .mbr-figure .app-video-wrapper {
  overflow: hidden;
}
.cid-v7ZV6mfuZh .col-video .mbr-figure .app-video-wrapper img {
  border-radius: 3.85rem;
}
.cid-v7ZV6mfwGj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7ZV6mfwGj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/gallery1.jpg");
}
.cid-v7ZV6mflhg {
  background-image: url("../../../assets/images/photo-1619493958849-e751349feaf1.jpeg");
}
.cid-v7ZV6mflhg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7ZV6mflhg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7ZV6mgLQ5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0ead2;
}
.cid-v7ZV6mgLQ5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7ZV6mgLQ5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7ZV6mgLQ5 .container {
  max-width: 1280px;
}
.cid-v7ZV6mgLQ5 .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #031324;
  padding: 4rem 0;
  border-radius: 4.17rem;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-v7ZV6mgLQ5 .content-wrapper {
    flex-wrap: wrap;
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-v7ZV6mgLQ5 .content-wrapper {
    padding: 40px 6vw;
  }
}
.cid-v7ZV6mgLQ5 .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-v7ZV6mgLQ5 .text-wrapper {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
.cid-v7ZV6mgLQ5 .card-title {
  color: #FFDD65;
  margin-bottom: auto;
}
.cid-v7ZV6mgLQ5 .mbr-text {
  color: #FFFFFF;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .cid-v7ZV6mgLQ5 .mbr-text {
    margin-top: 16px;
  }
}
.cid-v7ZV6mgLQ5 .img-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  right: -6rem;
}
@media (max-width: 1599px) {
  .cid-v7ZV6mgLQ5 .img-container {
    right: -4vw;
  }
}
@media (max-width: 1400px) {
  .cid-v7ZV6mgLQ5 .img-container {
    right: 0rem;
    left: 0;
    padding: 0 3rem;
  }
}
@media (max-width: 991px) {
  .cid-v7ZV6mgLQ5 .img-container {
    width: 100%;
    margin-bottom: 34px;
    left: 0;
    right: 0;
    padding: 0;
  }
}
.cid-v7ZV6mgLQ5 .image-wrapper {
  aspect-ratio: 1;
  position: relative;
  border-radius: 2.08rem;
  padding: 32px;
  background-image: linear-gradient(135deg, #eaebec 2.76%, #ebe2bd 29.66%, #ffc687 61%, #526270 99.93%);
}
@media (max-width: 767px) {
  .cid-v7ZV6mgLQ5 .image-wrapper {
    padding: 20px;
  }
}
.cid-v7ZV6mgLQ5 .image-wrapper .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2.08rem;
  background-image: linear-gradient(135deg, #eaebec 2.76%, #ebe2bd 29.66%, #ffc687 61%, #526270 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-v7ZV6mgLQ5 .image-wrapper .img-box {
  position: relative;
  z-index: 11;
  border-radius: 2.08rem;
  overflow: hidden;
  height: 100%;
}
.cid-v7ZV6mgLQ5 .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v7ZV6mgLQ5 .card-title,
.cid-v7ZV6mgLQ5 .mbr-section-btn {
  color: #F0EAD2;
}
.cid-v7ZV6mgC8k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f0ead2;
}
.cid-v7ZV6mgC8k .container {
  max-width: 1600px;
}
.cid-v7ZV6mgC8k .row {
  justify-content: center;
}
.cid-v7ZV6mgC8k .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-v7ZV6mgC8k .text-container {
    margin-bottom: 50px;
  }
}
.cid-v7ZV6mgC8k .mbr-section-title {
  color: #000000;
}
.cid-v7ZV6mgC8k .mbr-section-subtitle {
  color: #212132;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-v7ZV6mgC8k .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-v7ZV6mgC8k .cards-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-v7ZV6mgC8k .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-v7ZV6mgC8k .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-v7ZV6mgC8k .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #ffffff;
  transition: 0.18s all;
}
.cid-v7ZV6mgC8k .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-v7ZV6mgC8k .card-wrapper {
    padding: 16px;
  }
}
.cid-v7ZV6mgC8k .card-box {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cid-v7ZV6mgC8k .card-price {
  width: 100%;
  margin-bottom: 0;
  opacity: 0.6;
  color: #000000;
}
.cid-v7ZV6mgC8k .card-title {
  width: 100%;
  margin-bottom: 0;
  margin-top: 12px;
  color: #212132;
}
@media (max-width: 991px) {
  .cid-v7ZV6mgC8k .card-title {
    margin-top: 8px;
  }
}
.cid-v7ZV6mgC8k .card-text {
  width: 100%;
  color: #000000;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-v7ZV6mgC8k .card-text {
    margin-top: 8px;
  }
}
.cid-v7ZV6mgC8k .mbr-section-btn {
  margin-top: 24px;
}
.cid-v7ZV6mgC8k .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-v7ZV6mgC8k .card-img {
  width: 100%;
  height: 384px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-v7ZV6mgC8k .card-img {
    height: 500px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cid-v7ZV6mgC8k .card-img {
    height: auto;
  }
}
.cid-v7ZV6mgC8k .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-v7ZV6mgC8k .custom-section-btn {
  width: 100%;
  margin-left: 0;
  background-image: linear-gradient(90deg, #eaebec 2.76%, #ebe2bd 29.66%, #ffc687 61%, #526270 99.93%);
}
.cid-v7ZV6mgC8k .custom-section-btn .btn {
  width: 100%;
  min-height: 85px;
}
.cid-v7ZV6mgC8k .custom-section-btn::after {
  background-image: linear-gradient(90deg, #eaebec 2.76%, #ebe2bd 29.66%, #ffc687 61%, #526270 99.93%);
}
.cid-v7ZV6mgC8k .card-title,
.cid-v7ZV6mgC8k .mbr-section-btn {
  color: #000000;
}
.cid-v7ZV6mhDDj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031324;
}
.cid-v7ZV6mhDDj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7ZV6mhDDj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7ZV6mhDDj .container {
  max-width: 1280px;
}
.cid-v7ZV6mhDDj .row {
  justify-content: flex-start;
}
.cid-v7ZV6mhDDj .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #ffffff;
  padding: 4rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-v7ZV6mhDDj .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-v7ZV6mhDDj .content-wrapper {
    padding: 40px 6vw;
  }
}
.cid-v7ZV6mhDDj .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-v7ZV6mhDDj .mbr-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-v7ZV6mhDDj .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v7ZV6mhDDj .item-wrapper {
  width: 100%;
  margin-bottom: 24px;
}
.cid-v7ZV6mhDDj .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-bottom: 16px !important;
}
.cid-v7ZV6mhDDj .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
}
.cid-v7ZV6mhSrS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031324;
}
.cid-v7ZV6mhSrS .container {
  max-width: 1280px;
}
.cid-v7ZV6mhSrS .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-v7ZV6mhSrS .images-container {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cid-v7ZV6mhSrS .images-container {
    grid-template-columns: 1fr 1fr;
  }
}
.cid-v7ZV6mhSrS .mbr-section-head {
  display: flex;
  width: 100%;
  align-items: center;
}
.cid-v7ZV6mhSrS .mbr-section-title {
  width: 100%;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .cid-v7ZV6mhSrS .mbr-section-title {
    text-align: center !important;
  }
}
.cid-v7ZV6mhSrS img {
  max-width: 100%;
  width: auto;
  margin: auto;
}
.cid-v7ZV6mhSrS .card {
  transition: all 0.3s;
  height: fit-content;
  width: 100%;
}
.cid-v7ZV6mhSrS .card img {
  filter: invert(1);
}
.cid-v7ZV6miskC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0ead2;
}
.cid-v7ZV6miskC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7ZV6miskC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7ZV6miskC .container {
  max-width: 1600px;
}
.cid-v7ZV6miskC .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #031324;
  padding: 4rem 4rem 6.5rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-v7ZV6miskC .content-wrapper {
    padding: 40px 40px 5rem;
  }
}
@media (max-width: 767px) {
  .cid-v7ZV6miskC .content-wrapper {
    padding: 4rem 6vw 5rem;
  }
}
.cid-v7ZV6miskC .col-title {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-v7ZV6miskC .col-title {
    margin-bottom: 50px;
  }
}
.cid-v7ZV6miskC .mbr-section-title {
  color: #F0EAD2;
}
.cid-v7ZV6miskC .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-v7ZV6miskC .panel-group {
    grid-template-columns: 1fr;
    grid-column-gap: 0;
  }
}
.cid-v7ZV6miskC .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-v7ZV6miskC .sign.mbr-iconfont {
  font-size: 22px !important;
  font-family: 'Moririse2' !important;
  color: #f0ead2;
  margin-left: 1.2rem;
  transition: all ease-in-out 0.3s;
}
.cid-v7ZV6miskC .card-header {
  border-bottom: none !important;
  padding: 0 !important;
}
.cid-v7ZV6miskC .card-header .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-v7ZV6miskC .panel-title-edit {
  color: #FFFFFF;
  transition: all ease-in-out 0.3s;
}
.cid-v7ZV6miskC .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 40px !important;
}
@media (max-width: 991px) {
  .cid-v7ZV6miskC .panel-title {
    padding: 16px 24px !important;
  }
}
.cid-v7ZV6miskC .panel-title:hover .panel-title-edit {
  color: #f0ead2;
}
.cid-v7ZV6miskC .panel-body {
  padding: 16px 40px 32px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-v7ZV6miskC .panel-body {
    padding: 16px 24px 24px;
  }
}
.cid-v7ZV6miskC .panel-text {
  color: #FFFFFF;
  margin-bottom: 0 !important;
}
.cid-v7ZV6miskC .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-v7ZV6miskC .col-text {
  width: 100%;
  margin-top: 64px;
}
@media (max-width: 991px) {
  .cid-v7ZV6miskC .col-text {
    margin-top: 40px;
  }
}
.cid-v7ZV6miskC .mbr-section-subtitle {
  color: #FFFFFF;
}
.cid-v7ZV6miskC .mbr-text {
  margin-top: 24px;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-v7ZV6miskC .mbr-text {
    margin-top: 16px;
  }
}
.cid-v7ZV6miskC .custom-section-btn {
  background-image: linear-gradient(90deg, #eaebec 2.76%, #ebe2bd 29.66%, #ffc687 61%, #526270 99.93%);
}
.cid-v7ZV6miskC .custom-section-btn::after {
  background-image: linear-gradient(90deg, #eaebec 2.76%, #ebe2bd 29.66%, #ffc687 61%, #526270 99.93%);
}
.cid-v7ZV6miskC .btn-container {
  padding: 0 4rem;
  margin-top: -3.5rem;
}
@media (max-width: 767px) {
  .cid-v7ZV6miskC .btn-container {
    padding: 0 6vw;
    width: 100%;
  }
  .cid-v7ZV6miskC .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-v7ZV6miskC .btn-container .btn {
    width: 100%;
  }
}
.cid-v7ZV6mjTJO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0ead2;
}
.cid-v7ZV6mjTJO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7ZV6mjTJO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7ZV6mjTJO .container {
  max-width: 1280px;
}
.cid-v7ZV6mjTJO .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #031324;
  padding: 4rem 0;
  border-radius: 4.17rem;
}
@media (max-width: 991px) {
  .cid-v7ZV6mjTJO .content-wrapper {
    flex-wrap: wrap;
    padding: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-v7ZV6mjTJO .content-wrapper {
    padding: 4rem 6vw;
  }
}
.cid-v7ZV6mjTJO .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 50%;
  padding-right: 4rem;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-v7ZV6mjTJO .text-wrapper {
    width: 100%;
    min-height: 344px;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .cid-v7ZV6mjTJO .text-wrapper {
    min-height: auto;
  }
}
.cid-v7ZV6mjTJO .card-title {
  color: #FFDD65;
}
.cid-v7ZV6mjTJO .mbr-text {
  color: #FFFFFF;
  margin-top: 24px;
}
@media (max-width: 991px) {
  .cid-v7ZV6mjTJO .mbr-text {
    margin-top: 16px;
  }
}
.cid-v7ZV6mjTJO .col-link {
  margin-top: auto;
}
@media (max-width: 767px) {
  .cid-v7ZV6mjTJO .col-link {
    margin-top: 50px;
  }
}
.cid-v7ZV6mjTJO .list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  padding-left: 0;
}
.cid-v7ZV6mjTJO .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-v7ZV6mjTJO .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: #ffc687;
}
.cid-v7ZV6mjTJO .iconfont-wrapper .mbr-iconfont {
  color: #000000;
  font-size: 16px;
}
.cid-v7ZV6mjTJO .list-text {
  color: #FFFFFF;
}
.cid-v7ZV6mjTJO .img-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  left: -6rem;
}
@media (max-width: 1599px) {
  .cid-v7ZV6mjTJO .img-container {
    left: -4vw;
  }
}
@media (max-width: 991px) {
  .cid-v7ZV6mjTJO .img-container {
    width: 100%;
    margin-bottom: 34px;
    left: 0;
    right: 0;
  }
}
.cid-v7ZV6mjTJO .image-wrapper {
  aspect-ratio: 1;
  position: relative;
  border-radius: 2.08rem;
  padding: 5px;
  background-image: linear-gradient(135deg, #eaebec 2.76%, #ebe2bd 29.66%, #ffc687 61%, #526270 99.93%);
}
.cid-v7ZV6mjTJO .image-wrapper .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2.08rem;
  background-image: linear-gradient(135deg, #eaebec 2.76%, #ebe2bd 29.66%, #ffc687 61%, #526270 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-v7ZV6mjTJO .image-wrapper .img-box {
  position: relative;
  z-index: 11;
  border-radius: 1.76rem;
  overflow: hidden;
  height: 100%;
}
.cid-v7ZV6mjTJO .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v7ZV6mjTJO .custom-section-btn {
  background-image: linear-gradient(90deg, #eaebec 2.76%, #ebe2bd 29.66%, #ffc687 61%, #526270 99.93%);
}
.cid-v7ZV6mjTJO .custom-section-btn::after {
  background-image: linear-gradient(90deg, #eaebec 2.76%, #ebe2bd 29.66%, #ffc687 61%, #526270 99.93%);
}
.cid-v7ZV6mjTJO .btn-container {
  width: 50%;
  margin-top: -3.5rem;
  padding-right: 4rem;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-v7ZV6mjTJO .btn-container {
    width: 100%;
    padding: 0 4rem;
  }
}
@media (max-width: 767px) {
  .cid-v7ZV6mjTJO .btn-container {
    padding: 0 6vw;
  }
  .cid-v7ZV6mjTJO .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-v7ZV6mjTJO .btn-container .btn {
    width: 100%;
  }
}
.cid-v7ZV6mjTJO .card-title,
.cid-v7ZV6mjTJO .mbr-section-btn {
  color: #F0EAD2;
}
.cid-v7ZV6mj6DQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0ead2;
}
.cid-v7ZV6mj6DQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7ZV6mj6DQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7ZV6mj6DQ .container {
  max-width: 1280px;
}
.cid-v7ZV6mj6DQ .content-wrapper {
  background: #031324;
  padding: 4rem;
  border-radius: 4.17rem;
}
@media (max-width: 767px) {
  .cid-v7ZV6mj6DQ .content-wrapper {
    padding: 4rem 6vw;
  }
}
.cid-v7ZV6mj6DQ .text-wrapper {
  width: 100%;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .cid-v7ZV6mj6DQ .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v7ZV6mj6DQ .card-title {
  color: #FFDD65;
}
.cid-v7ZV6mj6DQ .img-container {
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 1.67rem;
}
@media (max-width: 767px) {
  .cid-v7ZV6mj6DQ .img-container {
    flex-wrap: wrap;
    margin-bottom: 16px;
  }
}
.cid-v7ZV6mj6DQ .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-v7ZV6mj6DQ .item-container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .cid-v7ZV6mj6DQ .item-container {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 32px;
  }
}
.cid-v7ZV6mj6DQ .mbr-text {
  color: #FFFFFF;
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-v7ZV6mj6DQ .mbr-text {
    margin-bottom: 1.67rem;
  }
}
@media (max-width: 767px) {
  .cid-v7ZV6mj6DQ .mbr-text {
    margin-bottom: 1rem;
  }
}
.cid-v7ZV6mj6DQ .image-wrapper {
  margin-top: auto;
  aspect-ratio: 1;
  position: relative;
  border-radius: 2.08rem;
  padding: 5px;
  background-image: linear-gradient(135deg, #eaebec 2.76%, #ebe2bd 29.66%, #ffc687 61%, #526270 99.93%);
}
.cid-v7ZV6mj6DQ .image-wrapper .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2.08rem;
  background-image: linear-gradient(135deg, #eaebec 2.76%, #ebe2bd 29.66%, #ffc687 61%, #526270 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-v7ZV6mj6DQ .image-wrapper .img-box {
  position: relative;
  z-index: 11;
  border-radius: 1.76rem;
  overflow: hidden;
  height: 100%;
}
.cid-v7ZV6mj6DQ .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: none;
}
.cid-v7ZV6mj6DQ .number-container {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 32px;
}
@media (max-width: 991px) {
  .cid-v7ZV6mj6DQ .number-container {
    column-gap: 24px;
    padding: 0 24px;
  }
}
@media (max-width: 767px) {
  .cid-v7ZV6mj6DQ .number-container {
    column-gap: 0;
    padding: 0;
    flex-wrap: wrap;
  }
}
.cid-v7ZV6mj6DQ .number-container .display-1 {
  font-size: 140px;
  line-height: 1;
}
.cid-v7ZV6mj6DQ .number {
  width: 35%;
  color: #FFFFFF;
  background-image: linear-gradient(90deg, currentColor 2.76%, #ebe2bd 29.66%, #ffc687 61%, #526270);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 991px) {
  .cid-v7ZV6mj6DQ .number {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .cid-v7ZV6mj6DQ .number {
    width: auto;
    margin-right: auto;
  }
}
.cid-v7ZV6mj6DQ .number-text {
  color: #FFFFFF;
  width: 35%;
}
@media (max-width: 991px) {
  .cid-v7ZV6mj6DQ .number-text {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .cid-v7ZV6mj6DQ .number-text {
    width: 100%;
  }
}
.cid-v7ZV6mj6DQ .card-title,
.cid-v7ZV6mj6DQ .mbr-section-btn {
  color: #F0EAD2;
}
.cid-v7ZV6mkKYG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031324;
}
.cid-v7ZV6mkKYG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7ZV6mkKYG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7ZV6mkKYG .container {
  max-width: 1280px;
}
.cid-v7ZV6mkKYG .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #ffc687;
  padding: 4rem;
  border-radius: 4.17rem;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-v7ZV6mkKYG .content-wrapper {
    flex-wrap: wrap;
    padding: 40px;
    padding-bottom: 5rem;
  }
}
@media (max-width: 767px) {
  .cid-v7ZV6mkKYG .content-wrapper {
    padding: 40px 6vw;
    padding-bottom: 5rem;
  }
}
.cid-v7ZV6mkKYG .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 50%;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .cid-v7ZV6mkKYG .text-wrapper {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 40px;
  }
}
.cid-v7ZV6mkKYG .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-v7ZV6mkKYG .label-container {
    margin-bottom: 12px;
  }
}
.cid-v7ZV6mkKYG .label-text {
  color: #000000;
}
.cid-v7ZV6mkKYG .card-title {
  color: #ffffff;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-v7ZV6mkKYG .card-title {
    margin-bottom: 1rem;
  }
}
.cid-v7ZV6mkKYG .mbr-text {
  color: #000000;
  margin-top: auto;
}
.cid-v7ZV6mkKYG .img-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  right: -8rem;
}
@media (max-width: 1599px) {
  .cid-v7ZV6mkKYG .img-container {
    right: calc(-4vw - 4rem);
  }
}
@media (max-width: 991px) {
  .cid-v7ZV6mkKYG .img-container {
    width: 100%;
    left: 0;
    right: 0;
    order: 5;
  }
}
.cid-v7ZV6mkKYG .image-wrapper {
  aspect-ratio: 1;
  border-radius: 2.08rem;
  padding: 32px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v7ZV6mkKYG .image-wrapper {
    padding: 20px;
  }
}
.cid-v7ZV6mkKYG .image-wrapper .img-box {
  border-radius: 2.08rem;
  overflow: hidden;
  height: 100%;
}
.cid-v7ZV6mkKYG .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: none;
}
.cid-v7ZV6mkKYG .custom-section-btn {
  background-image: linear-gradient(90deg, #eaebec 2.76%, #ebe2bd 29.66%, #ffc687 61%, #526270 99.93%);
}
.cid-v7ZV6mkKYG .custom-section-btn::after {
  background-image: linear-gradient(90deg, #eaebec 2.76%, #ebe2bd 29.66%, #ffc687 61%, #526270 99.93%);
}
.cid-v7ZV6mkKYG .btn-container {
  width: 50%;
  margin-top: -3.5rem;
  padding-left: 4rem;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-v7ZV6mkKYG .btn-container {
    width: 100%;
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-v7ZV6mkKYG .btn-container {
    padding: 0 6vw;
  }
  .cid-v7ZV6mkKYG .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-v7ZV6mkKYG .btn-container .btn {
    width: 100%;
  }
}
.cid-v7ZV6mkKYG .card-title,
.cid-v7ZV6mkKYG .mbr-section-btn {
  color: #000000;
}
.cid-v7ZV6mk7A7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #031324;
}
.cid-v7ZV6mk7A7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7ZV6mk7A7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7ZV6mk7A7 .row {
  justify-content: left;
}
.cid-v7ZV6mk7A7 .mbr-section-title {
  color: #FFDD65;
  background-image: linear-gradient(90deg, currentColor 2.76%, #ebe2bd 29.66%, #ffc687 61%, #526270);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v7ZV6mk7A7 .btn-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 96px;
}
@media (max-width: 991px) {
  .cid-v7ZV6mk7A7 .btn-container {
    padding-top: 50px;
    flex-direction: column;
    align-items: center;
  }
}
.cid-v7ZV6mk7A7 .custom-mbr-section-btn {
  padding-bottom: 0.42rem;
}
@media (max-width: 991px) {
  .cid-v7ZV6mk7A7 .custom-mbr-section-btn {
    padding-bottom: 0;
  }
}
.cid-v7ZV6mk7A7 .custom-section-btn {
  height: 100%;
  background-image: linear-gradient(90deg, #eaebec 2.76%, #ebe2bd 29.66%, #ffc687 61%, #526270 99.93%);
}
.cid-v7ZV6mk7A7 .custom-section-btn::after {
  background-image: linear-gradient(90deg, #eaebec 2.76%, #ebe2bd 29.66%, #ffc687 61%, #526270 99.93%);
}
.cid-v7ZV6mk7A7 .custom-section-btn .btn {
  height: 100%;
}
.cid-v7ZV6mk7A7 .text-container {
  max-width: 384px;
  margin-left: 40px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-v7ZV6mk7A7 .text-container {
    margin: 26px auto 0;
  }
}
.cid-v7ZV6mk7A7 .mbr-text {
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-v7ZV6mk7A7 .mbr-text {
    text-align: center !important;
  }
}
.cid-v7ZV6mk7A7 .text-item-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 26px;
}
@media (max-width: 991px) {
  .cid-v7ZV6mk7A7 .text-item-container {
    flex-wrap: wrap;
  }
}
.cid-v7ZV6mk7A7 .text-item {
  display: flex;
  align-items: center;
  max-width: 48%;
}
@media (max-width: 991px) {
  .cid-v7ZV6mk7A7 .text-item {
    max-width: 100%;
    width: 100%;
    justify-content: center;
    margin-bottom: 6px;
  }
}
.cid-v7ZV6mk7A7 .icon-text {
  color: #FFFFFF;
}
.cid-v7ZV6mk7A7 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.cid-v7ZV6mk7A7 .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #ffffff;
}
.cid-v7ZV6mk7A7 .mbr-section-title,
.cid-v7ZV6mk7A7 .mbr-section-btn {
  color: #FFFFFF;
}
.cid-v7ZV6mlPhj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0ead2;
}
.cid-v7ZV6mlPhj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7ZV6mlPhj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7ZV6mlPhj .container {
  max-width: 1280px;
}
.cid-v7ZV6mlPhj .content-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #031324;
  padding: 4rem;
  border-radius: 4.17rem;
}
@media (max-width: 991px) {
  .cid-v7ZV6mlPhj .content-wrapper {
    padding: 40px;
    padding-bottom: 5rem;
  }
}
@media (max-width: 767px) {
  .cid-v7ZV6mlPhj .content-wrapper {
    padding: 40px 6vw;
    padding-bottom: 5rem;
  }
}
.cid-v7ZV6mlPhj .text-wrapper {
  display: flex;
  flex-direction: column;
  width: 70%;
  padding-left: 40px;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .cid-v7ZV6mlPhj .text-wrapper {
    width: 100%;
    margin-bottom: 0;
    margin-top: 24px;
    padding: 0;
  }
}
.cid-v7ZV6mlPhj .mbr-section-title {
  color: #F0EAD2;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-v7ZV6mlPhj .mbr-section-subtitle {
  margin-top: auto;
  color: #FFFFFF;
  width: 100%;
}
.cid-v7ZV6mlPhj .card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
}
.cid-v7ZV6mlPhj .img-container {
  width: 30%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  gap: 1.6rem;
}
@media (max-width: 991px) {
  .cid-v7ZV6mlPhj .img-container {
    width: 100%;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1rem;
  }
}
@media (max-width: 575px) {
  .cid-v7ZV6mlPhj .img-container {
    width: 100%;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
}
.cid-v7ZV6mlPhj .image-wrapper {
  height: 100%;
  border-radius: 2.08rem;
  overflow: hidden;
}
.cid-v7ZV6mlPhj .image-wrapper img {
  aspect-ratio: 0.6;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-v7ZV6mlPhj .image-wrapper img {
    aspect-ratio: 0.75;
  }
}
.cid-v7ZV6mlPhj .custom-section-btn {
  background-image: linear-gradient(90deg, #eaebec 2.76%, #ebe2bd 29.66%, #ffc687 61%, #526270 99.93%);
}
.cid-v7ZV6mlPhj .custom-section-btn::after {
  background-image: linear-gradient(90deg, #eaebec 2.76%, #ebe2bd 29.66%, #ffc687 61%, #526270 99.93%);
}
.cid-v7ZV6mlPhj .btn-container {
  width: 70%;
  margin-top: -3.5rem;
  padding-right: 4rem;
  padding-left: 40px;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-v7ZV6mlPhj .btn-container {
    width: 100%;
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-v7ZV6mlPhj .btn-container {
    padding: 0 6vw;
  }
  .cid-v7ZV6mlPhj .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-v7ZV6mlPhj .btn-container .btn {
    width: 100%;
  }
}
.cid-v7ZV6mlJNY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #031324;
}
.cid-v7ZV6mlJNY .item:focus,
.cid-v7ZV6mlJNY span:focus {
  outline: none;
}
.cid-v7ZV6mlJNY .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-v7ZV6mlJNY .item {
  color: #ffffff;
  min-height: 90px;
  background-image: linear-gradient(90deg, currentColor 2.76%, #ebe2bd 29.66%, #ffc687 61%, #526270);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 768px) {
  .cid-v7ZV6mlJNY .item {
    min-height: 45px;
  }
}
.cid-v7ZV6mm6yn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031324;
}
.cid-v7ZV6mm6yn .item:focus,
.cid-v7ZV6mm6yn span:focus {
  outline: none;
}
.cid-v7ZV6mm6yn .item {
  cursor: pointer;
}
.cid-v7ZV6mm6yn .grid-container {
  grid-row-gap: 0.83rem;
}
.cid-v7ZV6mm6yn .grid-container-1,
.cid-v7ZV6mm6yn .grid-container-2,
.cid-v7ZV6mm6yn .grid-container-3 {
  gap: 0 0.83rem;
}
.cid-v7ZV6mm6yn .mbr-section-title {
  margin-bottom: 80px;
  color: #ffdd65;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-v7ZV6mm6yn .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-v7ZV6mm6yn .content-head {
  max-width: 800px;
}
.cid-v7ZV6mm6yn .container,
.cid-v7ZV6mm6yn .container-fluid {
  overflow: hidden;
}
.cid-v7ZV6mm6yn .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-v7ZV6mm6yn .grid-item {
  position: relative;
  padding: 5px;
  border-radius: 2.3rem;
  margin: 2rem 0;
  background-image: linear-gradient(135deg, #eaebec 2.76%, #ebe2bd 29.66%, #ffc687 61%, #526270 99.93%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v7ZV6mm6yn .card-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-image: linear-gradient(135deg, #eaebec 2.76%, #ebe2bd 29.66%, #ffc687 61%, #526270 99.93%);
  filter: blur(1rem);
}
.cid-v7ZV6mm6yn .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-v7ZV6mm6yn .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-v7ZV6mm6yn .grid-item img {
    min-width: 35vw;
    height: 160px;
  }
}
.cid-v7ZV6mm6yn .grid-container-1,
.cid-v7ZV6mm6yn .grid-container-2,
.cid-v7ZV6mm6yn .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-v7ZV6mm6yn .grid-container-1 {
  align-items: flex-end;
}
.cid-v7ZV6mm6yn .grid-container-2 {
  align-items: flex-start;
}
.cid-v7ZV6mmOhe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031324;
}
.cid-v7ZV6mmOhe .container {
  max-width: 1280px;
}
.cid-v7ZV6mmOhe .row {
  align-items: center;
}
.cid-v7ZV6mmOhe .content-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  width: 100%;
  padding: 4rem;
  border-radius: 4.17rem;
  overflow: hidden;
  background-color: #ffc687;
}
@media (max-width: 991px) {
  .cid-v7ZV6mmOhe .content-container {
    padding: 40px;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-v7ZV6mmOhe .content-container {
    padding: 40px 6vw;
  }
}
.cid-v7ZV6mmOhe .title-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  width: 45%;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-v7ZV6mmOhe .title-container {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 32px;
  }
}
.cid-v7ZV6mmOhe .main-title {
  color: #000000;
  width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .cid-v7ZV6mmOhe .main-title {
    margin-bottom: 68px;
    max-width: 465px;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-v7ZV6mmOhe .main-title {
    max-width: 100%;
    margin-right: 0;
  }
}
.cid-v7ZV6mmOhe .main-subtitle {
  color: #000000;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-v7ZV6mmOhe .main-subtitle {
    max-width: 465px;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-v7ZV6mmOhe .main-subtitle {
    max-width: 100%;
    margin-right: 0;
  }
}
.cid-v7ZV6mmOhe .form-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 50%;
}
@media (max-width: 991px) {
  .cid-v7ZV6mmOhe .form-container {
    width: 100%;
    max-width: 465px;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-v7ZV6mmOhe .form-container {
    max-width: 100%;
    margin-right: 0;
  }
}
.cid-v7ZV6mmOhe .imgs-container {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-v7ZV6mmOhe .imgs-container {
    order: 100;
    margin-bottom: 0;
    margin-top: 16px;
  }
}
@media (max-width: 767px) {
  .cid-v7ZV6mmOhe .imgs-container {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.cid-v7ZV6mmOhe .image-wrapper:not(:last-child) {
  margin-right: -20px;
}
@media (max-width: 991px) {
  .cid-v7ZV6mmOhe .image-wrapper:not(:last-child) {
    margin-right: -12px;
  }
}
.cid-v7ZV6mmOhe .img-box {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-v7ZV6mmOhe .img-box {
    width: 52px;
    height: 52px;
  }
}
.cid-v7ZV6mmOhe .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: none;
}
.cid-v7ZV6mmOhe form {
  width: 100%;
}
.cid-v7ZV6mmOhe form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-v7ZV6mmOhe form p {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v7ZV6mmOhe form .mbr-section-btn {
    width: 100%;
  }
}
.cid-v7ZV6mmOhe form .mbr-section-btn .custom-section-btn {
  margin-left: 0 !important;
}
@media (max-width: 767px) {
  .cid-v7ZV6mmOhe form .mbr-section-btn .custom-section-btn {
    width: 100%;
  }
}
.cid-v7ZV6mmOhe form .form-group {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-v7ZV6mmOhe form .form-group {
    margin-bottom: 12px !important;
  }
}
.cid-v7ZV6mmOhe form .group-container {
  position: relative;
  width: 100%;
  margin-top: 0.42rem;
}
.cid-v7ZV6mmOhe 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, #eaebec 2.76%, #ebe2bd 29.66%, #ffc687 61%, #526270 99.93%);
}
.cid-v7ZV6mmOhe form .group-border {
  position: relative;
  z-index: 6;
  padding: 3px;
  border-radius: 0.75rem;
  transition: all 300ms ease;
  background-image: linear-gradient(90deg, #eaebec 2.76%, #ebe2bd 29.66%, #ffc687 61%, #526270 99.93%);
  transform: translate3d(-0.42rem, -0.42rem, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.cid-v7ZV6mmOhe form .group-border:hover {
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.cid-v7ZV6mmOhe form .form-control {
  height: 100px;
  border: none !important;
  background: #eaebec;
  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-v7ZV6mmOhe form .form-control {
    height: 62px;
    font-size: 16px;
    padding: 12px 24px;
  }
}
.cid-v7ZV6mmOhe form .form-control::-webkit-input-placeholder {
  color: #939292;
}
.cid-v7ZV6mmOhe form .form-control::-moz-placeholder {
  color: #939292;
}
.cid-v7ZV6mmOhe form .form-control:-moz-placeholder {
  color: #939292;
}
.cid-v7ZV6mmOhe form .form-control:-ms-input-placeholder {
  color: #939292;
}
.cid-v7ZV6mmOhe form .form-control:hover {
  outline: none !important;
}
.cid-v7ZV6mmOhe form select {
  color: #939292 !important;
}
.cid-v7ZV6mmOhe form textarea {
  height: 200px;
}
.cid-v7ZV6mmOhe form input:active,
.cid-v7ZV6mmOhe form textarea:active,
.cid-v7ZV6mmOhe form input:focus,
.cid-v7ZV6mmOhe form textarea:focus {
  background-color: #FFFFFF !important;
}
.cid-v7ZV6mmOhe form input:active::-webkit-input-placeholder,
.cid-v7ZV6mmOhe form textarea:active::-webkit-input-placeholder,
.cid-v7ZV6mmOhe form input:focus::-webkit-input-placeholder,
.cid-v7ZV6mmOhe form textarea:focus::-webkit-input-placeholder {
  color: #939292;
}
.cid-v7ZV6mmOhe form input:active::-moz-placeholder,
.cid-v7ZV6mmOhe form textarea:active::-moz-placeholder,
.cid-v7ZV6mmOhe form input:focus::-moz-placeholder,
.cid-v7ZV6mmOhe form textarea:focus::-moz-placeholder {
  color: #939292;
}
.cid-v7ZV6mmOhe form input:active:-moz-placeholder,
.cid-v7ZV6mmOhe form textarea:active:-moz-placeholder,
.cid-v7ZV6mmOhe form input:focus:-moz-placeholder,
.cid-v7ZV6mmOhe form textarea:focus:-moz-placeholder {
  color: #939292;
}
.cid-v7ZV6mmOhe form input:active:-ms-input-placeholder,
.cid-v7ZV6mmOhe form textarea:active:-ms-input-placeholder,
.cid-v7ZV6mmOhe form input:focus:-ms-input-placeholder,
.cid-v7ZV6mmOhe form textarea:focus:-ms-input-placeholder {
  color: #939292;
}
.cid-v7ZV6mmOhe form .row {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.cid-v7ZV6mmOhe form .row [class*=col] {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.cid-v7ZV6mmOhe form label {
  width: 100%;
  color: #ffffff;
  margin-bottom: 10px;
}
.cid-v7ZV6mmOhe 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-v7ZV6mmOhe form .form-check-input:focus,
.cid-v7ZV6mmOhe form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #ffffff !important;
}
.cid-v7ZV6mmOhe form .form-check-input:checked {
  border-color: #ffffff !important;
}
.cid-v7ZV6mmOhe .custom-section-btn {
  background-image: linear-gradient(90deg, #eaebec 2.76%, #ebe2bd 29.66%, #ffc687 61%, #526270 99.93%);
}
.cid-v7ZV6mmOhe .custom-section-btn::after {
  background-image: linear-gradient(90deg, #eaebec 2.76%, #ebe2bd 29.66%, #ffc687 61%, #526270 99.93%);
}
.cid-v7ZV6n7V7l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #031324;
}
.cid-v7ZV6n7V7l .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7ZV6n7V7l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7ZV6n7V7l .container {
  max-width: 1280px;
}
.cid-v7ZV6n7V7l .row {
  justify-content: flex-start;
}
.cid-v7ZV6n7V7l .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #ffffff;
  padding: 4rem;
  border-radius: 4.17rem;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-v7ZV6n7V7l .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .cid-v7ZV6n7V7l .content-wrapper {
    padding: 40px 6vw;
  }
}
.cid-v7ZV6n7V7l .mbr-section-title {
  color: #000000;
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-v7ZV6n7V7l .mbr-section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-v7ZV6n7V7l .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v7ZV6n7V7l .item-wrap {
  width: 100%;
  margin-bottom: 24px;
}
.cid-v7ZV6n7V7l .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-bottom: 16px !important;
  text-align: center;
}
.cid-v7ZV6n7V7l .mbr-text {
  color: #212132;
  width: 100%;
  margin-bottom: 0;
}
.cid-v7ZV6n7sqW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #031324;
  overflow: hidden;
}
.cid-v7ZV6n7sqW .container {
  max-width: 1472px;
}
.cid-v7ZV6n7sqW .mbr-text {
  color: #FFFFFF;
}
.cid-v7ZV6n7sqW .media-container-row .mbr-text {
  color: #FFFFFF;
}
