body {
  font-family: Jost;
}
.display-1 {
  font-family: 'GreatVibes-Regular';
  font-size: 10rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 12.5rem;
}
.display-2 {
  font-family: 'GreatVibes-Regular';
  font-size: 8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 10rem;
}
.display-4 {
  font-family: 'Cinzel-VariableFont_wght';
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 2rem;
}
.display-5 {
  font-family: 'Cinzel-VariableFont_wght';
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Cinzel-VariableFont_wght';
  font-size: 3rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 3.75rem;
}
/* ---- 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: 8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 7rem;
    font-size: calc( 4.1499999999999995rem + (10 - 4.1499999999999995) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (4.1499999999999995rem + (10 - 4.1499999999999995) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 6.4rem;
    font-size: calc( 3.45rem + (8 - 3.45) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (3.45rem + (8 - 3.45) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((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: #d9b36c !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: #d9b36c !important;
  border-color: #d9b36c !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: #bd8c31 !important;
  border-color: #bd8c31 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #bd8c31 !important;
  border-color: #bd8c31 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #353535 !important;
  border-color: #353535 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !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: transparent;
  color: #d9b36c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #bd8c31 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #d9b36c !important;
  border-color: #d9b36c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #353535;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #0a0a0a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #353535 !important;
  border-color: #353535 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  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: transparent!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: transparent;
  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: transparent!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: transparent;
  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: transparent!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: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #d9b36c !important;
}
.text-secondary {
  color: #353535 !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: #b1832e !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #020202 !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: #d9b36c;
}
.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-gallery-filter li.active .btn {
  background-color: #d9b36c;
  border-color: #d9b36c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #d9b36c;
}
.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: 'Cinzel-VariableFont_wght';
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 2rem;
}
.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: #d9b36c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Cinzel-VariableFont_wght';
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2rem;
}
blockquote {
  border-color: #d9b36c;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #d9b36c;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #d9b36c;
}
.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: #d9b36c;
  border-bottom-color: #d9b36c;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #d9b36c !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #353535 !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='%23d9b36c' %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-tDpr1T5qvH {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #fffefc;
}
.cid-tDpr1T5qvH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDpr1T5qvH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDpr1T5qvH .mbr-section-subtitle {
  text-align: right;
}
.cid-tDpr1T5qvH .mbr-section-title {
  color: #d9b36c;
}
.cid-tDpqW5RZSb {
  z-index: 1000;
  width: 100%;
}
.cid-tDpqW5RZSb nav.navbar {
  position: fixed;
}
.cid-tDpqW5RZSb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDpqW5RZSb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDpqW5RZSb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tDpqW5RZSb .dropdown-item:hover,
.cid-tDpqW5RZSb .dropdown-item:focus {
  background: #d9b36c !important;
  color: white !important;
}
.cid-tDpqW5RZSb .dropdown-item:hover span {
  color: white;
}
.cid-tDpqW5RZSb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDpqW5RZSb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDpqW5RZSb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDpqW5RZSb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDpqW5RZSb .nav-link {
  position: relative;
}
.cid-tDpqW5RZSb .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tDpqW5RZSb .container {
    flex-wrap: wrap;
  }
}
.cid-tDpqW5RZSb .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tDpqW5RZSb .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tDpqW5RZSb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDpqW5RZSb .dropdown-menu,
.cid-tDpqW5RZSb .navbar.opened {
  background: #fffefc !important;
}
.cid-tDpqW5RZSb .nav-item:focus,
.cid-tDpqW5RZSb .nav-link:focus {
  outline: none;
}
.cid-tDpqW5RZSb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDpqW5RZSb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDpqW5RZSb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDpqW5RZSb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDpqW5RZSb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDpqW5RZSb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDpqW5RZSb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 254, 252, 0.2);
}
.cid-tDpqW5RZSb .navbar.opened {
  transition: all 0.3s;
}
.cid-tDpqW5RZSb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDpqW5RZSb .navbar .navbar-logo img {
  width: auto;
}
.cid-tDpqW5RZSb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDpqW5RZSb .navbar.collapsed {
  justify-content: center;
}
.cid-tDpqW5RZSb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDpqW5RZSb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDpqW5RZSb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tDpqW5RZSb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDpqW5RZSb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDpqW5RZSb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tDpqW5RZSb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDpqW5RZSb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDpqW5RZSb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDpqW5RZSb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDpqW5RZSb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDpqW5RZSb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDpqW5RZSb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDpqW5RZSb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tDpqW5RZSb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDpqW5RZSb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDpqW5RZSb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDpqW5RZSb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDpqW5RZSb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDpqW5RZSb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tDpqW5RZSb .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tDpqW5RZSb .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDpqW5RZSb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDpqW5RZSb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDpqW5RZSb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDpqW5RZSb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDpqW5RZSb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDpqW5RZSb .dropdown-item.active,
.cid-tDpqW5RZSb .dropdown-item:active {
  background-color: transparent;
}
.cid-tDpqW5RZSb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDpqW5RZSb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDpqW5RZSb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDpqW5RZSb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffefc;
}
.cid-tDpqW5RZSb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDpqW5RZSb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDpqW5RZSb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDpqW5RZSb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDpqW5RZSb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDpqW5RZSb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tDpqW5RZSb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDpqW5RZSb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDpqW5RZSb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDpqW5RZSb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDpqW5RZSb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDpqW5RZSb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDpqW5RZSb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDpqW5RZSb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDpqW5RZSb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDpqW5RZSb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDpqW5RZSb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tDpqW5RZSb .navbar {
    height: 70px;
  }
  .cid-tDpqW5RZSb .navbar.opened {
    height: auto;
  }
  .cid-tDpqW5RZSb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDptwsA6xn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffefc;
}
.cid-tDpyQqFh9q {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/ring-1167514.webp");
}
.cid-tDpyQqFh9q .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDpyQqFh9q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDpyQqFh9q .mbr-section-subtitle {
  text-align: right;
}
.cid-tDpyQqFh9q .mbr-section-title {
  color: #d9b36c;
  text-align: center;
}
.cid-tDpBtC2wKf {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #d9b36c;
}
.cid-tDpBtC2wKf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDpBtC2wKf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDpBtC2wKf .mbr-section-title {
  color: #353535;
}
.cid-tDpBtC2wKf .mbr-text,
.cid-tDpBtC2wKf .mbr-section-btn {
  color: #353535;
}
.cid-tDpyUjCVEV {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fffefc;
}
.cid-tDpyUjCVEV .mbr-text {
  text-align: left;
}
.cid-tDpJuYCZqb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffefc;
}
.cid-tDpJuYCZqb .line {
  background-color: #d9b36c;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tDpJuYCZqb .mbr-text {
  text-align: right;
}
.cid-tDpHb5Ljcf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffefc;
}
@media (min-width: 992px) {
  .cid-tDpHb5Ljcf .carousel {
    min-height: 900px;
  }
  .cid-tDpHb5Ljcf .carousel img {
    max-height: 900px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tDpHb5Ljcf .carousel {
    min-height: 585px;
  }
  .cid-tDpHb5Ljcf .carousel img {
    max-height: 585px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tDpHb5Ljcf .carousel {
    min-height: 495px;
  }
  .cid-tDpHb5Ljcf .carousel img {
    max-height: 495px;
    object-fit: contain;
  }
  .cid-tDpHb5Ljcf .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tDpHb5Ljcf .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tDpHb5Ljcf .carousel,
.cid-tDpHb5Ljcf .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tDpHb5Ljcf .item-wrapper {
  width: 100%;
}
.cid-tDpHb5Ljcf .carousel-caption {
  bottom: 40px;
}
.cid-tDpHb5Ljcf .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tDpHb5Ljcf .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tDpHb5Ljcf .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tDpHb5Ljcf .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tDpHb5Ljcf .carousel-control {
  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-tDpHb5Ljcf .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tDpHb5Ljcf .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tDpHb5Ljcf .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tDpHb5Ljcf .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tDpHb5Ljcf .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-tDpHb5Ljcf .carousel-indicators li.active,
.cid-tDpHb5Ljcf .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tDpHb5Ljcf .carousel-indicators li::after,
.cid-tDpHb5Ljcf .carousel-indicators li::before {
  content: none;
}
.cid-tDpHb5Ljcf .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tDpHb5Ljcf .carousel-indicators {
    display: none !important;
  }
}
.cid-tDpHb5Ljcf H5 {
  color: #fffefc;
}
.cid-tFC0qVTufZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tFC0qVTufZ blockquote {
  border-color: #d9b36c;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tFC0qVTufZ .mbr-text {
  text-align: right;
}
.cid-tFBXDtwDkN .icon-wrapper {
  margin: auto;
  background-color: #d9b36c;
  color: #fafafa;
  border-radius: 50%;
  font-size: 48px;
  cursor: pointer;
  width: 6rem;
  height: 6rem;
  transition: all 0.25s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cid-tFBXDtwDkN .icon-wrapper span {
  margin-left: 10px;
}
.cid-tFBXDtwDkN .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tFBXDtwDkN .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tFBXDtwDkN .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tFBXDtwDkN .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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tFBXDtwDkN .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tFBXDtwDkN .icon-description {
  color: #d9b36c;
}
.cid-tGgsIZ8ANa {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/fundo.webp");
}
.cid-tGgsIZ8ANa .mbr-overlay {
  background: #000000;
  opacity: 0.5;
}
.cid-tGgsIZ8ANa img,
.cid-tGgsIZ8ANa .item-img {
  width: 100%;
}
.cid-tGgsIZ8ANa .item:focus,
.cid-tGgsIZ8ANa span:focus {
  outline: none;
}
.cid-tGgsIZ8ANa .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tGgsIZ8ANa .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tGgsIZ8ANa .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tGgsIZ8ANa .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tGgsIZ8ANa .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tGgsIZ8ANa .mbr-section-title {
  color: #ffffff;
}
.cid-tGgsIZ8ANa .mbr-text,
.cid-tGgsIZ8ANa .mbr-section-btn {
  text-align: center;
}
.cid-tGgsIZ8ANa .item-title {
  text-align: center;
}
.cid-tGgsIZ8ANa .item-subtitle {
  text-align: left;
}
.cid-tGgsIZ8ANa .mbr-section-subtitle {
  color: #fffefc;
}
.cid-tDpPze2kdc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #fffefc;
}
.cid-tDpPze2kdc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDpPze2kdc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDpPze2kdc .google-map {
  height: 30rem;
  position: relative;
}
.cid-tDpPze2kdc .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tDpPze2kdc .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-tDpPze2kdc .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tDpPze2kdc .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tDpqW5RZSb {
  z-index: 1000;
  width: 100%;
}
.cid-tDpqW5RZSb nav.navbar {
  position: fixed;
}
.cid-tDpqW5RZSb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDpqW5RZSb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDpqW5RZSb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tDpqW5RZSb .dropdown-item:hover,
.cid-tDpqW5RZSb .dropdown-item:focus {
  background: #d9b36c !important;
  color: white !important;
}
.cid-tDpqW5RZSb .dropdown-item:hover span {
  color: white;
}
.cid-tDpqW5RZSb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDpqW5RZSb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDpqW5RZSb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDpqW5RZSb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDpqW5RZSb .nav-link {
  position: relative;
}
.cid-tDpqW5RZSb .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tDpqW5RZSb .container {
    flex-wrap: wrap;
  }
}
.cid-tDpqW5RZSb .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tDpqW5RZSb .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tDpqW5RZSb .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tDpqW5RZSb .dropdown-menu,
.cid-tDpqW5RZSb .navbar.opened {
  background: #fffefc !important;
}
.cid-tDpqW5RZSb .nav-item:focus,
.cid-tDpqW5RZSb .nav-link:focus {
  outline: none;
}
.cid-tDpqW5RZSb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDpqW5RZSb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDpqW5RZSb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDpqW5RZSb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDpqW5RZSb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDpqW5RZSb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDpqW5RZSb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(255, 254, 252, 0.2);
}
.cid-tDpqW5RZSb .navbar.opened {
  transition: all 0.3s;
}
.cid-tDpqW5RZSb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDpqW5RZSb .navbar .navbar-logo img {
  width: auto;
}
.cid-tDpqW5RZSb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDpqW5RZSb .navbar.collapsed {
  justify-content: center;
}
.cid-tDpqW5RZSb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDpqW5RZSb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDpqW5RZSb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tDpqW5RZSb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDpqW5RZSb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDpqW5RZSb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tDpqW5RZSb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDpqW5RZSb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDpqW5RZSb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDpqW5RZSb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDpqW5RZSb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDpqW5RZSb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDpqW5RZSb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDpqW5RZSb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tDpqW5RZSb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDpqW5RZSb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDpqW5RZSb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDpqW5RZSb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDpqW5RZSb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDpqW5RZSb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tDpqW5RZSb .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tDpqW5RZSb .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDpqW5RZSb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDpqW5RZSb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDpqW5RZSb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDpqW5RZSb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDpqW5RZSb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDpqW5RZSb .dropdown-item.active,
.cid-tDpqW5RZSb .dropdown-item:active {
  background-color: transparent;
}
.cid-tDpqW5RZSb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDpqW5RZSb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDpqW5RZSb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDpqW5RZSb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffefc;
}
.cid-tDpqW5RZSb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDpqW5RZSb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDpqW5RZSb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDpqW5RZSb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDpqW5RZSb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDpqW5RZSb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tDpqW5RZSb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDpqW5RZSb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDpqW5RZSb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDpqW5RZSb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDpqW5RZSb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDpqW5RZSb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDpqW5RZSb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDpqW5RZSb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDpqW5RZSb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDpqW5RZSb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDpqW5RZSb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tDpqW5RZSb .navbar {
    height: 70px;
  }
  .cid-tDpqW5RZSb .navbar.opened {
    height: auto;
  }
  .cid-tDpqW5RZSb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tKhDT3mwRS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d9b36c;
}
.cid-tKhDT3mwRS img,
.cid-tKhDT3mwRS .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tKhDT3mwRS .item:focus,
.cid-tKhDT3mwRS span:focus {
  outline: none;
}
.cid-tKhDT3mwRS .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tKhDT3mwRS .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tKhDT3mwRS .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tKhDT3mwRS .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tKhDT3mwRS .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tKhDT3mwRS .mbr-section-title {
  color: #fffefc;
}
.cid-tKhDT3mwRS .mbr-section-subtitle {
  color: #fffefc;
}
.cid-tKhDTKujyt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fffefc;
}
.cid-tKhDTKujyt img,
.cid-tKhDTKujyt .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tKhDTKujyt .item:focus,
.cid-tKhDTKujyt span:focus {
  outline: none;
}
.cid-tKhDTKujyt .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tKhDTKujyt .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tKhDTKujyt .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tKhDTKujyt .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tKhDTKujyt .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tKhDTKujyt .mbr-section-title {
  color: #fffefc;
}
.cid-tKhDTKujyt .mbr-section-subtitle {
  color: #fffefc;
}
.cid-tKhDUPuFyz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fffefc;
}
.cid-tKhDUPuFyz img,
.cid-tKhDUPuFyz .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tKhDUPuFyz .item:focus,
.cid-tKhDUPuFyz span:focus {
  outline: none;
}
.cid-tKhDUPuFyz .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tKhDUPuFyz .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tKhDUPuFyz .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tKhDUPuFyz .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tKhDUPuFyz .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tKhDUPuFyz .mbr-section-title {
  color: #fffefc;
}
.cid-tKhDUPuFyz .mbr-section-subtitle {
  color: #fffefc;
}
.cid-tKhDVn1nu5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fffefc;
}
.cid-tKhDVn1nu5 img,
.cid-tKhDVn1nu5 .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tKhDVn1nu5 .item:focus,
.cid-tKhDVn1nu5 span:focus {
  outline: none;
}
.cid-tKhDVn1nu5 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tKhDVn1nu5 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tKhDVn1nu5 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tKhDVn1nu5 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tKhDVn1nu5 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tKhDVn1nu5 .mbr-section-title {
  color: #fffefc;
}
.cid-tKhDVn1nu5 .mbr-section-subtitle {
  color: #fffefc;
}
.cid-tKhDVTyJZq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fffefc;
}
.cid-tKhDVTyJZq img,
.cid-tKhDVTyJZq .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tKhDVTyJZq .item:focus,
.cid-tKhDVTyJZq span:focus {
  outline: none;
}
.cid-tKhDVTyJZq .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tKhDVTyJZq .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tKhDVTyJZq .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tKhDVTyJZq .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tKhDVTyJZq .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tKhDVTyJZq .mbr-section-title {
  color: #fffefc;
}
.cid-tKhDVTyJZq .mbr-section-subtitle {
  color: #fffefc;
}
.cid-tKsobSoS0n {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fffefc;
}
.cid-tKsobSoS0n img,
.cid-tKsobSoS0n .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tKsobSoS0n .item:focus,
.cid-tKsobSoS0n span:focus {
  outline: none;
}
.cid-tKsobSoS0n .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tKsobSoS0n .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tKsobSoS0n .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tKsobSoS0n .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tKsobSoS0n .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tKsobSoS0n .mbr-section-title {
  color: #fffefc;
}
.cid-tKsobSoS0n .mbr-section-subtitle {
  color: #fffefc;
}
.cid-tKsocmRrOl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fffefc;
}
.cid-tKsocmRrOl img,
.cid-tKsocmRrOl .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tKsocmRrOl .item:focus,
.cid-tKsocmRrOl span:focus {
  outline: none;
}
.cid-tKsocmRrOl .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tKsocmRrOl .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tKsocmRrOl .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tKsocmRrOl .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tKsocmRrOl .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tKsocmRrOl .mbr-section-title {
  color: #fffefc;
}
.cid-tKsocmRrOl .mbr-section-subtitle {
  color: #fffefc;
}
.cid-tKsocNO7GQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fffefc;
}
.cid-tKsocNO7GQ img,
.cid-tKsocNO7GQ .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tKsocNO7GQ .item:focus,
.cid-tKsocNO7GQ span:focus {
  outline: none;
}
.cid-tKsocNO7GQ .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tKsocNO7GQ .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tKsocNO7GQ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tKsocNO7GQ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tKsocNO7GQ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tKsocNO7GQ .mbr-section-title {
  color: #fffefc;
}
.cid-tKsocNO7GQ .mbr-section-subtitle {
  color: #fffefc;
}
.cid-tKsodyWXoD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fffefc;
}
.cid-tKsodyWXoD img,
.cid-tKsodyWXoD .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tKsodyWXoD .item:focus,
.cid-tKsodyWXoD span:focus {
  outline: none;
}
.cid-tKsodyWXoD .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tKsodyWXoD .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tKsodyWXoD .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tKsodyWXoD .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tKsodyWXoD .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tKsodyWXoD .mbr-section-title {
  color: #fffefc;
}
.cid-tKsodyWXoD .mbr-section-subtitle {
  color: #fffefc;
}
.cid-tKsoeiBZw1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fffefc;
}
.cid-tKsoeiBZw1 img,
.cid-tKsoeiBZw1 .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tKsoeiBZw1 .item:focus,
.cid-tKsoeiBZw1 span:focus {
  outline: none;
}
.cid-tKsoeiBZw1 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tKsoeiBZw1 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tKsoeiBZw1 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tKsoeiBZw1 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tKsoeiBZw1 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tKsoeiBZw1 .mbr-section-title {
  color: #fffefc;
}
.cid-tKsoeiBZw1 .mbr-section-subtitle {
  color: #fffefc;
}
.cid-tKsodWHtoy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fffefc;
}
.cid-tKsodWHtoy img,
.cid-tKsodWHtoy .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tKsodWHtoy .item:focus,
.cid-tKsodWHtoy span:focus {
  outline: none;
}
.cid-tKsodWHtoy .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tKsodWHtoy .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tKsodWHtoy .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tKsodWHtoy .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tKsodWHtoy .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tKsodWHtoy .mbr-section-title {
  color: #fffefc;
}
.cid-tKsodWHtoy .mbr-section-subtitle {
  color: #fffefc;
}
.cid-tKsof1B80m {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fffefc;
}
.cid-tKsof1B80m img,
.cid-tKsof1B80m .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tKsof1B80m .item:focus,
.cid-tKsof1B80m span:focus {
  outline: none;
}
.cid-tKsof1B80m .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tKsof1B80m .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tKsof1B80m .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tKsof1B80m .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tKsof1B80m .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tKsof1B80m .mbr-section-title {
  color: #fffefc;
}
.cid-tKsof1B80m .mbr-section-subtitle {
  color: #fffefc;
}
.cid-tKsofow5VQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fffefc;
}
.cid-tKsofow5VQ img,
.cid-tKsofow5VQ .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tKsofow5VQ .item:focus,
.cid-tKsofow5VQ span:focus {
  outline: none;
}
.cid-tKsofow5VQ .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tKsofow5VQ .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tKsofow5VQ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tKsofow5VQ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tKsofow5VQ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tKsofow5VQ .mbr-section-title {
  color: #fffefc;
}
.cid-tKsofow5VQ .mbr-section-subtitle {
  color: #fffefc;
}
.cid-tKsofKapDJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fffefc;
}
.cid-tKsofKapDJ img,
.cid-tKsofKapDJ .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tKsofKapDJ .item:focus,
.cid-tKsofKapDJ span:focus {
  outline: none;
}
.cid-tKsofKapDJ .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tKsofKapDJ .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tKsofKapDJ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tKsofKapDJ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tKsofKapDJ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tKsofKapDJ .mbr-section-title {
  color: #fffefc;
}
.cid-tKsofKapDJ .mbr-section-subtitle {
  color: #fffefc;
}
.cid-tKsog6cKFb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fffefc;
}
.cid-tKsog6cKFb img,
.cid-tKsog6cKFb .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tKsog6cKFb .item:focus,
.cid-tKsog6cKFb span:focus {
  outline: none;
}
.cid-tKsog6cKFb .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tKsog6cKFb .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tKsog6cKFb .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tKsog6cKFb .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tKsog6cKFb .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tKsog6cKFb .mbr-section-title {
  color: #fffefc;
}
.cid-tKsog6cKFb .mbr-section-subtitle {
  color: #fffefc;
}
.cid-tKsogtsPH2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fffefc;
}
.cid-tKsogtsPH2 img,
.cid-tKsogtsPH2 .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tKsogtsPH2 .item:focus,
.cid-tKsogtsPH2 span:focus {
  outline: none;
}
.cid-tKsogtsPH2 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tKsogtsPH2 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tKsogtsPH2 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tKsogtsPH2 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tKsogtsPH2 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tKsogtsPH2 .mbr-section-title {
  color: #fffefc;
}
.cid-tKsogtsPH2 .mbr-section-subtitle {
  color: #fffefc;
}
.cid-tKsogOzG8y {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fffefc;
}
.cid-tKsogOzG8y img,
.cid-tKsogOzG8y .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tKsogOzG8y .item:focus,
.cid-tKsogOzG8y span:focus {
  outline: none;
}
.cid-tKsogOzG8y .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tKsogOzG8y .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tKsogOzG8y .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tKsogOzG8y .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tKsogOzG8y .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tKsogOzG8y .mbr-section-title {
  color: #fffefc;
}
.cid-tKsogOzG8y .mbr-section-subtitle {
  color: #fffefc;
}
.cid-tKsoeFA8XT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fffefc;
}
.cid-tKsoeFA8XT img,
.cid-tKsoeFA8XT .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tKsoeFA8XT .item:focus,
.cid-tKsoeFA8XT span:focus {
  outline: none;
}
.cid-tKsoeFA8XT .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tKsoeFA8XT .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tKsoeFA8XT .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tKsoeFA8XT .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tKsoeFA8XT .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tKsoeFA8XT .mbr-section-title {
  color: #fffefc;
}
.cid-tKsoeFA8XT .mbr-section-subtitle {
  color: #fffefc;
}
.cid-tKsohDjyhc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fffefc;
}
.cid-tKsohDjyhc img,
.cid-tKsohDjyhc .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tKsohDjyhc .item:focus,
.cid-tKsohDjyhc span:focus {
  outline: none;
}
.cid-tKsohDjyhc .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tKsohDjyhc .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tKsohDjyhc .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tKsohDjyhc .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tKsohDjyhc .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tKsohDjyhc .mbr-section-title {
  color: #fffefc;
}
.cid-tKsohDjyhc .mbr-section-subtitle {
  color: #fffefc;
}
.cid-tKsohZFLyt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fffefc;
}
.cid-tKsohZFLyt img,
.cid-tKsohZFLyt .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tKsohZFLyt .item:focus,
.cid-tKsohZFLyt span:focus {
  outline: none;
}
.cid-tKsohZFLyt .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tKsohZFLyt .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tKsohZFLyt .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tKsohZFLyt .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tKsohZFLyt .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tKsohZFLyt .mbr-section-title {
  color: #fffefc;
}
.cid-tKsohZFLyt .mbr-section-subtitle {
  color: #fffefc;
}
.cid-tKsoiDoKpW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fffefc;
}
.cid-tKsoiDoKpW img,
.cid-tKsoiDoKpW .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tKsoiDoKpW .item:focus,
.cid-tKsoiDoKpW span:focus {
  outline: none;
}
.cid-tKsoiDoKpW .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tKsoiDoKpW .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tKsoiDoKpW .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tKsoiDoKpW .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tKsoiDoKpW .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tKsoiDoKpW .mbr-section-title {
  color: #fffefc;
}
.cid-tKsoiDoKpW .mbr-section-subtitle {
  color: #fffefc;
}
.cid-tKsoiYqe5c {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fffefc;
}
.cid-tKsoiYqe5c img,
.cid-tKsoiYqe5c .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tKsoiYqe5c .item:focus,
.cid-tKsoiYqe5c span:focus {
  outline: none;
}
.cid-tKsoiYqe5c .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tKsoiYqe5c .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tKsoiYqe5c .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tKsoiYqe5c .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tKsoiYqe5c .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tKsoiYqe5c .mbr-section-title {
  color: #fffefc;
}
.cid-tKsoiYqe5c .mbr-section-subtitle {
  color: #fffefc;
}
.cid-tKsojCt5pN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fffefc;
}
.cid-tKsojCt5pN img,
.cid-tKsojCt5pN .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tKsojCt5pN .item:focus,
.cid-tKsojCt5pN span:focus {
  outline: none;
}
.cid-tKsojCt5pN .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tKsojCt5pN .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tKsojCt5pN .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tKsojCt5pN .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tKsojCt5pN .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tKsojCt5pN .mbr-section-title {
  color: #fffefc;
}
.cid-tKsojCt5pN .mbr-section-subtitle {
  color: #fffefc;
}
.cid-tKsojXa0AW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fffefc;
}
.cid-tKsojXa0AW img,
.cid-tKsojXa0AW .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tKsojXa0AW .item:focus,
.cid-tKsojXa0AW span:focus {
  outline: none;
}
.cid-tKsojXa0AW .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tKsojXa0AW .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tKsojXa0AW .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tKsojXa0AW .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tKsojXa0AW .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tKsojXa0AW .mbr-section-title {
  color: #fffefc;
}
.cid-tKsojXa0AW .mbr-section-subtitle {
  color: #fffefc;
}
.cid-tKsokjdg7K {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fffefc;
}
.cid-tKsokjdg7K img,
.cid-tKsokjdg7K .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tKsokjdg7K .item:focus,
.cid-tKsokjdg7K span:focus {
  outline: none;
}
.cid-tKsokjdg7K .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tKsokjdg7K .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tKsokjdg7K .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tKsokjdg7K .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tKsokjdg7K .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tKsokjdg7K .mbr-section-title {
  color: #fffefc;
}
.cid-tKsokjdg7K .mbr-section-subtitle {
  color: #fffefc;
}
.cid-tKsokDVHJj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fffefc;
}
.cid-tKsokDVHJj img,
.cid-tKsokDVHJj .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tKsokDVHJj .item:focus,
.cid-tKsokDVHJj span:focus {
  outline: none;
}
.cid-tKsokDVHJj .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tKsokDVHJj .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tKsokDVHJj .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tKsokDVHJj .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tKsokDVHJj .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tKsokDVHJj .mbr-section-title {
  color: #fffefc;
}
.cid-tKsokDVHJj .mbr-section-subtitle {
  color: #fffefc;
}
.cid-tKsokZ9k78 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fffefc;
}
.cid-tKsokZ9k78 img,
.cid-tKsokZ9k78 .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tKsokZ9k78 .item:focus,
.cid-tKsokZ9k78 span:focus {
  outline: none;
}
.cid-tKsokZ9k78 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tKsokZ9k78 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tKsokZ9k78 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tKsokZ9k78 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tKsokZ9k78 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tKsokZ9k78 .mbr-section-title {
  color: #fffefc;
}
.cid-tKsokZ9k78 .mbr-section-subtitle {
  color: #fffefc;
}
.cid-tKsolEPQoM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fffefc;
}
.cid-tKsolEPQoM img,
.cid-tKsolEPQoM .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tKsolEPQoM .item:focus,
.cid-tKsolEPQoM span:focus {
  outline: none;
}
.cid-tKsolEPQoM .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tKsolEPQoM .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tKsolEPQoM .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tKsolEPQoM .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tKsolEPQoM .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tKsolEPQoM .mbr-section-title {
  color: #fffefc;
}
.cid-tKsolEPQoM .mbr-section-subtitle {
  color: #fffefc;
}
.cid-tKsolXlWHG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fffefc;
}
.cid-tKsolXlWHG img,
.cid-tKsolXlWHG .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tKsolXlWHG .item:focus,
.cid-tKsolXlWHG span:focus {
  outline: none;
}
.cid-tKsolXlWHG .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tKsolXlWHG .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tKsolXlWHG .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tKsolXlWHG .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tKsolXlWHG .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tKsolXlWHG .mbr-section-title {
  color: #fffefc;
}
.cid-tKsolXlWHG .mbr-section-subtitle {
  color: #fffefc;
}
.cid-tKsoljR3LV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fffefc;
}
.cid-tKsoljR3LV img,
.cid-tKsoljR3LV .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tKsoljR3LV .item:focus,
.cid-tKsoljR3LV span:focus {
  outline: none;
}
.cid-tKsoljR3LV .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tKsoljR3LV .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tKsoljR3LV .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tKsoljR3LV .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tKsoljR3LV .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tKsoljR3LV .mbr-section-title {
  color: #fffefc;
}
.cid-tKsoljR3LV .mbr-section-subtitle {
  color: #fffefc;
}
.cid-tKsoji3Or4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fffefc;
}
.cid-tKsoji3Or4 img,
.cid-tKsoji3Or4 .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tKsoji3Or4 .item:focus,
.cid-tKsoji3Or4 span:focus {
  outline: none;
}
.cid-tKsoji3Or4 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tKsoji3Or4 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tKsoji3Or4 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tKsoji3Or4 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tKsoji3Or4 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tKsoji3Or4 .mbr-section-title {
  color: #fffefc;
}
.cid-tKsoji3Or4 .mbr-section-subtitle {
  color: #fffefc;
}
.cid-tKsoijsbhJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fffefc;
}
.cid-tKsoijsbhJ img,
.cid-tKsoijsbhJ .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tKsoijsbhJ .item:focus,
.cid-tKsoijsbhJ span:focus {
  outline: none;
}
.cid-tKsoijsbhJ .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tKsoijsbhJ .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tKsoijsbhJ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tKsoijsbhJ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tKsoijsbhJ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tKsoijsbhJ .mbr-section-title {
  color: #fffefc;
}
.cid-tKsoijsbhJ .mbr-section-subtitle {
  color: #fffefc;
}
.cid-tKsohgHQEA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fffefc;
}
.cid-tKsohgHQEA img,
.cid-tKsohgHQEA .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tKsohgHQEA .item:focus,
.cid-tKsohgHQEA span:focus {
  outline: none;
}
.cid-tKsohgHQEA .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tKsohgHQEA .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tKsohgHQEA .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tKsohgHQEA .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tKsohgHQEA .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tKsohgHQEA .mbr-section-title {
  color: #fffefc;
}
.cid-tKsohgHQEA .mbr-section-subtitle {
  color: #fffefc;
}
.cid-tKsodd04D7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fffefc;
}
.cid-tKsodd04D7 img,
.cid-tKsodd04D7 .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tKsodd04D7 .item:focus,
.cid-tKsodd04D7 span:focus {
  outline: none;
}
.cid-tKsodd04D7 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tKsodd04D7 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tKsodd04D7 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tKsodd04D7 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tKsodd04D7 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tKsodd04D7 .mbr-section-title {
  color: #fffefc;
}
.cid-tKsodd04D7 .mbr-section-subtitle {
  color: #fffefc;
}
.cid-tKso9QPH8y {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fffefc;
}
.cid-tKso9QPH8y img,
.cid-tKso9QPH8y .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tKso9QPH8y .item:focus,
.cid-tKso9QPH8y span:focus {
  outline: none;
}
.cid-tKso9QPH8y .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tKso9QPH8y .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tKso9QPH8y .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tKso9QPH8y .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tKso9QPH8y .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tKso9QPH8y .mbr-section-title {
  color: #fffefc;
}
.cid-tKso9QPH8y .mbr-section-subtitle {
  color: #fffefc;
}
.cid-tKvvmMRWqs {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fffefc;
}
.cid-tKvvmMRWqs img,
.cid-tKvvmMRWqs .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tKvvmMRWqs .item:focus,
.cid-tKvvmMRWqs span:focus {
  outline: none;
}
.cid-tKvvmMRWqs .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tKvvmMRWqs .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tKvvmMRWqs .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tKvvmMRWqs .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tKvvmMRWqs .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tKvvmMRWqs .mbr-section-title {
  color: #fffefc;
}
.cid-tKvvmMRWqs .mbr-section-subtitle {
  color: #fffefc;
}
.cid-tKvvo1Hjm1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fffefc;
}
.cid-tKvvo1Hjm1 img,
.cid-tKvvo1Hjm1 .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tKvvo1Hjm1 .item:focus,
.cid-tKvvo1Hjm1 span:focus {
  outline: none;
}
.cid-tKvvo1Hjm1 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tKvvo1Hjm1 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tKvvo1Hjm1 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tKvvo1Hjm1 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tKvvo1Hjm1 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tKvvo1Hjm1 .mbr-section-title {
  color: #fffefc;
}
.cid-tKvvo1Hjm1 .mbr-section-subtitle {
  color: #fffefc;
}
.cid-tKvvookDm1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fffefc;
}
.cid-tKvvookDm1 img,
.cid-tKvvookDm1 .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tKvvookDm1 .item:focus,
.cid-tKvvookDm1 span:focus {
  outline: none;
}
.cid-tKvvookDm1 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tKvvookDm1 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tKvvookDm1 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tKvvookDm1 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tKvvookDm1 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tKvvookDm1 .mbr-section-title {
  color: #fffefc;
}
.cid-tKvvookDm1 .mbr-section-subtitle {
  color: #fffefc;
}
.cid-tKvEpyhOtG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fffefc;
}
.cid-tKvEpyhOtG img,
.cid-tKvEpyhOtG .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tKvEpyhOtG .item:focus,
.cid-tKvEpyhOtG span:focus {
  outline: none;
}
.cid-tKvEpyhOtG .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tKvEpyhOtG .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tKvEpyhOtG .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tKvEpyhOtG .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tKvEpyhOtG .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tKvEpyhOtG .mbr-section-title {
  color: #fffefc;
}
.cid-tKvEpyhOtG .mbr-section-subtitle {
  color: #fffefc;
}
.cid-tKvEqhGuhf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fffefc;
}
.cid-tKvEqhGuhf img,
.cid-tKvEqhGuhf .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tKvEqhGuhf .item:focus,
.cid-tKvEqhGuhf span:focus {
  outline: none;
}
.cid-tKvEqhGuhf .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tKvEqhGuhf .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tKvEqhGuhf .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tKvEqhGuhf .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tKvEqhGuhf .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tKvEqhGuhf .mbr-section-title {
  color: #fffefc;
}
.cid-tKvEqhGuhf .mbr-section-subtitle {
  color: #fffefc;
}
.cid-tKvEr1UUsU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fffefc;
}
.cid-tKvEr1UUsU img,
.cid-tKvEr1UUsU .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tKvEr1UUsU .item:focus,
.cid-tKvEr1UUsU span:focus {
  outline: none;
}
.cid-tKvEr1UUsU .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tKvEr1UUsU .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tKvEr1UUsU .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tKvEr1UUsU .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tKvEr1UUsU .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tKvEr1UUsU .mbr-section-title {
  color: #fffefc;
}
.cid-tKvEr1UUsU .mbr-section-subtitle {
  color: #fffefc;
}
.cid-tKvvq8hzrS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fffefc;
}
.cid-tKvvq8hzrS img,
.cid-tKvvq8hzrS .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tKvvq8hzrS .item:focus,
.cid-tKvvq8hzrS span:focus {
  outline: none;
}
.cid-tKvvq8hzrS .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tKvvq8hzrS .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tKvvq8hzrS .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tKvvq8hzrS .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tKvvq8hzrS .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tKvvq8hzrS .mbr-section-title {
  color: #fffefc;
}
.cid-tKvvq8hzrS .mbr-section-subtitle {
  color: #fffefc;
}
.cid-tKvvqovalG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fffefc;
}
.cid-tKvvqovalG img,
.cid-tKvvqovalG .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tKvvqovalG .item:focus,
.cid-tKvvqovalG span:focus {
  outline: none;
}
.cid-tKvvqovalG .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tKvvqovalG .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tKvvqovalG .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tKvvqovalG .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tKvvqovalG .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tKvvqovalG .mbr-section-title {
  color: #fffefc;
}
.cid-tKvvqovalG .mbr-section-subtitle {
  color: #fffefc;
}
.cid-tKvvpOVlZI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fffefc;
}
.cid-tKvvpOVlZI img,
.cid-tKvvpOVlZI .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tKvvpOVlZI .item:focus,
.cid-tKvvpOVlZI span:focus {
  outline: none;
}
.cid-tKvvpOVlZI .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tKvvpOVlZI .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tKvvpOVlZI .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tKvvpOVlZI .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tKvvpOVlZI .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tKvvpOVlZI .mbr-section-title {
  color: #fffefc;
}
.cid-tKvvpOVlZI .mbr-section-subtitle {
  color: #fffefc;
}
.cid-tKvvpAng7O {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fffefc;
}
.cid-tKvvpAng7O img,
.cid-tKvvpAng7O .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tKvvpAng7O .item:focus,
.cid-tKvvpAng7O span:focus {
  outline: none;
}
.cid-tKvvpAng7O .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tKvvpAng7O .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tKvvpAng7O .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tKvvpAng7O .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tKvvpAng7O .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tKvvpAng7O .mbr-section-title {
  color: #fffefc;
}
.cid-tKvvpAng7O .mbr-section-subtitle {
  color: #fffefc;
}
.cid-tKvvphvaFs {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fffefc;
}
.cid-tKvvphvaFs img,
.cid-tKvvphvaFs .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tKvvphvaFs .item:focus,
.cid-tKvvphvaFs span:focus {
  outline: none;
}
.cid-tKvvphvaFs .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tKvvphvaFs .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tKvvphvaFs .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tKvvphvaFs .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tKvvphvaFs .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tKvvphvaFs .mbr-section-title {
  color: #fffefc;
}
.cid-tKvvphvaFs .mbr-section-subtitle {
  color: #fffefc;
}
.cid-tKvvoZzwR3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fffefc;
}
.cid-tKvvoZzwR3 img,
.cid-tKvvoZzwR3 .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tKvvoZzwR3 .item:focus,
.cid-tKvvoZzwR3 span:focus {
  outline: none;
}
.cid-tKvvoZzwR3 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tKvvoZzwR3 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tKvvoZzwR3 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tKvvoZzwR3 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tKvvoZzwR3 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tKvvoZzwR3 .mbr-section-title {
  color: #fffefc;
}
.cid-tKvvoZzwR3 .mbr-section-subtitle {
  color: #fffefc;
}
.cid-tKvvoHnV8W {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fffefc;
}
.cid-tKvvoHnV8W img,
.cid-tKvvoHnV8W .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tKvvoHnV8W .item:focus,
.cid-tKvvoHnV8W span:focus {
  outline: none;
}
.cid-tKvvoHnV8W .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tKvvoHnV8W .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tKvvoHnV8W .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tKvvoHnV8W .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tKvvoHnV8W .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tKvvoHnV8W .mbr-section-title {
  color: #fffefc;
}
.cid-tKvvoHnV8W .mbr-section-subtitle {
  color: #fffefc;
}
.cid-tKvvnGSFut {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fffefc;
}
.cid-tKvvnGSFut img,
.cid-tKvvnGSFut .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tKvvnGSFut .item:focus,
.cid-tKvvnGSFut span:focus {
  outline: none;
}
.cid-tKvvnGSFut .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tKvvnGSFut .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tKvvnGSFut .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tKvvnGSFut .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tKvvnGSFut .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tKvvnGSFut .mbr-section-title {
  color: #fffefc;
}
.cid-tKvvnGSFut .mbr-section-subtitle {
  color: #fffefc;
}
.cid-tKvvniJWCm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fffefc;
}
.cid-tKvvniJWCm img,
.cid-tKvvniJWCm .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tKvvniJWCm .item:focus,
.cid-tKvvniJWCm span:focus {
  outline: none;
}
.cid-tKvvniJWCm .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tKvvniJWCm .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tKvvniJWCm .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tKvvniJWCm .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tKvvniJWCm .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tKvvniJWCm .mbr-section-title {
  color: #fffefc;
}
.cid-tKvvniJWCm .mbr-section-subtitle {
  color: #fffefc;
}
.cid-tKvvmbSN5m {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fffefc;
}
.cid-tKvvmbSN5m img,
.cid-tKvvmbSN5m .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tKvvmbSN5m .item:focus,
.cid-tKvvmbSN5m span:focus {
  outline: none;
}
.cid-tKvvmbSN5m .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tKvvmbSN5m .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tKvvmbSN5m .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tKvvmbSN5m .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tKvvmbSN5m .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tKvvmbSN5m .mbr-section-title {
  color: #fffefc;
}
.cid-tKvvmbSN5m .mbr-section-subtitle {
  color: #fffefc;
}
.cid-tKvxlkHVjn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fffefc;
}
.cid-tKvxlkHVjn img,
.cid-tKvxlkHVjn .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tKvxlkHVjn .item:focus,
.cid-tKvxlkHVjn span:focus {
  outline: none;
}
.cid-tKvxlkHVjn .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tKvxlkHVjn .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tKvxlkHVjn .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tKvxlkHVjn .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tKvxlkHVjn .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tKvxlkHVjn .mbr-section-title {
  color: #fffefc;
}
.cid-tKvxlkHVjn .mbr-section-subtitle {
  color: #fffefc;
}
.cid-tKvxmxDiEX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fffefc;
}
.cid-tKvxmxDiEX img,
.cid-tKvxmxDiEX .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tKvxmxDiEX .item:focus,
.cid-tKvxmxDiEX span:focus {
  outline: none;
}
.cid-tKvxmxDiEX .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tKvxmxDiEX .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tKvxmxDiEX .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tKvxmxDiEX .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tKvxmxDiEX .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tKvxmxDiEX .mbr-section-title {
  color: #fffefc;
}
.cid-tKvxmxDiEX .mbr-section-subtitle {
  color: #fffefc;
}
.cid-tKvxmSViWH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fffefc;
}
.cid-tKvxmSViWH img,
.cid-tKvxmSViWH .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tKvxmSViWH .item:focus,
.cid-tKvxmSViWH span:focus {
  outline: none;
}
.cid-tKvxmSViWH .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tKvxmSViWH .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tKvxmSViWH .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tKvxmSViWH .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tKvxmSViWH .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tKvxmSViWH .mbr-section-title {
  color: #fffefc;
}
.cid-tKvxmSViWH .mbr-section-subtitle {
  color: #fffefc;
}
.cid-tKvxnegp5F {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fffefc;
}
.cid-tKvxnegp5F img,
.cid-tKvxnegp5F .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tKvxnegp5F .item:focus,
.cid-tKvxnegp5F span:focus {
  outline: none;
}
.cid-tKvxnegp5F .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tKvxnegp5F .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tKvxnegp5F .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tKvxnegp5F .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tKvxnegp5F .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tKvxnegp5F .mbr-section-title {
  color: #fffefc;
}
.cid-tKvxnegp5F .mbr-section-subtitle {
  color: #fffefc;
}
.cid-tKvxma3h5J {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fffefc;
}
.cid-tKvxma3h5J img,
.cid-tKvxma3h5J .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tKvxma3h5J .item:focus,
.cid-tKvxma3h5J span:focus {
  outline: none;
}
.cid-tKvxma3h5J .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tKvxma3h5J .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tKvxma3h5J .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tKvxma3h5J .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tKvxma3h5J .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tKvxma3h5J .mbr-section-title {
  color: #fffefc;
}
.cid-tKvxma3h5J .mbr-section-subtitle {
  color: #fffefc;
}
.cid-tKvxlL2vH6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fffefc;
}
.cid-tKvxlL2vH6 img,
.cid-tKvxlL2vH6 .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tKvxlL2vH6 .item:focus,
.cid-tKvxlL2vH6 span:focus {
  outline: none;
}
.cid-tKvxlL2vH6 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tKvxlL2vH6 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tKvxlL2vH6 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tKvxlL2vH6 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tKvxlL2vH6 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tKvxlL2vH6 .mbr-section-title {
  color: #fffefc;
}
.cid-tKvxlL2vH6 .mbr-section-subtitle {
  color: #fffefc;
}
.cid-tKvzwAd1OA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fffefc;
}
.cid-tKvzwAd1OA img,
.cid-tKvzwAd1OA .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tKvzwAd1OA .item:focus,
.cid-tKvzwAd1OA span:focus {
  outline: none;
}
.cid-tKvzwAd1OA .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tKvzwAd1OA .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tKvzwAd1OA .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tKvzwAd1OA .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tKvzwAd1OA .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tKvzwAd1OA .mbr-section-title {
  color: #fffefc;
}
.cid-tKvzwAd1OA .mbr-section-subtitle {
  color: #fffefc;
}
.cid-tKvzxwGbt4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fffefc;
}
.cid-tKvzxwGbt4 img,
.cid-tKvzxwGbt4 .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tKvzxwGbt4 .item:focus,
.cid-tKvzxwGbt4 span:focus {
  outline: none;
}
.cid-tKvzxwGbt4 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tKvzxwGbt4 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tKvzxwGbt4 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tKvzxwGbt4 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tKvzxwGbt4 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tKvzxwGbt4 .mbr-section-title {
  color: #fffefc;
}
.cid-tKvzxwGbt4 .mbr-section-subtitle {
  color: #fffefc;
}
.cid-tKvzylF6jO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fffefc;
}
.cid-tKvzylF6jO img,
.cid-tKvzylF6jO .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tKvzylF6jO .item:focus,
.cid-tKvzylF6jO span:focus {
  outline: none;
}
.cid-tKvzylF6jO .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tKvzylF6jO .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tKvzylF6jO .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tKvzylF6jO .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tKvzylF6jO .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tKvzylF6jO .mbr-section-title {
  color: #fffefc;
}
.cid-tKvzylF6jO .mbr-section-subtitle {
  color: #fffefc;
}
.cid-tKvzyKIQRM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fffefc;
}
.cid-tKvzyKIQRM img,
.cid-tKvzyKIQRM .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tKvzyKIQRM .item:focus,
.cid-tKvzyKIQRM span:focus {
  outline: none;
}
.cid-tKvzyKIQRM .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tKvzyKIQRM .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tKvzyKIQRM .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tKvzyKIQRM .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tKvzyKIQRM .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tKvzyKIQRM .mbr-section-title {
  color: #fffefc;
}
.cid-tKvzyKIQRM .mbr-section-subtitle {
  color: #fffefc;
}
.cid-tKvzxWYF5J {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fffefc;
}
.cid-tKvzxWYF5J img,
.cid-tKvzxWYF5J .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tKvzxWYF5J .item:focus,
.cid-tKvzxWYF5J span:focus {
  outline: none;
}
.cid-tKvzxWYF5J .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tKvzxWYF5J .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tKvzxWYF5J .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tKvzxWYF5J .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tKvzxWYF5J .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tKvzxWYF5J .mbr-section-title {
  color: #fffefc;
}
.cid-tKvzxWYF5J .mbr-section-subtitle {
  color: #fffefc;
}
.cid-tKvzx5hOod {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fffefc;
}
.cid-tKvzx5hOod img,
.cid-tKvzx5hOod .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tKvzx5hOod .item:focus,
.cid-tKvzx5hOod span:focus {
  outline: none;
}
.cid-tKvzx5hOod .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tKvzx5hOod .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tKvzx5hOod .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tKvzx5hOod .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tKvzx5hOod .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tKvzx5hOod .mbr-section-title {
  color: #fffefc;
}
.cid-tKvzx5hOod .mbr-section-subtitle {
  color: #fffefc;
}
.cid-tKvC4kBdRr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fffefc;
}
.cid-tKvC4kBdRr img,
.cid-tKvC4kBdRr .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tKvC4kBdRr .item:focus,
.cid-tKvC4kBdRr span:focus {
  outline: none;
}
.cid-tKvC4kBdRr .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tKvC4kBdRr .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tKvC4kBdRr .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tKvC4kBdRr .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tKvC4kBdRr .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tKvC4kBdRr .mbr-section-title {
  color: #fffefc;
}
.cid-tKvC4kBdRr .mbr-section-subtitle {
  color: #fffefc;
}
.cid-tKvxkvJvDE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fffefc;
}
.cid-tKvxkvJvDE img,
.cid-tKvxkvJvDE .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tKvxkvJvDE .item:focus,
.cid-tKvxkvJvDE span:focus {
  outline: none;
}
.cid-tKvxkvJvDE .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tKvxkvJvDE .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tKvxkvJvDE .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tKvxkvJvDE .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tKvxkvJvDE .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tKvxkvJvDE .mbr-section-title {
  color: #fffefc;
}
.cid-tKvxkvJvDE .mbr-section-subtitle {
  color: #fffefc;
}
.cid-tKvC4KcAjL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fffefc;
}
.cid-tKvC4KcAjL img,
.cid-tKvC4KcAjL .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tKvC4KcAjL .item:focus,
.cid-tKvC4KcAjL span:focus {
  outline: none;
}
.cid-tKvC4KcAjL .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tKvC4KcAjL .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tKvC4KcAjL .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tKvC4KcAjL .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tKvC4KcAjL .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tKvC4KcAjL .mbr-section-title {
  color: #fffefc;
}
.cid-tKvC4KcAjL .mbr-section-subtitle {
  color: #fffefc;
}
.cid-tKvC5aw0dv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fffefc;
}
.cid-tKvC5aw0dv img,
.cid-tKvC5aw0dv .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tKvC5aw0dv .item:focus,
.cid-tKvC5aw0dv span:focus {
  outline: none;
}
.cid-tKvC5aw0dv .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tKvC5aw0dv .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tKvC5aw0dv .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tKvC5aw0dv .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tKvC5aw0dv .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tKvC5aw0dv .mbr-section-title {
  color: #fffefc;
}
.cid-tKvC5aw0dv .mbr-section-subtitle {
  color: #fffefc;
}
.cid-tKvC3WWKud {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fffefc;
}
.cid-tKvC3WWKud img,
.cid-tKvC3WWKud .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tKvC3WWKud .item:focus,
.cid-tKvC3WWKud span:focus {
  outline: none;
}
.cid-tKvC3WWKud .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tKvC3WWKud .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tKvC3WWKud .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tKvC3WWKud .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tKvC3WWKud .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tKvC3WWKud .mbr-section-title {
  color: #fffefc;
}
.cid-tKvC3WWKud .mbr-section-subtitle {
  color: #fffefc;
}
.cid-tKvH1caXCm {
  background-color: #ffffff;
}
.cid-tKvH1caXCm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKvH1caXCm .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-tKvH1caXCm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tKvH1caXCm .row {
  flex-direction: row-reverse;
}
.cid-tKvH1caXCm img {
  width: 100%;
}
.cid-tKhGEjRFCW {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
