.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 11rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 13.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 8.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 7.7rem;
    font-size: calc( 4.5rem + (11 - 4.5) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (4.5rem + (11 - 4.5) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((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: #6592e6 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !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: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !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: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !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: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !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: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !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: #6592e6;
  color: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !important;
  background-color: transparent!important;
  border-color: #2260d2 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: #ff0f0f !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  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: #000000 !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: #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: #6592e6 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #205ac5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !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: #6592e6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.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: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #6592e6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.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: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #6592e6;
}
/* 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: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.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: #6592e6;
  border-bottom-color: #6592e6;
}
.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: #6592e6 !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: #ff6666 !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='%236592e6' %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;
}
.cid-v29WLUljgF {
  display: flex;
  background-image: url("../../../assets/images/666.jpg-2000x2667.jpg");
}
.cid-v29WLUljgF .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-v29WLUljgF .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-v29WLUljgF {
    align-items: flex-end;
  }
  .cid-v29WLUljgF .row {
    justify-content: flex-end;
  }
  .cid-v29WLUljgF .content-wrap {
    width: 100%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v29WLUljgF .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v29WLUljgF {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-v29WLUljgF .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v29WLUljgF .content-wrap {
    width: 100%;
  }
}
.cid-v29WLUljgF .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-v28nLcJbAg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v28nLcJbAg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v28nLcJbAg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v28nLcJbAg .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-v28nLcJbAg .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v28nLcJbAg .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v28nLcJbAg .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-v28nLcJbAg .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-v28nLcJbAg .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-v28nLcJbAg .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uGgWdOAHiL {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uGgWdOAHiL .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uGgWdOAHiL .item {
    margin-bottom: 1rem;
  }
}
.cid-uGgWdOAHiL .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uGgWdOAHiL .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uGgWdOAHiL .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uGgWdOAHiL .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uGgWdOAHiL .carousel-control,
.cid-uGgWdOAHiL .close {
  background: #1b1b1b;
}
.cid-uGgWdOAHiL .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uGgWdOAHiL .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uGgWdOAHiL .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uGgWdOAHiL .carousel-control-next span {
  margin-left: 5px;
}
.cid-uGgWdOAHiL .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uGgWdOAHiL .close::before {
  content: '\e91a';
}
.cid-uGgWdOAHiL .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uGgWdOAHiL .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uGgWdOAHiL .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uGgWdOAHiL .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uGgWdOAHiL .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uGgWdOAHiL .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uGgWdOAHiL .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uGgWdOAHiL .carousel-indicators li.active,
.cid-uGgWdOAHiL .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uGgWdOAHiL .carousel-indicators li::after,
.cid-uGgWdOAHiL .carousel-indicators li::before {
  content: none;
}
.cid-uGgWdOAHiL .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uGgWdOAHiL .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uGgWdOAHiL .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uGgWdOAHiL .carousel-indicators {
    display: none;
  }
}
.cid-uGgWdOAHiL .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uGgWdOAHiL .carousel-inner > .active {
  display: block;
}
.cid-uGgWdOAHiL .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uGgWdOAHiL .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uGgWdOAHiL .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uGgWdOAHiL .carousel-control,
  .cid-uGgWdOAHiL .carousel-indicators,
  .cid-uGgWdOAHiL .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uGgWdOAHiL .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uGgWdOAHiL .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uGgWdOAHiL .carousel-indicators .active,
.cid-uGgWdOAHiL .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uGgWdOAHiL .carousel-indicators .active {
  background: #fff;
}
.cid-uGgWdOAHiL .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uGgWdOAHiL .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uGgWdOAHiL .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uGgWdOAHiL .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uGgWdOAHiL .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uGgWdOAHiL .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uGgWdOAHiL .carousel {
  width: 100%;
}
.cid-uGgWdOAHiL .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uGgWdOAHiL .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uGgWdOAHiL .modal.fade .modal-dialog,
.cid-uGgWdOAHiL .modal.in .modal-dialog {
  transform: none;
}
.cid-uGgWdOAHiL .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uGgWdOAHiL .content-head {
  max-width: 800px;
}
.cid-uGh376sD10 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uGh376sD10 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGh376sD10 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGh376sD10 .google-map {
  height: 30rem;
  position: relative;
}
.cid-uGh376sD10 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uGh376sD10 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uGh376sD10 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uGh376sD10 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uGh3xxgVPD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uGh3xxgVPD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGh3xxgVPD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGh3xxgVPD .google-map {
  height: 30rem;
  position: relative;
}
.cid-uGh3xxgVPD .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uGh3xxgVPD .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uGh3xxgVPD .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uGh3xxgVPD .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uGWjEFntsg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uGWjEFntsg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGWjEFntsg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGWjEFntsg .card-wrapper {
  background: #000000;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uGWjEFntsg .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uGWjEFntsg .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uGWjEFntsg .card-wrapper {
    padding: 4rem;
  }
}
.cid-uGWjEFntsg .mbr-text,
.cid-uGWjEFntsg .mbr-section-btn {
  color: #ffffff;
}
.cid-uGWjEFntsg .card-title,
.cid-uGWjEFntsg .card-box {
  text-align: center;
}
.cid-uGVgWViGvT {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uGVgWViGvT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGVgWViGvT .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-uGVgWViGvT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uGVgWViGvT .row {
  flex-direction: row-reverse;
}
.cid-uGVgWViGvT img {
  width: 100%;
}
.cid-uGVgWViGvT .mbr-description {
  text-align: center;
}
.cid-uGVhx7W4ab {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uGVhx7W4ab img,
.cid-uGVhx7W4ab .item-img {
  width: 100%;
}
.cid-uGVhx7W4ab .item:focus,
.cid-uGVhx7W4ab span:focus {
  outline: none;
}
.cid-uGVhx7W4ab .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uGVhx7W4ab .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uGVhx7W4ab .item {
  padding: 0;
  margin: 0;
}
.cid-uGVhx7W4ab .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uGVhx7W4ab .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uGVhx7W4ab .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uGVhx7W4ab .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uGVhx7W4ab .mbr-section-title {
  color: #232323;
}
.cid-uGVtKWt61l {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uGVtKWt61l img,
.cid-uGVtKWt61l .item-img {
  width: 100%;
}
.cid-uGVtKWt61l .item:focus,
.cid-uGVtKWt61l span:focus {
  outline: none;
}
.cid-uGVtKWt61l .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uGVtKWt61l .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uGVtKWt61l .item {
  padding: 0;
  margin: 0;
}
.cid-uGVtKWt61l .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uGVtKWt61l .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uGVtKWt61l .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uGVtKWt61l .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uGVtKWt61l .mbr-section-title {
  color: #232323;
}
.cid-uGh6bUTifH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uGh6bUTifH img,
.cid-uGh6bUTifH .item-img {
  width: 100%;
}
.cid-uGh6bUTifH .item:focus,
.cid-uGh6bUTifH span:focus {
  outline: none;
}
.cid-uGh6bUTifH .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uGh6bUTifH .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uGh6bUTifH .item {
  padding: 0;
  margin: 0;
}
.cid-uGh6bUTifH .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uGh6bUTifH .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uGh6bUTifH .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uGh6bUTifH .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uGh6bUTifH .mbr-section-title {
  color: #232323;
}
.cid-uI4vjy04yX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uI4vjy04yX img,
.cid-uI4vjy04yX .item-img {
  width: 100%;
}
.cid-uI4vjy04yX .item:focus,
.cid-uI4vjy04yX span:focus {
  outline: none;
}
.cid-uI4vjy04yX .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uI4vjy04yX .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uI4vjy04yX .item {
  padding: 0;
  margin: 0;
}
.cid-uI4vjy04yX .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uI4vjy04yX .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uI4vjy04yX .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uI4vjy04yX .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uI4vjy04yX .mbr-section-title {
  color: #232323;
}
.cid-uGVjmFqSgJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uGVjmFqSgJ img,
.cid-uGVjmFqSgJ .item-img {
  width: 100%;
}
.cid-uGVjmFqSgJ .item:focus,
.cid-uGVjmFqSgJ span:focus {
  outline: none;
}
.cid-uGVjmFqSgJ .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uGVjmFqSgJ .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uGVjmFqSgJ .item {
  padding: 0;
  margin: 0;
}
.cid-uGVjmFqSgJ .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uGVjmFqSgJ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uGVjmFqSgJ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uGVjmFqSgJ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uGVjmFqSgJ .mbr-section-title {
  color: #232323;
}
.cid-uGViKGCSGg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uGViKGCSGg img,
.cid-uGViKGCSGg .item-img {
  width: 100%;
}
.cid-uGViKGCSGg .item:focus,
.cid-uGViKGCSGg span:focus {
  outline: none;
}
.cid-uGViKGCSGg .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uGViKGCSGg .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uGViKGCSGg .item {
  padding: 0;
  margin: 0;
}
.cid-uGViKGCSGg .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uGViKGCSGg .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uGViKGCSGg .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uGViKGCSGg .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uGViKGCSGg .mbr-section-title {
  color: #232323;
}
.cid-uGVjNJ5L9g {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uGVjNJ5L9g img,
.cid-uGVjNJ5L9g .item-img {
  width: 100%;
}
.cid-uGVjNJ5L9g .item:focus,
.cid-uGVjNJ5L9g span:focus {
  outline: none;
}
.cid-uGVjNJ5L9g .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uGVjNJ5L9g .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uGVjNJ5L9g .item {
  padding: 0;
  margin: 0;
}
.cid-uGVjNJ5L9g .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uGVjNJ5L9g .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uGVjNJ5L9g .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uGVjNJ5L9g .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uGVjNJ5L9g .mbr-section-title {
  color: #232323;
}
.cid-uGVk1eoh4O {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uGVk1eoh4O img,
.cid-uGVk1eoh4O .item-img {
  width: 100%;
}
.cid-uGVk1eoh4O .item:focus,
.cid-uGVk1eoh4O span:focus {
  outline: none;
}
.cid-uGVk1eoh4O .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uGVk1eoh4O .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uGVk1eoh4O .item {
  padding: 0;
  margin: 0;
}
.cid-uGVk1eoh4O .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uGVk1eoh4O .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uGVk1eoh4O .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uGVk1eoh4O .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uGVk1eoh4O .mbr-section-title {
  color: #232323;
}
.cid-uGh6M5qQ25 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uGh6M5qQ25 img,
.cid-uGh6M5qQ25 .item-img {
  width: 100%;
}
.cid-uGh6M5qQ25 .item:focus,
.cid-uGh6M5qQ25 span:focus {
  outline: none;
}
.cid-uGh6M5qQ25 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uGh6M5qQ25 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uGh6M5qQ25 .item {
  padding: 0;
  margin: 0;
}
.cid-uGh6M5qQ25 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uGh6M5qQ25 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uGh6M5qQ25 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uGh6M5qQ25 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uGh6M5qQ25 .mbr-section-title {
  color: #232323;
}
.cid-uGVnleAH1o {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uGVnleAH1o img,
.cid-uGVnleAH1o .item-img {
  width: 100%;
}
.cid-uGVnleAH1o .item:focus,
.cid-uGVnleAH1o span:focus {
  outline: none;
}
.cid-uGVnleAH1o .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uGVnleAH1o .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uGVnleAH1o .item {
  padding: 0;
  margin: 0;
}
.cid-uGVnleAH1o .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uGVnleAH1o .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uGVnleAH1o .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uGVnleAH1o .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uGVnleAH1o .mbr-section-title {
  color: #232323;
}
.cid-uGVnLXOip9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uGVnLXOip9 img,
.cid-uGVnLXOip9 .item-img {
  width: 100%;
}
.cid-uGVnLXOip9 .item:focus,
.cid-uGVnLXOip9 span:focus {
  outline: none;
}
.cid-uGVnLXOip9 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uGVnLXOip9 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uGVnLXOip9 .item {
  padding: 0;
  margin: 0;
}
.cid-uGVnLXOip9 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uGVnLXOip9 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uGVnLXOip9 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uGVnLXOip9 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uGVnLXOip9 .mbr-section-title {
  color: #232323;
}
.cid-uGVoyagRIh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uGVoyagRIh img,
.cid-uGVoyagRIh .item-img {
  width: 100%;
}
.cid-uGVoyagRIh .item:focus,
.cid-uGVoyagRIh span:focus {
  outline: none;
}
.cid-uGVoyagRIh .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uGVoyagRIh .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uGVoyagRIh .item {
  padding: 0;
  margin: 0;
}
.cid-uGVoyagRIh .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uGVoyagRIh .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uGVoyagRIh .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uGVoyagRIh .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uGVoyagRIh .mbr-section-title {
  color: #232323;
}
.cid-uGVpo9S2Ir {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uGVpo9S2Ir img,
.cid-uGVpo9S2Ir .item-img {
  width: 100%;
}
.cid-uGVpo9S2Ir .item:focus,
.cid-uGVpo9S2Ir span:focus {
  outline: none;
}
.cid-uGVpo9S2Ir .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uGVpo9S2Ir .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uGVpo9S2Ir .item {
  padding: 0;
  margin: 0;
}
.cid-uGVpo9S2Ir .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uGVpo9S2Ir .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uGVpo9S2Ir .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uGVpo9S2Ir .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uGVpo9S2Ir .mbr-section-title {
  color: #232323;
}
.cid-uGVpBuUz9Q {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uGVpBuUz9Q img,
.cid-uGVpBuUz9Q .item-img {
  width: 100%;
}
.cid-uGVpBuUz9Q .item:focus,
.cid-uGVpBuUz9Q span:focus {
  outline: none;
}
.cid-uGVpBuUz9Q .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uGVpBuUz9Q .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uGVpBuUz9Q .item {
  padding: 0;
  margin: 0;
}
.cid-uGVpBuUz9Q .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uGVpBuUz9Q .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uGVpBuUz9Q .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uGVpBuUz9Q .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uGVpBuUz9Q .mbr-section-title {
  color: #232323;
}
.cid-uI4PBRTeUC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uI4PBRTeUC img,
.cid-uI4PBRTeUC .item-img {
  width: 100%;
}
.cid-uI4PBRTeUC .item:focus,
.cid-uI4PBRTeUC span:focus {
  outline: none;
}
.cid-uI4PBRTeUC .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uI4PBRTeUC .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uI4PBRTeUC .item {
  padding: 0;
  margin: 0;
}
.cid-uI4PBRTeUC .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uI4PBRTeUC .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uI4PBRTeUC .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uI4PBRTeUC .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uI4PBRTeUC .mbr-section-title {
  color: #232323;
}
.cid-uGVqlWEg20 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uGVqlWEg20 img,
.cid-uGVqlWEg20 .item-img {
  width: 100%;
}
.cid-uGVqlWEg20 .item:focus,
.cid-uGVqlWEg20 span:focus {
  outline: none;
}
.cid-uGVqlWEg20 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uGVqlWEg20 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uGVqlWEg20 .item {
  padding: 0;
  margin: 0;
}
.cid-uGVqlWEg20 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uGVqlWEg20 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uGVqlWEg20 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uGVqlWEg20 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uGVqlWEg20 .mbr-section-title {
  color: #232323;
}
.cid-uGVrJxFqMo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uGVrJxFqMo img,
.cid-uGVrJxFqMo .item-img {
  width: 100%;
}
.cid-uGVrJxFqMo .item:focus,
.cid-uGVrJxFqMo span:focus {
  outline: none;
}
.cid-uGVrJxFqMo .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uGVrJxFqMo .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uGVrJxFqMo .item {
  padding: 0;
  margin: 0;
}
.cid-uGVrJxFqMo .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uGVrJxFqMo .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uGVrJxFqMo .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uGVrJxFqMo .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uGVrJxFqMo .mbr-section-title {
  color: #232323;
}
.cid-uGVsbHoUP2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uGVsbHoUP2 img,
.cid-uGVsbHoUP2 .item-img {
  width: 100%;
}
.cid-uGVsbHoUP2 .item:focus,
.cid-uGVsbHoUP2 span:focus {
  outline: none;
}
.cid-uGVsbHoUP2 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uGVsbHoUP2 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uGVsbHoUP2 .item {
  padding: 0;
  margin: 0;
}
.cid-uGVsbHoUP2 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uGVsbHoUP2 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uGVsbHoUP2 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uGVsbHoUP2 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uGVsbHoUP2 .mbr-section-title {
  color: #232323;
}
.cid-uGVsAfafqS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uGVsAfafqS img,
.cid-uGVsAfafqS .item-img {
  width: 100%;
}
.cid-uGVsAfafqS .item:focus,
.cid-uGVsAfafqS span:focus {
  outline: none;
}
.cid-uGVsAfafqS .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uGVsAfafqS .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uGVsAfafqS .item {
  padding: 0;
  margin: 0;
}
.cid-uGVsAfafqS .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uGVsAfafqS .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uGVsAfafqS .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uGVsAfafqS .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uGVsAfafqS .mbr-section-title {
  color: #232323;
}
.cid-uGVsPGZITp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uGVsPGZITp img,
.cid-uGVsPGZITp .item-img {
  width: 100%;
}
.cid-uGVsPGZITp .item:focus,
.cid-uGVsPGZITp span:focus {
  outline: none;
}
.cid-uGVsPGZITp .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uGVsPGZITp .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uGVsPGZITp .item {
  padding: 0;
  margin: 0;
}
.cid-uGVsPGZITp .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uGVsPGZITp .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uGVsPGZITp .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uGVsPGZITp .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uGVsPGZITp .mbr-section-title {
  color: #232323;
}
.cid-uGWjKdHOQ2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uGWjKdHOQ2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGWjKdHOQ2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGWjKdHOQ2 .card-wrapper {
  background: #000000;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uGWjKdHOQ2 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uGWjKdHOQ2 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uGWjKdHOQ2 .card-wrapper {
    padding: 4rem;
  }
}
.cid-uGWjKdHOQ2 .mbr-text,
.cid-uGWjKdHOQ2 .mbr-section-btn {
  color: #ffffff;
}
.cid-uGWjKdHOQ2 .card-title,
.cid-uGWjKdHOQ2 .card-box {
  text-align: center;
}
.cid-uGVA1Ixx7z {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uGVA1Ixx7z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGVA1Ixx7z .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-uGVA1Ixx7z .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uGVA1Ixx7z .row {
  flex-direction: row-reverse;
}
.cid-uGVA1Ixx7z img {
  width: 100%;
}
.cid-uGVA1Ixx7z .mbr-description {
  text-align: center;
}
.cid-uGh594AXfH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uGh594AXfH img,
.cid-uGh594AXfH .item-img {
  width: 100%;
}
.cid-uGh594AXfH .item:focus,
.cid-uGh594AXfH span:focus {
  outline: none;
}
.cid-uGh594AXfH .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uGh594AXfH .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uGh594AXfH .item {
  padding: 0;
  margin: 0;
}
.cid-uGh594AXfH .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uGh594AXfH .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uGh594AXfH .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uGh594AXfH .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uGh594AXfH .mbr-section-title {
  color: #232323;
}
.cid-uGVAIpMAaf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uGVAIpMAaf img,
.cid-uGVAIpMAaf .item-img {
  width: 100%;
}
.cid-uGVAIpMAaf .item:focus,
.cid-uGVAIpMAaf span:focus {
  outline: none;
}
.cid-uGVAIpMAaf .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uGVAIpMAaf .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uGVAIpMAaf .item {
  padding: 0;
  margin: 0;
}
.cid-uGVAIpMAaf .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uGVAIpMAaf .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uGVAIpMAaf .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uGVAIpMAaf .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uGVAIpMAaf .mbr-section-title {
  color: #232323;
}
.cid-uGVBcfz3Bc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uGVBcfz3Bc img,
.cid-uGVBcfz3Bc .item-img {
  width: 100%;
}
.cid-uGVBcfz3Bc .item:focus,
.cid-uGVBcfz3Bc span:focus {
  outline: none;
}
.cid-uGVBcfz3Bc .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uGVBcfz3Bc .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uGVBcfz3Bc .item {
  padding: 0;
  margin: 0;
}
.cid-uGVBcfz3Bc .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uGVBcfz3Bc .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uGVBcfz3Bc .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uGVBcfz3Bc .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uGVBcfz3Bc .mbr-section-title {
  color: #232323;
}
.cid-uGVBGJEmEX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uGVBGJEmEX img,
.cid-uGVBGJEmEX .item-img {
  width: 100%;
}
.cid-uGVBGJEmEX .item:focus,
.cid-uGVBGJEmEX span:focus {
  outline: none;
}
.cid-uGVBGJEmEX .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uGVBGJEmEX .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uGVBGJEmEX .item {
  padding: 0;
  margin: 0;
}
.cid-uGVBGJEmEX .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uGVBGJEmEX .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uGVBGJEmEX .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uGVBGJEmEX .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uGVBGJEmEX .mbr-section-title {
  color: #232323;
}
.cid-uGVC0qJhW8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uGVC0qJhW8 img,
.cid-uGVC0qJhW8 .item-img {
  width: 100%;
}
.cid-uGVC0qJhW8 .item:focus,
.cid-uGVC0qJhW8 span:focus {
  outline: none;
}
.cid-uGVC0qJhW8 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uGVC0qJhW8 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uGVC0qJhW8 .item {
  padding: 0;
  margin: 0;
}
.cid-uGVC0qJhW8 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uGVC0qJhW8 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uGVC0qJhW8 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uGVC0qJhW8 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uGVC0qJhW8 .mbr-section-title {
  color: #232323;
}
.cid-uI4QaHSG6W {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uI4QaHSG6W img,
.cid-uI4QaHSG6W .item-img {
  width: 100%;
}
.cid-uI4QaHSG6W .item:focus,
.cid-uI4QaHSG6W span:focus {
  outline: none;
}
.cid-uI4QaHSG6W .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uI4QaHSG6W .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uI4QaHSG6W .item {
  padding: 0;
  margin: 0;
}
.cid-uI4QaHSG6W .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uI4QaHSG6W .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uI4QaHSG6W .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uI4QaHSG6W .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uI4QaHSG6W .mbr-section-title {
  color: #232323;
}
.cid-uGVCc5PNZz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uGVCc5PNZz img,
.cid-uGVCc5PNZz .item-img {
  width: 100%;
}
.cid-uGVCc5PNZz .item:focus,
.cid-uGVCc5PNZz span:focus {
  outline: none;
}
.cid-uGVCc5PNZz .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uGVCc5PNZz .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uGVCc5PNZz .item {
  padding: 0;
  margin: 0;
}
.cid-uGVCc5PNZz .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uGVCc5PNZz .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uGVCc5PNZz .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uGVCc5PNZz .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uGVCc5PNZz .mbr-section-title {
  color: #232323;
}
.cid-uGVCy7E18d {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uGVCy7E18d img,
.cid-uGVCy7E18d .item-img {
  width: 100%;
}
.cid-uGVCy7E18d .item:focus,
.cid-uGVCy7E18d span:focus {
  outline: none;
}
.cid-uGVCy7E18d .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uGVCy7E18d .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uGVCy7E18d .item {
  padding: 0;
  margin: 0;
}
.cid-uGVCy7E18d .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uGVCy7E18d .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uGVCy7E18d .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uGVCy7E18d .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uGVCy7E18d .mbr-section-title {
  color: #232323;
}
.cid-uGVCMFCNid {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uGVCMFCNid img,
.cid-uGVCMFCNid .item-img {
  width: 100%;
}
.cid-uGVCMFCNid .item:focus,
.cid-uGVCMFCNid span:focus {
  outline: none;
}
.cid-uGVCMFCNid .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uGVCMFCNid .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uGVCMFCNid .item {
  padding: 0;
  margin: 0;
}
.cid-uGVCMFCNid .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uGVCMFCNid .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uGVCMFCNid .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uGVCMFCNid .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uGVCMFCNid .mbr-section-title {
  color: #232323;
}
.cid-uGVEj0zySA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uGVEj0zySA img,
.cid-uGVEj0zySA .item-img {
  width: 100%;
}
.cid-uGVEj0zySA .item:focus,
.cid-uGVEj0zySA span:focus {
  outline: none;
}
.cid-uGVEj0zySA .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uGVEj0zySA .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uGVEj0zySA .item {
  padding: 0;
  margin: 0;
}
.cid-uGVEj0zySA .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uGVEj0zySA .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uGVEj0zySA .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uGVEj0zySA .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uGVEj0zySA .mbr-section-title {
  color: #232323;
}
.cid-uGVEFmEf7C {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uGVEFmEf7C img,
.cid-uGVEFmEf7C .item-img {
  width: 100%;
}
.cid-uGVEFmEf7C .item:focus,
.cid-uGVEFmEf7C span:focus {
  outline: none;
}
.cid-uGVEFmEf7C .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uGVEFmEf7C .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uGVEFmEf7C .item {
  padding: 0;
  margin: 0;
}
.cid-uGVEFmEf7C .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uGVEFmEf7C .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uGVEFmEf7C .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uGVEFmEf7C .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uGVEFmEf7C .mbr-section-title {
  color: #232323;
}
.cid-uGVEXiCIrD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uGVEXiCIrD img,
.cid-uGVEXiCIrD .item-img {
  width: 100%;
}
.cid-uGVEXiCIrD .item:focus,
.cid-uGVEXiCIrD span:focus {
  outline: none;
}
.cid-uGVEXiCIrD .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uGVEXiCIrD .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uGVEXiCIrD .item {
  padding: 0;
  margin: 0;
}
.cid-uGVEXiCIrD .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uGVEXiCIrD .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uGVEXiCIrD .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uGVEXiCIrD .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uGVEXiCIrD .mbr-section-title {
  color: #232323;
}
.cid-uGVF9Illdp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uGVF9Illdp img,
.cid-uGVF9Illdp .item-img {
  width: 100%;
}
.cid-uGVF9Illdp .item:focus,
.cid-uGVF9Illdp span:focus {
  outline: none;
}
.cid-uGVF9Illdp .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uGVF9Illdp .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uGVF9Illdp .item {
  padding: 0;
  margin: 0;
}
.cid-uGVF9Illdp .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uGVF9Illdp .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uGVF9Illdp .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uGVF9Illdp .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uGVF9Illdp .mbr-section-title {
  color: #232323;
}
.cid-uGVFqrH8SO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uGVFqrH8SO img,
.cid-uGVFqrH8SO .item-img {
  width: 100%;
}
.cid-uGVFqrH8SO .item:focus,
.cid-uGVFqrH8SO span:focus {
  outline: none;
}
.cid-uGVFqrH8SO .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uGVFqrH8SO .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uGVFqrH8SO .item {
  padding: 0;
  margin: 0;
}
.cid-uGVFqrH8SO .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uGVFqrH8SO .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uGVFqrH8SO .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uGVFqrH8SO .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uGVFqrH8SO .mbr-section-title {
  color: #232323;
}
.cid-uGVFEHXssU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uGVFEHXssU img,
.cid-uGVFEHXssU .item-img {
  width: 100%;
}
.cid-uGVFEHXssU .item:focus,
.cid-uGVFEHXssU span:focus {
  outline: none;
}
.cid-uGVFEHXssU .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uGVFEHXssU .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uGVFEHXssU .item {
  padding: 0;
  margin: 0;
}
.cid-uGVFEHXssU .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uGVFEHXssU .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uGVFEHXssU .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uGVFEHXssU .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uGVFEHXssU .mbr-section-title {
  color: #232323;
}
.cid-uGVFLzIpwt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uGVFLzIpwt img,
.cid-uGVFLzIpwt .item-img {
  width: 100%;
}
.cid-uGVFLzIpwt .item:focus,
.cid-uGVFLzIpwt span:focus {
  outline: none;
}
.cid-uGVFLzIpwt .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uGVFLzIpwt .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uGVFLzIpwt .item {
  padding: 0;
  margin: 0;
}
.cid-uGVFLzIpwt .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uGVFLzIpwt .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uGVFLzIpwt .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uGVFLzIpwt .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uGVFLzIpwt .mbr-section-title {
  color: #232323;
}
.cid-uGVGoc1kgg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uGVGoc1kgg img,
.cid-uGVGoc1kgg .item-img {
  width: 100%;
}
.cid-uGVGoc1kgg .item:focus,
.cid-uGVGoc1kgg span:focus {
  outline: none;
}
.cid-uGVGoc1kgg .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uGVGoc1kgg .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uGVGoc1kgg .item {
  padding: 0;
  margin: 0;
}
.cid-uGVGoc1kgg .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uGVGoc1kgg .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uGVGoc1kgg .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uGVGoc1kgg .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uGVGoc1kgg .mbr-section-title {
  color: #232323;
}
.cid-uJX5bqg8s3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uJX5bqg8s3 img,
.cid-uJX5bqg8s3 .item-img {
  width: 100%;
}
.cid-uJX5bqg8s3 .item:focus,
.cid-uJX5bqg8s3 span:focus {
  outline: none;
}
.cid-uJX5bqg8s3 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uJX5bqg8s3 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uJX5bqg8s3 .item {
  padding: 0;
  margin: 0;
}
.cid-uJX5bqg8s3 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uJX5bqg8s3 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uJX5bqg8s3 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uJX5bqg8s3 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uJX5bqg8s3 .mbr-section-title {
  color: #232323;
}
.cid-uJX4rhPaxC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uJX4rhPaxC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJX4rhPaxC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJX4rhPaxC .card-wrapper {
  background: #000000;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uJX4rhPaxC .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uJX4rhPaxC .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uJX4rhPaxC .card-wrapper {
    padding: 4rem;
  }
}
.cid-uJX4rhPaxC .mbr-text,
.cid-uJX4rhPaxC .mbr-section-btn {
  color: #ffffff;
}
.cid-uJX4rhPaxC .card-title,
.cid-uJX4rhPaxC .card-box {
  text-align: center;
}
.cid-uGVG7jew0B {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uGVG7jew0B img,
.cid-uGVG7jew0B .item-img {
  width: 100%;
}
.cid-uGVG7jew0B .item:focus,
.cid-uGVG7jew0B span:focus {
  outline: none;
}
.cid-uGVG7jew0B .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uGVG7jew0B .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uGVG7jew0B .item {
  padding: 0;
  margin: 0;
}
.cid-uGVG7jew0B .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uGVG7jew0B .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uGVG7jew0B .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uGVG7jew0B .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uGVG7jew0B .mbr-section-title {
  color: #232323;
}
.cid-uKOUSLxfiY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uKOUSLxfiY img,
.cid-uKOUSLxfiY .item-img {
  width: 100%;
}
.cid-uKOUSLxfiY .item:focus,
.cid-uKOUSLxfiY span:focus {
  outline: none;
}
.cid-uKOUSLxfiY .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uKOUSLxfiY .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uKOUSLxfiY .item {
  padding: 0;
  margin: 0;
}
.cid-uKOUSLxfiY .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uKOUSLxfiY .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKOUSLxfiY .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uKOUSLxfiY .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uKOUSLxfiY .mbr-section-title {
  color: #232323;
}
.cid-uKOVlbsLBt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uKOVlbsLBt img,
.cid-uKOVlbsLBt .item-img {
  width: 100%;
}
.cid-uKOVlbsLBt .item:focus,
.cid-uKOVlbsLBt span:focus {
  outline: none;
}
.cid-uKOVlbsLBt .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uKOVlbsLBt .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uKOVlbsLBt .item {
  padding: 0;
  margin: 0;
}
.cid-uKOVlbsLBt .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uKOVlbsLBt .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKOVlbsLBt .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uKOVlbsLBt .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uKOVlbsLBt .mbr-section-title {
  color: #232323;
}
.cid-uKOVIaHsv6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uKOVIaHsv6 img,
.cid-uKOVIaHsv6 .item-img {
  width: 100%;
}
.cid-uKOVIaHsv6 .item:focus,
.cid-uKOVIaHsv6 span:focus {
  outline: none;
}
.cid-uKOVIaHsv6 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uKOVIaHsv6 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uKOVIaHsv6 .item {
  padding: 0;
  margin: 0;
}
.cid-uKOVIaHsv6 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uKOVIaHsv6 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKOVIaHsv6 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uKOVIaHsv6 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uKOVIaHsv6 .mbr-section-title {
  color: #232323;
}
.cid-uKOWfDwdCa {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uKOWfDwdCa img,
.cid-uKOWfDwdCa .item-img {
  width: 100%;
}
.cid-uKOWfDwdCa .item:focus,
.cid-uKOWfDwdCa span:focus {
  outline: none;
}
.cid-uKOWfDwdCa .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uKOWfDwdCa .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uKOWfDwdCa .item {
  padding: 0;
  margin: 0;
}
.cid-uKOWfDwdCa .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uKOWfDwdCa .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKOWfDwdCa .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uKOWfDwdCa .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uKOWfDwdCa .mbr-section-title {
  color: #232323;
}
.cid-uKOWSQD8g4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uKOWSQD8g4 img,
.cid-uKOWSQD8g4 .item-img {
  width: 100%;
}
.cid-uKOWSQD8g4 .item:focus,
.cid-uKOWSQD8g4 span:focus {
  outline: none;
}
.cid-uKOWSQD8g4 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uKOWSQD8g4 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uKOWSQD8g4 .item {
  padding: 0;
  margin: 0;
}
.cid-uKOWSQD8g4 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uKOWSQD8g4 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKOWSQD8g4 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uKOWSQD8g4 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uKOWSQD8g4 .mbr-section-title {
  color: #232323;
}
.cid-uKOXsrF7lq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uKOXsrF7lq img,
.cid-uKOXsrF7lq .item-img {
  width: 100%;
}
.cid-uKOXsrF7lq .item:focus,
.cid-uKOXsrF7lq span:focus {
  outline: none;
}
.cid-uKOXsrF7lq .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uKOXsrF7lq .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uKOXsrF7lq .item {
  padding: 0;
  margin: 0;
}
.cid-uKOXsrF7lq .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uKOXsrF7lq .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKOXsrF7lq .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uKOXsrF7lq .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uKOXsrF7lq .mbr-section-title {
  color: #232323;
}
.cid-uKOXSuZx3j {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uKOXSuZx3j img,
.cid-uKOXSuZx3j .item-img {
  width: 100%;
}
.cid-uKOXSuZx3j .item:focus,
.cid-uKOXSuZx3j span:focus {
  outline: none;
}
.cid-uKOXSuZx3j .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uKOXSuZx3j .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uKOXSuZx3j .item {
  padding: 0;
  margin: 0;
}
.cid-uKOXSuZx3j .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uKOXSuZx3j .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKOXSuZx3j .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uKOXSuZx3j .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uKOXSuZx3j .mbr-section-title {
  color: #232323;
}
.cid-uLhrw41gDm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uLhrw41gDm img,
.cid-uLhrw41gDm .item-img {
  width: 100%;
}
.cid-uLhrw41gDm .item:focus,
.cid-uLhrw41gDm span:focus {
  outline: none;
}
.cid-uLhrw41gDm .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uLhrw41gDm .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uLhrw41gDm .item {
  padding: 0;
  margin: 0;
}
.cid-uLhrw41gDm .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uLhrw41gDm .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLhrw41gDm .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uLhrw41gDm .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uLhrw41gDm .mbr-section-title {
  color: #232323;
}
.cid-uLhsuvGBSu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uLhsuvGBSu img,
.cid-uLhsuvGBSu .item-img {
  width: 100%;
}
.cid-uLhsuvGBSu .item:focus,
.cid-uLhsuvGBSu span:focus {
  outline: none;
}
.cid-uLhsuvGBSu .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uLhsuvGBSu .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uLhsuvGBSu .item {
  padding: 0;
  margin: 0;
}
.cid-uLhsuvGBSu .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uLhsuvGBSu .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLhsuvGBSu .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uLhsuvGBSu .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uLhsuvGBSu .mbr-section-title {
  color: #232323;
}
.cid-uLhzmUsrvt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uLhzmUsrvt img,
.cid-uLhzmUsrvt .item-img {
  width: 100%;
}
.cid-uLhzmUsrvt .item:focus,
.cid-uLhzmUsrvt span:focus {
  outline: none;
}
.cid-uLhzmUsrvt .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uLhzmUsrvt .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uLhzmUsrvt .item {
  padding: 0;
  margin: 0;
}
.cid-uLhzmUsrvt .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uLhzmUsrvt .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLhzmUsrvt .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uLhzmUsrvt .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uLhzmUsrvt .mbr-section-title {
  color: #232323;
}
.cid-vdAEG8nEoC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vdAEG8nEoC img,
.cid-vdAEG8nEoC .item-img {
  width: 100%;
}
.cid-vdAEG8nEoC .item:focus,
.cid-vdAEG8nEoC span:focus {
  outline: none;
}
.cid-vdAEG8nEoC .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vdAEG8nEoC .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vdAEG8nEoC .item {
  padding: 0;
  margin: 0;
}
.cid-vdAEG8nEoC .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vdAEG8nEoC .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vdAEG8nEoC .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vdAEG8nEoC .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vdAEG8nEoC .mbr-section-title {
  color: #232323;
}
.cid-uLhsYghaEX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uLhsYghaEX img,
.cid-uLhsYghaEX .item-img {
  width: 100%;
}
.cid-uLhsYghaEX .item:focus,
.cid-uLhsYghaEX span:focus {
  outline: none;
}
.cid-uLhsYghaEX .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uLhsYghaEX .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uLhsYghaEX .item {
  padding: 0;
  margin: 0;
}
.cid-uLhsYghaEX .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uLhsYghaEX .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLhsYghaEX .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uLhsYghaEX .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uLhsYghaEX .mbr-section-title {
  color: #232323;
}
.cid-vcTIwZW4iZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vcTIwZW4iZ img,
.cid-vcTIwZW4iZ .item-img {
  width: 100%;
}
.cid-vcTIwZW4iZ .item:focus,
.cid-vcTIwZW4iZ span:focus {
  outline: none;
}
.cid-vcTIwZW4iZ .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vcTIwZW4iZ .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vcTIwZW4iZ .item {
  padding: 0;
  margin: 0;
}
.cid-vcTIwZW4iZ .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vcTIwZW4iZ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vcTIwZW4iZ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vcTIwZW4iZ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcTIwZW4iZ .mbr-section-title {
  color: #232323;
}
.cid-vcTJigAFnI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vcTJigAFnI img,
.cid-vcTJigAFnI .item-img {
  width: 100%;
}
.cid-vcTJigAFnI .item:focus,
.cid-vcTJigAFnI span:focus {
  outline: none;
}
.cid-vcTJigAFnI .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vcTJigAFnI .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vcTJigAFnI .item {
  padding: 0;
  margin: 0;
}
.cid-vcTJigAFnI .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vcTJigAFnI .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vcTJigAFnI .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vcTJigAFnI .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcTJigAFnI .mbr-section-title {
  color: #232323;
}
.cid-uLhtq2NjTX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uLhtq2NjTX img,
.cid-uLhtq2NjTX .item-img {
  width: 100%;
}
.cid-uLhtq2NjTX .item:focus,
.cid-uLhtq2NjTX span:focus {
  outline: none;
}
.cid-uLhtq2NjTX .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uLhtq2NjTX .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uLhtq2NjTX .item {
  padding: 0;
  margin: 0;
}
.cid-uLhtq2NjTX .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uLhtq2NjTX .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLhtq2NjTX .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uLhtq2NjTX .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uLhtq2NjTX .mbr-section-title {
  color: #232323;
}
.cid-veTrm51OmB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-veTrm51OmB img,
.cid-veTrm51OmB .item-img {
  width: 100%;
}
.cid-veTrm51OmB .item:focus,
.cid-veTrm51OmB span:focus {
  outline: none;
}
.cid-veTrm51OmB .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-veTrm51OmB .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-veTrm51OmB .item {
  padding: 0;
  margin: 0;
}
.cid-veTrm51OmB .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-veTrm51OmB .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-veTrm51OmB .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-veTrm51OmB .mbr-section-btn {
  margin-top: auto !important;
}
.cid-veTrm51OmB .mbr-section-title {
  color: #232323;
}
.cid-uLrVHMioRS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uLrVHMioRS img,
.cid-uLrVHMioRS .item-img {
  width: 100%;
}
.cid-uLrVHMioRS .item:focus,
.cid-uLrVHMioRS span:focus {
  outline: none;
}
.cid-uLrVHMioRS .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uLrVHMioRS .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uLrVHMioRS .item {
  padding: 0;
  margin: 0;
}
.cid-uLrVHMioRS .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uLrVHMioRS .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLrVHMioRS .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uLrVHMioRS .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uLrVHMioRS .mbr-section-title {
  color: #232323;
}
.cid-uLs5v6zXgu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uLs5v6zXgu img,
.cid-uLs5v6zXgu .item-img {
  width: 100%;
}
.cid-uLs5v6zXgu .item:focus,
.cid-uLs5v6zXgu span:focus {
  outline: none;
}
.cid-uLs5v6zXgu .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uLs5v6zXgu .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uLs5v6zXgu .item {
  padding: 0;
  margin: 0;
}
.cid-uLs5v6zXgu .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uLs5v6zXgu .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLs5v6zXgu .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uLs5v6zXgu .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uLs5v6zXgu .mbr-section-title {
  color: #232323;
}
.cid-veTrI8SuKe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-veTrI8SuKe img,
.cid-veTrI8SuKe .item-img {
  width: 100%;
}
.cid-veTrI8SuKe .item:focus,
.cid-veTrI8SuKe span:focus {
  outline: none;
}
.cid-veTrI8SuKe .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-veTrI8SuKe .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-veTrI8SuKe .item {
  padding: 0;
  margin: 0;
}
.cid-veTrI8SuKe .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-veTrI8SuKe .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-veTrI8SuKe .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-veTrI8SuKe .mbr-section-btn {
  margin-top: auto !important;
}
.cid-veTrI8SuKe .mbr-section-title {
  color: #232323;
}
.cid-uLs6243JJw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uLs6243JJw img,
.cid-uLs6243JJw .item-img {
  width: 100%;
}
.cid-uLs6243JJw .item:focus,
.cid-uLs6243JJw span:focus {
  outline: none;
}
.cid-uLs6243JJw .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uLs6243JJw .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uLs6243JJw .item {
  padding: 0;
  margin: 0;
}
.cid-uLs6243JJw .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uLs6243JJw .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLs6243JJw .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uLs6243JJw .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uLs6243JJw .mbr-section-title {
  color: #232323;
}
.cid-uLhtGiFKwk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uLhtGiFKwk img,
.cid-uLhtGiFKwk .item-img {
  width: 100%;
}
.cid-uLhtGiFKwk .item:focus,
.cid-uLhtGiFKwk span:focus {
  outline: none;
}
.cid-uLhtGiFKwk .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uLhtGiFKwk .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uLhtGiFKwk .item {
  padding: 0;
  margin: 0;
}
.cid-uLhtGiFKwk .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uLhtGiFKwk .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLhtGiFKwk .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uLhtGiFKwk .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uLhtGiFKwk .mbr-section-title {
  color: #232323;
}
.cid-uLhu6TNgxi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uLhu6TNgxi img,
.cid-uLhu6TNgxi .item-img {
  width: 100%;
}
.cid-uLhu6TNgxi .item:focus,
.cid-uLhu6TNgxi span:focus {
  outline: none;
}
.cid-uLhu6TNgxi .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uLhu6TNgxi .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uLhu6TNgxi .item {
  padding: 0;
  margin: 0;
}
.cid-uLhu6TNgxi .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uLhu6TNgxi .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLhu6TNgxi .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uLhu6TNgxi .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uLhu6TNgxi .mbr-section-title {
  color: #232323;
}
.cid-uLhuCR24TU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uLhuCR24TU img,
.cid-uLhuCR24TU .item-img {
  width: 100%;
}
.cid-uLhuCR24TU .item:focus,
.cid-uLhuCR24TU span:focus {
  outline: none;
}
.cid-uLhuCR24TU .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uLhuCR24TU .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-uLhuCR24TU .item {
  padding: 0;
  margin: 0;
}
.cid-uLhuCR24TU .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uLhuCR24TU .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uLhuCR24TU .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uLhuCR24TU .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uLhuCR24TU .mbr-section-title {
  color: #232323;
}
.cid-uJX61ZaEk6 {
  background-color: #ffffff;
}
.cid-uJX61ZaEk6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJX61ZaEk6 .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-uJX61ZaEk6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uJX61ZaEk6 .row {
  flex-direction: row-reverse;
}
.cid-uJX61ZaEk6 img {
  width: 100%;
}
.cid-uHwyk6ocvk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-v2sQ33jDow {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-v2sQ33jDow .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v2sQ33jDow .item {
    margin-bottom: 1rem;
  }
}
.cid-v2sQ33jDow .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-v2sQ33jDow .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v2sQ33jDow .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-v2sQ33jDow .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-v2sQ33jDow .carousel-control,
.cid-v2sQ33jDow .close {
  background: #1b1b1b;
}
.cid-v2sQ33jDow .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v2sQ33jDow .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v2sQ33jDow .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v2sQ33jDow .carousel-control-next span {
  margin-left: 5px;
}
.cid-v2sQ33jDow .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v2sQ33jDow .close::before {
  content: '\e91a';
}
.cid-v2sQ33jDow .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v2sQ33jDow .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v2sQ33jDow .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v2sQ33jDow .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v2sQ33jDow .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v2sQ33jDow .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v2sQ33jDow .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v2sQ33jDow .carousel-indicators li.active,
.cid-v2sQ33jDow .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v2sQ33jDow .carousel-indicators li::after,
.cid-v2sQ33jDow .carousel-indicators li::before {
  content: none;
}
.cid-v2sQ33jDow .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v2sQ33jDow .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v2sQ33jDow .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v2sQ33jDow .carousel-indicators {
    display: none;
  }
}
.cid-v2sQ33jDow .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v2sQ33jDow .carousel-inner > .active {
  display: block;
}
.cid-v2sQ33jDow .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v2sQ33jDow .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v2sQ33jDow .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v2sQ33jDow .carousel-control,
  .cid-v2sQ33jDow .carousel-indicators,
  .cid-v2sQ33jDow .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v2sQ33jDow .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v2sQ33jDow .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v2sQ33jDow .carousel-indicators .active,
.cid-v2sQ33jDow .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v2sQ33jDow .carousel-indicators .active {
  background: #fff;
}
.cid-v2sQ33jDow .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v2sQ33jDow .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v2sQ33jDow .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v2sQ33jDow .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v2sQ33jDow .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v2sQ33jDow .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v2sQ33jDow .carousel {
  width: 100%;
}
.cid-v2sQ33jDow .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v2sQ33jDow .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v2sQ33jDow .modal.fade .modal-dialog,
.cid-v2sQ33jDow .modal.in .modal-dialog {
  transform: none;
}
.cid-v2sQ33jDow .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v2sQ33jDow .content-head {
  max-width: 800px;
}
.cid-v2vtOdsLAj {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-v2vtOdsLAj .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v2vtOdsLAj .item {
    margin-bottom: 1rem;
  }
}
.cid-v2vtOdsLAj .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-v2vtOdsLAj .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-v2vtOdsLAj .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-v2vtOdsLAj .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-v2vtOdsLAj .carousel-control,
.cid-v2vtOdsLAj .close {
  background: #1b1b1b;
}
.cid-v2vtOdsLAj .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-v2vtOdsLAj .carousel-control-prev span {
  margin-right: 5px;
}
.cid-v2vtOdsLAj .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-v2vtOdsLAj .carousel-control-next span {
  margin-left: 5px;
}
.cid-v2vtOdsLAj .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v2vtOdsLAj .close::before {
  content: '\e91a';
}
.cid-v2vtOdsLAj .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v2vtOdsLAj .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-v2vtOdsLAj .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v2vtOdsLAj .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v2vtOdsLAj .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-v2vtOdsLAj .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-v2vtOdsLAj .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-v2vtOdsLAj .carousel-indicators li.active,
.cid-v2vtOdsLAj .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v2vtOdsLAj .carousel-indicators li::after,
.cid-v2vtOdsLAj .carousel-indicators li::before {
  content: none;
}
.cid-v2vtOdsLAj .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v2vtOdsLAj .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-v2vtOdsLAj .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-v2vtOdsLAj .carousel-indicators {
    display: none;
  }
}
.cid-v2vtOdsLAj .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-v2vtOdsLAj .carousel-inner > .active {
  display: block;
}
.cid-v2vtOdsLAj .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v2vtOdsLAj .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v2vtOdsLAj .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-v2vtOdsLAj .carousel-control,
  .cid-v2vtOdsLAj .carousel-indicators,
  .cid-v2vtOdsLAj .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-v2vtOdsLAj .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-v2vtOdsLAj .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-v2vtOdsLAj .carousel-indicators .active,
.cid-v2vtOdsLAj .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-v2vtOdsLAj .carousel-indicators .active {
  background: #fff;
}
.cid-v2vtOdsLAj .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-v2vtOdsLAj .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-v2vtOdsLAj .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v2vtOdsLAj .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-v2vtOdsLAj .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-v2vtOdsLAj .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-v2vtOdsLAj .carousel {
  width: 100%;
}
.cid-v2vtOdsLAj .modal-backdrop.in {
  opacity: 0.8;
}
.cid-v2vtOdsLAj .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-v2vtOdsLAj .modal.fade .modal-dialog,
.cid-v2vtOdsLAj .modal.in .modal-dialog {
  transform: none;
}
.cid-v2vtOdsLAj .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-v2vtOdsLAj .content-head {
  max-width: 800px;
}
.cid-vdPqAvHcDr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vdPqAvHcDr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdPqAvHcDr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdPqAvHcDr .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-vdPqAvHcDr .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vdPqAvHcDr .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vdPqAvHcDr .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vdPqAvHcDr .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-vdPqAvHcDr .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-vdPqAvHcDr .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vcTL0FnTLc {
  display: flex;
  background-image: url("../../../assets/images/666.jpg-2000x2667.jpg");
}
.cid-vcTL0FnTLc .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-vcTL0FnTLc .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-vcTL0FnTLc {
    align-items: flex-end;
  }
  .cid-vcTL0FnTLc .row {
    justify-content: flex-end;
  }
  .cid-vcTL0FnTLc .content-wrap {
    width: 100%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vcTL0FnTLc .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vcTL0FnTLc {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vcTL0FnTLc .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vcTL0FnTLc .content-wrap {
    width: 100%;
  }
}
.cid-vcTL0FnTLc .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-vcTL0FB4WW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vcTL0FB4WW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTL0FB4WW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTL0FB4WW .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-vcTL0FB4WW .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vcTL0FB4WW .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vcTL0FB4WW .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vcTL0FB4WW .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-vcTL0FB4WW .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-vcTL0FB4WW .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vcTL0FVfOh {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-vcTL0FVfOh .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vcTL0FVfOh .item {
    margin-bottom: 1rem;
  }
}
.cid-vcTL0FVfOh .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-vcTL0FVfOh .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vcTL0FVfOh .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-vcTL0FVfOh .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-vcTL0FVfOh .carousel-control,
.cid-vcTL0FVfOh .close {
  background: #1b1b1b;
}
.cid-vcTL0FVfOh .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vcTL0FVfOh .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vcTL0FVfOh .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vcTL0FVfOh .carousel-control-next span {
  margin-left: 5px;
}
.cid-vcTL0FVfOh .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vcTL0FVfOh .close::before {
  content: '\e91a';
}
.cid-vcTL0FVfOh .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vcTL0FVfOh .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vcTL0FVfOh .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcTL0FVfOh .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vcTL0FVfOh .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vcTL0FVfOh .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vcTL0FVfOh .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vcTL0FVfOh .carousel-indicators li.active,
.cid-vcTL0FVfOh .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vcTL0FVfOh .carousel-indicators li::after,
.cid-vcTL0FVfOh .carousel-indicators li::before {
  content: none;
}
.cid-vcTL0FVfOh .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vcTL0FVfOh .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vcTL0FVfOh .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vcTL0FVfOh .carousel-indicators {
    display: none;
  }
}
.cid-vcTL0FVfOh .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vcTL0FVfOh .carousel-inner > .active {
  display: block;
}
.cid-vcTL0FVfOh .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcTL0FVfOh .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vcTL0FVfOh .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vcTL0FVfOh .carousel-control,
  .cid-vcTL0FVfOh .carousel-indicators,
  .cid-vcTL0FVfOh .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vcTL0FVfOh .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vcTL0FVfOh .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vcTL0FVfOh .carousel-indicators .active,
.cid-vcTL0FVfOh .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vcTL0FVfOh .carousel-indicators .active {
  background: #fff;
}
.cid-vcTL0FVfOh .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vcTL0FVfOh .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vcTL0FVfOh .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vcTL0FVfOh .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vcTL0FVfOh .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vcTL0FVfOh .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vcTL0FVfOh .carousel {
  width: 100%;
}
.cid-vcTL0FVfOh .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vcTL0FVfOh .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vcTL0FVfOh .modal.fade .modal-dialog,
.cid-vcTL0FVfOh .modal.in .modal-dialog {
  transform: none;
}
.cid-vcTL0FVfOh .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vcTL0FVfOh .content-head {
  max-width: 800px;
}
.cid-vcTL0Gpo9n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-vcTL0Gpo9n .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTL0Gpo9n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTL0Gpo9n .google-map {
  height: 30rem;
  position: relative;
}
.cid-vcTL0Gpo9n .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vcTL0Gpo9n .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vcTL0Gpo9n .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vcTL0Gpo9n .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vcTL0GDvaN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-vcTL0GDvaN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTL0GDvaN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTL0GDvaN .google-map {
  height: 30rem;
  position: relative;
}
.cid-vcTL0GDvaN .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vcTL0GDvaN .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-vcTL0GDvaN .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vcTL0GDvaN .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vcTL0GTC7L {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vcTL0GTC7L .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTL0GTC7L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTL0GTC7L .card-wrapper {
  background: #000000;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-vcTL0GTC7L .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vcTL0GTC7L .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vcTL0GTC7L .card-wrapper {
    padding: 4rem;
  }
}
.cid-vcTL0GTC7L .mbr-text,
.cid-vcTL0GTC7L .mbr-section-btn {
  color: #ffffff;
}
.cid-vcTL0GTC7L .card-title,
.cid-vcTL0GTC7L .card-box {
  text-align: center;
}
.cid-vcTL0H71gp {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-vcTL0H71gp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTL0H71gp .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-vcTL0H71gp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vcTL0H71gp .row {
  flex-direction: row-reverse;
}
.cid-vcTL0H71gp img {
  width: 100%;
}
.cid-vcTL0H71gp .mbr-description {
  text-align: center;
}
.cid-vcTL0Hme4j {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vcTL0Hme4j img,
.cid-vcTL0Hme4j .item-img {
  width: 100%;
}
.cid-vcTL0Hme4j .item:focus,
.cid-vcTL0Hme4j span:focus {
  outline: none;
}
.cid-vcTL0Hme4j .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vcTL0Hme4j .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vcTL0Hme4j .item {
  padding: 0;
  margin: 0;
}
.cid-vcTL0Hme4j .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vcTL0Hme4j .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vcTL0Hme4j .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vcTL0Hme4j .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcTL0Hme4j .mbr-section-title {
  color: #232323;
}
.cid-vcTL0HHPyj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vcTL0HHPyj img,
.cid-vcTL0HHPyj .item-img {
  width: 100%;
}
.cid-vcTL0HHPyj .item:focus,
.cid-vcTL0HHPyj span:focus {
  outline: none;
}
.cid-vcTL0HHPyj .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vcTL0HHPyj .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vcTL0HHPyj .item {
  padding: 0;
  margin: 0;
}
.cid-vcTL0HHPyj .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vcTL0HHPyj .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vcTL0HHPyj .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vcTL0HHPyj .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcTL0HHPyj .mbr-section-title {
  color: #232323;
}
.cid-vcTL0I1OPR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vcTL0I1OPR img,
.cid-vcTL0I1OPR .item-img {
  width: 100%;
}
.cid-vcTL0I1OPR .item:focus,
.cid-vcTL0I1OPR span:focus {
  outline: none;
}
.cid-vcTL0I1OPR .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vcTL0I1OPR .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vcTL0I1OPR .item {
  padding: 0;
  margin: 0;
}
.cid-vcTL0I1OPR .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vcTL0I1OPR .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vcTL0I1OPR .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vcTL0I1OPR .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcTL0I1OPR .mbr-section-title {
  color: #232323;
}
.cid-vcTL0IljKy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vcTL0IljKy img,
.cid-vcTL0IljKy .item-img {
  width: 100%;
}
.cid-vcTL0IljKy .item:focus,
.cid-vcTL0IljKy span:focus {
  outline: none;
}
.cid-vcTL0IljKy .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vcTL0IljKy .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vcTL0IljKy .item {
  padding: 0;
  margin: 0;
}
.cid-vcTL0IljKy .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vcTL0IljKy .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vcTL0IljKy .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vcTL0IljKy .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcTL0IljKy .mbr-section-title {
  color: #232323;
}
.cid-vcTL0IFFIh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vcTL0IFFIh img,
.cid-vcTL0IFFIh .item-img {
  width: 100%;
}
.cid-vcTL0IFFIh .item:focus,
.cid-vcTL0IFFIh span:focus {
  outline: none;
}
.cid-vcTL0IFFIh .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vcTL0IFFIh .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vcTL0IFFIh .item {
  padding: 0;
  margin: 0;
}
.cid-vcTL0IFFIh .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vcTL0IFFIh .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vcTL0IFFIh .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vcTL0IFFIh .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcTL0IFFIh .mbr-section-title {
  color: #232323;
}
.cid-vcTL0JqTRD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vcTL0JqTRD img,
.cid-vcTL0JqTRD .item-img {
  width: 100%;
}
.cid-vcTL0JqTRD .item:focus,
.cid-vcTL0JqTRD span:focus {
  outline: none;
}
.cid-vcTL0JqTRD .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vcTL0JqTRD .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vcTL0JqTRD .item {
  padding: 0;
  margin: 0;
}
.cid-vcTL0JqTRD .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vcTL0JqTRD .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vcTL0JqTRD .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vcTL0JqTRD .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcTL0JqTRD .mbr-section-title {
  color: #232323;
}
.cid-vcTL0JIY9P {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vcTL0JIY9P img,
.cid-vcTL0JIY9P .item-img {
  width: 100%;
}
.cid-vcTL0JIY9P .item:focus,
.cid-vcTL0JIY9P span:focus {
  outline: none;
}
.cid-vcTL0JIY9P .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vcTL0JIY9P .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vcTL0JIY9P .item {
  padding: 0;
  margin: 0;
}
.cid-vcTL0JIY9P .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vcTL0JIY9P .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vcTL0JIY9P .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vcTL0JIY9P .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcTL0JIY9P .mbr-section-title {
  color: #232323;
}
.cid-vcTL0K1wJh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vcTL0K1wJh img,
.cid-vcTL0K1wJh .item-img {
  width: 100%;
}
.cid-vcTL0K1wJh .item:focus,
.cid-vcTL0K1wJh span:focus {
  outline: none;
}
.cid-vcTL0K1wJh .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vcTL0K1wJh .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vcTL0K1wJh .item {
  padding: 0;
  margin: 0;
}
.cid-vcTL0K1wJh .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vcTL0K1wJh .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vcTL0K1wJh .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vcTL0K1wJh .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcTL0K1wJh .mbr-section-title {
  color: #232323;
}
.cid-vcTL0Kmuzf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vcTL0Kmuzf img,
.cid-vcTL0Kmuzf .item-img {
  width: 100%;
}
.cid-vcTL0Kmuzf .item:focus,
.cid-vcTL0Kmuzf span:focus {
  outline: none;
}
.cid-vcTL0Kmuzf .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vcTL0Kmuzf .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vcTL0Kmuzf .item {
  padding: 0;
  margin: 0;
}
.cid-vcTL0Kmuzf .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vcTL0Kmuzf .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vcTL0Kmuzf .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vcTL0Kmuzf .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcTL0Kmuzf .mbr-section-title {
  color: #232323;
}
.cid-vcTL0KFPBI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vcTL0KFPBI img,
.cid-vcTL0KFPBI .item-img {
  width: 100%;
}
.cid-vcTL0KFPBI .item:focus,
.cid-vcTL0KFPBI span:focus {
  outline: none;
}
.cid-vcTL0KFPBI .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vcTL0KFPBI .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vcTL0KFPBI .item {
  padding: 0;
  margin: 0;
}
.cid-vcTL0KFPBI .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vcTL0KFPBI .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vcTL0KFPBI .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vcTL0KFPBI .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcTL0KFPBI .mbr-section-title {
  color: #232323;
}
.cid-vcTL0KYnzt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vcTL0KYnzt img,
.cid-vcTL0KYnzt .item-img {
  width: 100%;
}
.cid-vcTL0KYnzt .item:focus,
.cid-vcTL0KYnzt span:focus {
  outline: none;
}
.cid-vcTL0KYnzt .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vcTL0KYnzt .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vcTL0KYnzt .item {
  padding: 0;
  margin: 0;
}
.cid-vcTL0KYnzt .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vcTL0KYnzt .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vcTL0KYnzt .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vcTL0KYnzt .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcTL0KYnzt .mbr-section-title {
  color: #232323;
}
.cid-vcTL0Lko5v {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vcTL0Lko5v img,
.cid-vcTL0Lko5v .item-img {
  width: 100%;
}
.cid-vcTL0Lko5v .item:focus,
.cid-vcTL0Lko5v span:focus {
  outline: none;
}
.cid-vcTL0Lko5v .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vcTL0Lko5v .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vcTL0Lko5v .item {
  padding: 0;
  margin: 0;
}
.cid-vcTL0Lko5v .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vcTL0Lko5v .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vcTL0Lko5v .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vcTL0Lko5v .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcTL0Lko5v .mbr-section-title {
  color: #232323;
}
.cid-vcTL0LEEgt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vcTL0LEEgt img,
.cid-vcTL0LEEgt .item-img {
  width: 100%;
}
.cid-vcTL0LEEgt .item:focus,
.cid-vcTL0LEEgt span:focus {
  outline: none;
}
.cid-vcTL0LEEgt .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vcTL0LEEgt .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vcTL0LEEgt .item {
  padding: 0;
  margin: 0;
}
.cid-vcTL0LEEgt .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vcTL0LEEgt .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vcTL0LEEgt .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vcTL0LEEgt .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcTL0LEEgt .mbr-section-title {
  color: #232323;
}
.cid-vcTL0M4ZpG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vcTL0M4ZpG img,
.cid-vcTL0M4ZpG .item-img {
  width: 100%;
}
.cid-vcTL0M4ZpG .item:focus,
.cid-vcTL0M4ZpG span:focus {
  outline: none;
}
.cid-vcTL0M4ZpG .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vcTL0M4ZpG .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vcTL0M4ZpG .item {
  padding: 0;
  margin: 0;
}
.cid-vcTL0M4ZpG .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vcTL0M4ZpG .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vcTL0M4ZpG .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vcTL0M4ZpG .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcTL0M4ZpG .mbr-section-title {
  color: #232323;
}
.cid-vcTL0Mo2Bf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vcTL0Mo2Bf img,
.cid-vcTL0Mo2Bf .item-img {
  width: 100%;
}
.cid-vcTL0Mo2Bf .item:focus,
.cid-vcTL0Mo2Bf span:focus {
  outline: none;
}
.cid-vcTL0Mo2Bf .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vcTL0Mo2Bf .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vcTL0Mo2Bf .item {
  padding: 0;
  margin: 0;
}
.cid-vcTL0Mo2Bf .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vcTL0Mo2Bf .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vcTL0Mo2Bf .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vcTL0Mo2Bf .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcTL0Mo2Bf .mbr-section-title {
  color: #232323;
}
.cid-vcTL0MGPTX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vcTL0MGPTX img,
.cid-vcTL0MGPTX .item-img {
  width: 100%;
}
.cid-vcTL0MGPTX .item:focus,
.cid-vcTL0MGPTX span:focus {
  outline: none;
}
.cid-vcTL0MGPTX .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vcTL0MGPTX .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vcTL0MGPTX .item {
  padding: 0;
  margin: 0;
}
.cid-vcTL0MGPTX .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vcTL0MGPTX .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vcTL0MGPTX .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vcTL0MGPTX .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcTL0MGPTX .mbr-section-title {
  color: #232323;
}
.cid-vcTL0N3DJI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vcTL0N3DJI img,
.cid-vcTL0N3DJI .item-img {
  width: 100%;
}
.cid-vcTL0N3DJI .item:focus,
.cid-vcTL0N3DJI span:focus {
  outline: none;
}
.cid-vcTL0N3DJI .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vcTL0N3DJI .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vcTL0N3DJI .item {
  padding: 0;
  margin: 0;
}
.cid-vcTL0N3DJI .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vcTL0N3DJI .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vcTL0N3DJI .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vcTL0N3DJI .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcTL0N3DJI .mbr-section-title {
  color: #232323;
}
.cid-vcTL0No2JV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vcTL0No2JV img,
.cid-vcTL0No2JV .item-img {
  width: 100%;
}
.cid-vcTL0No2JV .item:focus,
.cid-vcTL0No2JV span:focus {
  outline: none;
}
.cid-vcTL0No2JV .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vcTL0No2JV .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vcTL0No2JV .item {
  padding: 0;
  margin: 0;
}
.cid-vcTL0No2JV .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vcTL0No2JV .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vcTL0No2JV .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vcTL0No2JV .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcTL0No2JV .mbr-section-title {
  color: #232323;
}
.cid-vcTL0NKsJ8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vcTL0NKsJ8 img,
.cid-vcTL0NKsJ8 .item-img {
  width: 100%;
}
.cid-vcTL0NKsJ8 .item:focus,
.cid-vcTL0NKsJ8 span:focus {
  outline: none;
}
.cid-vcTL0NKsJ8 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vcTL0NKsJ8 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vcTL0NKsJ8 .item {
  padding: 0;
  margin: 0;
}
.cid-vcTL0NKsJ8 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vcTL0NKsJ8 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vcTL0NKsJ8 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vcTL0NKsJ8 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcTL0NKsJ8 .mbr-section-title {
  color: #232323;
}
.cid-vcTL0O5BV7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vcTL0O5BV7 img,
.cid-vcTL0O5BV7 .item-img {
  width: 100%;
}
.cid-vcTL0O5BV7 .item:focus,
.cid-vcTL0O5BV7 span:focus {
  outline: none;
}
.cid-vcTL0O5BV7 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vcTL0O5BV7 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vcTL0O5BV7 .item {
  padding: 0;
  margin: 0;
}
.cid-vcTL0O5BV7 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vcTL0O5BV7 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vcTL0O5BV7 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vcTL0O5BV7 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcTL0O5BV7 .mbr-section-title {
  color: #232323;
}
.cid-vcTL0OqtC3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vcTL0OqtC3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTL0OqtC3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTL0OqtC3 .card-wrapper {
  background: #000000;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-vcTL0OqtC3 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vcTL0OqtC3 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vcTL0OqtC3 .card-wrapper {
    padding: 4rem;
  }
}
.cid-vcTL0OqtC3 .mbr-text,
.cid-vcTL0OqtC3 .mbr-section-btn {
  color: #ffffff;
}
.cid-vcTL0OqtC3 .card-title,
.cid-vcTL0OqtC3 .card-box {
  text-align: center;
}
.cid-vcTL0OJVV1 {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-vcTL0OJVV1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTL0OJVV1 .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-vcTL0OJVV1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vcTL0OJVV1 .row {
  flex-direction: row-reverse;
}
.cid-vcTL0OJVV1 img {
  width: 100%;
}
.cid-vcTL0OJVV1 .mbr-description {
  text-align: center;
}
.cid-vcTL0P0fax {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vcTL0P0fax img,
.cid-vcTL0P0fax .item-img {
  width: 100%;
}
.cid-vcTL0P0fax .item:focus,
.cid-vcTL0P0fax span:focus {
  outline: none;
}
.cid-vcTL0P0fax .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vcTL0P0fax .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vcTL0P0fax .item {
  padding: 0;
  margin: 0;
}
.cid-vcTL0P0fax .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vcTL0P0fax .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vcTL0P0fax .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vcTL0P0fax .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcTL0P0fax .mbr-section-title {
  color: #232323;
}
.cid-vcTL0Plpx6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vcTL0Plpx6 img,
.cid-vcTL0Plpx6 .item-img {
  width: 100%;
}
.cid-vcTL0Plpx6 .item:focus,
.cid-vcTL0Plpx6 span:focus {
  outline: none;
}
.cid-vcTL0Plpx6 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vcTL0Plpx6 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vcTL0Plpx6 .item {
  padding: 0;
  margin: 0;
}
.cid-vcTL0Plpx6 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vcTL0Plpx6 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vcTL0Plpx6 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vcTL0Plpx6 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcTL0Plpx6 .mbr-section-title {
  color: #232323;
}
.cid-vcTL0PKp9O {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vcTL0PKp9O img,
.cid-vcTL0PKp9O .item-img {
  width: 100%;
}
.cid-vcTL0PKp9O .item:focus,
.cid-vcTL0PKp9O span:focus {
  outline: none;
}
.cid-vcTL0PKp9O .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vcTL0PKp9O .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vcTL0PKp9O .item {
  padding: 0;
  margin: 0;
}
.cid-vcTL0PKp9O .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vcTL0PKp9O .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vcTL0PKp9O .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vcTL0PKp9O .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcTL0PKp9O .mbr-section-title {
  color: #232323;
}
.cid-vcTL0Q8Wdo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vcTL0Q8Wdo img,
.cid-vcTL0Q8Wdo .item-img {
  width: 100%;
}
.cid-vcTL0Q8Wdo .item:focus,
.cid-vcTL0Q8Wdo span:focus {
  outline: none;
}
.cid-vcTL0Q8Wdo .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vcTL0Q8Wdo .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vcTL0Q8Wdo .item {
  padding: 0;
  margin: 0;
}
.cid-vcTL0Q8Wdo .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vcTL0Q8Wdo .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vcTL0Q8Wdo .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vcTL0Q8Wdo .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcTL0Q8Wdo .mbr-section-title {
  color: #232323;
}
.cid-vcTL0Qwbrx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vcTL0Qwbrx img,
.cid-vcTL0Qwbrx .item-img {
  width: 100%;
}
.cid-vcTL0Qwbrx .item:focus,
.cid-vcTL0Qwbrx span:focus {
  outline: none;
}
.cid-vcTL0Qwbrx .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vcTL0Qwbrx .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vcTL0Qwbrx .item {
  padding: 0;
  margin: 0;
}
.cid-vcTL0Qwbrx .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vcTL0Qwbrx .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vcTL0Qwbrx .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vcTL0Qwbrx .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcTL0Qwbrx .mbr-section-title {
  color: #232323;
}
.cid-vcTL0QSi8G {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vcTL0QSi8G img,
.cid-vcTL0QSi8G .item-img {
  width: 100%;
}
.cid-vcTL0QSi8G .item:focus,
.cid-vcTL0QSi8G span:focus {
  outline: none;
}
.cid-vcTL0QSi8G .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vcTL0QSi8G .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vcTL0QSi8G .item {
  padding: 0;
  margin: 0;
}
.cid-vcTL0QSi8G .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vcTL0QSi8G .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vcTL0QSi8G .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vcTL0QSi8G .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcTL0QSi8G .mbr-section-title {
  color: #232323;
}
.cid-vcTL0Rf6cP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vcTL0Rf6cP img,
.cid-vcTL0Rf6cP .item-img {
  width: 100%;
}
.cid-vcTL0Rf6cP .item:focus,
.cid-vcTL0Rf6cP span:focus {
  outline: none;
}
.cid-vcTL0Rf6cP .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vcTL0Rf6cP .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vcTL0Rf6cP .item {
  padding: 0;
  margin: 0;
}
.cid-vcTL0Rf6cP .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vcTL0Rf6cP .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vcTL0Rf6cP .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vcTL0Rf6cP .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcTL0Rf6cP .mbr-section-title {
  color: #232323;
}
.cid-vcTL0REekw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vcTL0REekw img,
.cid-vcTL0REekw .item-img {
  width: 100%;
}
.cid-vcTL0REekw .item:focus,
.cid-vcTL0REekw span:focus {
  outline: none;
}
.cid-vcTL0REekw .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vcTL0REekw .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vcTL0REekw .item {
  padding: 0;
  margin: 0;
}
.cid-vcTL0REekw .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vcTL0REekw .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vcTL0REekw .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vcTL0REekw .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcTL0REekw .mbr-section-title {
  color: #232323;
}
.cid-vcTL0S2k5S {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vcTL0S2k5S img,
.cid-vcTL0S2k5S .item-img {
  width: 100%;
}
.cid-vcTL0S2k5S .item:focus,
.cid-vcTL0S2k5S span:focus {
  outline: none;
}
.cid-vcTL0S2k5S .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vcTL0S2k5S .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vcTL0S2k5S .item {
  padding: 0;
  margin: 0;
}
.cid-vcTL0S2k5S .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vcTL0S2k5S .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vcTL0S2k5S .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vcTL0S2k5S .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcTL0S2k5S .mbr-section-title {
  color: #232323;
}
.cid-vcTL0St0rs {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vcTL0St0rs img,
.cid-vcTL0St0rs .item-img {
  width: 100%;
}
.cid-vcTL0St0rs .item:focus,
.cid-vcTL0St0rs span:focus {
  outline: none;
}
.cid-vcTL0St0rs .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vcTL0St0rs .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vcTL0St0rs .item {
  padding: 0;
  margin: 0;
}
.cid-vcTL0St0rs .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vcTL0St0rs .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vcTL0St0rs .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vcTL0St0rs .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcTL0St0rs .mbr-section-title {
  color: #232323;
}
.cid-vcTL0SSWrC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vcTL0SSWrC img,
.cid-vcTL0SSWrC .item-img {
  width: 100%;
}
.cid-vcTL0SSWrC .item:focus,
.cid-vcTL0SSWrC span:focus {
  outline: none;
}
.cid-vcTL0SSWrC .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vcTL0SSWrC .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vcTL0SSWrC .item {
  padding: 0;
  margin: 0;
}
.cid-vcTL0SSWrC .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vcTL0SSWrC .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vcTL0SSWrC .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vcTL0SSWrC .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcTL0SSWrC .mbr-section-title {
  color: #232323;
}
.cid-vcTL0Thzho {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vcTL0Thzho img,
.cid-vcTL0Thzho .item-img {
  width: 100%;
}
.cid-vcTL0Thzho .item:focus,
.cid-vcTL0Thzho span:focus {
  outline: none;
}
.cid-vcTL0Thzho .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vcTL0Thzho .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vcTL0Thzho .item {
  padding: 0;
  margin: 0;
}
.cid-vcTL0Thzho .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vcTL0Thzho .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vcTL0Thzho .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vcTL0Thzho .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcTL0Thzho .mbr-section-title {
  color: #232323;
}
.cid-vcTL0TGQtu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vcTL0TGQtu img,
.cid-vcTL0TGQtu .item-img {
  width: 100%;
}
.cid-vcTL0TGQtu .item:focus,
.cid-vcTL0TGQtu span:focus {
  outline: none;
}
.cid-vcTL0TGQtu .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vcTL0TGQtu .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vcTL0TGQtu .item {
  padding: 0;
  margin: 0;
}
.cid-vcTL0TGQtu .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vcTL0TGQtu .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vcTL0TGQtu .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vcTL0TGQtu .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcTL0TGQtu .mbr-section-title {
  color: #232323;
}
.cid-vcTL0U6WLt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vcTL0U6WLt img,
.cid-vcTL0U6WLt .item-img {
  width: 100%;
}
.cid-vcTL0U6WLt .item:focus,
.cid-vcTL0U6WLt span:focus {
  outline: none;
}
.cid-vcTL0U6WLt .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vcTL0U6WLt .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vcTL0U6WLt .item {
  padding: 0;
  margin: 0;
}
.cid-vcTL0U6WLt .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vcTL0U6WLt .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vcTL0U6WLt .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vcTL0U6WLt .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcTL0U6WLt .mbr-section-title {
  color: #232323;
}
.cid-vcTL0UxLA9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vcTL0UxLA9 img,
.cid-vcTL0UxLA9 .item-img {
  width: 100%;
}
.cid-vcTL0UxLA9 .item:focus,
.cid-vcTL0UxLA9 span:focus {
  outline: none;
}
.cid-vcTL0UxLA9 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vcTL0UxLA9 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vcTL0UxLA9 .item {
  padding: 0;
  margin: 0;
}
.cid-vcTL0UxLA9 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vcTL0UxLA9 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vcTL0UxLA9 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vcTL0UxLA9 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcTL0UxLA9 .mbr-section-title {
  color: #232323;
}
.cid-vcTL0UYT4B {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vcTL0UYT4B img,
.cid-vcTL0UYT4B .item-img {
  width: 100%;
}
.cid-vcTL0UYT4B .item:focus,
.cid-vcTL0UYT4B span:focus {
  outline: none;
}
.cid-vcTL0UYT4B .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vcTL0UYT4B .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vcTL0UYT4B .item {
  padding: 0;
  margin: 0;
}
.cid-vcTL0UYT4B .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vcTL0UYT4B .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vcTL0UYT4B .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vcTL0UYT4B .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcTL0UYT4B .mbr-section-title {
  color: #232323;
}
.cid-vcTL0VnplY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vcTL0VnplY img,
.cid-vcTL0VnplY .item-img {
  width: 100%;
}
.cid-vcTL0VnplY .item:focus,
.cid-vcTL0VnplY span:focus {
  outline: none;
}
.cid-vcTL0VnplY .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vcTL0VnplY .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vcTL0VnplY .item {
  padding: 0;
  margin: 0;
}
.cid-vcTL0VnplY .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vcTL0VnplY .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vcTL0VnplY .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vcTL0VnplY .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcTL0VnplY .mbr-section-title {
  color: #232323;
}
.cid-vcTL0VN1LJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vcTL0VN1LJ img,
.cid-vcTL0VN1LJ .item-img {
  width: 100%;
}
.cid-vcTL0VN1LJ .item:focus,
.cid-vcTL0VN1LJ span:focus {
  outline: none;
}
.cid-vcTL0VN1LJ .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vcTL0VN1LJ .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vcTL0VN1LJ .item {
  padding: 0;
  margin: 0;
}
.cid-vcTL0VN1LJ .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vcTL0VN1LJ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vcTL0VN1LJ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vcTL0VN1LJ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcTL0VN1LJ .mbr-section-title {
  color: #232323;
}
.cid-vcTL0Wgmk3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vcTL0Wgmk3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTL0Wgmk3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTL0Wgmk3 .card-wrapper {
  background: #000000;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-vcTL0Wgmk3 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vcTL0Wgmk3 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vcTL0Wgmk3 .card-wrapper {
    padding: 4rem;
  }
}
.cid-vcTL0Wgmk3 .mbr-text,
.cid-vcTL0Wgmk3 .mbr-section-btn {
  color: #ffffff;
}
.cid-vcTL0Wgmk3 .card-title,
.cid-vcTL0Wgmk3 .card-box {
  text-align: center;
}
.cid-vcTL0WC6uh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vcTL0WC6uh img,
.cid-vcTL0WC6uh .item-img {
  width: 100%;
}
.cid-vcTL0WC6uh .item:focus,
.cid-vcTL0WC6uh span:focus {
  outline: none;
}
.cid-vcTL0WC6uh .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vcTL0WC6uh .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vcTL0WC6uh .item {
  padding: 0;
  margin: 0;
}
.cid-vcTL0WC6uh .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vcTL0WC6uh .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vcTL0WC6uh .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vcTL0WC6uh .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcTL0WC6uh .mbr-section-title {
  color: #232323;
}
.cid-vcTL0X3TM4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vcTL0X3TM4 img,
.cid-vcTL0X3TM4 .item-img {
  width: 100%;
}
.cid-vcTL0X3TM4 .item:focus,
.cid-vcTL0X3TM4 span:focus {
  outline: none;
}
.cid-vcTL0X3TM4 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vcTL0X3TM4 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vcTL0X3TM4 .item {
  padding: 0;
  margin: 0;
}
.cid-vcTL0X3TM4 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vcTL0X3TM4 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vcTL0X3TM4 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vcTL0X3TM4 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcTL0X3TM4 .mbr-section-title {
  color: #232323;
}
.cid-vcTL0XuwQ5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vcTL0XuwQ5 img,
.cid-vcTL0XuwQ5 .item-img {
  width: 100%;
}
.cid-vcTL0XuwQ5 .item:focus,
.cid-vcTL0XuwQ5 span:focus {
  outline: none;
}
.cid-vcTL0XuwQ5 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vcTL0XuwQ5 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vcTL0XuwQ5 .item {
  padding: 0;
  margin: 0;
}
.cid-vcTL0XuwQ5 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vcTL0XuwQ5 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vcTL0XuwQ5 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vcTL0XuwQ5 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcTL0XuwQ5 .mbr-section-title {
  color: #232323;
}
.cid-vcTL0XW97F {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vcTL0XW97F img,
.cid-vcTL0XW97F .item-img {
  width: 100%;
}
.cid-vcTL0XW97F .item:focus,
.cid-vcTL0XW97F span:focus {
  outline: none;
}
.cid-vcTL0XW97F .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vcTL0XW97F .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vcTL0XW97F .item {
  padding: 0;
  margin: 0;
}
.cid-vcTL0XW97F .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vcTL0XW97F .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vcTL0XW97F .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vcTL0XW97F .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcTL0XW97F .mbr-section-title {
  color: #232323;
}
.cid-vcTL0YoF26 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vcTL0YoF26 img,
.cid-vcTL0YoF26 .item-img {
  width: 100%;
}
.cid-vcTL0YoF26 .item:focus,
.cid-vcTL0YoF26 span:focus {
  outline: none;
}
.cid-vcTL0YoF26 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vcTL0YoF26 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vcTL0YoF26 .item {
  padding: 0;
  margin: 0;
}
.cid-vcTL0YoF26 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vcTL0YoF26 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vcTL0YoF26 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vcTL0YoF26 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcTL0YoF26 .mbr-section-title {
  color: #232323;
}
.cid-vcTL0YSCCo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vcTL0YSCCo img,
.cid-vcTL0YSCCo .item-img {
  width: 100%;
}
.cid-vcTL0YSCCo .item:focus,
.cid-vcTL0YSCCo span:focus {
  outline: none;
}
.cid-vcTL0YSCCo .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vcTL0YSCCo .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vcTL0YSCCo .item {
  padding: 0;
  margin: 0;
}
.cid-vcTL0YSCCo .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vcTL0YSCCo .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vcTL0YSCCo .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vcTL0YSCCo .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcTL0YSCCo .mbr-section-title {
  color: #232323;
}
.cid-vcTL0Znp9j {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vcTL0Znp9j img,
.cid-vcTL0Znp9j .item-img {
  width: 100%;
}
.cid-vcTL0Znp9j .item:focus,
.cid-vcTL0Znp9j span:focus {
  outline: none;
}
.cid-vcTL0Znp9j .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vcTL0Znp9j .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vcTL0Znp9j .item {
  padding: 0;
  margin: 0;
}
.cid-vcTL0Znp9j .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vcTL0Znp9j .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vcTL0Znp9j .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vcTL0Znp9j .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcTL0Znp9j .mbr-section-title {
  color: #232323;
}
.cid-vcTL0ZTcsY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vcTL0ZTcsY img,
.cid-vcTL0ZTcsY .item-img {
  width: 100%;
}
.cid-vcTL0ZTcsY .item:focus,
.cid-vcTL0ZTcsY span:focus {
  outline: none;
}
.cid-vcTL0ZTcsY .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vcTL0ZTcsY .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vcTL0ZTcsY .item {
  padding: 0;
  margin: 0;
}
.cid-vcTL0ZTcsY .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vcTL0ZTcsY .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vcTL0ZTcsY .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vcTL0ZTcsY .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcTL0ZTcsY .mbr-section-title {
  color: #232323;
}
.cid-vcTL10o2we {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vcTL10o2we img,
.cid-vcTL10o2we .item-img {
  width: 100%;
}
.cid-vcTL10o2we .item:focus,
.cid-vcTL10o2we span:focus {
  outline: none;
}
.cid-vcTL10o2we .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vcTL10o2we .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vcTL10o2we .item {
  padding: 0;
  margin: 0;
}
.cid-vcTL10o2we .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vcTL10o2we .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vcTL10o2we .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vcTL10o2we .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcTL10o2we .mbr-section-title {
  color: #232323;
}
.cid-vcTL10UDPK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vcTL10UDPK img,
.cid-vcTL10UDPK .item-img {
  width: 100%;
}
.cid-vcTL10UDPK .item:focus,
.cid-vcTL10UDPK span:focus {
  outline: none;
}
.cid-vcTL10UDPK .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vcTL10UDPK .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vcTL10UDPK .item {
  padding: 0;
  margin: 0;
}
.cid-vcTL10UDPK .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vcTL10UDPK .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vcTL10UDPK .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vcTL10UDPK .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcTL10UDPK .mbr-section-title {
  color: #232323;
}
.cid-vcTL11pvso {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vcTL11pvso img,
.cid-vcTL11pvso .item-img {
  width: 100%;
}
.cid-vcTL11pvso .item:focus,
.cid-vcTL11pvso span:focus {
  outline: none;
}
.cid-vcTL11pvso .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vcTL11pvso .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vcTL11pvso .item {
  padding: 0;
  margin: 0;
}
.cid-vcTL11pvso .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vcTL11pvso .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vcTL11pvso .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vcTL11pvso .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcTL11pvso .mbr-section-title {
  color: #232323;
}
.cid-vcTL11VtxC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vcTL11VtxC img,
.cid-vcTL11VtxC .item-img {
  width: 100%;
}
.cid-vcTL11VtxC .item:focus,
.cid-vcTL11VtxC span:focus {
  outline: none;
}
.cid-vcTL11VtxC .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vcTL11VtxC .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vcTL11VtxC .item {
  padding: 0;
  margin: 0;
}
.cid-vcTL11VtxC .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vcTL11VtxC .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vcTL11VtxC .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vcTL11VtxC .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcTL11VtxC .mbr-section-title {
  color: #232323;
}
.cid-vcTL12ovHg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vcTL12ovHg img,
.cid-vcTL12ovHg .item-img {
  width: 100%;
}
.cid-vcTL12ovHg .item:focus,
.cid-vcTL12ovHg span:focus {
  outline: none;
}
.cid-vcTL12ovHg .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vcTL12ovHg .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vcTL12ovHg .item {
  padding: 0;
  margin: 0;
}
.cid-vcTL12ovHg .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vcTL12ovHg .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vcTL12ovHg .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vcTL12ovHg .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcTL12ovHg .mbr-section-title {
  color: #232323;
}
.cid-vcTL12XKEq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vcTL12XKEq img,
.cid-vcTL12XKEq .item-img {
  width: 100%;
}
.cid-vcTL12XKEq .item:focus,
.cid-vcTL12XKEq span:focus {
  outline: none;
}
.cid-vcTL12XKEq .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vcTL12XKEq .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vcTL12XKEq .item {
  padding: 0;
  margin: 0;
}
.cid-vcTL12XKEq .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vcTL12XKEq .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vcTL12XKEq .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vcTL12XKEq .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcTL12XKEq .mbr-section-title {
  color: #232323;
}
.cid-vcTL13sL8z {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vcTL13sL8z img,
.cid-vcTL13sL8z .item-img {
  width: 100%;
}
.cid-vcTL13sL8z .item:focus,
.cid-vcTL13sL8z span:focus {
  outline: none;
}
.cid-vcTL13sL8z .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vcTL13sL8z .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vcTL13sL8z .item {
  padding: 0;
  margin: 0;
}
.cid-vcTL13sL8z .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vcTL13sL8z .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vcTL13sL8z .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vcTL13sL8z .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcTL13sL8z .mbr-section-title {
  color: #232323;
}
.cid-vcTL13XIfs {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vcTL13XIfs img,
.cid-vcTL13XIfs .item-img {
  width: 100%;
}
.cid-vcTL13XIfs .item:focus,
.cid-vcTL13XIfs span:focus {
  outline: none;
}
.cid-vcTL13XIfs .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vcTL13XIfs .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vcTL13XIfs .item {
  padding: 0;
  margin: 0;
}
.cid-vcTL13XIfs .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vcTL13XIfs .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vcTL13XIfs .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vcTL13XIfs .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcTL13XIfs .mbr-section-title {
  color: #232323;
}
.cid-vcTL14sHpl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vcTL14sHpl img,
.cid-vcTL14sHpl .item-img {
  width: 100%;
}
.cid-vcTL14sHpl .item:focus,
.cid-vcTL14sHpl span:focus {
  outline: none;
}
.cid-vcTL14sHpl .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vcTL14sHpl .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vcTL14sHpl .item {
  padding: 0;
  margin: 0;
}
.cid-vcTL14sHpl .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vcTL14sHpl .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vcTL14sHpl .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vcTL14sHpl .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcTL14sHpl .mbr-section-title {
  color: #232323;
}
.cid-vcTL150pFc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vcTL150pFc img,
.cid-vcTL150pFc .item-img {
  width: 100%;
}
.cid-vcTL150pFc .item:focus,
.cid-vcTL150pFc span:focus {
  outline: none;
}
.cid-vcTL150pFc .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vcTL150pFc .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vcTL150pFc .item {
  padding: 0;
  margin: 0;
}
.cid-vcTL150pFc .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vcTL150pFc .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vcTL150pFc .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vcTL150pFc .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcTL150pFc .mbr-section-title {
  color: #232323;
}
.cid-vcTL15wJyd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vcTL15wJyd img,
.cid-vcTL15wJyd .item-img {
  width: 100%;
}
.cid-vcTL15wJyd .item:focus,
.cid-vcTL15wJyd span:focus {
  outline: none;
}
.cid-vcTL15wJyd .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vcTL15wJyd .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vcTL15wJyd .item {
  padding: 0;
  margin: 0;
}
.cid-vcTL15wJyd .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vcTL15wJyd .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vcTL15wJyd .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vcTL15wJyd .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcTL15wJyd .mbr-section-title {
  color: #232323;
}
.cid-vcTL16ayif {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vcTL16ayif img,
.cid-vcTL16ayif .item-img {
  width: 100%;
}
.cid-vcTL16ayif .item:focus,
.cid-vcTL16ayif span:focus {
  outline: none;
}
.cid-vcTL16ayif .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vcTL16ayif .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vcTL16ayif .item {
  padding: 0;
  margin: 0;
}
.cid-vcTL16ayif .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vcTL16ayif .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vcTL16ayif .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vcTL16ayif .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcTL16ayif .mbr-section-title {
  color: #232323;
}
.cid-vcTL16KbXv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vcTL16KbXv img,
.cid-vcTL16KbXv .item-img {
  width: 100%;
}
.cid-vcTL16KbXv .item:focus,
.cid-vcTL16KbXv span:focus {
  outline: none;
}
.cid-vcTL16KbXv .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vcTL16KbXv .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vcTL16KbXv .item {
  padding: 0;
  margin: 0;
}
.cid-vcTL16KbXv .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vcTL16KbXv .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vcTL16KbXv .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vcTL16KbXv .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vcTL16KbXv .mbr-section-title {
  color: #232323;
}
.cid-vcTL17mjs1 {
  background-color: #ffffff;
}
.cid-vcTL17mjs1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTL17mjs1 .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-vcTL17mjs1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vcTL17mjs1 .row {
  flex-direction: row-reverse;
}
.cid-vcTL17mjs1 img {
  width: 100%;
}
.cid-vcTL17RUjg {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-vcTL18iU1u {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-vcTL18iU1u .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vcTL18iU1u .item {
    margin-bottom: 1rem;
  }
}
.cid-vcTL18iU1u .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-vcTL18iU1u .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vcTL18iU1u .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-vcTL18iU1u .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-vcTL18iU1u .carousel-control,
.cid-vcTL18iU1u .close {
  background: #1b1b1b;
}
.cid-vcTL18iU1u .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vcTL18iU1u .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vcTL18iU1u .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vcTL18iU1u .carousel-control-next span {
  margin-left: 5px;
}
.cid-vcTL18iU1u .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vcTL18iU1u .close::before {
  content: '\e91a';
}
.cid-vcTL18iU1u .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vcTL18iU1u .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vcTL18iU1u .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcTL18iU1u .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vcTL18iU1u .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vcTL18iU1u .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vcTL18iU1u .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vcTL18iU1u .carousel-indicators li.active,
.cid-vcTL18iU1u .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vcTL18iU1u .carousel-indicators li::after,
.cid-vcTL18iU1u .carousel-indicators li::before {
  content: none;
}
.cid-vcTL18iU1u .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vcTL18iU1u .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vcTL18iU1u .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vcTL18iU1u .carousel-indicators {
    display: none;
  }
}
.cid-vcTL18iU1u .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vcTL18iU1u .carousel-inner > .active {
  display: block;
}
.cid-vcTL18iU1u .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcTL18iU1u .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vcTL18iU1u .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vcTL18iU1u .carousel-control,
  .cid-vcTL18iU1u .carousel-indicators,
  .cid-vcTL18iU1u .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vcTL18iU1u .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vcTL18iU1u .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vcTL18iU1u .carousel-indicators .active,
.cid-vcTL18iU1u .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vcTL18iU1u .carousel-indicators .active {
  background: #fff;
}
.cid-vcTL18iU1u .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vcTL18iU1u .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vcTL18iU1u .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vcTL18iU1u .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vcTL18iU1u .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vcTL18iU1u .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vcTL18iU1u .carousel {
  width: 100%;
}
.cid-vcTL18iU1u .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vcTL18iU1u .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vcTL18iU1u .modal.fade .modal-dialog,
.cid-vcTL18iU1u .modal.in .modal-dialog {
  transform: none;
}
.cid-vcTL18iU1u .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vcTL18iU1u .content-head {
  max-width: 800px;
}
.cid-vcTL190S8G {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-vcTL190S8G .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vcTL190S8G .item {
    margin-bottom: 1rem;
  }
}
.cid-vcTL190S8G .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-vcTL190S8G .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vcTL190S8G .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-vcTL190S8G .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-vcTL190S8G .carousel-control,
.cid-vcTL190S8G .close {
  background: #1b1b1b;
}
.cid-vcTL190S8G .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vcTL190S8G .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vcTL190S8G .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vcTL190S8G .carousel-control-next span {
  margin-left: 5px;
}
.cid-vcTL190S8G .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vcTL190S8G .close::before {
  content: '\e91a';
}
.cid-vcTL190S8G .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vcTL190S8G .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vcTL190S8G .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcTL190S8G .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vcTL190S8G .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vcTL190S8G .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vcTL190S8G .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vcTL190S8G .carousel-indicators li.active,
.cid-vcTL190S8G .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vcTL190S8G .carousel-indicators li::after,
.cid-vcTL190S8G .carousel-indicators li::before {
  content: none;
}
.cid-vcTL190S8G .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vcTL190S8G .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vcTL190S8G .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vcTL190S8G .carousel-indicators {
    display: none;
  }
}
.cid-vcTL190S8G .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vcTL190S8G .carousel-inner > .active {
  display: block;
}
.cid-vcTL190S8G .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vcTL190S8G .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vcTL190S8G .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vcTL190S8G .carousel-control,
  .cid-vcTL190S8G .carousel-indicators,
  .cid-vcTL190S8G .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vcTL190S8G .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vcTL190S8G .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vcTL190S8G .carousel-indicators .active,
.cid-vcTL190S8G .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vcTL190S8G .carousel-indicators .active {
  background: #fff;
}
.cid-vcTL190S8G .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vcTL190S8G .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vcTL190S8G .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vcTL190S8G .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vcTL190S8G .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vcTL190S8G .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vcTL190S8G .carousel {
  width: 100%;
}
.cid-vcTL190S8G .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vcTL190S8G .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vcTL190S8G .modal.fade .modal-dialog,
.cid-vcTL190S8G .modal.in .modal-dialog {
  transform: none;
}
.cid-vcTL190S8G .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vcTL190S8G .content-head {
  max-width: 800px;
}
.cid-vcTL19Gvze {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vcTL19Gvze .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vcTL1a8nZ9 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vcTL1a8nZ9 .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-vcTL1aBjyz {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-vcTL1aBjyz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTL1aBjyz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTL1aBjyz .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-vcTL1aBjyz .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vcTL1aBjyz .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vcTL1aBjyz .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vcTL1aBjyz .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-vcTL1aBjyz .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-vcTL1aBjyz .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vcTL1b6TE8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vcTL1b6TE8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcTL1b6TE8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcTL1b6TE8 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vcTL1b6TE8 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vcTL1b6TE8 .text-wrapper {
    padding: 0 2rem;
  }
}
