.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-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-uHwyk6ocvk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-vjo7TW8M0b {
  display: flex;
  background-image: url("../../../assets/images/666.jpg-2000x2667.jpg");
}
.cid-vjo7TW8M0b .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-vjo7TW8M0b .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-vjo7TW8M0b {
    align-items: flex-end;
  }
  .cid-vjo7TW8M0b .row {
    justify-content: flex-end;
  }
  .cid-vjo7TW8M0b .content-wrap {
    width: 100%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vjo7TW8M0b .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vjo7TW8M0b {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vjo7TW8M0b .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vjo7TW8M0b .content-wrap {
    width: 100%;
  }
}
.cid-vjo7TW8M0b .mbr-section-title {
  color: #ffffff;
  text-align: right;
}
.cid-vjo7TWlZZy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vjo7TWlZZy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjo7TWlZZy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjo7TWlZZy .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-vjo7TWlZZy .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vjo7TWlZZy .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vjo7TWlZZy .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vjo7TWlZZy .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-vjo7TWlZZy .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-vjo7TWlZZy .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-vjo7TWzoh7 {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-vjo7TWzoh7 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vjo7TWzoh7 .item {
    margin-bottom: 1rem;
  }
}
.cid-vjo7TWzoh7 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-vjo7TWzoh7 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vjo7TWzoh7 .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-vjo7TWzoh7 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-vjo7TWzoh7 .carousel-control,
.cid-vjo7TWzoh7 .close {
  background: #1b1b1b;
}
.cid-vjo7TWzoh7 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vjo7TWzoh7 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vjo7TWzoh7 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vjo7TWzoh7 .carousel-control-next span {
  margin-left: 5px;
}
.cid-vjo7TWzoh7 .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-vjo7TWzoh7 .close::before {
  content: '\e91a';
}
.cid-vjo7TWzoh7 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vjo7TWzoh7 .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-vjo7TWzoh7 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vjo7TWzoh7 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vjo7TWzoh7 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vjo7TWzoh7 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vjo7TWzoh7 .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-vjo7TWzoh7 .carousel-indicators li.active,
.cid-vjo7TWzoh7 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vjo7TWzoh7 .carousel-indicators li::after,
.cid-vjo7TWzoh7 .carousel-indicators li::before {
  content: none;
}
.cid-vjo7TWzoh7 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vjo7TWzoh7 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vjo7TWzoh7 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vjo7TWzoh7 .carousel-indicators {
    display: none;
  }
}
.cid-vjo7TWzoh7 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vjo7TWzoh7 .carousel-inner > .active {
  display: block;
}
.cid-vjo7TWzoh7 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vjo7TWzoh7 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vjo7TWzoh7 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vjo7TWzoh7 .carousel-control,
  .cid-vjo7TWzoh7 .carousel-indicators,
  .cid-vjo7TWzoh7 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vjo7TWzoh7 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vjo7TWzoh7 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vjo7TWzoh7 .carousel-indicators .active,
.cid-vjo7TWzoh7 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vjo7TWzoh7 .carousel-indicators .active {
  background: #fff;
}
.cid-vjo7TWzoh7 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vjo7TWzoh7 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vjo7TWzoh7 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vjo7TWzoh7 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vjo7TWzoh7 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vjo7TWzoh7 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vjo7TWzoh7 .carousel {
  width: 100%;
}
.cid-vjo7TWzoh7 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vjo7TWzoh7 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vjo7TWzoh7 .modal.fade .modal-dialog,
.cid-vjo7TWzoh7 .modal.in .modal-dialog {
  transform: none;
}
.cid-vjo7TWzoh7 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vjo7TWzoh7 .content-head {
  max-width: 800px;
}
.cid-vjo7TX1zYo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-vjo7TX1zYo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjo7TX1zYo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjo7TX1zYo .google-map {
  height: 30rem;
  position: relative;
}
.cid-vjo7TX1zYo .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vjo7TX1zYo .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-vjo7TX1zYo .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vjo7TX1zYo .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vjo7TXe7Bc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-vjo7TXe7Bc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjo7TXe7Bc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjo7TXe7Bc .google-map {
  height: 30rem;
  position: relative;
}
.cid-vjo7TXe7Bc .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-vjo7TXe7Bc .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-vjo7TXe7Bc .google-map[data-state] {
  background: #e9e5dc;
}
.cid-vjo7TXe7Bc .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-vjo7TXswKG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vjo7TXswKG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjo7TXswKG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjo7TXswKG .card-wrapper {
  background: #000000;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-vjo7TXswKG .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vjo7TXswKG .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vjo7TXswKG .card-wrapper {
    padding: 4rem;
  }
}
.cid-vjo7TXswKG .mbr-text,
.cid-vjo7TXswKG .mbr-section-btn {
  color: #ffffff;
}
.cid-vjo7TXswKG .card-title,
.cid-vjo7TXswKG .card-box {
  text-align: center;
}
.cid-vjo7TXFmir {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-vjo7TXFmir .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjo7TXFmir .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-vjo7TXFmir .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vjo7TXFmir .row {
  flex-direction: row-reverse;
}
.cid-vjo7TXFmir img {
  width: 100%;
}
.cid-vjo7TXFmir .mbr-description {
  text-align: center;
}
.cid-vjo7TXSE5o {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vjo7TXSE5o img,
.cid-vjo7TXSE5o .item-img {
  width: 100%;
}
.cid-vjo7TXSE5o .item:focus,
.cid-vjo7TXSE5o span:focus {
  outline: none;
}
.cid-vjo7TXSE5o .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vjo7TXSE5o .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vjo7TXSE5o .item {
  padding: 0;
  margin: 0;
}
.cid-vjo7TXSE5o .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vjo7TXSE5o .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vjo7TXSE5o .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vjo7TXSE5o .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vjo7TXSE5o .mbr-section-title {
  color: #232323;
}
.cid-vjo7TYcGsP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vjo7TYcGsP img,
.cid-vjo7TYcGsP .item-img {
  width: 100%;
}
.cid-vjo7TYcGsP .item:focus,
.cid-vjo7TYcGsP span:focus {
  outline: none;
}
.cid-vjo7TYcGsP .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vjo7TYcGsP .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vjo7TYcGsP .item {
  padding: 0;
  margin: 0;
}
.cid-vjo7TYcGsP .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vjo7TYcGsP .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vjo7TYcGsP .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vjo7TYcGsP .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vjo7TYcGsP .mbr-section-title {
  color: #232323;
}
.cid-vjo7TYuVL4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vjo7TYuVL4 img,
.cid-vjo7TYuVL4 .item-img {
  width: 100%;
}
.cid-vjo7TYuVL4 .item:focus,
.cid-vjo7TYuVL4 span:focus {
  outline: none;
}
.cid-vjo7TYuVL4 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vjo7TYuVL4 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vjo7TYuVL4 .item {
  padding: 0;
  margin: 0;
}
.cid-vjo7TYuVL4 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vjo7TYuVL4 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vjo7TYuVL4 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vjo7TYuVL4 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vjo7TYuVL4 .mbr-section-title {
  color: #232323;
}
.cid-vjo7TYNSrO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vjo7TYNSrO img,
.cid-vjo7TYNSrO .item-img {
  width: 100%;
}
.cid-vjo7TYNSrO .item:focus,
.cid-vjo7TYNSrO span:focus {
  outline: none;
}
.cid-vjo7TYNSrO .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vjo7TYNSrO .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vjo7TYNSrO .item {
  padding: 0;
  margin: 0;
}
.cid-vjo7TYNSrO .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vjo7TYNSrO .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vjo7TYNSrO .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vjo7TYNSrO .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vjo7TYNSrO .mbr-section-title {
  color: #232323;
}
.cid-vjo7TZ516M {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vjo7TZ516M img,
.cid-vjo7TZ516M .item-img {
  width: 100%;
}
.cid-vjo7TZ516M .item:focus,
.cid-vjo7TZ516M span:focus {
  outline: none;
}
.cid-vjo7TZ516M .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vjo7TZ516M .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vjo7TZ516M .item {
  padding: 0;
  margin: 0;
}
.cid-vjo7TZ516M .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vjo7TZ516M .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vjo7TZ516M .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vjo7TZ516M .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vjo7TZ516M .mbr-section-title {
  color: #232323;
}
.cid-vjo7TZoa4y {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vjo7TZoa4y img,
.cid-vjo7TZoa4y .item-img {
  width: 100%;
}
.cid-vjo7TZoa4y .item:focus,
.cid-vjo7TZoa4y span:focus {
  outline: none;
}
.cid-vjo7TZoa4y .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vjo7TZoa4y .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vjo7TZoa4y .item {
  padding: 0;
  margin: 0;
}
.cid-vjo7TZoa4y .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vjo7TZoa4y .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vjo7TZoa4y .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vjo7TZoa4y .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vjo7TZoa4y .mbr-section-title {
  color: #232323;
}
.cid-vjo7TZHmO4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vjo7TZHmO4 img,
.cid-vjo7TZHmO4 .item-img {
  width: 100%;
}
.cid-vjo7TZHmO4 .item:focus,
.cid-vjo7TZHmO4 span:focus {
  outline: none;
}
.cid-vjo7TZHmO4 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vjo7TZHmO4 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vjo7TZHmO4 .item {
  padding: 0;
  margin: 0;
}
.cid-vjo7TZHmO4 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vjo7TZHmO4 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vjo7TZHmO4 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vjo7TZHmO4 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vjo7TZHmO4 .mbr-section-title {
  color: #232323;
}
.cid-vjo7U02fNc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vjo7U02fNc img,
.cid-vjo7U02fNc .item-img {
  width: 100%;
}
.cid-vjo7U02fNc .item:focus,
.cid-vjo7U02fNc span:focus {
  outline: none;
}
.cid-vjo7U02fNc .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vjo7U02fNc .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vjo7U02fNc .item {
  padding: 0;
  margin: 0;
}
.cid-vjo7U02fNc .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vjo7U02fNc .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vjo7U02fNc .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vjo7U02fNc .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vjo7U02fNc .mbr-section-title {
  color: #232323;
}
.cid-vjo7U0lu7N {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vjo7U0lu7N img,
.cid-vjo7U0lu7N .item-img {
  width: 100%;
}
.cid-vjo7U0lu7N .item:focus,
.cid-vjo7U0lu7N span:focus {
  outline: none;
}
.cid-vjo7U0lu7N .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vjo7U0lu7N .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vjo7U0lu7N .item {
  padding: 0;
  margin: 0;
}
.cid-vjo7U0lu7N .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vjo7U0lu7N .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vjo7U0lu7N .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vjo7U0lu7N .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vjo7U0lu7N .mbr-section-title {
  color: #232323;
}
.cid-vjo7U0FV0A {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vjo7U0FV0A img,
.cid-vjo7U0FV0A .item-img {
  width: 100%;
}
.cid-vjo7U0FV0A .item:focus,
.cid-vjo7U0FV0A span:focus {
  outline: none;
}
.cid-vjo7U0FV0A .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vjo7U0FV0A .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vjo7U0FV0A .item {
  padding: 0;
  margin: 0;
}
.cid-vjo7U0FV0A .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vjo7U0FV0A .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vjo7U0FV0A .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vjo7U0FV0A .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vjo7U0FV0A .mbr-section-title {
  color: #232323;
}
.cid-vjo7U0XQWN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vjo7U0XQWN img,
.cid-vjo7U0XQWN .item-img {
  width: 100%;
}
.cid-vjo7U0XQWN .item:focus,
.cid-vjo7U0XQWN span:focus {
  outline: none;
}
.cid-vjo7U0XQWN .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vjo7U0XQWN .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vjo7U0XQWN .item {
  padding: 0;
  margin: 0;
}
.cid-vjo7U0XQWN .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vjo7U0XQWN .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vjo7U0XQWN .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vjo7U0XQWN .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vjo7U0XQWN .mbr-section-title {
  color: #232323;
}
.cid-vjo7U1iFVa {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vjo7U1iFVa img,
.cid-vjo7U1iFVa .item-img {
  width: 100%;
}
.cid-vjo7U1iFVa .item:focus,
.cid-vjo7U1iFVa span:focus {
  outline: none;
}
.cid-vjo7U1iFVa .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vjo7U1iFVa .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vjo7U1iFVa .item {
  padding: 0;
  margin: 0;
}
.cid-vjo7U1iFVa .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vjo7U1iFVa .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vjo7U1iFVa .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vjo7U1iFVa .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vjo7U1iFVa .mbr-section-title {
  color: #232323;
}
.cid-vjo7U1FvyS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vjo7U1FvyS img,
.cid-vjo7U1FvyS .item-img {
  width: 100%;
}
.cid-vjo7U1FvyS .item:focus,
.cid-vjo7U1FvyS span:focus {
  outline: none;
}
.cid-vjo7U1FvyS .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vjo7U1FvyS .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vjo7U1FvyS .item {
  padding: 0;
  margin: 0;
}
.cid-vjo7U1FvyS .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vjo7U1FvyS .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vjo7U1FvyS .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vjo7U1FvyS .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vjo7U1FvyS .mbr-section-title {
  color: #232323;
}
.cid-vjo7U1YuPN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vjo7U1YuPN img,
.cid-vjo7U1YuPN .item-img {
  width: 100%;
}
.cid-vjo7U1YuPN .item:focus,
.cid-vjo7U1YuPN span:focus {
  outline: none;
}
.cid-vjo7U1YuPN .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vjo7U1YuPN .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vjo7U1YuPN .item {
  padding: 0;
  margin: 0;
}
.cid-vjo7U1YuPN .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vjo7U1YuPN .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vjo7U1YuPN .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vjo7U1YuPN .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vjo7U1YuPN .mbr-section-title {
  color: #232323;
}
.cid-vjo7U2kasG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vjo7U2kasG img,
.cid-vjo7U2kasG .item-img {
  width: 100%;
}
.cid-vjo7U2kasG .item:focus,
.cid-vjo7U2kasG span:focus {
  outline: none;
}
.cid-vjo7U2kasG .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vjo7U2kasG .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vjo7U2kasG .item {
  padding: 0;
  margin: 0;
}
.cid-vjo7U2kasG .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vjo7U2kasG .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vjo7U2kasG .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vjo7U2kasG .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vjo7U2kasG .mbr-section-title {
  color: #232323;
}
.cid-vjo7U2DiXj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vjo7U2DiXj img,
.cid-vjo7U2DiXj .item-img {
  width: 100%;
}
.cid-vjo7U2DiXj .item:focus,
.cid-vjo7U2DiXj span:focus {
  outline: none;
}
.cid-vjo7U2DiXj .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vjo7U2DiXj .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vjo7U2DiXj .item {
  padding: 0;
  margin: 0;
}
.cid-vjo7U2DiXj .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vjo7U2DiXj .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vjo7U2DiXj .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vjo7U2DiXj .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vjo7U2DiXj .mbr-section-title {
  color: #232323;
}
.cid-vjo7U2YKdt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vjo7U2YKdt img,
.cid-vjo7U2YKdt .item-img {
  width: 100%;
}
.cid-vjo7U2YKdt .item:focus,
.cid-vjo7U2YKdt span:focus {
  outline: none;
}
.cid-vjo7U2YKdt .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vjo7U2YKdt .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vjo7U2YKdt .item {
  padding: 0;
  margin: 0;
}
.cid-vjo7U2YKdt .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vjo7U2YKdt .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vjo7U2YKdt .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vjo7U2YKdt .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vjo7U2YKdt .mbr-section-title {
  color: #232323;
}
.cid-vjo7U3jksP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vjo7U3jksP img,
.cid-vjo7U3jksP .item-img {
  width: 100%;
}
.cid-vjo7U3jksP .item:focus,
.cid-vjo7U3jksP span:focus {
  outline: none;
}
.cid-vjo7U3jksP .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vjo7U3jksP .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vjo7U3jksP .item {
  padding: 0;
  margin: 0;
}
.cid-vjo7U3jksP .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vjo7U3jksP .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vjo7U3jksP .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vjo7U3jksP .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vjo7U3jksP .mbr-section-title {
  color: #232323;
}
.cid-vjo7U3D7ot {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vjo7U3D7ot img,
.cid-vjo7U3D7ot .item-img {
  width: 100%;
}
.cid-vjo7U3D7ot .item:focus,
.cid-vjo7U3D7ot span:focus {
  outline: none;
}
.cid-vjo7U3D7ot .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vjo7U3D7ot .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vjo7U3D7ot .item {
  padding: 0;
  margin: 0;
}
.cid-vjo7U3D7ot .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vjo7U3D7ot .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vjo7U3D7ot .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vjo7U3D7ot .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vjo7U3D7ot .mbr-section-title {
  color: #232323;
}
.cid-vjo7U3ZWXG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vjo7U3ZWXG img,
.cid-vjo7U3ZWXG .item-img {
  width: 100%;
}
.cid-vjo7U3ZWXG .item:focus,
.cid-vjo7U3ZWXG span:focus {
  outline: none;
}
.cid-vjo7U3ZWXG .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vjo7U3ZWXG .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vjo7U3ZWXG .item {
  padding: 0;
  margin: 0;
}
.cid-vjo7U3ZWXG .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vjo7U3ZWXG .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vjo7U3ZWXG .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vjo7U3ZWXG .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vjo7U3ZWXG .mbr-section-title {
  color: #232323;
}
.cid-vjo7U4knOP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vjo7U4knOP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjo7U4knOP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjo7U4knOP .card-wrapper {
  background: #000000;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-vjo7U4knOP .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vjo7U4knOP .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vjo7U4knOP .card-wrapper {
    padding: 4rem;
  }
}
.cid-vjo7U4knOP .mbr-text,
.cid-vjo7U4knOP .mbr-section-btn {
  color: #ffffff;
}
.cid-vjo7U4knOP .card-title,
.cid-vjo7U4knOP .card-box {
  text-align: center;
}
.cid-vjo7U4BAS9 {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-vjo7U4BAS9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjo7U4BAS9 .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-vjo7U4BAS9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vjo7U4BAS9 .row {
  flex-direction: row-reverse;
}
.cid-vjo7U4BAS9 img {
  width: 100%;
}
.cid-vjo7U4BAS9 .mbr-description {
  text-align: center;
}
.cid-vjo7U4TPbg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vjo7U4TPbg img,
.cid-vjo7U4TPbg .item-img {
  width: 100%;
}
.cid-vjo7U4TPbg .item:focus,
.cid-vjo7U4TPbg span:focus {
  outline: none;
}
.cid-vjo7U4TPbg .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vjo7U4TPbg .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vjo7U4TPbg .item {
  padding: 0;
  margin: 0;
}
.cid-vjo7U4TPbg .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vjo7U4TPbg .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vjo7U4TPbg .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vjo7U4TPbg .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vjo7U4TPbg .mbr-section-title {
  color: #232323;
}
.cid-vjo7U5eBeg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vjo7U5eBeg img,
.cid-vjo7U5eBeg .item-img {
  width: 100%;
}
.cid-vjo7U5eBeg .item:focus,
.cid-vjo7U5eBeg span:focus {
  outline: none;
}
.cid-vjo7U5eBeg .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vjo7U5eBeg .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vjo7U5eBeg .item {
  padding: 0;
  margin: 0;
}
.cid-vjo7U5eBeg .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vjo7U5eBeg .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vjo7U5eBeg .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vjo7U5eBeg .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vjo7U5eBeg .mbr-section-title {
  color: #232323;
}
.cid-vjo7U5Bflm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vjo7U5Bflm img,
.cid-vjo7U5Bflm .item-img {
  width: 100%;
}
.cid-vjo7U5Bflm .item:focus,
.cid-vjo7U5Bflm span:focus {
  outline: none;
}
.cid-vjo7U5Bflm .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vjo7U5Bflm .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vjo7U5Bflm .item {
  padding: 0;
  margin: 0;
}
.cid-vjo7U5Bflm .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vjo7U5Bflm .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vjo7U5Bflm .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vjo7U5Bflm .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vjo7U5Bflm .mbr-section-title {
  color: #232323;
}
.cid-vjo7U5Xdtq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vjo7U5Xdtq img,
.cid-vjo7U5Xdtq .item-img {
  width: 100%;
}
.cid-vjo7U5Xdtq .item:focus,
.cid-vjo7U5Xdtq span:focus {
  outline: none;
}
.cid-vjo7U5Xdtq .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vjo7U5Xdtq .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vjo7U5Xdtq .item {
  padding: 0;
  margin: 0;
}
.cid-vjo7U5Xdtq .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vjo7U5Xdtq .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vjo7U5Xdtq .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vjo7U5Xdtq .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vjo7U5Xdtq .mbr-section-title {
  color: #232323;
}
.cid-vjo7U6kWKM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vjo7U6kWKM img,
.cid-vjo7U6kWKM .item-img {
  width: 100%;
}
.cid-vjo7U6kWKM .item:focus,
.cid-vjo7U6kWKM span:focus {
  outline: none;
}
.cid-vjo7U6kWKM .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vjo7U6kWKM .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vjo7U6kWKM .item {
  padding: 0;
  margin: 0;
}
.cid-vjo7U6kWKM .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vjo7U6kWKM .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vjo7U6kWKM .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vjo7U6kWKM .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vjo7U6kWKM .mbr-section-title {
  color: #232323;
}
.cid-vjo7U6JePC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vjo7U6JePC img,
.cid-vjo7U6JePC .item-img {
  width: 100%;
}
.cid-vjo7U6JePC .item:focus,
.cid-vjo7U6JePC span:focus {
  outline: none;
}
.cid-vjo7U6JePC .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vjo7U6JePC .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vjo7U6JePC .item {
  padding: 0;
  margin: 0;
}
.cid-vjo7U6JePC .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vjo7U6JePC .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vjo7U6JePC .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vjo7U6JePC .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vjo7U6JePC .mbr-section-title {
  color: #232323;
}
.cid-vjo7U773vt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vjo7U773vt img,
.cid-vjo7U773vt .item-img {
  width: 100%;
}
.cid-vjo7U773vt .item:focus,
.cid-vjo7U773vt span:focus {
  outline: none;
}
.cid-vjo7U773vt .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vjo7U773vt .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vjo7U773vt .item {
  padding: 0;
  margin: 0;
}
.cid-vjo7U773vt .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vjo7U773vt .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vjo7U773vt .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vjo7U773vt .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vjo7U773vt .mbr-section-title {
  color: #232323;
}
.cid-vjo7U7xacH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vjo7U7xacH img,
.cid-vjo7U7xacH .item-img {
  width: 100%;
}
.cid-vjo7U7xacH .item:focus,
.cid-vjo7U7xacH span:focus {
  outline: none;
}
.cid-vjo7U7xacH .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vjo7U7xacH .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vjo7U7xacH .item {
  padding: 0;
  margin: 0;
}
.cid-vjo7U7xacH .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vjo7U7xacH .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vjo7U7xacH .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vjo7U7xacH .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vjo7U7xacH .mbr-section-title {
  color: #232323;
}
.cid-vjo7U7U7FT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vjo7U7U7FT img,
.cid-vjo7U7U7FT .item-img {
  width: 100%;
}
.cid-vjo7U7U7FT .item:focus,
.cid-vjo7U7U7FT span:focus {
  outline: none;
}
.cid-vjo7U7U7FT .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vjo7U7U7FT .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vjo7U7U7FT .item {
  padding: 0;
  margin: 0;
}
.cid-vjo7U7U7FT .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vjo7U7U7FT .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vjo7U7U7FT .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vjo7U7U7FT .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vjo7U7U7FT .mbr-section-title {
  color: #232323;
}
.cid-vjo7U8iAYx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vjo7U8iAYx img,
.cid-vjo7U8iAYx .item-img {
  width: 100%;
}
.cid-vjo7U8iAYx .item:focus,
.cid-vjo7U8iAYx span:focus {
  outline: none;
}
.cid-vjo7U8iAYx .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vjo7U8iAYx .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vjo7U8iAYx .item {
  padding: 0;
  margin: 0;
}
.cid-vjo7U8iAYx .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vjo7U8iAYx .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vjo7U8iAYx .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vjo7U8iAYx .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vjo7U8iAYx .mbr-section-title {
  color: #232323;
}
.cid-vjo7U8FRhq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vjo7U8FRhq img,
.cid-vjo7U8FRhq .item-img {
  width: 100%;
}
.cid-vjo7U8FRhq .item:focus,
.cid-vjo7U8FRhq span:focus {
  outline: none;
}
.cid-vjo7U8FRhq .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vjo7U8FRhq .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vjo7U8FRhq .item {
  padding: 0;
  margin: 0;
}
.cid-vjo7U8FRhq .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vjo7U8FRhq .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vjo7U8FRhq .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vjo7U8FRhq .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vjo7U8FRhq .mbr-section-title {
  color: #232323;
}
.cid-vjo7U94RWl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vjo7U94RWl img,
.cid-vjo7U94RWl .item-img {
  width: 100%;
}
.cid-vjo7U94RWl .item:focus,
.cid-vjo7U94RWl span:focus {
  outline: none;
}
.cid-vjo7U94RWl .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vjo7U94RWl .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vjo7U94RWl .item {
  padding: 0;
  margin: 0;
}
.cid-vjo7U94RWl .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vjo7U94RWl .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vjo7U94RWl .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vjo7U94RWl .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vjo7U94RWl .mbr-section-title {
  color: #232323;
}
.cid-vjo7U9rKr3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vjo7U9rKr3 img,
.cid-vjo7U9rKr3 .item-img {
  width: 100%;
}
.cid-vjo7U9rKr3 .item:focus,
.cid-vjo7U9rKr3 span:focus {
  outline: none;
}
.cid-vjo7U9rKr3 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vjo7U9rKr3 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vjo7U9rKr3 .item {
  padding: 0;
  margin: 0;
}
.cid-vjo7U9rKr3 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vjo7U9rKr3 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vjo7U9rKr3 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vjo7U9rKr3 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vjo7U9rKr3 .mbr-section-title {
  color: #232323;
}
.cid-vjo7U9QnPq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vjo7U9QnPq img,
.cid-vjo7U9QnPq .item-img {
  width: 100%;
}
.cid-vjo7U9QnPq .item:focus,
.cid-vjo7U9QnPq span:focus {
  outline: none;
}
.cid-vjo7U9QnPq .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vjo7U9QnPq .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vjo7U9QnPq .item {
  padding: 0;
  margin: 0;
}
.cid-vjo7U9QnPq .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vjo7U9QnPq .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vjo7U9QnPq .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vjo7U9QnPq .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vjo7U9QnPq .mbr-section-title {
  color: #232323;
}
.cid-vjo7UahOkJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vjo7UahOkJ img,
.cid-vjo7UahOkJ .item-img {
  width: 100%;
}
.cid-vjo7UahOkJ .item:focus,
.cid-vjo7UahOkJ span:focus {
  outline: none;
}
.cid-vjo7UahOkJ .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vjo7UahOkJ .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vjo7UahOkJ .item {
  padding: 0;
  margin: 0;
}
.cid-vjo7UahOkJ .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vjo7UahOkJ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vjo7UahOkJ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vjo7UahOkJ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vjo7UahOkJ .mbr-section-title {
  color: #232323;
}
.cid-vjo7UaGnvv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vjo7UaGnvv img,
.cid-vjo7UaGnvv .item-img {
  width: 100%;
}
.cid-vjo7UaGnvv .item:focus,
.cid-vjo7UaGnvv span:focus {
  outline: none;
}
.cid-vjo7UaGnvv .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vjo7UaGnvv .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vjo7UaGnvv .item {
  padding: 0;
  margin: 0;
}
.cid-vjo7UaGnvv .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vjo7UaGnvv .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vjo7UaGnvv .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vjo7UaGnvv .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vjo7UaGnvv .mbr-section-title {
  color: #232323;
}
.cid-vjo7Ub7daA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vjo7Ub7daA img,
.cid-vjo7Ub7daA .item-img {
  width: 100%;
}
.cid-vjo7Ub7daA .item:focus,
.cid-vjo7Ub7daA span:focus {
  outline: none;
}
.cid-vjo7Ub7daA .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vjo7Ub7daA .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vjo7Ub7daA .item {
  padding: 0;
  margin: 0;
}
.cid-vjo7Ub7daA .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vjo7Ub7daA .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vjo7Ub7daA .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vjo7Ub7daA .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vjo7Ub7daA .mbr-section-title {
  color: #232323;
}
.cid-vjo7Ubx2TQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vjo7Ubx2TQ img,
.cid-vjo7Ubx2TQ .item-img {
  width: 100%;
}
.cid-vjo7Ubx2TQ .item:focus,
.cid-vjo7Ubx2TQ span:focus {
  outline: none;
}
.cid-vjo7Ubx2TQ .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vjo7Ubx2TQ .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vjo7Ubx2TQ .item {
  padding: 0;
  margin: 0;
}
.cid-vjo7Ubx2TQ .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vjo7Ubx2TQ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vjo7Ubx2TQ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vjo7Ubx2TQ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vjo7Ubx2TQ .mbr-section-title {
  color: #232323;
}
.cid-vjo7UbYHhU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vjo7UbYHhU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjo7UbYHhU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjo7UbYHhU .card-wrapper {
  background: #000000;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-vjo7UbYHhU .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vjo7UbYHhU .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vjo7UbYHhU .card-wrapper {
    padding: 4rem;
  }
}
.cid-vjo7UbYHhU .mbr-text,
.cid-vjo7UbYHhU .mbr-section-btn {
  color: #ffffff;
}
.cid-vjo7UbYHhU .card-title,
.cid-vjo7UbYHhU .card-box {
  text-align: center;
}
.cid-vjo7Ucj5J7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vjo7Ucj5J7 img,
.cid-vjo7Ucj5J7 .item-img {
  width: 100%;
}
.cid-vjo7Ucj5J7 .item:focus,
.cid-vjo7Ucj5J7 span:focus {
  outline: none;
}
.cid-vjo7Ucj5J7 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vjo7Ucj5J7 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vjo7Ucj5J7 .item {
  padding: 0;
  margin: 0;
}
.cid-vjo7Ucj5J7 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vjo7Ucj5J7 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vjo7Ucj5J7 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vjo7Ucj5J7 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vjo7Ucj5J7 .mbr-section-title {
  color: #232323;
}
.cid-vjo7UcK93f {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vjo7UcK93f img,
.cid-vjo7UcK93f .item-img {
  width: 100%;
}
.cid-vjo7UcK93f .item:focus,
.cid-vjo7UcK93f span:focus {
  outline: none;
}
.cid-vjo7UcK93f .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vjo7UcK93f .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vjo7UcK93f .item {
  padding: 0;
  margin: 0;
}
.cid-vjo7UcK93f .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vjo7UcK93f .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vjo7UcK93f .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vjo7UcK93f .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vjo7UcK93f .mbr-section-title {
  color: #232323;
}
.cid-vjo7UdbIZB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vjo7UdbIZB img,
.cid-vjo7UdbIZB .item-img {
  width: 100%;
}
.cid-vjo7UdbIZB .item:focus,
.cid-vjo7UdbIZB span:focus {
  outline: none;
}
.cid-vjo7UdbIZB .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vjo7UdbIZB .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vjo7UdbIZB .item {
  padding: 0;
  margin: 0;
}
.cid-vjo7UdbIZB .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vjo7UdbIZB .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vjo7UdbIZB .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vjo7UdbIZB .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vjo7UdbIZB .mbr-section-title {
  color: #232323;
}
.cid-vjo7UdDjKj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vjo7UdDjKj img,
.cid-vjo7UdDjKj .item-img {
  width: 100%;
}
.cid-vjo7UdDjKj .item:focus,
.cid-vjo7UdDjKj span:focus {
  outline: none;
}
.cid-vjo7UdDjKj .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vjo7UdDjKj .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vjo7UdDjKj .item {
  padding: 0;
  margin: 0;
}
.cid-vjo7UdDjKj .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vjo7UdDjKj .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vjo7UdDjKj .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vjo7UdDjKj .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vjo7UdDjKj .mbr-section-title {
  color: #232323;
}
.cid-vjo7Ue5mBT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vjo7Ue5mBT img,
.cid-vjo7Ue5mBT .item-img {
  width: 100%;
}
.cid-vjo7Ue5mBT .item:focus,
.cid-vjo7Ue5mBT span:focus {
  outline: none;
}
.cid-vjo7Ue5mBT .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vjo7Ue5mBT .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vjo7Ue5mBT .item {
  padding: 0;
  margin: 0;
}
.cid-vjo7Ue5mBT .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vjo7Ue5mBT .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vjo7Ue5mBT .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vjo7Ue5mBT .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vjo7Ue5mBT .mbr-section-title {
  color: #232323;
}
.cid-vjo7Ueywxs {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vjo7Ueywxs img,
.cid-vjo7Ueywxs .item-img {
  width: 100%;
}
.cid-vjo7Ueywxs .item:focus,
.cid-vjo7Ueywxs span:focus {
  outline: none;
}
.cid-vjo7Ueywxs .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vjo7Ueywxs .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vjo7Ueywxs .item {
  padding: 0;
  margin: 0;
}
.cid-vjo7Ueywxs .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vjo7Ueywxs .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vjo7Ueywxs .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vjo7Ueywxs .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vjo7Ueywxs .mbr-section-title {
  color: #232323;
}
.cid-vjo7Uf0hEV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vjo7Uf0hEV img,
.cid-vjo7Uf0hEV .item-img {
  width: 100%;
}
.cid-vjo7Uf0hEV .item:focus,
.cid-vjo7Uf0hEV span:focus {
  outline: none;
}
.cid-vjo7Uf0hEV .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vjo7Uf0hEV .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vjo7Uf0hEV .item {
  padding: 0;
  margin: 0;
}
.cid-vjo7Uf0hEV .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vjo7Uf0hEV .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vjo7Uf0hEV .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vjo7Uf0hEV .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vjo7Uf0hEV .mbr-section-title {
  color: #232323;
}
.cid-vjo7UfsTAf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vjo7UfsTAf img,
.cid-vjo7UfsTAf .item-img {
  width: 100%;
}
.cid-vjo7UfsTAf .item:focus,
.cid-vjo7UfsTAf span:focus {
  outline: none;
}
.cid-vjo7UfsTAf .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vjo7UfsTAf .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vjo7UfsTAf .item {
  padding: 0;
  margin: 0;
}
.cid-vjo7UfsTAf .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vjo7UfsTAf .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vjo7UfsTAf .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vjo7UfsTAf .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vjo7UfsTAf .mbr-section-title {
  color: #232323;
}
.cid-vjo7UfXBIn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vjo7UfXBIn img,
.cid-vjo7UfXBIn .item-img {
  width: 100%;
}
.cid-vjo7UfXBIn .item:focus,
.cid-vjo7UfXBIn span:focus {
  outline: none;
}
.cid-vjo7UfXBIn .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vjo7UfXBIn .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vjo7UfXBIn .item {
  padding: 0;
  margin: 0;
}
.cid-vjo7UfXBIn .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vjo7UfXBIn .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vjo7UfXBIn .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vjo7UfXBIn .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vjo7UfXBIn .mbr-section-title {
  color: #232323;
}
.cid-vjo7UgrH5T {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vjo7UgrH5T img,
.cid-vjo7UgrH5T .item-img {
  width: 100%;
}
.cid-vjo7UgrH5T .item:focus,
.cid-vjo7UgrH5T span:focus {
  outline: none;
}
.cid-vjo7UgrH5T .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vjo7UgrH5T .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vjo7UgrH5T .item {
  padding: 0;
  margin: 0;
}
.cid-vjo7UgrH5T .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vjo7UgrH5T .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vjo7UgrH5T .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vjo7UgrH5T .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vjo7UgrH5T .mbr-section-title {
  color: #232323;
}
.cid-vjo7UgW9tX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vjo7UgW9tX img,
.cid-vjo7UgW9tX .item-img {
  width: 100%;
}
.cid-vjo7UgW9tX .item:focus,
.cid-vjo7UgW9tX span:focus {
  outline: none;
}
.cid-vjo7UgW9tX .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vjo7UgW9tX .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vjo7UgW9tX .item {
  padding: 0;
  margin: 0;
}
.cid-vjo7UgW9tX .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vjo7UgW9tX .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vjo7UgW9tX .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vjo7UgW9tX .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vjo7UgW9tX .mbr-section-title {
  color: #232323;
}
.cid-vjo7UhqVpL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vjo7UhqVpL img,
.cid-vjo7UhqVpL .item-img {
  width: 100%;
}
.cid-vjo7UhqVpL .item:focus,
.cid-vjo7UhqVpL span:focus {
  outline: none;
}
.cid-vjo7UhqVpL .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vjo7UhqVpL .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vjo7UhqVpL .item {
  padding: 0;
  margin: 0;
}
.cid-vjo7UhqVpL .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vjo7UhqVpL .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vjo7UhqVpL .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vjo7UhqVpL .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vjo7UhqVpL .mbr-section-title {
  color: #232323;
}
.cid-vjo7UhW9mQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vjo7UhW9mQ img,
.cid-vjo7UhW9mQ .item-img {
  width: 100%;
}
.cid-vjo7UhW9mQ .item:focus,
.cid-vjo7UhW9mQ span:focus {
  outline: none;
}
.cid-vjo7UhW9mQ .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vjo7UhW9mQ .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vjo7UhW9mQ .item {
  padding: 0;
  margin: 0;
}
.cid-vjo7UhW9mQ .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vjo7UhW9mQ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vjo7UhW9mQ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vjo7UhW9mQ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vjo7UhW9mQ .mbr-section-title {
  color: #232323;
}
.cid-vjo7UiqQ8T {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vjo7UiqQ8T img,
.cid-vjo7UiqQ8T .item-img {
  width: 100%;
}
.cid-vjo7UiqQ8T .item:focus,
.cid-vjo7UiqQ8T span:focus {
  outline: none;
}
.cid-vjo7UiqQ8T .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vjo7UiqQ8T .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vjo7UiqQ8T .item {
  padding: 0;
  margin: 0;
}
.cid-vjo7UiqQ8T .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vjo7UiqQ8T .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vjo7UiqQ8T .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vjo7UiqQ8T .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vjo7UiqQ8T .mbr-section-title {
  color: #232323;
}
.cid-vjo7UiUILx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vjo7UiUILx img,
.cid-vjo7UiUILx .item-img {
  width: 100%;
}
.cid-vjo7UiUILx .item:focus,
.cid-vjo7UiUILx span:focus {
  outline: none;
}
.cid-vjo7UiUILx .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vjo7UiUILx .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vjo7UiUILx .item {
  padding: 0;
  margin: 0;
}
.cid-vjo7UiUILx .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vjo7UiUILx .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vjo7UiUILx .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vjo7UiUILx .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vjo7UiUILx .mbr-section-title {
  color: #232323;
}
.cid-vjo7UjqDsx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vjo7UjqDsx img,
.cid-vjo7UjqDsx .item-img {
  width: 100%;
}
.cid-vjo7UjqDsx .item:focus,
.cid-vjo7UjqDsx span:focus {
  outline: none;
}
.cid-vjo7UjqDsx .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vjo7UjqDsx .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vjo7UjqDsx .item {
  padding: 0;
  margin: 0;
}
.cid-vjo7UjqDsx .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vjo7UjqDsx .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vjo7UjqDsx .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vjo7UjqDsx .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vjo7UjqDsx .mbr-section-title {
  color: #232323;
}
.cid-vjo7UjTLJ5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vjo7UjTLJ5 img,
.cid-vjo7UjTLJ5 .item-img {
  width: 100%;
}
.cid-vjo7UjTLJ5 .item:focus,
.cid-vjo7UjTLJ5 span:focus {
  outline: none;
}
.cid-vjo7UjTLJ5 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vjo7UjTLJ5 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vjo7UjTLJ5 .item {
  padding: 0;
  margin: 0;
}
.cid-vjo7UjTLJ5 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vjo7UjTLJ5 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vjo7UjTLJ5 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vjo7UjTLJ5 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vjo7UjTLJ5 .mbr-section-title {
  color: #232323;
}
.cid-vjo7UkqGMD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vjo7UkqGMD img,
.cid-vjo7UkqGMD .item-img {
  width: 100%;
}
.cid-vjo7UkqGMD .item:focus,
.cid-vjo7UkqGMD span:focus {
  outline: none;
}
.cid-vjo7UkqGMD .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vjo7UkqGMD .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vjo7UkqGMD .item {
  padding: 0;
  margin: 0;
}
.cid-vjo7UkqGMD .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vjo7UkqGMD .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vjo7UkqGMD .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vjo7UkqGMD .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vjo7UkqGMD .mbr-section-title {
  color: #232323;
}
.cid-vjo7UkUZuZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vjo7UkUZuZ img,
.cid-vjo7UkUZuZ .item-img {
  width: 100%;
}
.cid-vjo7UkUZuZ .item:focus,
.cid-vjo7UkUZuZ span:focus {
  outline: none;
}
.cid-vjo7UkUZuZ .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vjo7UkUZuZ .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vjo7UkUZuZ .item {
  padding: 0;
  margin: 0;
}
.cid-vjo7UkUZuZ .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vjo7UkUZuZ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vjo7UkUZuZ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vjo7UkUZuZ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vjo7UkUZuZ .mbr-section-title {
  color: #232323;
}
.cid-vjo7UlsRKH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vjo7UlsRKH img,
.cid-vjo7UlsRKH .item-img {
  width: 100%;
}
.cid-vjo7UlsRKH .item:focus,
.cid-vjo7UlsRKH span:focus {
  outline: none;
}
.cid-vjo7UlsRKH .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vjo7UlsRKH .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vjo7UlsRKH .item {
  padding: 0;
  margin: 0;
}
.cid-vjo7UlsRKH .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vjo7UlsRKH .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vjo7UlsRKH .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vjo7UlsRKH .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vjo7UlsRKH .mbr-section-title {
  color: #232323;
}
.cid-vjo7UlXR8m {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vjo7UlXR8m img,
.cid-vjo7UlXR8m .item-img {
  width: 100%;
}
.cid-vjo7UlXR8m .item:focus,
.cid-vjo7UlXR8m span:focus {
  outline: none;
}
.cid-vjo7UlXR8m .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vjo7UlXR8m .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vjo7UlXR8m .item {
  padding: 0;
  margin: 0;
}
.cid-vjo7UlXR8m .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vjo7UlXR8m .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vjo7UlXR8m .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vjo7UlXR8m .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vjo7UlXR8m .mbr-section-title {
  color: #232323;
}
.cid-vjo7Umum0k {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vjo7Umum0k img,
.cid-vjo7Umum0k .item-img {
  width: 100%;
}
.cid-vjo7Umum0k .item:focus,
.cid-vjo7Umum0k span:focus {
  outline: none;
}
.cid-vjo7Umum0k .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vjo7Umum0k .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vjo7Umum0k .item {
  padding: 0;
  margin: 0;
}
.cid-vjo7Umum0k .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vjo7Umum0k .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vjo7Umum0k .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vjo7Umum0k .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vjo7Umum0k .mbr-section-title {
  color: #232323;
}
.cid-vjo7UmYZvs {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vjo7UmYZvs img,
.cid-vjo7UmYZvs .item-img {
  width: 100%;
}
.cid-vjo7UmYZvs .item:focus,
.cid-vjo7UmYZvs span:focus {
  outline: none;
}
.cid-vjo7UmYZvs .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vjo7UmYZvs .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vjo7UmYZvs .item {
  padding: 0;
  margin: 0;
}
.cid-vjo7UmYZvs .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vjo7UmYZvs .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vjo7UmYZvs .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vjo7UmYZvs .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vjo7UmYZvs .mbr-section-title {
  color: #232323;
}
.cid-vjo7Unv312 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vjo7Unv312 img,
.cid-vjo7Unv312 .item-img {
  width: 100%;
}
.cid-vjo7Unv312 .item:focus,
.cid-vjo7Unv312 span:focus {
  outline: none;
}
.cid-vjo7Unv312 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vjo7Unv312 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-vjo7Unv312 .item {
  padding: 0;
  margin: 0;
}
.cid-vjo7Unv312 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vjo7Unv312 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vjo7Unv312 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vjo7Unv312 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vjo7Unv312 .mbr-section-title {
  color: #232323;
}
.cid-vjo7Uo1MIl {
  background-color: #ffffff;
}
.cid-vjo7Uo1MIl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjo7Uo1MIl .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-vjo7Uo1MIl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vjo7Uo1MIl .row {
  flex-direction: row-reverse;
}
.cid-vjo7Uo1MIl img {
  width: 100%;
}
.cid-vjo7Uoueav {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
  overflow: hidden;
}
.cid-vjo7UoUOmX {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-vjo7UoUOmX .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vjo7UoUOmX .item {
    margin-bottom: 1rem;
  }
}
.cid-vjo7UoUOmX .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-vjo7UoUOmX .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vjo7UoUOmX .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-vjo7UoUOmX .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-vjo7UoUOmX .carousel-control,
.cid-vjo7UoUOmX .close {
  background: #1b1b1b;
}
.cid-vjo7UoUOmX .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vjo7UoUOmX .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vjo7UoUOmX .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vjo7UoUOmX .carousel-control-next span {
  margin-left: 5px;
}
.cid-vjo7UoUOmX .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-vjo7UoUOmX .close::before {
  content: '\e91a';
}
.cid-vjo7UoUOmX .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vjo7UoUOmX .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-vjo7UoUOmX .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vjo7UoUOmX .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vjo7UoUOmX .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vjo7UoUOmX .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vjo7UoUOmX .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-vjo7UoUOmX .carousel-indicators li.active,
.cid-vjo7UoUOmX .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vjo7UoUOmX .carousel-indicators li::after,
.cid-vjo7UoUOmX .carousel-indicators li::before {
  content: none;
}
.cid-vjo7UoUOmX .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vjo7UoUOmX .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vjo7UoUOmX .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vjo7UoUOmX .carousel-indicators {
    display: none;
  }
}
.cid-vjo7UoUOmX .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vjo7UoUOmX .carousel-inner > .active {
  display: block;
}
.cid-vjo7UoUOmX .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vjo7UoUOmX .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vjo7UoUOmX .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vjo7UoUOmX .carousel-control,
  .cid-vjo7UoUOmX .carousel-indicators,
  .cid-vjo7UoUOmX .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vjo7UoUOmX .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vjo7UoUOmX .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vjo7UoUOmX .carousel-indicators .active,
.cid-vjo7UoUOmX .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vjo7UoUOmX .carousel-indicators .active {
  background: #fff;
}
.cid-vjo7UoUOmX .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vjo7UoUOmX .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vjo7UoUOmX .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vjo7UoUOmX .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vjo7UoUOmX .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vjo7UoUOmX .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vjo7UoUOmX .carousel {
  width: 100%;
}
.cid-vjo7UoUOmX .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vjo7UoUOmX .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vjo7UoUOmX .modal.fade .modal-dialog,
.cid-vjo7UoUOmX .modal.in .modal-dialog {
  transform: none;
}
.cid-vjo7UoUOmX .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vjo7UoUOmX .content-head {
  max-width: 800px;
}
.cid-vjo7UpAAFC {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-vjo7UpAAFC .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vjo7UpAAFC .item {
    margin-bottom: 1rem;
  }
}
.cid-vjo7UpAAFC .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-vjo7UpAAFC .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-vjo7UpAAFC .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-vjo7UpAAFC .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-vjo7UpAAFC .carousel-control,
.cid-vjo7UpAAFC .close {
  background: #1b1b1b;
}
.cid-vjo7UpAAFC .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vjo7UpAAFC .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vjo7UpAAFC .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vjo7UpAAFC .carousel-control-next span {
  margin-left: 5px;
}
.cid-vjo7UpAAFC .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-vjo7UpAAFC .close::before {
  content: '\e91a';
}
.cid-vjo7UpAAFC .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vjo7UpAAFC .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-vjo7UpAAFC .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vjo7UpAAFC .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vjo7UpAAFC .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vjo7UpAAFC .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vjo7UpAAFC .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-vjo7UpAAFC .carousel-indicators li.active,
.cid-vjo7UpAAFC .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vjo7UpAAFC .carousel-indicators li::after,
.cid-vjo7UpAAFC .carousel-indicators li::before {
  content: none;
}
.cid-vjo7UpAAFC .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vjo7UpAAFC .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vjo7UpAAFC .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vjo7UpAAFC .carousel-indicators {
    display: none;
  }
}
.cid-vjo7UpAAFC .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vjo7UpAAFC .carousel-inner > .active {
  display: block;
}
.cid-vjo7UpAAFC .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vjo7UpAAFC .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vjo7UpAAFC .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vjo7UpAAFC .carousel-control,
  .cid-vjo7UpAAFC .carousel-indicators,
  .cid-vjo7UpAAFC .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vjo7UpAAFC .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vjo7UpAAFC .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vjo7UpAAFC .carousel-indicators .active,
.cid-vjo7UpAAFC .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vjo7UpAAFC .carousel-indicators .active {
  background: #fff;
}
.cid-vjo7UpAAFC .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vjo7UpAAFC .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vjo7UpAAFC .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vjo7UpAAFC .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vjo7UpAAFC .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vjo7UpAAFC .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vjo7UpAAFC .carousel {
  width: 100%;
}
.cid-vjo7UpAAFC .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vjo7UpAAFC .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vjo7UpAAFC .modal.fade .modal-dialog,
.cid-vjo7UpAAFC .modal.in .modal-dialog {
  transform: none;
}
.cid-vjo7UpAAFC .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vjo7UpAAFC .content-head {
  max-width: 800px;
}
.cid-vjo7UqgJp0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vjo7UqgJp0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjo7UqgJp0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjo7UqgJp0 .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-vjo7UqgJp0 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vjo7UqgJp0 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vjo7UqgJp0 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-vjo7UqgJp0 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-vjo7UqgJp0 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-vjo7UqgJp0 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
