body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 4.7rem;
  line-height: 110%;
}
.display-1 > .mbr-iconfont {
  font-size: 5.875rem;
}
.display-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 3.375rem;
  line-height: 120%;
}
.display-2 > .mbr-iconfont {
  font-size: 4.21875rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 0.5rem;
  line-height: 1.5;
  letter-spacing: 0.05ch;
}
.display-4 > .mbr-iconfont {
  font-size: 0.625rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
  line-height: 148%;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 0.7rem;
  line-height: 150%;
}
.display-7 > .mbr-iconfont {
  font-size: 0.875rem;
}
/* ---- 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: 3.76rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.29rem;
    font-size: calc( 2.295rem + (4.7 - 2.295) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.295rem + (4.7 - 2.295) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.7rem;
    font-size: calc( 1.83125rem + (3.375 - 1.83125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.83125rem + (3.375 - 1.83125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.4rem;
    font-size: calc( 0.825rem + (0.5 - 0.825) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.825rem + (0.5 - 0.825) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.56rem;
    font-size: calc( 0.895rem + (0.7 - 0.895) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.895rem + (0.7 - 0.895) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0;
}
.bg-primary {
  background-color: #353535 !important;
}
.bg-success {
  background-color: #000000 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #3d493a !important;
}
.bg-danger {
  background-color: #b1ab9d !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #353535 !important;
  border-color: #353535 !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 {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ebeced !important;
  border-color: #ebeced !important;
  color: #676d72 !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 {
  color: #ffffff !important;
  background-color: #bdc1c4 !important;
  border-color: #bdc1c4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #676d72 !important;
  background-color: #bdc1c4 !important;
  border-color: #bdc1c4 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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 {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #000000 !important;
  border-color: #000000 !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 {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #3d493a !important;
  border-color: #3d493a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #151914 !important;
  border-color: #151914 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #151914 !important;
  border-color: #151914 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1ab9d !important;
  border-color: #b1ab9d !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 {
  color: #ffffff !important;
  background-color: #8a816e !important;
  border-color: #8a816e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8a816e !important;
  border-color: #8a816e !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 {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  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: #232323 !important;
  border-color: #232323 !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 {
  color: #ffffff !important;
  background-color: #000000 !important;
  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: #353535;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0a0a0a !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: #353535 !important;
  border-color: #353535 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ebeced;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #bdc1c4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #676d72 !important;
  background-color: #ebeced !important;
  border-color: #ebeced !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !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: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #3d493a;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #151914 !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: #3d493a !important;
  border-color: #3d493a !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b1ab9d;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #8a816e !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: #b1ab9d !important;
  border-color: #b1ab9d !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #353535 !important;
}
.text-secondary {
  color: #ebeced !important;
}
.text-success {
  color: #000000 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #3d493a !important;
}
.text-danger {
  color: #b1ab9d !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #020202 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #b5b9bd !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #0e100d !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #817967 !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: #353535;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #3d493a;
}
.alert-danger {
  background-color: #b1ab9d;
}
.mbr-gallery-filter li.active .btn {
  background-color: #353535;
  border-color: #353535;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #353535;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #a8a8a8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #afbdac;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #eae8e4;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 0.5rem;
  line-height: 1.5;
  letter-spacing: 0.05ch;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 0.625rem;
}
.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: #353535 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 0.5rem;
  line-height: 1.5;
  letter-spacing: 0.05ch;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 0.625rem;
}
blockquote {
  border-color: #353535;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #353535;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #353535;
}
.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: #353535;
  border-bottom-color: #353535;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #353535 !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: #ebeced !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='%23353535' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  max-height: 62px;
  min-width: 220px;
  padding: 9px 15px;
  box-shadow: none;
  line-height: 3;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline {
  border: 2px solid #353535;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn-main .btn-primary-outline:focus {
  color: #ffffff !important;
  border: none;
  background-color: #000000 !important;
}
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline {
  border: 2px solid #ebeced;
}
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover,
.mbr-section-btn .btn-secondary-outline:focus,
.mbr-section-btn-main .btn-secondary-outline:focus {
  color: #ffffff !important;
  border: none;
  background-color: #000000 !important;
}
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline {
  border: 2px solid #000000;
}
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover,
.mbr-section-btn .btn-success-outline:focus,
.mbr-section-btn-main .btn-success-outline:focus {
  color: #ffffff !important;
  border: none;
  background-color: #353535 !important;
}
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline {
  border: 2px solid #ffffff;
}
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn-main .btn-info-outline:focus {
  color: #ffffff !important;
  border: none;
  background-color: #000000 !important;
}
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline {
  border: 2px solid #3d493a;
}
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover,
.mbr-section-btn .btn-warning-outline:focus,
.mbr-section-btn-main .btn-warning-outline:focus {
  color: #ffffff !important;
  border: none;
  background-color: #000000 !important;
}
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline {
  border: 2px solid #b1ab9d;
}
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover,
.mbr-section-btn .btn-danger-outline:focus,
.mbr-section-btn-main .btn-danger-outline:focus {
  color: #ffffff !important;
  border: none;
  background-color: #000000 !important;
}
.cid-tnJqMtvPYF {
  background-color: #b1ab9d;
}
.cid-tnJqMtvPYF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tnJqMtvPYF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tnJqMtvPYF .container-fluid {
  padding: 0;
}
.cid-tnJqMtvPYF .row {
  padding: 0;
}
.cid-tnJqMtvPYF .title-wrapper {
  padding: 0 2rem;
}
.cid-tnJqMtvPYF .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-tnJqMtvPYF .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-tnJqMtvPYF .title-wrapper .mbr-section-title span {
  color: #000000;
}
.cid-tnJqMtvPYF .title-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-tnJqMtvPYF .title-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-tnJqMtvPYF .mbr-section-title {
  color: #FFFFFF;
}
.cid-tnJqMtvPYF .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tnJqMtvPYF .mbr-section-title,
.cid-tnJqMtvPYF .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-tX6lfguGeV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #b1ab9d;
}
.cid-tX6lfguGeV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX6lfguGeV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tX6lfguGeV .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tX6lfguGeV .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tX6lfguGeV .container {
    padding: 0 30px;
  }
}
.cid-tX6lfguGeV .card-wrapper {
  display: flex;
  padding: 70px 0;
  border-top: 10px solid #000000;
  border-bottom: 10px solid #000000;
}
@media (max-width: 992px) {
  .cid-tX6lfguGeV .card-wrapper {
    padding: 45px 0;
  }
}
@media (max-width: 992px) {
  .cid-tX6lfguGeV .card-wrapper {
    display: block;
  }
}
.cid-tX6lfguGeV .card-wrapper .title-wrapper {
  width: 50%;
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-tX6lfguGeV .card-wrapper .title-wrapper {
    width: 100%;
    margin: 0;
  }
}
.cid-tX6lfguGeV .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tX6lfguGeV .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tX6lfguGeV .card-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tX6lfguGeV .card-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-tX6lfguGeV .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tX6lfguGeV .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tX6lfguGeV .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-tX6j7TjtLB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b1ab9d;
}
.cid-tX6j7TjtLB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX6j7TjtLB .container {
  max-width: 1300px;
}
.cid-tX6j7TjtLB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tX6j7TjtLB .text-wrapper {
  max-width: 700px;
  margin: auto;
  padding: 1rem 0;
}
@media (min-width: 992px) {
  .cid-tX6j7TjtLB .text-wrapper {
    padding: 3rem;
  }
}
.cid-tX6j7TjtLB .row {
  background: #b1ab9d;
}
.cid-tX6j7TjtLB .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tX6j7TjtLB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tX6j7TjtLB .image-wrapper {
  padding: 0;
}
.cid-tX6j7TjtLB .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tX6j7TjtLB .mbr-section-title {
  color: #000000;
}
.cid-tX6j7TjtLB .mbr-text,
.cid-tX6j7TjtLB .mbr-section-btn {
  color: #000000;
}
.cid-tX6j7TjtLB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tX6lhEuMwd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #b1ab9d;
}
.cid-tX6lhEuMwd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX6lhEuMwd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tX6lhEuMwd .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tX6lhEuMwd .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tX6lhEuMwd .container {
    padding: 0 30px;
  }
}
.cid-tX6lhEuMwd .card-wrapper {
  display: flex;
  padding: 70px 0;
  border-top: 10px solid #000000;
  border-bottom: 10px solid #000000;
}
@media (max-width: 992px) {
  .cid-tX6lhEuMwd .card-wrapper {
    padding: 45px 0;
  }
}
@media (max-width: 992px) {
  .cid-tX6lhEuMwd .card-wrapper {
    display: block;
  }
}
.cid-tX6lhEuMwd .card-wrapper .title-wrapper {
  width: 50%;
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-tX6lhEuMwd .card-wrapper .title-wrapper {
    width: 100%;
    margin: 0;
  }
}
.cid-tX6lhEuMwd .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tX6lhEuMwd .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tX6lhEuMwd .card-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tX6lhEuMwd .card-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-tX6lhEuMwd .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tX6lhEuMwd .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tX6lhEuMwd .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-tX6jHonC6e {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b1ab9d;
}
.cid-tX6jHonC6e .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX6jHonC6e .container {
  max-width: 1300px;
}
.cid-tX6jHonC6e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tX6jHonC6e .text-wrapper {
  max-width: 700px;
  margin: auto;
  padding: 1rem 0;
}
@media (min-width: 992px) {
  .cid-tX6jHonC6e .text-wrapper {
    padding: 3rem;
  }
}
.cid-tX6jHonC6e .row {
  background: #b1ab9d;
}
@media (max-width: 991px) {
  .cid-tX6jHonC6e .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tX6jHonC6e .image-wrapper {
  padding: 0;
}
.cid-tX6jHonC6e .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tX6jHonC6e .mbr-section-title {
  color: #000000;
}
.cid-tX6jHonC6e .mbr-text,
.cid-tX6jHonC6e .mbr-section-btn {
  color: #000000;
}
.cid-tX6jHonC6e .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tX6lzvP3YV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #b1ab9d;
}
.cid-tX6lzvP3YV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX6lzvP3YV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tX6lzvP3YV .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tX6lzvP3YV .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tX6lzvP3YV .container {
    padding: 0 30px;
  }
}
.cid-tX6lzvP3YV .card-wrapper {
  display: flex;
  padding: 70px 0;
  border-top: 10px solid #000000;
  border-bottom: 10px solid #000000;
}
@media (max-width: 992px) {
  .cid-tX6lzvP3YV .card-wrapper {
    padding: 45px 0;
  }
}
@media (max-width: 992px) {
  .cid-tX6lzvP3YV .card-wrapper {
    display: block;
  }
}
.cid-tX6lzvP3YV .card-wrapper .title-wrapper {
  width: 50%;
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-tX6lzvP3YV .card-wrapper .title-wrapper {
    width: 100%;
    margin: 0;
  }
}
.cid-tX6lzvP3YV .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tX6lzvP3YV .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tX6lzvP3YV .card-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tX6lzvP3YV .card-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-tX6lzvP3YV .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tX6lzvP3YV .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tX6lzvP3YV .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-tX6nQLtK0o {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #b1ab9d;
}
.cid-tX6nQLtK0o .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX6nQLtK0o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tX6nQLtK0o .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tX6nQLtK0o .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-tX6nQLtK0o .container {
    padding: 0 25px;
  }
}
.cid-tX6nQLtK0o .row {
  justify-content: center;
}
.cid-tX6nQLtK0o .item .item-wrapper {
  margin-bottom: 32px;
}
.cid-tX6nQLtK0o .item .item-wrapper a {
  display: block;
}
.cid-tX6nQLtK0o .item .item-wrapper a:hover .item-img img {
  transform: scale(1.06) translateX(6px);
}
.cid-tX6nQLtK0o .item .item-wrapper a .item-img {
  overflow: hidden;
}
.cid-tX6nQLtK0o .item .item-wrapper a .item-img img {
  height: 345px;
  object-fit: cover;
  margin-bottom: 15px;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-tX6lJc6DEL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #b1ab9d;
}
.cid-tX6lJc6DEL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX6lJc6DEL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tX6lJc6DEL .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tX6lJc6DEL .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tX6lJc6DEL .container {
    padding: 0 30px;
  }
}
.cid-tX6lJc6DEL .card-wrapper {
  display: flex;
  padding: 70px 0;
  border-top: 10px solid #000000;
  border-bottom: 10px solid #000000;
}
@media (max-width: 992px) {
  .cid-tX6lJc6DEL .card-wrapper {
    padding: 45px 0;
  }
}
@media (max-width: 992px) {
  .cid-tX6lJc6DEL .card-wrapper {
    display: block;
  }
}
.cid-tX6lJc6DEL .card-wrapper .title-wrapper {
  width: 50%;
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-tX6lJc6DEL .card-wrapper .title-wrapper {
    width: 100%;
    margin: 0;
  }
}
.cid-tX6lJc6DEL .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tX6lJc6DEL .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tX6lJc6DEL .card-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tX6lJc6DEL .card-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-tX6lJc6DEL .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tX6lJc6DEL .mbr-section-title {
  color: #000000;
}
.cid-tX6lJc6DEL .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-tVAKOpGpR1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #b1ab9d;
}
.cid-tVAKOpGpR1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVAKOpGpR1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVAKOpGpR1 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tVAKOpGpR1 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tVAKOpGpR1 .container {
    padding: 0;
  }
}
.cid-tVAKOpGpR1 .row {
  justify-content: center;
}
.cid-tVAKOpGpR1 .title-wrapper {
  padding: 0 16px;
}
.cid-tVAKOpGpR1 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tVAKOpGpR1 .title-wrapper .mbr-section-subtitle {
  margin: 16px 0 0 0;
}
.cid-tVAKOpGpR1 .title-wrapper .soc-wrapper {
  margin: 16px 0 0 0;
}
.cid-tVAKOpGpR1 .title-wrapper .soc-wrapper .soc-wrap {
  display: inline-flex;
}
.cid-tVAKOpGpR1 .title-wrapper .soc-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #353535;
}
.cid-tVAKOpGpR1 .title-wrapper .soc-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 40px;
  margin: 0 20px;
  transition: all 0.3s ease-in-out;
}
.cid-tVAKOpGpR1 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tVAKOpGpR1 .mbr-section-title,
.cid-tVAKOpGpR1 .mbr-iconfont {
  color: #ffffff;
}
.cid-tVAKOpGpR1 .mbr-section-title,
.cid-tVAKOpGpR1 .soc-wrapper {
  text-align: center;
}
.cid-tVAKOpGpR1 .mbr-section-title,
.cid-tVAKOpGpR1 .soc-wrapper,
.cid-tVAKOpGpR1 .mbr-iconfont {
  color: #000000;
}
.cid-tXsR2F1yCM {
  background-color: #b1ab9d;
}
.cid-tXsR2F1yCM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXsR2F1yCM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXsR2F1yCM .container-fluid {
  padding: 0;
}
.cid-tXsR2F1yCM .row {
  padding: 0;
}
.cid-tXsR2F1yCM .title-wrapper {
  padding: 0 2rem;
}
.cid-tXsR2F1yCM .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-tXsR2F1yCM .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-tXsR2F1yCM .title-wrapper .mbr-section-title span {
  color: #000000;
}
.cid-tXsR2F1yCM .title-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-tXsR2F1yCM .title-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-tXsR2F1yCM .mbr-section-title {
  color: #FFFFFF;
}
.cid-tXsR2F1yCM .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tXsR2F1yCM .mbr-section-title,
.cid-tXsR2F1yCM .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-tXsS41hwcH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #b1ab9d;
}
.cid-tXsS41hwcH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXsS41hwcH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXsS41hwcH .container-fluid {
  padding: 0;
}
.cid-tXsS41hwcH .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-tXsS41hwcH .row {
    padding: 0 12px;
  }
}
.cid-tXsS41hwcH .container-wrapper {
  padding: 0;
}
.cid-tXsS41hwcH .mbr-section-subtitle {
  margin: 0 0 0 80px;
  color: #1c314e;
}
@media (max-width: 992px) {
  .cid-tXsS41hwcH .mbr-section-subtitle {
    margin: 0 0 16px;
    padding: 0 1rem;
  }
}
.cid-tXsS41hwcH .text-wrapper {
  padding: 0 3rem 0 6rem;
}
@media (max-width: 992px) {
  .cid-tXsS41hwcH .text-wrapper {
    padding: 0 1rem;
  }
}
.cid-tXsS41hwcH .text-wrapper .mbr-section-title {
  letter-spacing: -0.04ch;
  margin-bottom: 29px;
}
@media (max-width: 992px) {
  .cid-tXsS41hwcH .text-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-tXsS41hwcH .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-tXsS41hwcH .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tXsS41hwcH .list {
  color: #1c314e;
}
.cid-tXsS41hwcH .mbr-text {
  color: #000000;
}
.cid-tYpHOKoJgm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #b1ab9d;
}
.cid-tYpHOKoJgm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYpHOKoJgm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYpHOKoJgm .container-fluid {
  padding: 0;
}
.cid-tYpHOKoJgm .row {
  padding: 0;
}
.cid-tYpHOKoJgm .title-wrapper {
  padding: 0 2rem;
}
.cid-tYpHOKoJgm .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-tYpHOKoJgm .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-tYpHOKoJgm .title-wrapper .mbr-section-title span {
  color: #3d493a;
}
.cid-tYpHOKoJgm .title-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-tYpHOKoJgm .title-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-tYpHOKoJgm .mbr-section-title {
  color: #FFFFFF;
}
.cid-tYpHOKoJgm .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tYpHOKoJgm .mbr-section-title,
.cid-tYpHOKoJgm .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-tXsR2IH0MY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #b1ab9d;
}
.cid-tXsR2IH0MY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXsR2IH0MY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXsR2IH0MY .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tXsR2IH0MY .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tXsR2IH0MY .container {
    padding: 0;
  }
}
.cid-tXsR2IH0MY .row {
  justify-content: center;
}
.cid-tXsR2IH0MY .title-wrapper {
  padding: 0 16px;
}
.cid-tXsR2IH0MY .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tXsR2IH0MY .title-wrapper .mbr-section-subtitle {
  margin: 16px 0 0 0;
}
.cid-tXsR2IH0MY .title-wrapper .soc-wrapper {
  margin: 16px 0 0 0;
}
.cid-tXsR2IH0MY .title-wrapper .soc-wrapper .soc-wrap {
  display: inline-flex;
}
.cid-tXsR2IH0MY .title-wrapper .soc-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #353535;
}
.cid-tXsR2IH0MY .title-wrapper .soc-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 40px;
  margin: 0 20px;
  transition: all 0.3s ease-in-out;
}
.cid-tXsR2IH0MY .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tXsR2IH0MY .mbr-section-title,
.cid-tXsR2IH0MY .mbr-iconfont {
  color: #ffffff;
}
.cid-tXsR2IH0MY .mbr-section-title,
.cid-tXsR2IH0MY .soc-wrapper {
  text-align: center;
}
.cid-tXsR2IH0MY .mbr-section-title,
.cid-tXsR2IH0MY .soc-wrapper,
.cid-tXsR2IH0MY .mbr-iconfont {
  color: #000000;
}
.cid-tYpsvL3tZH {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #b1ab9d;
}
.cid-tYpsvL3tZH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYpsvL3tZH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYpsvL3tZH .container-fluid {
  padding: 0;
}
.cid-tYpsvL3tZH .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-tYpsvL3tZH .row {
    padding: 0 12px;
  }
}
.cid-tYpsvL3tZH .container-wrapper {
  padding: 0;
}
.cid-tYpsvL3tZH .mbr-section-subtitle {
  margin: 0 0 0 80px;
  color: #1c314e;
}
@media (max-width: 992px) {
  .cid-tYpsvL3tZH .mbr-section-subtitle {
    margin: 0 0 16px;
    padding: 0 1rem;
  }
}
.cid-tYpsvL3tZH .text-wrapper {
  padding: 0 3rem 0 6rem;
}
@media (max-width: 992px) {
  .cid-tYpsvL3tZH .text-wrapper {
    padding: 0 1rem;
  }
}
.cid-tYpsvL3tZH .text-wrapper .mbr-section-title {
  letter-spacing: -0.04ch;
  margin-bottom: 29px;
}
@media (max-width: 992px) {
  .cid-tYpsvL3tZH .text-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-tYpsvL3tZH .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-tYpsvL3tZH .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tYpsvL3tZH .list {
  color: #1c314e;
}
.cid-tYpsvL3tZH .mbr-text {
  color: #000000;
}
.cid-tYYoDxnQWw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b1ab9d;
}
.cid-tYYoDxnQWw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYYoDxnQWw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tYYoDxnQWw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tYYoDxnQWw .row {
  flex-direction: row-reverse;
}
.cid-tYYoDxnQWw img {
  width: 100%;
}
.cid-tYYoW0eeae {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b1ab9d;
}
.cid-tYYoW0eeae .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYYoW0eeae .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tYYoW0eeae .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tYYoW0eeae .row {
  flex-direction: row-reverse;
}
.cid-tYYoW0eeae img {
  width: 100%;
}
.cid-tYYpzie6YY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b1ab9d;
}
.cid-tYYpzie6YY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYYpzie6YY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tYYpzie6YY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tYYpzie6YY .row {
  flex-direction: row-reverse;
}
.cid-tYYpzie6YY img {
  width: 100%;
}
.cid-tYpvys5xEC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #b1ab9d;
}
.cid-tYpvys5xEC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYpvys5xEC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYpvys5xEC .container-fluid {
  padding: 0;
}
.cid-tYpvys5xEC .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-tYpvys5xEC .row {
    padding: 0 12px;
  }
}
.cid-tYpvys5xEC .container-wrapper {
  padding: 0;
}
.cid-tYpvys5xEC .mbr-section-subtitle {
  margin: 0 0 0 80px;
  color: #1c314e;
}
@media (max-width: 992px) {
  .cid-tYpvys5xEC .mbr-section-subtitle {
    margin: 0 0 16px;
    padding: 0 1rem;
  }
}
.cid-tYpvys5xEC .text-wrapper {
  padding: 0 3rem 0 6rem;
}
@media (max-width: 992px) {
  .cid-tYpvys5xEC .text-wrapper {
    padding: 0 1rem;
  }
}
.cid-tYpvys5xEC .text-wrapper .mbr-section-title {
  letter-spacing: -0.04ch;
  margin-bottom: 29px;
}
@media (max-width: 992px) {
  .cid-tYpvys5xEC .text-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-tYpvys5xEC .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-tYpvys5xEC .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tYpvys5xEC .list {
  color: #1c314e;
}
.cid-tYpvys5xEC .mbr-text {
  color: #000000;
}
.cid-tYYr7bgpjT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b1ab9d;
}
.cid-tYYr7bgpjT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYYr7bgpjT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tYYr7bgpjT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tYYr7bgpjT .row {
  flex-direction: row-reverse;
}
.cid-tYYr7bgpjT img {
  width: 100%;
}
.cid-tYYraXfDS4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b1ab9d;
}
.cid-tYYraXfDS4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYYraXfDS4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tYYraXfDS4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tYYraXfDS4 .row {
  flex-direction: row-reverse;
}
.cid-tYYraXfDS4 img {
  width: 100%;
}
.cid-tYpCO5lJqG {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #b1ab9d;
}
.cid-tYpCO5lJqG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYpCO5lJqG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYpCO5lJqG .container-fluid {
  padding: 0;
}
.cid-tYpCO5lJqG .row {
  padding: 0;
}
.cid-tYpCO5lJqG .title-wrapper {
  padding: 0 2rem;
}
.cid-tYpCO5lJqG .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-tYpCO5lJqG .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-tYpCO5lJqG .title-wrapper .mbr-section-title span {
  color: #3d493a;
}
.cid-tYpCO5lJqG .title-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-tYpCO5lJqG .title-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-tYpCO5lJqG .mbr-section-title {
  color: #FFFFFF;
}
.cid-tYpCO5lJqG .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tYpCO5lJqG .mbr-section-title,
.cid-tYpCO5lJqG .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-tYpsvLOzPE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #b1ab9d;
}
.cid-tYpsvLOzPE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYpsvLOzPE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYpsvLOzPE .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tYpsvLOzPE .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tYpsvLOzPE .container {
    padding: 0;
  }
}
.cid-tYpsvLOzPE .row {
  justify-content: center;
}
.cid-tYpsvLOzPE .title-wrapper {
  padding: 0 16px;
}
.cid-tYpsvLOzPE .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tYpsvLOzPE .title-wrapper .mbr-section-subtitle {
  margin: 16px 0 0 0;
}
.cid-tYpsvLOzPE .title-wrapper .soc-wrapper {
  margin: 16px 0 0 0;
}
.cid-tYpsvLOzPE .title-wrapper .soc-wrapper .soc-wrap {
  display: inline-flex;
}
.cid-tYpsvLOzPE .title-wrapper .soc-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #353535;
}
.cid-tYpsvLOzPE .title-wrapper .soc-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 40px;
  margin: 0 20px;
  transition: all 0.3s ease-in-out;
}
.cid-tYpsvLOzPE .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tYpsvLOzPE .mbr-section-title,
.cid-tYpsvLOzPE .mbr-iconfont {
  color: #ffffff;
}
.cid-tYpsvLOzPE .mbr-section-title,
.cid-tYpsvLOzPE .soc-wrapper {
  text-align: center;
}
.cid-tYpsvLOzPE .mbr-section-title,
.cid-tYpsvLOzPE .soc-wrapper,
.cid-tYpsvLOzPE .mbr-iconfont {
  color: #000000;
}
.cid-tYYsaEXjfN {
  background-color: #b1ab9d;
}
.cid-tYYsaEXjfN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYYsaEXjfN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYYsaEXjfN .container-fluid {
  padding: 0;
}
.cid-tYYsaEXjfN .row {
  padding: 0;
}
.cid-tYYsaEXjfN .title-wrapper {
  padding: 0 2rem;
}
.cid-tYYsaEXjfN .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-tYYsaEXjfN .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-tYYsaEXjfN .title-wrapper .mbr-section-title span {
  color: #000000;
}
.cid-tYYsaEXjfN .title-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-tYYsaEXjfN .title-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-tYYsaEXjfN .mbr-section-title {
  color: #FFFFFF;
}
.cid-tYYsaEXjfN .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tYYsaEXjfN .mbr-section-title,
.cid-tYYsaEXjfN .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-tYYsaFsJLS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #b1ab9d;
}
.cid-tYYsaFsJLS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYYsaFsJLS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYYsaFsJLS .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tYYsaFsJLS .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tYYsaFsJLS .container {
    padding: 0 30px;
  }
}
.cid-tYYsaFsJLS .card-wrapper {
  display: flex;
  padding: 70px 0;
  border-top: 10px solid #000000;
  border-bottom: 10px solid #000000;
}
@media (max-width: 992px) {
  .cid-tYYsaFsJLS .card-wrapper {
    padding: 45px 0;
  }
}
@media (max-width: 992px) {
  .cid-tYYsaFsJLS .card-wrapper {
    display: block;
  }
}
.cid-tYYsaFsJLS .card-wrapper .title-wrapper {
  width: 50%;
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-tYYsaFsJLS .card-wrapper .title-wrapper {
    width: 100%;
    margin: 0;
  }
}
.cid-tYYsaFsJLS .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tYYsaFsJLS .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tYYsaFsJLS .card-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tYYsaFsJLS .card-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-tYYsaFsJLS .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tYYsaFsJLS .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tYYsaFsJLS .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-tYYsaFTEGr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b1ab9d;
}
.cid-tYYsaFTEGr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYYsaFTEGr .container {
  max-width: 1300px;
}
.cid-tYYsaFTEGr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYYsaFTEGr .text-wrapper {
  max-width: 700px;
  margin: auto;
  padding: 1rem 0;
}
@media (min-width: 992px) {
  .cid-tYYsaFTEGr .text-wrapper {
    padding: 3rem;
  }
}
.cid-tYYsaFTEGr .row {
  background: #b1ab9d;
}
.cid-tYYsaFTEGr .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tYYsaFTEGr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tYYsaFTEGr .image-wrapper {
  padding: 0;
}
.cid-tYYsaFTEGr .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tYYsaFTEGr .mbr-section-title {
  color: #000000;
}
.cid-tYYsaFTEGr .mbr-text,
.cid-tYYsaFTEGr .mbr-section-btn {
  color: #000000;
}
.cid-tYYsaFTEGr .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tYYsaGlc9v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #b1ab9d;
}
.cid-tYYsaGlc9v .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYYsaGlc9v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYYsaGlc9v .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tYYsaGlc9v .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tYYsaGlc9v .container {
    padding: 0 30px;
  }
}
.cid-tYYsaGlc9v .card-wrapper {
  display: flex;
  padding: 70px 0;
  border-top: 10px solid #000000;
  border-bottom: 10px solid #000000;
}
@media (max-width: 992px) {
  .cid-tYYsaGlc9v .card-wrapper {
    padding: 45px 0;
  }
}
@media (max-width: 992px) {
  .cid-tYYsaGlc9v .card-wrapper {
    display: block;
  }
}
.cid-tYYsaGlc9v .card-wrapper .title-wrapper {
  width: 50%;
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-tYYsaGlc9v .card-wrapper .title-wrapper {
    width: 100%;
    margin: 0;
  }
}
.cid-tYYsaGlc9v .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tYYsaGlc9v .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tYYsaGlc9v .card-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tYYsaGlc9v .card-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-tYYsaGlc9v .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tYYsaGlc9v .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tYYsaGlc9v .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-tYYsaGIu1I {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #b1ab9d;
}
.cid-tYYsaGIu1I .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYYsaGIu1I .container {
  max-width: 1300px;
}
.cid-tYYsaGIu1I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYYsaGIu1I .text-wrapper {
  max-width: 700px;
  margin: auto;
  padding: 1rem 0;
}
@media (min-width: 992px) {
  .cid-tYYsaGIu1I .text-wrapper {
    padding: 3rem;
  }
}
.cid-tYYsaGIu1I .row {
  background: #b1ab9d;
}
@media (max-width: 991px) {
  .cid-tYYsaGIu1I .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tYYsaGIu1I .image-wrapper {
  padding: 0;
}
.cid-tYYsaGIu1I .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tYYsaGIu1I .mbr-section-title {
  color: #000000;
}
.cid-tYYsaGIu1I .mbr-text,
.cid-tYYsaGIu1I .mbr-section-btn {
  color: #000000;
}
.cid-tYYsaGIu1I .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tYYsaH9QsR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #b1ab9d;
}
.cid-tYYsaH9QsR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYYsaH9QsR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYYsaH9QsR .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tYYsaH9QsR .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tYYsaH9QsR .container {
    padding: 0 30px;
  }
}
.cid-tYYsaH9QsR .card-wrapper {
  display: flex;
  padding: 70px 0;
  border-top: 10px solid #000000;
  border-bottom: 10px solid #000000;
}
@media (max-width: 992px) {
  .cid-tYYsaH9QsR .card-wrapper {
    padding: 45px 0;
  }
}
@media (max-width: 992px) {
  .cid-tYYsaH9QsR .card-wrapper {
    display: block;
  }
}
.cid-tYYsaH9QsR .card-wrapper .title-wrapper {
  width: 50%;
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-tYYsaH9QsR .card-wrapper .title-wrapper {
    width: 100%;
    margin: 0;
  }
}
.cid-tYYsaH9QsR .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tYYsaH9QsR .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tYYsaH9QsR .card-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tYYsaH9QsR .card-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-tYYsaH9QsR .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tYYsaH9QsR .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tYYsaH9QsR .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-tYYsaHyw1D {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #b1ab9d;
}
.cid-tYYsaHyw1D .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYYsaHyw1D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYYsaHyw1D .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tYYsaHyw1D .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-tYYsaHyw1D .container {
    padding: 0 25px;
  }
}
.cid-tYYsaHyw1D .row {
  justify-content: center;
}
.cid-tYYsaHyw1D .item .item-wrapper {
  margin-bottom: 32px;
}
.cid-tYYsaHyw1D .item .item-wrapper a {
  display: block;
}
.cid-tYYsaHyw1D .item .item-wrapper a:hover .item-img img {
  transform: scale(1.06) translateX(6px);
}
.cid-tYYsaHyw1D .item .item-wrapper a .item-img {
  overflow: hidden;
}
.cid-tYYsaHyw1D .item .item-wrapper a .item-img img {
  height: 345px;
  object-fit: cover;
  margin-bottom: 15px;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-tYYsaI2hbT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #b1ab9d;
}
.cid-tYYsaI2hbT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYYsaI2hbT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYYsaI2hbT .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-tYYsaI2hbT .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-tYYsaI2hbT .container {
    padding: 0 30px;
  }
}
.cid-tYYsaI2hbT .card-wrapper {
  display: flex;
  padding: 70px 0;
  border-top: 10px solid #000000;
  border-bottom: 10px solid #000000;
}
@media (max-width: 992px) {
  .cid-tYYsaI2hbT .card-wrapper {
    padding: 45px 0;
  }
}
@media (max-width: 992px) {
  .cid-tYYsaI2hbT .card-wrapper {
    display: block;
  }
}
.cid-tYYsaI2hbT .card-wrapper .title-wrapper {
  width: 50%;
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-tYYsaI2hbT .card-wrapper .title-wrapper {
    width: 100%;
    margin: 0;
  }
}
.cid-tYYsaI2hbT .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tYYsaI2hbT .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tYYsaI2hbT .card-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tYYsaI2hbT .card-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-tYYsaI2hbT .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tYYsaI2hbT .mbr-section-title {
  color: #000000;
}
.cid-tYYsaI2hbT .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-tYYsaIsObY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #b1ab9d;
}
.cid-tYYsaIsObY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYYsaIsObY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYYsaIsObY .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tYYsaIsObY .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tYYsaIsObY .container {
    padding: 0;
  }
}
.cid-tYYsaIsObY .row {
  justify-content: center;
}
.cid-tYYsaIsObY .title-wrapper {
  padding: 0 16px;
}
.cid-tYYsaIsObY .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tYYsaIsObY .title-wrapper .mbr-section-subtitle {
  margin: 16px 0 0 0;
}
.cid-tYYsaIsObY .title-wrapper .soc-wrapper {
  margin: 16px 0 0 0;
}
.cid-tYYsaIsObY .title-wrapper .soc-wrapper .soc-wrap {
  display: inline-flex;
}
.cid-tYYsaIsObY .title-wrapper .soc-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #353535;
}
.cid-tYYsaIsObY .title-wrapper .soc-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 40px;
  margin: 0 20px;
  transition: all 0.3s ease-in-out;
}
.cid-tYYsaIsObY .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tYYsaIsObY .mbr-section-title,
.cid-tYYsaIsObY .mbr-iconfont {
  color: #ffffff;
}
.cid-tYYsaIsObY .mbr-section-title,
.cid-tYYsaIsObY .soc-wrapper {
  text-align: center;
}
.cid-tYYsaIsObY .mbr-section-title,
.cid-tYYsaIsObY .soc-wrapper,
.cid-tYYsaIsObY .mbr-iconfont {
  color: #000000;
}
.cid-tYYSwaYW8m {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #b1ab9d;
}
.cid-tYYSwaYW8m .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYYSwaYW8m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYYSwaYW8m .container-fluid {
  padding: 0;
}
.cid-tYYSwaYW8m .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-tYYSwaYW8m .row {
    padding: 0 12px;
  }
}
.cid-tYYSwaYW8m .container-wrapper {
  padding: 0;
}
.cid-tYYSwaYW8m .mbr-section-subtitle {
  margin: 0 0 0 80px;
  color: #1c314e;
}
@media (max-width: 992px) {
  .cid-tYYSwaYW8m .mbr-section-subtitle {
    margin: 0 0 16px;
    padding: 0 1rem;
  }
}
.cid-tYYSwaYW8m .text-wrapper {
  padding: 0 3rem 0 6rem;
}
@media (max-width: 992px) {
  .cid-tYYSwaYW8m .text-wrapper {
    padding: 0 1rem;
  }
}
.cid-tYYSwaYW8m .text-wrapper .mbr-section-title {
  letter-spacing: -0.04ch;
  margin-bottom: 29px;
}
@media (max-width: 992px) {
  .cid-tYYSwaYW8m .text-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-tYYSwaYW8m .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-tYYSwaYW8m .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tYYSwaYW8m .list {
  color: #1c314e;
}
.cid-tYYSwaYW8m .mbr-text {
  color: #000000;
}
.cid-tYYSwdnMqp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b1ab9d;
}
.cid-tYYSwdnMqp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYYSwdnMqp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tYYSwdnMqp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tYYSwdnMqp .row {
  flex-direction: row-reverse;
}
.cid-tYYSwdnMqp img {
  width: 100%;
}
.cid-tYYSwf6v2W {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b1ab9d;
}
.cid-tYYSwf6v2W .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYYSwf6v2W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tYYSwf6v2W .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tYYSwf6v2W .row {
  flex-direction: row-reverse;
}
.cid-tYYSwf6v2W img {
  width: 100%;
}
.cid-tYYSwgt7j0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b1ab9d;
}
.cid-tYYSwgt7j0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYYSwgt7j0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tYYSwgt7j0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tYYSwgt7j0 .row {
  flex-direction: row-reverse;
}
.cid-tYYSwgt7j0 img {
  width: 100%;
}
.cid-tYYSwhdep2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #b1ab9d;
}
.cid-tYYSwhdep2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYYSwhdep2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYYSwhdep2 .container-fluid {
  padding: 0;
}
.cid-tYYSwhdep2 .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-tYYSwhdep2 .row {
    padding: 0 12px;
  }
}
.cid-tYYSwhdep2 .container-wrapper {
  padding: 0;
}
.cid-tYYSwhdep2 .mbr-section-subtitle {
  margin: 0 0 0 80px;
  color: #1c314e;
}
@media (max-width: 992px) {
  .cid-tYYSwhdep2 .mbr-section-subtitle {
    margin: 0 0 16px;
    padding: 0 1rem;
  }
}
.cid-tYYSwhdep2 .text-wrapper {
  padding: 0 3rem 0 6rem;
}
@media (max-width: 992px) {
  .cid-tYYSwhdep2 .text-wrapper {
    padding: 0 1rem;
  }
}
.cid-tYYSwhdep2 .text-wrapper .mbr-section-title {
  letter-spacing: -0.04ch;
  margin-bottom: 29px;
}
@media (max-width: 992px) {
  .cid-tYYSwhdep2 .text-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-tYYSwhdep2 .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-tYYSwhdep2 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tYYSwhdep2 .list {
  color: #1c314e;
}
.cid-tYYSwhdep2 .mbr-text {
  color: #000000;
}
.cid-tYYSwi4vx8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b1ab9d;
}
.cid-tYYSwi4vx8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYYSwi4vx8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tYYSwi4vx8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tYYSwi4vx8 .row {
  flex-direction: row-reverse;
}
.cid-tYYSwi4vx8 img {
  width: 100%;
}
.cid-tYYSwj0VkA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b1ab9d;
}
.cid-tYYSwj0VkA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYYSwj0VkA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tYYSwj0VkA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tYYSwj0VkA .row {
  flex-direction: row-reverse;
}
.cid-tYYSwj0VkA img {
  width: 100%;
}
.cid-tYYSwjM0cr {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #b1ab9d;
}
.cid-tYYSwjM0cr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYYSwjM0cr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYYSwjM0cr .container-fluid {
  padding: 0;
}
.cid-tYYSwjM0cr .row {
  padding: 0;
}
.cid-tYYSwjM0cr .title-wrapper {
  padding: 0 2rem;
}
.cid-tYYSwjM0cr .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-tYYSwjM0cr .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-tYYSwjM0cr .title-wrapper .mbr-section-title span {
  color: #3d493a;
}
.cid-tYYSwjM0cr .title-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-tYYSwjM0cr .title-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-tYYSwjM0cr .mbr-section-title {
  color: #FFFFFF;
}
.cid-tYYSwjM0cr .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tYYSwjM0cr .mbr-section-title,
.cid-tYYSwjM0cr .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-tYYSwkyUwA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #b1ab9d;
}
.cid-tYYSwkyUwA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tYYSwkyUwA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tYYSwkyUwA .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tYYSwkyUwA .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tYYSwkyUwA .container {
    padding: 0;
  }
}
.cid-tYYSwkyUwA .row {
  justify-content: center;
}
.cid-tYYSwkyUwA .title-wrapper {
  padding: 0 16px;
}
.cid-tYYSwkyUwA .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tYYSwkyUwA .title-wrapper .mbr-section-subtitle {
  margin: 16px 0 0 0;
}
.cid-tYYSwkyUwA .title-wrapper .soc-wrapper {
  margin: 16px 0 0 0;
}
.cid-tYYSwkyUwA .title-wrapper .soc-wrapper .soc-wrap {
  display: inline-flex;
}
.cid-tYYSwkyUwA .title-wrapper .soc-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #353535;
}
.cid-tYYSwkyUwA .title-wrapper .soc-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 40px;
  margin: 0 20px;
  transition: all 0.3s ease-in-out;
}
.cid-tYYSwkyUwA .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tYYSwkyUwA .mbr-section-title,
.cid-tYYSwkyUwA .mbr-iconfont {
  color: #ffffff;
}
.cid-tYYSwkyUwA .mbr-section-title,
.cid-tYYSwkyUwA .soc-wrapper {
  text-align: center;
}
.cid-tYYSwkyUwA .mbr-section-title,
.cid-tYYSwkyUwA .soc-wrapper,
.cid-tYYSwkyUwA .mbr-iconfont {
  color: #000000;
}
.cid-udLIBI7nPy {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #b1ab9d;
}
.cid-udLIBI7nPy .mbr-fallback-image.disabled {
  display: none;
}
.cid-udLIBI7nPy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udLIBI7nPy .container-fluid {
  padding: 0;
}
.cid-udLIBI7nPy .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-udLIBI7nPy .row {
    padding: 0 12px;
  }
}
.cid-udLIBI7nPy .container-wrapper {
  padding: 0;
}
.cid-udLIBI7nPy .mbr-section-subtitle {
  margin: 0 0 0 80px;
  color: #1c314e;
}
@media (max-width: 992px) {
  .cid-udLIBI7nPy .mbr-section-subtitle {
    margin: 0 0 16px;
    padding: 0 1rem;
  }
}
.cid-udLIBI7nPy .text-wrapper {
  padding: 0 3rem 0 6rem;
}
@media (max-width: 992px) {
  .cid-udLIBI7nPy .text-wrapper {
    padding: 0 1rem;
  }
}
.cid-udLIBI7nPy .text-wrapper .mbr-section-title {
  letter-spacing: -0.04ch;
  margin-bottom: 29px;
}
@media (max-width: 992px) {
  .cid-udLIBI7nPy .text-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-udLIBI7nPy .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-udLIBI7nPy .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-udLIBI7nPy .list {
  color: #1c314e;
}
.cid-udLIBI7nPy .mbr-text {
  color: #000000;
}
.cid-udLIBKT9tx {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #b1ab9d;
}
.cid-udLIBKT9tx .mbr-fallback-image.disabled {
  display: none;
}
.cid-udLIBKT9tx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udLIBKT9tx .container-fluid {
  padding: 0;
}
.cid-udLIBKT9tx .row {
  padding: 0;
}
.cid-udLIBKT9tx .title-wrapper {
  padding: 0 2rem;
}
.cid-udLIBKT9tx .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-udLIBKT9tx .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-udLIBKT9tx .title-wrapper .mbr-section-title span {
  color: #3d493a;
}
.cid-udLIBKT9tx .title-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-udLIBKT9tx .title-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-udLIBKT9tx .mbr-section-title {
  color: #FFFFFF;
}
.cid-udLIBKT9tx .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-udLIBKT9tx .mbr-section-title,
.cid-udLIBKT9tx .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-udLIBLklIN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #b1ab9d;
}
.cid-udLIBLklIN .mbr-fallback-image.disabled {
  display: none;
}
.cid-udLIBLklIN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udLIBLklIN .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-udLIBLklIN .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-udLIBLklIN .container {
    padding: 0;
  }
}
.cid-udLIBLklIN .row {
  justify-content: center;
}
.cid-udLIBLklIN .title-wrapper {
  padding: 0 16px;
}
.cid-udLIBLklIN .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-udLIBLklIN .title-wrapper .mbr-section-subtitle {
  margin: 16px 0 0 0;
}
.cid-udLIBLklIN .title-wrapper .soc-wrapper {
  margin: 16px 0 0 0;
}
.cid-udLIBLklIN .title-wrapper .soc-wrapper .soc-wrap {
  display: inline-flex;
}
.cid-udLIBLklIN .title-wrapper .soc-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #353535;
}
.cid-udLIBLklIN .title-wrapper .soc-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 40px;
  margin: 0 20px;
  transition: all 0.3s ease-in-out;
}
.cid-udLIBLklIN .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-udLIBLklIN .mbr-section-title,
.cid-udLIBLklIN .mbr-iconfont {
  color: #ffffff;
}
.cid-udLIBLklIN .mbr-section-title,
.cid-udLIBLklIN .soc-wrapper {
  text-align: center;
}
.cid-udLIBLklIN .mbr-section-title,
.cid-udLIBLklIN .soc-wrapper,
.cid-udLIBLklIN .mbr-iconfont {
  color: #000000;
}
.cid-udLOlVWxIv {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #b1ab9d;
}
.cid-udLOlVWxIv .mbr-fallback-image.disabled {
  display: none;
}
.cid-udLOlVWxIv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udLOlVWxIv .container-fluid {
  padding: 0;
}
.cid-udLOlVWxIv .row {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-udLOlVWxIv .row {
    padding: 0 12px;
  }
}
.cid-udLOlVWxIv .container-wrapper {
  padding: 0;
}
.cid-udLOlVWxIv .mbr-section-subtitle {
  margin: 0 0 0 80px;
  color: #1c314e;
}
@media (max-width: 992px) {
  .cid-udLOlVWxIv .mbr-section-subtitle {
    margin: 0 0 16px;
    padding: 0 1rem;
  }
}
.cid-udLOlVWxIv .text-wrapper {
  padding: 0 3rem 0 6rem;
}
@media (max-width: 992px) {
  .cid-udLOlVWxIv .text-wrapper {
    padding: 0 1rem;
  }
}
.cid-udLOlVWxIv .text-wrapper .mbr-section-title {
  letter-spacing: -0.04ch;
  margin-bottom: 29px;
}
@media (max-width: 992px) {
  .cid-udLOlVWxIv .text-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-udLOlVWxIv .text-wrapper .mbr-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-udLOlVWxIv .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-udLOlVWxIv .list {
  color: #1c314e;
}
.cid-udLOlVWxIv .mbr-text {
  color: #000000;
}
.cid-udLOlWoxow {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #b1ab9d;
}
.cid-udLOlWoxow .mbr-fallback-image.disabled {
  display: none;
}
.cid-udLOlWoxow .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udLOlWoxow .container-fluid {
  padding: 0;
}
.cid-udLOlWoxow .row {
  padding: 0;
}
.cid-udLOlWoxow .title-wrapper {
  padding: 0 2rem;
}
.cid-udLOlWoxow .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-udLOlWoxow .title-wrapper .mbr-section-title {
    margin-bottom: 14px;
  }
}
.cid-udLOlWoxow .title-wrapper .mbr-section-title span {
  color: #3d493a;
}
.cid-udLOlWoxow .title-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .cid-udLOlWoxow .title-wrapper .mbr-text {
    margin-bottom: 14px;
  }
}
.cid-udLOlWoxow .mbr-section-title {
  color: #FFFFFF;
}
.cid-udLOlWoxow .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-udLOlWoxow .mbr-section-title,
.cid-udLOlWoxow .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-udLOlWOaTo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #b1ab9d;
}
.cid-udLOlWOaTo .mbr-fallback-image.disabled {
  display: none;
}
.cid-udLOlWOaTo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udLOlWOaTo .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-udLOlWOaTo .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-udLOlWOaTo .container {
    padding: 0;
  }
}
.cid-udLOlWOaTo .row {
  justify-content: center;
}
.cid-udLOlWOaTo .title-wrapper {
  padding: 0 16px;
}
.cid-udLOlWOaTo .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-udLOlWOaTo .title-wrapper .mbr-section-subtitle {
  margin: 16px 0 0 0;
}
.cid-udLOlWOaTo .title-wrapper .soc-wrapper {
  margin: 16px 0 0 0;
}
.cid-udLOlWOaTo .title-wrapper .soc-wrapper .soc-wrap {
  display: inline-flex;
}
.cid-udLOlWOaTo .title-wrapper .soc-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #353535;
}
.cid-udLOlWOaTo .title-wrapper .soc-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 40px;
  margin: 0 20px;
  transition: all 0.3s ease-in-out;
}
.cid-udLOlWOaTo .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-udLOlWOaTo .mbr-section-title,
.cid-udLOlWOaTo .mbr-iconfont {
  color: #ffffff;
}
.cid-udLOlWOaTo .mbr-section-title,
.cid-udLOlWOaTo .soc-wrapper {
  text-align: center;
}
.cid-udLOlWOaTo .mbr-section-title,
.cid-udLOlWOaTo .soc-wrapper,
.cid-udLOlWOaTo .mbr-iconfont {
  color: #000000;
}
