.btn {
  border-width: 2px;
}
body {
  font-family: Figtree;
}
.display-1 {
  font-family: 'Playfair', serif;
  font-size: 6.875rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 8.59375rem;
}
.display-2 {
  font-family: 'Playfair', serif;
  font-size: 4.25rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 5.3125rem;
}
.display-4 {
  font-family: 'Libre Bodoni', serif;
  font-size: 1.375rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 1.71875rem;
}
.display-5 {
  font-family: 'Playfair', serif;
  font-size: 2.875rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 3.59375rem;
}
.display-7 {
  font-family: 'Playfair', serif;
  font-size: 1rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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: 5.5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.8125rem;
    font-size: calc( 3.05625rem + (6.875 - 3.05625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.05625rem + (6.875 - 3.05625) * ((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.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.3rem;
    font-size: calc( 1.65625rem + (2.875 - 1.65625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.65625rem + (2.875 - 1.65625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((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: #000000 !important;
}
.bg-success {
  background-color: #279898 !important;
}
.bg-info {
  background-color: #a073ec !important;
}
.bg-warning {
  background-color: #bb442e !important;
}
.bg-danger {
  background-color: #6d1100 !important;
}
.btn-primary,
.btn-primary:active {
  background: linear-gradient(to bottom, #000000 0 33.33333333%, #000000 33.33333333%, #000000 66.66666667%, #000000 66.66666667% 100%) !important;
  border: none !important;
  color: #ffffff !important;
  background-position: top !important;
  background-size: 100% 300% !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background: linear-gradient(to bottom, #000000 0 33.33333333%, #000000 33.33333333%, #000000 66.66666667%, #000000 66.66666667% 100%) !important;
  border: none !important;
  background-position: bottom !important;
  background-size: 100% 300% !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background: #000000 !important;
  border: none !important;
}
.btn-secondary,
.btn-secondary:active {
  background: linear-gradient(to bottom, #2a1340 0 33.33333333%, #2a1340 33.33333333%, #a275ec 66.66666667%, #a275ec 66.66666667% 100%) !important;
  border: none !important;
  color: #ffffff !important;
  background-position: top !important;
  background-size: 100% 300% !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background: linear-gradient(to bottom, #2a1340 0 33.33333333%, #2a1340 33.33333333%, #a275ec 66.66666667%, #a275ec 66.66666667% 100%) !important;
  border: none !important;
  background-position: bottom !important;
  background-size: 100% 300% !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background: #000000 !important;
  border: none !important;
}
.btn-info,
.btn-info:active {
  background: linear-gradient(to bottom, #a073ec 0 33.33333333%, #a073ec 33.33333333%, #29133e 66.66666667%, #29133e 66.66666667% 100%) !important;
  border: none !important;
  color: #ffffff !important;
  background-position: top !important;
  background-size: 100% 300% !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background: linear-gradient(to bottom, #a073ec 0 33.33333333%, #a073ec 33.33333333%, #29133e 66.66666667%, #29133e 66.66666667% 100%) !important;
  border: none !important;
  background-position: bottom !important;
  background-size: 100% 300% !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background: #6c27e2 !important;
  border: none !important;
}
.btn-success,
.btn-success:active {
  background: linear-gradient(to bottom, #279898 0 33.33333333%, #279898 33.33333333%, #3d6d54 66.66666667%, #3d6d54 66.66666667% 100%) !important;
  border: none !important;
  color: #ffffff !important;
  background-position: top !important;
  background-size: 100% 300% !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background: linear-gradient(to bottom, #279898 0 33.33333333%, #279898 33.33333333%, #3d6d54 66.66666667%, #3d6d54 66.66666667% 100%) !important;
  border: none !important;
  background-position: bottom !important;
  background-size: 100% 300% !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background: #155353 !important;
  border: none !important;
}
.btn-warning,
.btn-warning:active {
  background: linear-gradient(to bottom, #bb442e 0 33.33333333%, #bb442e 33.33333333%, #f3a70b 66.66666667%, #f3a70b 66.66666667% 100%) !important;
  border: none !important;
  color: #ffffff !important;
  background-position: top !important;
  background-size: 100% 300% !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background: linear-gradient(to bottom, #bb442e 0 33.33333333%, #bb442e 33.33333333%, #f3a70b 66.66666667%, #f3a70b 66.66666667% 100%) !important;
  border: none !important;
  background-position: bottom !important;
  background-size: 100% 300% !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background: #752b1d !important;
  border: none !important;
}
.btn-danger,
.btn-danger:active {
  background: linear-gradient(to bottom, #6d1100 0 33.33333333%, #6d1100 33.33333333%, #815700 66.66666667%, #815700 66.66666667% 100%) !important;
  border: none !important;
  color: #ffffff !important;
  background-position: top !important;
  background-size: 100% 300% !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background: linear-gradient(to bottom, #6d1100 0 33.33333333%, #6d1100 33.33333333%, #815700 66.66666667%, #815700 66.66666667% 100%) !important;
  border: none !important;
  background-position: bottom !important;
  background-size: 100% 300% !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background: #160300 !important;
  border: none !important;
}
.btn-white,
.btn-white:active {
  background: linear-gradient(to bottom, #fafafa 0 33.33333333%, #fafafa 33.33333333%, #f0f0f0 66.66666667%, #f0f0f0 66.66666667% 100%) !important;
  border: none !important;
  color: #7a7a7a !important;
  background-position: top !important;
  background-size: 100% 300% !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #707070 !important;
  background: linear-gradient(to bottom, #fafafa 0 33.33333333%, #fafafa 33.33333333%, #f0f0f0 66.66666667%, #f0f0f0 66.66666667% 100%) !important;
  border: none !important;
  background-position: bottom !important;
  background-size: 100% 300% !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background: #cfcfcf !important;
  border: none !important;
}
.btn-black,
.btn-black:active {
  background: linear-gradient(to bottom, #161616 0 33.33333333%, #161616 33.33333333%, #2a2116 66.66666667%, #2a2116 66.66666667% 100%) !important;
  border: none !important;
  color: #ffffff !important;
  background-position: top !important;
  background-size: 100% 300% !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background: linear-gradient(to bottom, #161616 0 33.33333333%, #161616 33.33333333%, #2a2116 66.66666667%, #2a2116 66.66666667% 100%) !important;
  border: none !important;
  background-position: bottom !important;
  background-size: 100% 300% !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background: #000000 !important;
  border: none !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #2a1340;
  color: #2a1340;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #2a1340 !important;
  border-color: #2a1340 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #a073ec;
  color: #a073ec;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #6c27e2 !important;
  background-color: transparent!important;
  border-color: #6c27e2 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #a073ec !important;
  border-color: #a073ec !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #279898;
  color: #279898;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #155353 !important;
  background-color: transparent!important;
  border-color: #155353 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #279898 !important;
  border-color: #279898 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #bb442e;
  color: #bb442e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #752b1d !important;
  background-color: transparent!important;
  border-color: #752b1d !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #bb442e !important;
  border-color: #bb442e !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #6d1100;
  color: #6d1100;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #160300 !important;
  background-color: transparent!important;
  border-color: #160300 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #6d1100 !important;
  border-color: #6d1100 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #161616;
  color: #161616;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #161616 !important;
  border-color: #161616 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #2a1340 !important;
}
.text-success {
  color: #279898 !important;
}
.text-info {
  color: #a073ec !important;
}
.text-warning {
  color: #bb442e !important;
}
.text-danger {
  color: #6d1100 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #161616 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #124747 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #641edb !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #69261a !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #070100 !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: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #161616;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #a073ec;
}
.alert-warning {
  background-color: #bb442e;
}
.alert-danger {
  background-color: #6d1100;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #67d8d8;
}
.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: #e19587;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ed2500;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Libre Bodoni', serif;
  font-size: 1.375rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.71875rem;
}
.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: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Libre Bodoni', serif;
  font-size: 1.375rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.71875rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.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: #000000;
  border-bottom-color: #000000;
}
.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: #000000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #2a1340 !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='%23000000' %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: .4s;
}
a:hover {
  background-image: none !important;
}
.container {
  max-width: calc(1420px + 3vw);
  padding-left: 1.5vw;
  padding-right: 1.5vw;
}
.container-fluid {
  padding-left: 1.5vw;
  padding-right: 1.5vw;
}
.row {
  margin-left: 0;
  margin-right: 0;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.row {
  justify-content: center;
}
b,
strong {
  font-weight: 700 !important;
}
.mbr-section-btn .btn {
  position: relative;
  min-width: 100px;
  min-height: 54px;
  padding: 25px 35px;
  border-radius: 80px;
  font-weight: 700 !important;
  transition: all 0.7s cubic-bezier(0.77, 0.2, 0.05, 1);
  box-shadow: none !important;
  overflow: hidden;
}
.cid-uDUIi7G0Ql {
  background-image: url("../../../assets/images/ilenia-direttore-artistico-3-2000x1333.jpg");
}
.cid-uDUIiIYCrg {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uDUIiIYCrg P {
  color: #767676;
}
.cid-uDUIiIYCrg H3 {
  color: #000000;
}
.cid-uDVg3dmBOi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uDVg3dmBOi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDVg3dmBOi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDVg3dmBOi .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uDVg3dmBOi .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uDVg3dmBOi .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uDVg3dmBOi .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uDVg3dmBOi .container {
    padding: 0 12px;
  }
}
.cid-uDVg3dmBOi .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uDVg3dmBOi .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uDVg3dmBOi .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uDVg3dmBOi .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uDVg3dmBOi .mbr-section-title {
  color: #1D1D1F;
}
.cid-uDVg3dmBOi .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uDVg3dmBOi .mbr-section-title,
.cid-uDVg3dmBOi .mbr-section-btn {
  text-align: center;
}
.cid-uE6CdvZkZZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uE6CdvZkZZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uE6CdvZkZZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uE6CdvZkZZ .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uE6CdvZkZZ .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uE6CdvZkZZ .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uE6CdvZkZZ .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uE6CdvZkZZ .container {
    padding: 0 12px;
  }
}
.cid-uE6CdvZkZZ .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uE6CdvZkZZ .content-wrapper {
    padding: 0 24px;
  }
}
.cid-uE6CdvZkZZ .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uE6CdvZkZZ .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uE6CdvZkZZ .mbr-section-title {
  color: #1D1D1F;
}
.cid-uE6CdvZkZZ .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uE6CdvZkZZ .mbr-section-title,
.cid-uE6CdvZkZZ .mbr-section-btn {
  text-align: center;
}
.cid-uDV5P62wLK {
  padding-top: 6rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uDV5P62wLK .circle-wrap {
  position: absolute;
  top: 0;
  left: -9%;
  width: 1100px;
  height: 1100px;
  border-radius: 100%;
  border: 120px solid #ffffff;
  opacity: .6;
}
.cid-uDV5P62wLK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDV5P62wLK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDV5P62wLK .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uDV5P62wLK .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uDV5P62wLK .container {
    padding: 0 15px;
  }
}
.cid-uDV5P62wLK .row {
  position: relative;
  z-index: 1;
}
.cid-uDV5P62wLK .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uDV5P62wLK .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uDV5P62wLK .content-wrapper .border-wrap {
  margin-bottom: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uDV5P62wLK .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uDV5P62wLK .content-wrapper .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uDV5P62wLK .content-wrapper .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uDV5P62wLK .content-wrapper .content-wrap {
    display: block;
  }
}
.cid-uDV5P62wLK .content-wrapper .content-wrap .images-wrapper {
  width: 48%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
  height: fit-content;
}
@media (max-width: 992px) {
  .cid-uDV5P62wLK .content-wrapper .content-wrap .images-wrapper {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.cid-uDV5P62wLK .content-wrapper .content-wrap .images-wrapper .card {
  justify-content: center;
}
.cid-uDV5P62wLK .content-wrapper .content-wrap .images-wrapper .images-item img {
  margin-bottom: 45px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uDV5P62wLK .content-wrapper .content-wrap .images-wrapper .images-item img {
    margin-bottom: 40px;
  }
}
.cid-uDV5P62wLK .content-wrapper .content-wrap .images-wrapper .images-item img:last-child {
  margin-bottom: 0;
}
.cid-uDV5P62wLK .content-wrapper .content-wrap .images-wrapper .images-item .image_1 {
  height: 360px;
}
@media (max-width: 992px) {
  .cid-uDV5P62wLK .content-wrapper .content-wrap .images-wrapper .images-item .image_1 {
    height: 300px;
  }
}
.cid-uDV5P62wLK .content-wrapper .content-wrap .images-wrapper .images-item .image_2 {
  height: 220px;
}
@media (max-width: 992px) {
  .cid-uDV5P62wLK .content-wrapper .content-wrap .images-wrapper .images-item .image_2 {
    height: 300px;
  }
}
.cid-uDV5P62wLK .content-wrapper .content-wrap .items-wrapper {
  width: 38%;
  padding-top: 70px;
}
@media (max-width: 992px) {
  .cid-uDV5P62wLK .content-wrapper .content-wrap .items-wrapper {
    padding-top: 40px;
    width: 100%;
  }
}
.cid-uDV5P62wLK .content-wrapper .content-wrap .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 30px;
}
.cid-uDV5P62wLK .content-wrapper .content-wrap .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 30px;
}
.cid-uDV5P62wLK .mbr-section-title {
  color: #000000;
}
.cid-uDV5P62wLK .item-title {
  color: #000000;
}
.cid-uDV5P62wLK .item-text {
  color: #000000;
}
.cid-uDV6J8BiPa {
  padding-top: 6rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uDV6J8BiPa .circle-wrap {
  position: absolute;
  top: 0;
  left: -9%;
  width: 1100px;
  height: 1100px;
  border-radius: 100%;
  border: 120px solid #ffffff;
  opacity: .6;
}
.cid-uDV6J8BiPa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDV6J8BiPa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDV6J8BiPa .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uDV6J8BiPa .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uDV6J8BiPa .container {
    padding: 0 15px;
  }
}
.cid-uDV6J8BiPa .row {
  position: relative;
  z-index: 1;
}
.cid-uDV6J8BiPa .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uDV6J8BiPa .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uDV6J8BiPa .content-wrapper .border-wrap {
  margin-bottom: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uDV6J8BiPa .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uDV6J8BiPa .content-wrapper .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uDV6J8BiPa .content-wrapper .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uDV6J8BiPa .content-wrapper .content-wrap {
    display: block;
  }
}
.cid-uDV6J8BiPa .content-wrapper .content-wrap .images-wrapper {
  width: 48%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
  height: fit-content;
}
@media (max-width: 992px) {
  .cid-uDV6J8BiPa .content-wrapper .content-wrap .images-wrapper {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.cid-uDV6J8BiPa .content-wrapper .content-wrap .images-wrapper .card {
  justify-content: center;
}
.cid-uDV6J8BiPa .content-wrapper .content-wrap .images-wrapper .images-item img {
  margin-bottom: 45px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uDV6J8BiPa .content-wrapper .content-wrap .images-wrapper .images-item img {
    margin-bottom: 40px;
  }
}
.cid-uDV6J8BiPa .content-wrapper .content-wrap .images-wrapper .images-item img:last-child {
  margin-bottom: 0;
}
.cid-uDV6J8BiPa .content-wrapper .content-wrap .images-wrapper .images-item .image_1 {
  height: 360px;
}
@media (max-width: 992px) {
  .cid-uDV6J8BiPa .content-wrapper .content-wrap .images-wrapper .images-item .image_1 {
    height: 300px;
  }
}
.cid-uDV6J8BiPa .content-wrapper .content-wrap .images-wrapper .images-item .image_2 {
  height: 220px;
}
@media (max-width: 992px) {
  .cid-uDV6J8BiPa .content-wrapper .content-wrap .images-wrapper .images-item .image_2 {
    height: 300px;
  }
}
.cid-uDV6J8BiPa .content-wrapper .content-wrap .items-wrapper {
  width: 38%;
  padding-top: 70px;
}
@media (max-width: 992px) {
  .cid-uDV6J8BiPa .content-wrapper .content-wrap .items-wrapper {
    padding-top: 40px;
    width: 100%;
  }
}
.cid-uDV6J8BiPa .content-wrapper .content-wrap .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 30px;
}
.cid-uDV6J8BiPa .content-wrapper .content-wrap .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 30px;
}
.cid-uDV6J8BiPa .mbr-section-title {
  color: #000000;
}
.cid-uDV6J8BiPa .item-title {
  color: #000000;
}
.cid-uDV6J8BiPa .item-text {
  color: #000000;
}
.cid-uDV6JSgtFU {
  padding-top: 6rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uDV6JSgtFU .circle-wrap {
  position: absolute;
  top: 0;
  left: -9%;
  width: 1100px;
  height: 1100px;
  border-radius: 100%;
  border: 120px solid #ffffff;
  opacity: .6;
}
.cid-uDV6JSgtFU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDV6JSgtFU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDV6JSgtFU .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uDV6JSgtFU .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-uDV6JSgtFU .container {
    padding: 0 15px;
  }
}
.cid-uDV6JSgtFU .row {
  position: relative;
  z-index: 1;
}
.cid-uDV6JSgtFU .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uDV6JSgtFU .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uDV6JSgtFU .content-wrapper .border-wrap {
  margin-bottom: 100px;
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uDV6JSgtFU .content-wrapper .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
@media (max-width: 992px) {
  .cid-uDV6JSgtFU .content-wrapper .border-wrap {
    margin-bottom: 40px;
  }
}
.cid-uDV6JSgtFU .content-wrapper .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uDV6JSgtFU .content-wrapper .content-wrap {
    display: block;
  }
}
.cid-uDV6JSgtFU .content-wrapper .content-wrap .images-wrapper {
  width: 48%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
  height: fit-content;
}
@media (max-width: 992px) {
  .cid-uDV6JSgtFU .content-wrapper .content-wrap .images-wrapper {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.cid-uDV6JSgtFU .content-wrapper .content-wrap .images-wrapper .card {
  justify-content: center;
}
.cid-uDV6JSgtFU .content-wrapper .content-wrap .images-wrapper .images-item img {
  margin-bottom: 45px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uDV6JSgtFU .content-wrapper .content-wrap .images-wrapper .images-item img {
    margin-bottom: 40px;
  }
}
.cid-uDV6JSgtFU .content-wrapper .content-wrap .images-wrapper .images-item img:last-child {
  margin-bottom: 0;
}
.cid-uDV6JSgtFU .content-wrapper .content-wrap .images-wrapper .images-item .image_1 {
  height: 360px;
}
@media (max-width: 992px) {
  .cid-uDV6JSgtFU .content-wrapper .content-wrap .images-wrapper .images-item .image_1 {
    height: 300px;
  }
}
.cid-uDV6JSgtFU .content-wrapper .content-wrap .images-wrapper .images-item .image_2 {
  height: 220px;
}
@media (max-width: 992px) {
  .cid-uDV6JSgtFU .content-wrapper .content-wrap .images-wrapper .images-item .image_2 {
    height: 300px;
  }
}
.cid-uDV6JSgtFU .content-wrapper .content-wrap .items-wrapper {
  width: 38%;
  padding-top: 70px;
}
@media (max-width: 992px) {
  .cid-uDV6JSgtFU .content-wrapper .content-wrap .items-wrapper {
    padding-top: 40px;
    width: 100%;
  }
}
.cid-uDV6JSgtFU .content-wrapper .content-wrap .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 30px;
}
.cid-uDV6JSgtFU .content-wrapper .content-wrap .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 30px;
}
.cid-uDV6JSgtFU .mbr-section-title {
  color: #000000;
}
.cid-uDV6JSgtFU .item-title {
  color: #000000;
}
.cid-uDV6JSgtFU .item-text {
  color: #000000;
}
.cid-uDVfTELSlK {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uDVfTELSlK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDVfTELSlK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDVfTELSlK .mbr-section-title {
  color: #161616;
  margin-top: 24px;
}
.cid-uDVfTELSlK .mbr-section-btn .btn-black-outline {
  position: relative;
  padding: 15px;
  min-width: 10.57vw;
  min-height: 10.57vw;
  border-radius: 50%;
  transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
  border: none;
}
@media (max-width: 991px) {
  .cid-uDVfTELSlK .mbr-section-btn .btn-black-outline {
    min-width: 148px;
    min-height: 148px;
  }
}
.cid-uDVfTELSlK .mbr-section-btn .btn-black-outline:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border: 1px solid;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.cid-uDVfTELSlK .mbr-section-btn .btn-black-outline:hover:before {
  transform: translate(-50%, -50%) scale(0.8);
}
.cid-uDV5bH2LeM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uDV5bH2LeM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDV5bH2LeM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDV5bH2LeM .main-wrap {
  display: grid;
  max-width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-uDV5bH2LeM .main-wrap {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-uDV5bH2LeM .card-col {
  height: 100%;
  padding: 0;
}
.cid-uDV5bH2LeM .card-wrapper {
  position: sticky;
  top: 120px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uDV5bH2LeM .card-wrapper {
    position: relative;
    top: 0;
  }
}
.cid-uDV5bH2LeM .card-title {
  padding-bottom: 16px;
  color: #000000;
}
.cid-uDV5bH2LeM .mbr-text {
  margin-top: 0;
  margin-bottom: 10px;
  color: #747474;
}
.cid-uDV5bH2LeM .mbr-section-btn {
  margin-top: 20px;
}
.cid-uDV5bH2LeM .images-wrap {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uDV5bH2LeM .images-wrap {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .cid-uDV5bH2LeM .images-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
}
.cid-uDV5bH2LeM .image-wrapper {
  max-width: 100%;
  width: 100%;
}
.cid-uDV5bH2LeM .image-wrapper img {
  aspect-ratio: 0.9380863;
  width: 100%;
  object-fit: cover;
}
.cid-uDV5bH2LeM .mbr-text,
.cid-uDV5bH2LeM .mbr-section-btn {
  color: #000000;
}
.cid-uDV6MJ4eFC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uDV6MJ4eFC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDV6MJ4eFC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDV6MJ4eFC .main-wrap {
  display: grid;
  max-width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-uDV6MJ4eFC .main-wrap {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-uDV6MJ4eFC .card-col {
  height: 100%;
  padding: 0;
}
.cid-uDV6MJ4eFC .card-wrapper {
  position: sticky;
  top: 120px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uDV6MJ4eFC .card-wrapper {
    position: relative;
    top: 0;
  }
}
.cid-uDV6MJ4eFC .card-title {
  padding-bottom: 16px;
  color: #000000;
}
.cid-uDV6MJ4eFC .mbr-text {
  margin-top: 0;
  margin-bottom: 10px;
  color: #747474;
}
.cid-uDV6MJ4eFC .mbr-section-btn {
  margin-top: 20px;
}
.cid-uDV6MJ4eFC .images-wrap {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uDV6MJ4eFC .images-wrap {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .cid-uDV6MJ4eFC .images-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
}
.cid-uDV6MJ4eFC .image-wrapper {
  max-width: 100%;
  width: 100%;
}
.cid-uDV6MJ4eFC .image-wrapper img {
  aspect-ratio: 0.9380863;
  width: 100%;
  object-fit: cover;
}
.cid-uDV6MJ4eFC .mbr-text,
.cid-uDV6MJ4eFC .mbr-section-btn {
  color: #000000;
}
.cid-uDV7MB9nMi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uDV7MB9nMi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDV7MB9nMi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDV7MB9nMi .main-wrap {
  display: grid;
  max-width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-uDV7MB9nMi .main-wrap {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-uDV7MB9nMi .card-col {
  height: 100%;
  padding: 0;
}
.cid-uDV7MB9nMi .card-wrapper {
  position: sticky;
  top: 120px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uDV7MB9nMi .card-wrapper {
    position: relative;
    top: 0;
  }
}
.cid-uDV7MB9nMi .card-title {
  padding-bottom: 16px;
  color: #000000;
}
.cid-uDV7MB9nMi .mbr-text {
  margin-top: 0;
  margin-bottom: 10px;
  color: #747474;
}
.cid-uDV7MB9nMi .mbr-section-btn {
  margin-top: 20px;
}
.cid-uDV7MB9nMi .images-wrap {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uDV7MB9nMi .images-wrap {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .cid-uDV7MB9nMi .images-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
}
.cid-uDV7MB9nMi .image-wrapper {
  max-width: 100%;
  width: 100%;
}
.cid-uDV7MB9nMi .image-wrapper img {
  aspect-ratio: 0.9380863;
  width: 100%;
  object-fit: cover;
}
.cid-uDV7MB9nMi .mbr-text,
.cid-uDV7MB9nMi .mbr-section-btn {
  color: #000000;
}
.cid-uDVfgtSelM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uDVfgtSelM .mbr-text {
  color: #FFFFFF;
}
.cid-uDVfgtSelM .media-container-row .mbr-text {
  color: #000000;
}
