.btn {
  border-width: 2px;
}
body {
  font-family: Schibsted Grotesk;
}
.display-1 {
  font-family: 'Didact Gothic', sans-serif;
  font-size: 3.2rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4rem;
}
.display-2 {
  font-family: 'Didact Gothic', sans-serif;
  font-size: 1.5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-4 {
  font-family: 'Didact Gothic', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.125rem;
}
.display-5 {
  font-family: 'Didact Gothic', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.5625rem;
}
.display-7 {
  font-family: 'Didact Gothic', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- 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: 2.56rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.24rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #b79b6c !important;
}
.bg-success {
  background-color: #bdcdc6 !important;
}
.bg-info {
  background-color: #e7d8d6 !important;
}
.bg-warning {
  background-color: #c08598 !important;
}
.bg-danger {
  background-color: #33363b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #b79b6c !important;
  border: none  !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #896f43 !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #896f43 !important;
  border-color: #896f43 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e4eedb !important;
  border: none  !important;
  color: #638941 !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #b8d2a0 !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #638941 !important;
  background-color: #b8d2a0 !important;
  border-color: #b8d2a0 !important;
}
.btn-info,
.btn-info:active {
  background-color: #e7d8d6 !important;
  border: none  !important;
  color: #784c46 !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #c7a49f !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #784c46 !important;
  background-color: #c7a49f !important;
  border-color: #c7a49f !important;
}
.btn-success,
.btn-success:active {
  background-color: #bdcdc6 !important;
  border: none  !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #8ca89b !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #8ca89b !important;
  border-color: #8ca89b !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #c08598 !important;
  border: none  !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #9d516a !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9d516a !important;
  border-color: #9d516a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #33363b !important;
  border: none  !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #0b0b0c !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #0b0b0c !important;
  border-color: #0b0b0c !important;
}
.btn-white,
.btn-white:active {
  background-color: #efefef !important;
  border: none  !important;
  color: #707070 !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ffffff !important;
  background-color: #c4c4c4 !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #707070 !important;
  background-color: #c4c4c4 !important;
  border-color: #c4c4c4 !important;
}
.btn-black,
.btn-black:active {
  background-color: #010101 !important;
  border: none  !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #b79b6c;
  color: #b79b6c;
  border-radius: 0 !important;
}
.btn-primary-outline .mbr-iconfont,
.btn-primary-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #896f43 !important;
  background-color: transparent!important;
  border-color: #896f43 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #b79b6c !important;
  border-color: #b79b6c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #e4eedb;
  color: #e4eedb;
  border-radius: 0 !important;
}
.btn-secondary-outline .mbr-iconfont,
.btn-secondary-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b8d2a0 !important;
  background-color: transparent!important;
  border-color: #b8d2a0 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #638941 !important;
  background-color: #e4eedb !important;
  border-color: #e4eedb !important;
}
.btn-info-outline,
.btn-info-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #e7d8d6;
  color: #e7d8d6;
  border-radius: 0 !important;
}
.btn-info-outline .mbr-iconfont,
.btn-info-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #c7a49f !important;
  background-color: transparent!important;
  border-color: #c7a49f !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #784c46 !important;
  background-color: #e7d8d6 !important;
  border-color: #e7d8d6 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #bdcdc6;
  color: #bdcdc6;
  border-radius: 0 !important;
}
.btn-success-outline .mbr-iconfont,
.btn-success-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #8ca89b !important;
  background-color: transparent!important;
  border-color: #8ca89b !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #bdcdc6 !important;
  border-color: #bdcdc6 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #c08598;
  color: #c08598;
  border-radius: 0 !important;
}
.btn-warning-outline .mbr-iconfont,
.btn-warning-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #9d516a !important;
  background-color: transparent!important;
  border-color: #9d516a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c08598 !important;
  border-color: #c08598 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #33363b;
  color: #33363b;
  border-radius: 0 !important;
}
.btn-danger-outline .mbr-iconfont,
.btn-danger-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #0b0b0c !important;
  background-color: transparent!important;
  border-color: #0b0b0c !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #33363b !important;
  border-color: #33363b !important;
}
.btn-black-outline,
.btn-black-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #010101;
  color: #010101;
  border-radius: 0 !important;
}
.btn-black-outline .mbr-iconfont,
.btn-black-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #010101 !important;
  border-color: #010101 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #efefef;
  color: #efefef;
  border-radius: 0 !important;
}
.btn-white-outline .mbr-iconfont,
.btn-white-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #c4c4c4 !important;
  background-color: transparent!important;
  border-color: #c4c4c4 !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #707070 !important;
  background-color: #efefef !important;
  border-color: #efefef !important;
}
.text-primary {
  color: #b79b6c !important;
}
.text-secondary {
  color: #e4eedb !important;
}
.text-success {
  color: #bdcdc6 !important;
}
.text-info {
  color: #e7d8d6 !important;
}
.text-warning {
  color: #c08598 !important;
}
.text-danger {
  color: #33363b !important;
}
.text-white {
  color: #FFFFFF !important;
}
.text-black {
  color: #24262b !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #7f673e !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #b0cd96 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #83a194 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #c19b96 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #934c63 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #040404 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #bcbcbc !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: #b79b6c;
}
.nav-tabs .nav-link:not(.active) {
  color: #24262b;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #e7d8d6;
}
.alert-warning {
  background-color: #c08598;
}
.alert-danger {
  background-color: #33363b;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #b79b6c;
  border-color: #b79b6c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #b79b6c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e1d5c2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #ebd9df;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #a4a8b0;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Didact Gothic', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.125rem;
}
.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: #b79b6c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Didact Gothic', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.125rem;
}
blockquote {
  border-color: #b79b6c;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #b79b6c;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #b79b6c;
}
.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: #b79b6c;
  border-bottom-color: #b79b6c;
}
.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: #b79b6c !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #e4eedb !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='%23b79b6c' %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: .3s all;
  font-weight: 600 !important;
}
a:hover {
  background-image: none !important;
}
.container {
  position: relative;
  max-width: 1380px;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 1199px) {
  .container {
    max-width: 960px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 540px;
  }
}
.container-fluid {
  max-width: 100%;
  padding-left: 6rem;
  padding-right: 6rem;
}
@media (max-width: 1399px) {
  .container-fluid {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 1199px) {
  .container-fluid {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.row {
  margin-left: -16px;
  margin-right: -16px;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
}
.mbr-section-btn .btn {
  position: relative;
  min-width: 100px;
  min-height: 52px;
  padding: 10px 30px;
  border-radius: 3px;
  transition: all .3s;
}
.mbr-section-btn .btn .mbr-iconfont {
  transition: transform .3s;
}
.mbr-section-btn .btn:hover .mbr-iconfont {
  transform: translateX(0.5rem);
}
.mbr-section-btn .btn-danger,
.mbr-section-btn .btn-black {
  color: #FFFFFF;
}
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn .btn-black:hover {
  color: #FFFFFF;
  background-color: #b79b6c !important;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn .btn-white-outline:hover {
  color: #b79b6c !important;
  border-color: #b79b6c !important;
}
.cid-tDSunbbdYc {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-tDSunbbdYc nav.navbar {
  position: fixed;
}
.cid-tDSunbbdYc .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-tDSunbbdYc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDSunbbdYc .dropdown-item:hover,
.cid-tDSunbbdYc .dropdown-item:focus {
  color: #b79b6c !important;
}
.cid-tDSunbbdYc .dropdown-item:hover span {
  color: white;
}
.cid-tDSunbbdYc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDSunbbdYc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDSunbbdYc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDSunbbdYc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDSunbbdYc .nav-link {
  position: relative;
}
.cid-tDSunbbdYc .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tDSunbbdYc .container {
    flex-wrap: nowrap;
  }
}
.cid-tDSunbbdYc .navbar-caption:hover,
.cid-tDSunbbdYc .navbar-caption:focus {
  color: #b79b6c !important;
}
.cid-tDSunbbdYc .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tDSunbbdYc .navbar-nav .nav-item {
  color: #24262b;
}
.cid-tDSunbbdYc .navbar-nav .nav-item:hover {
  color: #b79b6c;
}
.cid-tDSunbbdYc .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-tDSunbbdYc .navbar-nav .nav-item a:hover {
  color: #b79b6c !important;
}
.cid-tDSunbbdYc .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-tDSunbbdYc .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-tDSunbbdYc .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-tDSunbbdYc .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #b79b6c !important;
}
.cid-tDSunbbdYc .dropdown-menu,
.cid-tDSunbbdYc .navbar.opened {
  background: #ffffff !important;
}
.cid-tDSunbbdYc .nav-item:focus,
.cid-tDSunbbdYc .nav-link:focus {
  outline: none;
}
.cid-tDSunbbdYc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDSunbbdYc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDSunbbdYc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDSunbbdYc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDSunbbdYc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDSunbbdYc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDSunbbdYc .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
}
.cid-tDSunbbdYc .navbar.opened {
  transition: all 0.3s;
}
.cid-tDSunbbdYc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDSunbbdYc .navbar .navbar-logo img {
  width: auto;
}
.cid-tDSunbbdYc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDSunbbdYc .navbar.collapsed {
  justify-content: center;
}
.cid-tDSunbbdYc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDSunbbdYc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDSunbbdYc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-tDSunbbdYc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDSunbbdYc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDSunbbdYc .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-tDSunbbdYc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDSunbbdYc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDSunbbdYc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDSunbbdYc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDSunbbdYc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDSunbbdYc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDSunbbdYc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDSunbbdYc .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-tDSunbbdYc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDSunbbdYc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDSunbbdYc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDSunbbdYc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDSunbbdYc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDSunbbdYc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tDSunbbdYc .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tDSunbbdYc .navbar.navbar-short {
  min-height: 70px;
}
.cid-tDSunbbdYc .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;
  width: 25%;
}
.cid-tDSunbbdYc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDSunbbdYc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDSunbbdYc .dropdown-item.active,
.cid-tDSunbbdYc .dropdown-item:active {
  background-color: transparent;
}
.cid-tDSunbbdYc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDSunbbdYc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDSunbbdYc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDSunbbdYc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tDSunbbdYc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDSunbbdYc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDSunbbdYc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDSunbbdYc .navbar-collapse {
  width: 75%;
}
.cid-tDSunbbdYc .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-tDSunbbdYc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDSunbbdYc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tDSunbbdYc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDSunbbdYc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDSunbbdYc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDSunbbdYc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDSunbbdYc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDSunbbdYc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDSunbbdYc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDSunbbdYc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDSunbbdYc .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDSunbbdYc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDSunbbdYc .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-tDSunbbdYc .navbar {
    height: 70px;
  }
  .cid-tDSunbbdYc .navbar.opened {
    height: auto;
  }
  .cid-tDSunbbdYc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDSunbbdYc .container-fluid {
  padding: 0 1rem !important;
}
@media (max-width: 991px) {
  .cid-tDSunbbdYc .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-tDSunbbdYc .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.cid-tODg3fiiTn {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/iake-accueil-meditation-1217-2000x2667.webp");
}
.cid-tODg3fiiTn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tODg3fiiTn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tODg3fiiTn .col-content {
    text-align: center;
  }
}
.cid-tODg3fiiTn .label-container {
  margin-bottom: 16px;
}
.cid-tODg3fiiTn .label-text {
  color: #24262b;
}
.cid-tODg3fiiTn .label-text-2 {
  color: #ffffff;
}
.cid-tODg3fiiTn .mbr-section-title {
  color: #ffffff;
  text-align: left;
  word-break: normal;
}
.cid-tODg3fiiTn .text-container {
  margin-top: 24px;
}
.cid-tODg3fiiTn .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tODg3fiiTn .mbr-text {
  color: #b79b6c;
}
.cid-tODg3fiiTn .mbr-section-btn {
  margin-top: 28px;
}
.cid-upiCrUYMFI {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-upiCrUYMFI .mbr-fallback-image.disabled {
  display: none;
}
.cid-upiCrUYMFI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upiCrUYMFI .col-text {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-upiCrUYMFI .col-text {
    max-width: 624px;
  }
}
.cid-upiCrUYMFI .mbr-section-title {
  color: #b79b6c;
  margin-bottom: 8px;
}
.cid-upiCrUYMFI .mbr-section-subtitle {
  color: #b79b6c;
}
.cid-upiCrUYMFI .mbr-text {
  margin-top: 24px;
  color: #24262b;
}
.cid-upiCrUYMFI .cards {
  margin-top: 2rem;
  row-gap: 32px;
}
.cid-upiCrUYMFI .card {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-upiCrUYMFI .card:not(:first-child) {
    border-left: 1px solid #c1c1c1;
  }
}
.cid-upiCrUYMFI .card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-upiCrUYMFI .mbr-iconfont {
  display: block;
  font-size: 56px;
  color: #ffffff;
  margin-bottom: 1rem;
}
.cid-upiCrUYMFI .card-title {
  color: #FFFFFF;
}
.cid-uoVTnNKGZf {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uoVTnNKGZf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoVTnNKGZf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoVTnNKGZf .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uoVTnNKGZf .mbr-section-title {
  color: #24262b;
}
.cid-uoVTnNKGZf .mbr-section-subtitle {
  color: #24262b;
}
.cid-uoVTnNKGZf .items-row {
  row-gap: 32px;
}
.cid-uoVTnNKGZf .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uoVTnNKGZf .item-wrapper img {
  width: 100%;
  aspect-ratio: calc(8 / (1 * 6));
  object-fit: cover;
  transition: all 0.3s;
}
.cid-uoVTnNKGZf .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  z-index: 3;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  opacity: 0;
  color: #24262b;
  transform: translateX(-50%) translateY(-50%);
  background-color: #FFFFFF;
  transition: 0.3s;
}
.cid-uoVTnNKGZf .item-wrapper .img-overlay {
  position: absolute;
  pointer-events: none;
  transition: all 0.3s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #33363b;
  opacity: 0;
  z-index: 2;
}
.cid-uoVTnNKGZf .item-wrapper:hover img {
  transform: scale(1.05);
}
.cid-uoVTnNKGZf .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uoVTnNKGZf .item-wrapper:hover .img-overlay {
  opacity: 0.3;
}
.cid-uoVTnNKGZf .mbr-item-subtitle {
  color: #d9a896;
}
.cid-uoVTnNKGZf .carousel-control,
.cid-uoVTnNKGZf .close {
  background: #1b1b1b;
}
.cid-uoVTnNKGZf .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uoVTnNKGZf .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uoVTnNKGZf .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uoVTnNKGZf .carousel-control-next span {
  margin-left: 5px;
}
.cid-uoVTnNKGZf .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uoVTnNKGZf .close::before {
  content: '\e91a';
}
.cid-uoVTnNKGZf .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uoVTnNKGZf .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uoVTnNKGZf .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uoVTnNKGZf .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uoVTnNKGZf .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uoVTnNKGZf .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uoVTnNKGZf .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-uoVTnNKGZf .carousel-indicators li.active,
.cid-uoVTnNKGZf .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uoVTnNKGZf .carousel-indicators li::after,
.cid-uoVTnNKGZf .carousel-indicators li::before {
  content: none;
}
.cid-uoVTnNKGZf .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uoVTnNKGZf .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uoVTnNKGZf .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uoVTnNKGZf .carousel-indicators {
    display: none;
  }
}
.cid-uoVTnNKGZf .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uoVTnNKGZf .carousel-inner > .active {
  display: block;
}
.cid-uoVTnNKGZf .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uoVTnNKGZf .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uoVTnNKGZf .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uoVTnNKGZf .carousel-control,
  .cid-uoVTnNKGZf .carousel-indicators,
  .cid-uoVTnNKGZf .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uoVTnNKGZf .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uoVTnNKGZf .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uoVTnNKGZf .carousel-indicators .active,
.cid-uoVTnNKGZf .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uoVTnNKGZf .carousel-indicators .active {
  background: #fff;
}
.cid-uoVTnNKGZf .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uoVTnNKGZf .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uoVTnNKGZf .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uoVTnNKGZf .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uoVTnNKGZf .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uoVTnNKGZf .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uoVTnNKGZf .carousel {
  width: 100%;
}
.cid-uoVTnNKGZf .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uoVTnNKGZf .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uoVTnNKGZf .modal.fade .modal-dialog,
.cid-uoVTnNKGZf .modal.in .modal-dialog {
  transform: none;
}
.cid-uoVTnNKGZf .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uoVTnNKGZf H6 {
  text-align: center;
}
.cid-u8Gpzio414 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #ffffff;
}
.cid-u8Gpzio414 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8Gpzio414 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8Gpzio414 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-u8Gpzio414 .mbr-section-title {
  color: #24262b;
}
.cid-u8Gpzio414 .mbr-section-subtitle {
  margin-top: 16px;
  color: #b79b6c;
}
.cid-u8Gpzio414 .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-u8Gpzio414 form {
  width: 100%;
}
.cid-u8Gpzio414 form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-u8Gpzio414 form .dragArea.row {
    justify-content: center;
  }
}
.cid-u8Gpzio414 form p {
  color: #24262b;
}
.cid-u8Gpzio414 form .form-group {
  margin-top: 0 !important;
  margin-bottom: 16px !important;
}
.cid-u8Gpzio414 form .form-control {
  height: 52px;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #e0e0e0 !important;
  border-radius: 100px;
  margin-bottom: 0;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1;
  color: #24262b;
  font-weight: 400;
  transition: .3s;
}
.cid-u8Gpzio414 form .form-control::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-u8Gpzio414 form .form-control::-moz-placeholder {
  color: #c1c1c1;
}
.cid-u8Gpzio414 form .form-control:-moz-placeholder {
  color: #c1c1c1;
}
.cid-u8Gpzio414 form .form-control:-ms-input-placeholder {
  color: #c1c1c1;
}
.cid-u8Gpzio414 form select {
  color: #24262b !important;
}
.cid-u8Gpzio414 form textarea {
  height: 150px !important;
  min-height: 140px !important;
  padding: 11px 16px;
  resize: none;
}
.cid-u8Gpzio414 form textarea::-webkit-input-placeholder {
  color: #c1c1c1 !important;
}
.cid-u8Gpzio414 form textarea::-moz-placeholder {
  color: #c1c1c1 !important;
}
.cid-u8Gpzio414 form textarea:-moz-placeholder {
  color: #c1c1c1 !important;
}
.cid-u8Gpzio414 form textarea:-ms-input-placeholder {
  color: #c1c1c1 !important;
}
.cid-u8Gpzio414 form input,
.cid-u8Gpzio414 form textarea {
  transition: .3s all;
}
.cid-u8Gpzio414 form input:active,
.cid-u8Gpzio414 form textarea:active,
.cid-u8Gpzio414 form input:focus,
.cid-u8Gpzio414 form textarea:focus {
  background-color: transparent !important;
  border-color: #e0e0e0 !important;
  outline: none !important;
}
.cid-u8Gpzio414 form input:active::-webkit-input-placeholder,
.cid-u8Gpzio414 form textarea:active::-webkit-input-placeholder,
.cid-u8Gpzio414 form input:focus::-webkit-input-placeholder,
.cid-u8Gpzio414 form textarea:focus::-webkit-input-placeholder {
  color: #c1c1c1 !important;
}
.cid-u8Gpzio414 form input:active::-moz-placeholder,
.cid-u8Gpzio414 form textarea:active::-moz-placeholder,
.cid-u8Gpzio414 form input:focus::-moz-placeholder,
.cid-u8Gpzio414 form textarea:focus::-moz-placeholder {
  color: #c1c1c1 !important;
}
.cid-u8Gpzio414 form input:active:-moz-placeholder,
.cid-u8Gpzio414 form textarea:active:-moz-placeholder,
.cid-u8Gpzio414 form input:focus:-moz-placeholder,
.cid-u8Gpzio414 form textarea:focus:-moz-placeholder {
  color: #c1c1c1 !important;
}
.cid-u8Gpzio414 form input:active:-ms-input-placeholder,
.cid-u8Gpzio414 form textarea:active:-ms-input-placeholder,
.cid-u8Gpzio414 form input:focus:-ms-input-placeholder,
.cid-u8Gpzio414 form textarea:focus:-ms-input-placeholder {
  color: #c1c1c1 !important;
}
.cid-u8Gpzio414 form .row {
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}
.cid-u8Gpzio414 form .row [class*=col] {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-u8Gpzio414 form .mbr-section-btn {
  margin-bottom: 16px;
  min-width: 152px;
}
@media (min-width: 768px) {
  .cid-u8Gpzio414 form .mbr-section-btn {
    padding: 0 !important;
    margin-left: -8px !important;
    margin-right: 8px !important;
  }
}
.cid-u8Gpzio414 form .mbr-section-btn .btn {
  min-height: 52px;
  border-radius: 100px;
}
.cid-u8Gpzio414 form label {
  width: 100%;
  color: #24262b;
  margin-bottom: 8px;
}
.cid-u8Gpzio414 form .form-check label {
  color: #24262b;
}
.cid-u8Gpzio414 form .form-check-input {
  border-color: #c1c1c1 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-u8Gpzio414 form .form-check-input:focus,
.cid-u8Gpzio414 form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #24262b !important;
}
.cid-u8Gpzio414 form .form-check-input:checked {
  border-color: #24262b !important;
  background-color: #24262b !important;
}
.cid-tDSvrYu5b4 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tDSvrYu5b4 .border-item {
  width: 100%;
  height: 1px;
  background: #767676;
  margin-bottom: 2rem;
}
.cid-tDSvrYu5b4 .iconfont-wrapper {
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  padding: 15px 20px;
  margin-right: 15px;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  cursor: pointer;
  transition: 0.5s;
}
.cid-tDSvrYu5b4 .mbr-text {
  color: #33363b;
  text-align: center;
}
.cid-tDSvrYu5b4 p {
  font-family: Didact Gothic;
  color: #33363b;
}
.cid-tOvahITXTV {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-tOvahITXTV nav.navbar {
  position: fixed;
}
.cid-tOvahITXTV .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-tOvahITXTV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tOvahITXTV .dropdown-item:hover,
.cid-tOvahITXTV .dropdown-item:focus {
  color: #b79b6c !important;
}
.cid-tOvahITXTV .dropdown-item:hover span {
  color: white;
}
.cid-tOvahITXTV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tOvahITXTV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tOvahITXTV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tOvahITXTV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tOvahITXTV .nav-link {
  position: relative;
}
.cid-tOvahITXTV .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tOvahITXTV .container {
    flex-wrap: nowrap;
  }
}
.cid-tOvahITXTV .navbar-caption:hover,
.cid-tOvahITXTV .navbar-caption:focus {
  color: #b79b6c !important;
}
.cid-tOvahITXTV .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tOvahITXTV .navbar-nav .nav-item {
  color: #24262b;
}
.cid-tOvahITXTV .navbar-nav .nav-item:hover {
  color: #b79b6c;
}
.cid-tOvahITXTV .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-tOvahITXTV .navbar-nav .nav-item a:hover {
  color: #b79b6c !important;
}
.cid-tOvahITXTV .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-tOvahITXTV .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-tOvahITXTV .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-tOvahITXTV .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #b79b6c !important;
}
.cid-tOvahITXTV .dropdown-menu,
.cid-tOvahITXTV .navbar.opened {
  background: #ffffff !important;
}
.cid-tOvahITXTV .nav-item:focus,
.cid-tOvahITXTV .nav-link:focus {
  outline: none;
}
.cid-tOvahITXTV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tOvahITXTV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tOvahITXTV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tOvahITXTV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tOvahITXTV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOvahITXTV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tOvahITXTV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
}
.cid-tOvahITXTV .navbar.opened {
  transition: all 0.3s;
}
.cid-tOvahITXTV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tOvahITXTV .navbar .navbar-logo img {
  width: auto;
}
.cid-tOvahITXTV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOvahITXTV .navbar.collapsed {
  justify-content: center;
}
.cid-tOvahITXTV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOvahITXTV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tOvahITXTV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-tOvahITXTV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOvahITXTV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tOvahITXTV .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-tOvahITXTV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tOvahITXTV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tOvahITXTV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tOvahITXTV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOvahITXTV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOvahITXTV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOvahITXTV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tOvahITXTV .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-tOvahITXTV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tOvahITXTV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tOvahITXTV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tOvahITXTV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tOvahITXTV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tOvahITXTV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tOvahITXTV .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tOvahITXTV .navbar.navbar-short {
  min-height: 70px;
}
.cid-tOvahITXTV .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;
  width: 25%;
}
.cid-tOvahITXTV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tOvahITXTV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOvahITXTV .dropdown-item.active,
.cid-tOvahITXTV .dropdown-item:active {
  background-color: transparent;
}
.cid-tOvahITXTV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tOvahITXTV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOvahITXTV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tOvahITXTV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tOvahITXTV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tOvahITXTV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tOvahITXTV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tOvahITXTV .navbar-collapse {
  width: 75%;
}
.cid-tOvahITXTV .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-tOvahITXTV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tOvahITXTV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tOvahITXTV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tOvahITXTV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOvahITXTV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOvahITXTV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tOvahITXTV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOvahITXTV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tOvahITXTV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tOvahITXTV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOvahITXTV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tOvahITXTV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tOvahITXTV .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-tOvahITXTV .navbar {
    height: 70px;
  }
  .cid-tOvahITXTV .navbar.opened {
    height: auto;
  }
  .cid-tOvahITXTV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tOvahITXTV .container-fluid {
  padding: 0 1rem !important;
}
@media (max-width: 991px) {
  .cid-tOvahITXTV .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-tOvahITXTV .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.cid-uoQab82NIF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #ffffff;
}
.cid-uoQab82NIF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoQab82NIF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoQab82NIF .mbr-section-head {
  margin-bottom: 32px;
}
.cid-uoQab82NIF .mbr-section-title {
  color: #24262b;
}
.cid-uoQab82NIF .mbr-section-subtitle {
  margin-top: 16px;
  color: #b79b6c;
}
.cid-uoQab82NIF .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-uoQab82NIF form {
  width: 100%;
}
.cid-uoQab82NIF form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uoQab82NIF form .dragArea.row {
    justify-content: center;
  }
}
.cid-uoQab82NIF form p {
  color: #24262b;
}
.cid-uoQab82NIF form .form-group {
  margin-top: 0 !important;
  margin-bottom: 16px !important;
}
.cid-uoQab82NIF form .form-control {
  height: 52px;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
  border: 1px solid #e0e0e0 !important;
  border-radius: 100px;
  margin-bottom: 0;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1;
  color: #24262b;
  font-weight: 400;
  transition: .3s;
}
.cid-uoQab82NIF form .form-control::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uoQab82NIF form .form-control::-moz-placeholder {
  color: #c1c1c1;
}
.cid-uoQab82NIF form .form-control:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uoQab82NIF form .form-control:-ms-input-placeholder {
  color: #c1c1c1;
}
.cid-uoQab82NIF form select {
  color: #24262b !important;
}
.cid-uoQab82NIF form textarea {
  height: 150px !important;
  min-height: 140px !important;
  padding: 11px 16px;
  resize: none;
}
.cid-uoQab82NIF form textarea::-webkit-input-placeholder {
  color: #c1c1c1 !important;
}
.cid-uoQab82NIF form textarea::-moz-placeholder {
  color: #c1c1c1 !important;
}
.cid-uoQab82NIF form textarea:-moz-placeholder {
  color: #c1c1c1 !important;
}
.cid-uoQab82NIF form textarea:-ms-input-placeholder {
  color: #c1c1c1 !important;
}
.cid-uoQab82NIF form input,
.cid-uoQab82NIF form textarea {
  transition: .3s all;
}
.cid-uoQab82NIF form input:active,
.cid-uoQab82NIF form textarea:active,
.cid-uoQab82NIF form input:focus,
.cid-uoQab82NIF form textarea:focus {
  background-color: transparent !important;
  border-color: #e0e0e0 !important;
  outline: none !important;
}
.cid-uoQab82NIF form input:active::-webkit-input-placeholder,
.cid-uoQab82NIF form textarea:active::-webkit-input-placeholder,
.cid-uoQab82NIF form input:focus::-webkit-input-placeholder,
.cid-uoQab82NIF form textarea:focus::-webkit-input-placeholder {
  color: #c1c1c1 !important;
}
.cid-uoQab82NIF form input:active::-moz-placeholder,
.cid-uoQab82NIF form textarea:active::-moz-placeholder,
.cid-uoQab82NIF form input:focus::-moz-placeholder,
.cid-uoQab82NIF form textarea:focus::-moz-placeholder {
  color: #c1c1c1 !important;
}
.cid-uoQab82NIF form input:active:-moz-placeholder,
.cid-uoQab82NIF form textarea:active:-moz-placeholder,
.cid-uoQab82NIF form input:focus:-moz-placeholder,
.cid-uoQab82NIF form textarea:focus:-moz-placeholder {
  color: #c1c1c1 !important;
}
.cid-uoQab82NIF form input:active:-ms-input-placeholder,
.cid-uoQab82NIF form textarea:active:-ms-input-placeholder,
.cid-uoQab82NIF form input:focus:-ms-input-placeholder,
.cid-uoQab82NIF form textarea:focus:-ms-input-placeholder {
  color: #c1c1c1 !important;
}
.cid-uoQab82NIF form .row {
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}
.cid-uoQab82NIF form .row [class*=col] {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-uoQab82NIF form .mbr-section-btn {
  margin-bottom: 16px;
  min-width: 152px;
}
@media (min-width: 768px) {
  .cid-uoQab82NIF form .mbr-section-btn {
    padding: 0 !important;
    margin-left: -8px !important;
    margin-right: 8px !important;
  }
}
.cid-uoQab82NIF form .mbr-section-btn .btn {
  min-height: 52px;
  border-radius: 100px;
}
.cid-uoQab82NIF form label {
  width: 100%;
  color: #24262b;
  margin-bottom: 8px;
}
.cid-uoQab82NIF form .form-check label {
  color: #24262b;
}
.cid-uoQab82NIF form .form-check-input {
  border-color: #c1c1c1 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-uoQab82NIF form .form-check-input:focus,
.cid-uoQab82NIF form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #24262b !important;
}
.cid-uoQab82NIF form .form-check-input:checked {
  border-color: #24262b !important;
  background-color: #24262b !important;
}
.cid-uRA8HX4pZg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-uRA8HX4pZg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRA8HX4pZg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRA8HX4pZg .card-wrapper {
  display: flex;
  padding: 64px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uRA8HX4pZg .card-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-uRA8HX4pZg .card-wrapper .content-wrapper {
  display: inline-flex;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-uRA8HX4pZg .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uRA8HX4pZg .card-wrapper .content-wrapper .title-wrapper {
  width: 100%;
}
.cid-uRA8HX4pZg .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uRA8HX4pZg .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uRA8HX4pZg .card-wrapper .content-wrapper .form-wrapper .dragArea.row {
  margin: 0;
}
.cid-uRA8HX4pZg .card-wrapper .content-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uRA8HX4pZg .card-wrapper .content-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 20px;
}
.cid-uRA8HX4pZg .card-wrapper .content-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 0 0 20px 0;
  box-shadow: none;
  border: none !important;
  border-bottom: 1px solid #e6e6e6 !important;
  border-radius: 0 !important;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uRA8HX4pZg .card-wrapper .content-wrapper .form-wrapper .dragArea.row .form-group .form-control {
    margin-bottom: 20px;
  }
}
.cid-uRA8HX4pZg .card-wrapper .content-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #b79b6c;
}
.cid-uRA8HX4pZg .card-wrapper .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uRA8HX4pZg .card-wrapper .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 1px solid #0f0f0f !important;
}
.cid-uRA8HX4pZg .card-wrapper .content-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uRA8HX4pZg .card-wrapper .content-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
.cid-uRA8HX4pZg .mbr-section-title {
  color: #b79b6c;
}
.cid-uRA8HX4pZg label {
  color: #0f0f0f;
}
.cid-tQQE4VVbMj {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tQQE4VVbMj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQQE4VVbMj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQQE4VVbMj .col-title {
  margin-bottom: 32px;
}
.cid-tQQE4VVbMj .mbr-section-title {
  color: #24262b;
}
.cid-tQQE4VVbMj .mbr-section-subtitle {
  color: #24262b;
}
.cid-tQQE4VVbMj .cars-row {
  row-gap: 32px;
}
.cid-tQQE4VVbMj .card {
  border-radius: 0;
}
.cid-tQQE4VVbMj .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 50px;
  color: #b79b6c;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.cid-tQQE4VVbMj .text-wrap {
  flex-grow: 1;
}
.cid-tQQE4VVbMj .card-title {
  color: #24262b;
}
.cid-tQQE4VVbMj .card-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-tQQE4VVbMj .mbr-section-btn {
  margin-top: 12px;
}
.cid-tQQE4VVbMj .card-text,
.cid-tQQE4VVbMj .mbr-section-btn {
  color: #24262b;
}
.cid-utkTqbWmpI {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background: #ffffff;
}
.cid-utkTqbWmpI .mbr-fallback-image.disabled {
  display: none;
}
.cid-utkTqbWmpI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utkTqbWmpI .mbr-section-head {
  margin-bottom: 32px;
}
.cid-utkTqbWmpI .mbr-section-title {
  color: #24262b;
}
.cid-utkTqbWmpI .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-utkTqbWmpI .google-map {
  height: 450px;
  position: relative;
  filter: grayscale(100%);
}
@media (max-width: 767px) {
  .cid-utkTqbWmpI .google-map {
    height: 400px;
  }
}
.cid-utkTqbWmpI .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-utkTqbWmpI .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-utkTqbWmpI .google-map[data-state] {
  background: #e9e5dc;
}
.cid-utkTqbWmpI .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tOvahYqNIg {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tOvahYqNIg .border-item {
  width: 100%;
  height: 1px;
  background: #767676;
  margin-bottom: 2rem;
}
.cid-tOvahYqNIg .iconfont-wrapper {
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  padding: 15px 20px;
  margin-right: 15px;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  cursor: pointer;
  transition: 0.5s;
}
.cid-tOvahYqNIg .mbr-text {
  color: #33363b;
  text-align: center;
}
.cid-tOvahYqNIg p {
  font-family: Didact Gothic;
  color: #33363b;
}
.cid-tOvboSZ0cP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-tOvboSZ0cP nav.navbar {
  position: fixed;
}
.cid-tOvboSZ0cP .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-tOvboSZ0cP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tOvboSZ0cP .dropdown-item:hover,
.cid-tOvboSZ0cP .dropdown-item:focus {
  color: #b79b6c !important;
}
.cid-tOvboSZ0cP .dropdown-item:hover span {
  color: white;
}
.cid-tOvboSZ0cP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tOvboSZ0cP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tOvboSZ0cP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tOvboSZ0cP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tOvboSZ0cP .nav-link {
  position: relative;
}
.cid-tOvboSZ0cP .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tOvboSZ0cP .container {
    flex-wrap: nowrap;
  }
}
.cid-tOvboSZ0cP .navbar-caption:hover,
.cid-tOvboSZ0cP .navbar-caption:focus {
  color: #b79b6c !important;
}
.cid-tOvboSZ0cP .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tOvboSZ0cP .navbar-nav .nav-item {
  color: #24262b;
}
.cid-tOvboSZ0cP .navbar-nav .nav-item:hover {
  color: #b79b6c;
}
.cid-tOvboSZ0cP .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-tOvboSZ0cP .navbar-nav .nav-item a:hover {
  color: #b79b6c !important;
}
.cid-tOvboSZ0cP .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-tOvboSZ0cP .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-tOvboSZ0cP .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-tOvboSZ0cP .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #b79b6c !important;
}
.cid-tOvboSZ0cP .dropdown-menu,
.cid-tOvboSZ0cP .navbar.opened {
  background: #ffffff !important;
}
.cid-tOvboSZ0cP .nav-item:focus,
.cid-tOvboSZ0cP .nav-link:focus {
  outline: none;
}
.cid-tOvboSZ0cP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tOvboSZ0cP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tOvboSZ0cP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tOvboSZ0cP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tOvboSZ0cP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOvboSZ0cP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tOvboSZ0cP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
}
.cid-tOvboSZ0cP .navbar.opened {
  transition: all 0.3s;
}
.cid-tOvboSZ0cP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tOvboSZ0cP .navbar .navbar-logo img {
  width: auto;
}
.cid-tOvboSZ0cP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOvboSZ0cP .navbar.collapsed {
  justify-content: center;
}
.cid-tOvboSZ0cP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOvboSZ0cP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tOvboSZ0cP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-tOvboSZ0cP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOvboSZ0cP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tOvboSZ0cP .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-tOvboSZ0cP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tOvboSZ0cP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tOvboSZ0cP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tOvboSZ0cP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOvboSZ0cP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOvboSZ0cP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOvboSZ0cP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tOvboSZ0cP .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-tOvboSZ0cP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tOvboSZ0cP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tOvboSZ0cP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tOvboSZ0cP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tOvboSZ0cP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tOvboSZ0cP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tOvboSZ0cP .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tOvboSZ0cP .navbar.navbar-short {
  min-height: 70px;
}
.cid-tOvboSZ0cP .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;
  width: 25%;
}
.cid-tOvboSZ0cP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tOvboSZ0cP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOvboSZ0cP .dropdown-item.active,
.cid-tOvboSZ0cP .dropdown-item:active {
  background-color: transparent;
}
.cid-tOvboSZ0cP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tOvboSZ0cP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOvboSZ0cP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tOvboSZ0cP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tOvboSZ0cP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tOvboSZ0cP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tOvboSZ0cP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tOvboSZ0cP .navbar-collapse {
  width: 75%;
}
.cid-tOvboSZ0cP .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-tOvboSZ0cP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tOvboSZ0cP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tOvboSZ0cP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tOvboSZ0cP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOvboSZ0cP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOvboSZ0cP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tOvboSZ0cP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOvboSZ0cP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tOvboSZ0cP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tOvboSZ0cP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOvboSZ0cP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tOvboSZ0cP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tOvboSZ0cP .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-tOvboSZ0cP .navbar {
    height: 70px;
  }
  .cid-tOvboSZ0cP .navbar.opened {
    height: auto;
  }
  .cid-tOvboSZ0cP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tOvboSZ0cP .container-fluid {
  padding: 0 1rem !important;
}
@media (max-width: 991px) {
  .cid-tOvboSZ0cP .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-tOvboSZ0cP .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
#custom-html-5w {
  /* Type valid CSS here */
  /*
 Styling
*/
}
#custom-html-5w .total {
  margin: 40px;
}
#custom-html-5w h1 {
  padding-top: 40px;
  padding-bottom: 20px;
  color: #24262b;
  font-family: 'Didact Gothic', sans-serif;
  font-size: 1.25rem;
  text-align: center;
}
#custom-html-5w label {
  color: #24262b;
  font-family: 'Didact Gothic', sans-serif;
  font-size: 1.0rem;
}
#custom-html-5w .accordion > input[type="checkbox"] {
  position: absolute;
  left: -100vw;
}
#custom-html-5w .accordion .content {
  overflow-y: hidden;
  height: 0;
  transition: height 0.3s ease;
}
#custom-html-5w .accordion > input[type="checkbox"]:checked ~ .content {
  height: auto;
  overflow: visible;
}
#custom-html-5w .accordion label {
  display: block;
}
#custom-html-5w .content {
  color: #24262b;
  font-family: 'Didact Gothic', sans-serif;
  font-size: 1.0rem;
  word-break: break-word;
  word-wrap: break-word;
}
#custom-html-5w .accordion {
  margin-bottom: 1em;
}
#custom-html-5w .accordion > input[type="checkbox"]:checked ~ .content {
  padding: 15px;
  border: 1px solid #e8e8e8;
  border-top: 0;
}
#custom-html-5w .accordion .handle {
  margin: 0;
  font-size: 1.125em;
  line-height: 1.2em;
}
#custom-html-5w .accordion label {
  color: #333;
  cursor: pointer;
  font-weight: normal;
  padding: 15px;
  background: #e8e8e8;
}
#custom-html-5w .accordion label:hover,
#custom-html-5w .accordion label:focus {
  background: #d8d8d8;
}
#custom-html-5w .accordion .handle label:before {
  font-family: 'fontawesome';
  content: "\f054";
  display: inline-block;
  margin-right: 10px;
  font-size: .58em;
  line-height: 1.556em;
  vertical-align: middle;
}
#custom-html-5w .accordion > input[type="checkbox"]:checked ~ .handle label:before {
  content: "\f078";
}
.cid-tOvbp82Du1 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tOvbp82Du1 .border-item {
  width: 100%;
  height: 1px;
  background: #767676;
  margin-bottom: 2rem;
}
.cid-tOvbp82Du1 .iconfont-wrapper {
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  padding: 15px 20px;
  margin-right: 15px;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  cursor: pointer;
  transition: 0.5s;
}
.cid-tOvbp82Du1 .mbr-text {
  color: #33363b;
  text-align: center;
}
.cid-tOvbp82Du1 p {
  font-family: Didact Gothic;
  color: #33363b;
}
.cid-tOvcaRvTdy {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-tOvcaRvTdy nav.navbar {
  position: fixed;
}
.cid-tOvcaRvTdy .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-tOvcaRvTdy .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tOvcaRvTdy .dropdown-item:hover,
.cid-tOvcaRvTdy .dropdown-item:focus {
  color: #b79b6c !important;
}
.cid-tOvcaRvTdy .dropdown-item:hover span {
  color: white;
}
.cid-tOvcaRvTdy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tOvcaRvTdy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tOvcaRvTdy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tOvcaRvTdy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tOvcaRvTdy .nav-link {
  position: relative;
}
.cid-tOvcaRvTdy .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tOvcaRvTdy .container {
    flex-wrap: nowrap;
  }
}
.cid-tOvcaRvTdy .navbar-caption:hover,
.cid-tOvcaRvTdy .navbar-caption:focus {
  color: #b79b6c !important;
}
.cid-tOvcaRvTdy .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tOvcaRvTdy .navbar-nav .nav-item {
  color: #24262b;
}
.cid-tOvcaRvTdy .navbar-nav .nav-item:hover {
  color: #b79b6c;
}
.cid-tOvcaRvTdy .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-tOvcaRvTdy .navbar-nav .nav-item a:hover {
  color: #b79b6c !important;
}
.cid-tOvcaRvTdy .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-tOvcaRvTdy .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-tOvcaRvTdy .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-tOvcaRvTdy .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #b79b6c !important;
}
.cid-tOvcaRvTdy .dropdown-menu,
.cid-tOvcaRvTdy .navbar.opened {
  background: #ffffff !important;
}
.cid-tOvcaRvTdy .nav-item:focus,
.cid-tOvcaRvTdy .nav-link:focus {
  outline: none;
}
.cid-tOvcaRvTdy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tOvcaRvTdy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tOvcaRvTdy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tOvcaRvTdy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tOvcaRvTdy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOvcaRvTdy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tOvcaRvTdy .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
}
.cid-tOvcaRvTdy .navbar.opened {
  transition: all 0.3s;
}
.cid-tOvcaRvTdy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tOvcaRvTdy .navbar .navbar-logo img {
  width: auto;
}
.cid-tOvcaRvTdy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOvcaRvTdy .navbar.collapsed {
  justify-content: center;
}
.cid-tOvcaRvTdy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOvcaRvTdy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tOvcaRvTdy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-tOvcaRvTdy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOvcaRvTdy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tOvcaRvTdy .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-tOvcaRvTdy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tOvcaRvTdy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tOvcaRvTdy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tOvcaRvTdy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOvcaRvTdy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOvcaRvTdy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOvcaRvTdy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tOvcaRvTdy .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-tOvcaRvTdy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tOvcaRvTdy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tOvcaRvTdy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tOvcaRvTdy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tOvcaRvTdy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tOvcaRvTdy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tOvcaRvTdy .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tOvcaRvTdy .navbar.navbar-short {
  min-height: 70px;
}
.cid-tOvcaRvTdy .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;
  width: 25%;
}
.cid-tOvcaRvTdy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tOvcaRvTdy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOvcaRvTdy .dropdown-item.active,
.cid-tOvcaRvTdy .dropdown-item:active {
  background-color: transparent;
}
.cid-tOvcaRvTdy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tOvcaRvTdy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOvcaRvTdy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tOvcaRvTdy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tOvcaRvTdy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tOvcaRvTdy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tOvcaRvTdy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tOvcaRvTdy .navbar-collapse {
  width: 75%;
}
.cid-tOvcaRvTdy .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-tOvcaRvTdy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tOvcaRvTdy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tOvcaRvTdy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tOvcaRvTdy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOvcaRvTdy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOvcaRvTdy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tOvcaRvTdy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOvcaRvTdy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tOvcaRvTdy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tOvcaRvTdy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOvcaRvTdy .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tOvcaRvTdy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tOvcaRvTdy .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-tOvcaRvTdy .navbar {
    height: 70px;
  }
  .cid-tOvcaRvTdy .navbar.opened {
    height: auto;
  }
  .cid-tOvcaRvTdy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tOvcaRvTdy .container-fluid {
  padding: 0 1rem !important;
}
@media (max-width: 991px) {
  .cid-tOvcaRvTdy .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-tOvcaRvTdy .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.cid-tQFi4YaACf {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-tQFi4YaACf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQFi4YaACf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQFi4YaACf .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tQFi4YaACf .mbr-section-title {
  color: #24262b;
}
.cid-tQFi4YaACf .mbr-section-subtitle {
  color: #24262b;
}
.cid-tQFi4YaACf .cards-row {
  row-gap: 32px;
  flex-direction: row-reverse;
}
.cid-tQFi4YaACf .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-tQFi4YaACf .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-tQFi4YaACf .card-title {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-tQFi4YaACf .card-subtitle {
  color: #24262b;
}
.cid-tQFi4YaACf .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-tQFi4YaACf .mbr-section-btn {
  margin-top: 20px;
}
.cid-tQFi4YaACf .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
.cid-tQFi4YaACf .item-img img {
  flex-grow: 1;
  height: 1px;
  width: 100%;
  object-fit: cover;
}
.cid-tQFi4YaACf details {
  font-family: "Didact Gothic", sa;
}
.cid-tOvcb5zGJR {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tOvcb5zGJR .border-item {
  width: 100%;
  height: 1px;
  background: #767676;
  margin-bottom: 2rem;
}
.cid-tOvcb5zGJR .iconfont-wrapper {
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  padding: 15px 20px;
  margin-right: 15px;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  cursor: pointer;
  transition: 0.5s;
}
.cid-tOvcb5zGJR .mbr-text {
  color: #33363b;
  text-align: center;
}
.cid-tOvcb5zGJR p {
  font-family: Didact Gothic;
  color: #33363b;
}
.cid-tOvcAEbYiW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-tOvcAEbYiW nav.navbar {
  position: fixed;
}
.cid-tOvcAEbYiW .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-tOvcAEbYiW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tOvcAEbYiW .dropdown-item:hover,
.cid-tOvcAEbYiW .dropdown-item:focus {
  color: #b79b6c !important;
}
.cid-tOvcAEbYiW .dropdown-item:hover span {
  color: white;
}
.cid-tOvcAEbYiW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tOvcAEbYiW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tOvcAEbYiW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tOvcAEbYiW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tOvcAEbYiW .nav-link {
  position: relative;
}
.cid-tOvcAEbYiW .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tOvcAEbYiW .container {
    flex-wrap: nowrap;
  }
}
.cid-tOvcAEbYiW .navbar-caption:hover,
.cid-tOvcAEbYiW .navbar-caption:focus {
  color: #b79b6c !important;
}
.cid-tOvcAEbYiW .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tOvcAEbYiW .navbar-nav .nav-item {
  color: #24262b;
}
.cid-tOvcAEbYiW .navbar-nav .nav-item:hover {
  color: #b79b6c;
}
.cid-tOvcAEbYiW .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-tOvcAEbYiW .navbar-nav .nav-item a:hover {
  color: #b79b6c !important;
}
.cid-tOvcAEbYiW .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-tOvcAEbYiW .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-tOvcAEbYiW .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-tOvcAEbYiW .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #b79b6c !important;
}
.cid-tOvcAEbYiW .dropdown-menu,
.cid-tOvcAEbYiW .navbar.opened {
  background: #ffffff !important;
}
.cid-tOvcAEbYiW .nav-item:focus,
.cid-tOvcAEbYiW .nav-link:focus {
  outline: none;
}
.cid-tOvcAEbYiW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tOvcAEbYiW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tOvcAEbYiW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tOvcAEbYiW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tOvcAEbYiW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOvcAEbYiW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tOvcAEbYiW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
}
.cid-tOvcAEbYiW .navbar.opened {
  transition: all 0.3s;
}
.cid-tOvcAEbYiW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tOvcAEbYiW .navbar .navbar-logo img {
  width: auto;
}
.cid-tOvcAEbYiW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOvcAEbYiW .navbar.collapsed {
  justify-content: center;
}
.cid-tOvcAEbYiW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOvcAEbYiW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tOvcAEbYiW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-tOvcAEbYiW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOvcAEbYiW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tOvcAEbYiW .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-tOvcAEbYiW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tOvcAEbYiW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tOvcAEbYiW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tOvcAEbYiW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOvcAEbYiW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOvcAEbYiW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOvcAEbYiW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tOvcAEbYiW .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-tOvcAEbYiW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tOvcAEbYiW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tOvcAEbYiW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tOvcAEbYiW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tOvcAEbYiW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tOvcAEbYiW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tOvcAEbYiW .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tOvcAEbYiW .navbar.navbar-short {
  min-height: 70px;
}
.cid-tOvcAEbYiW .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;
  width: 25%;
}
.cid-tOvcAEbYiW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tOvcAEbYiW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOvcAEbYiW .dropdown-item.active,
.cid-tOvcAEbYiW .dropdown-item:active {
  background-color: transparent;
}
.cid-tOvcAEbYiW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tOvcAEbYiW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOvcAEbYiW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tOvcAEbYiW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tOvcAEbYiW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tOvcAEbYiW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tOvcAEbYiW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tOvcAEbYiW .navbar-collapse {
  width: 75%;
}
.cid-tOvcAEbYiW .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-tOvcAEbYiW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tOvcAEbYiW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tOvcAEbYiW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tOvcAEbYiW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOvcAEbYiW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOvcAEbYiW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tOvcAEbYiW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOvcAEbYiW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tOvcAEbYiW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tOvcAEbYiW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOvcAEbYiW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tOvcAEbYiW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tOvcAEbYiW .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-tOvcAEbYiW .navbar {
    height: 70px;
  }
  .cid-tOvcAEbYiW .navbar.opened {
    height: auto;
  }
  .cid-tOvcAEbYiW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tOvcAEbYiW .container-fluid {
  padding: 0 1rem !important;
}
@media (max-width: 991px) {
  .cid-tOvcAEbYiW .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-tOvcAEbYiW .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.cid-tQFbjjgEg8 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-tQFbjjgEg8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQFbjjgEg8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQFbjjgEg8 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tQFbjjgEg8 .mbr-section-title {
  color: #24262b;
}
.cid-tQFbjjgEg8 .mbr-section-subtitle {
  color: #24262b;
}
.cid-tQFbjjgEg8 .cards-row {
  row-gap: 32px;
  flex-direction: row-reverse;
}
.cid-tQFbjjgEg8 .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-tQFbjjgEg8 .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-tQFbjjgEg8 .card-title {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-tQFbjjgEg8 .card-subtitle {
  color: #24262b;
}
.cid-tQFbjjgEg8 .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-tQFbjjgEg8 .mbr-section-btn {
  margin-top: 20px;
}
.cid-tQFbjjgEg8 .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
.cid-tQFbjjgEg8 .item-img img {
  flex-grow: 1;
  height: 1px;
  width: 100%;
  object-fit: cover;
}
.cid-tQFbjjgEg8 details {
  font-family: "Didact Gothic", sa;
}
.cid-uRzIXHDQPx {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uRzIXHDQPx .row .slide-overlay {
  z-index: 1 !important;
}
@media (min-width: 992px) {
  .cid-uRzIXHDQPx .carousel {
    min-height: 800px;
  }
  .cid-uRzIXHDQPx .carousel img {
    max-height: 800px;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uRzIXHDQPx .carousel {
    min-height: 464px;
  }
  .cid-uRzIXHDQPx .carousel img {
    max-height: 464px;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uRzIXHDQPx .carousel {
    min-height: 360px;
  }
  .cid-uRzIXHDQPx .carousel img {
    max-height: 360px;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .cid-uRzIXHDQPx .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uRzIXHDQPx .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uRzIXHDQPx .carousel,
.cid-uRzIXHDQPx .carousel-inner {
  display: flex;
  align-items: stretch;
}
.cid-uRzIXHDQPx .item-wrapper {
  width: 100%;
  overflow: hidden;
}
.cid-uRzIXHDQPx .carousel-caption {
  z-index: 2 !important;
  left: 1rem;
  bottom: 1rem;
  width: fit-content;
  max-width: calc(68%);
  background: #33363b;
  padding: 8px;
}
.cid-uRzIXHDQPx .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0 !important;
  text-align: left;
}
.cid-uRzIXHDQPx .mbr-section-text {
  margin-bottom: 0 !important;
  margin-top: 8px !important;
  color: #FFFFFF;
  text-align: left;
}
.cid-uRzIXHDQPx .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uRzIXHDQPx .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 1;
}
.cid-uRzIXHDQPx .carousel-control .mobi-mbri {
  color: #24262b;
  transition: all 0.3s;
}
.cid-uRzIXHDQPx .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2rem;
}
@media (max-width: 767px) {
  .cid-uRzIXHDQPx .carousel-control.carousel-control-prev {
    margin-left: 1rem;
  }
}
.cid-uRzIXHDQPx .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2rem;
}
@media (max-width: 767px) {
  .cid-uRzIXHDQPx .carousel-control.carousel-control-next {
    margin-right: 1rem;
  }
}
.cid-uRzIXHDQPx .carousel-control:hover,
.cid-uRzIXHDQPx .carousel-control:focus {
  border-color: #24262b;
  opacity: 1;
}
.cid-uRzIXHDQPx .carousel-control-prev:hover .mobi-mbri,
.cid-uRzIXHDQPx .carousel-control-prev:focus .mobi-mbri {
  transform: translateX(-7px);
}
.cid-uRzIXHDQPx .carousel-control-next:hover .mobi-mbri,
.cid-uRzIXHDQPx .carousel-control-next:focus .mobi-mbri {
  transform: translateX(7px);
}
.cid-uRzIXHDQPx .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uRzIXHDQPx .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uRzIXHDQPx .carousel-indicators {
  display: none !important;
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uRzIXHDQPx .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-uRzIXHDQPx .carousel-indicators li.active,
.cid-uRzIXHDQPx .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uRzIXHDQPx .carousel-indicators li::after,
.cid-uRzIXHDQPx .carousel-indicators li::before {
  content: none;
}
.cid-uRzIXHDQPx .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uRzIXHDQPx .carousel-indicators {
    display: none !important;
  }
}
.cid-tOvcAUqwpB {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tOvcAUqwpB .border-item {
  width: 100%;
  height: 1px;
  background: #767676;
  margin-bottom: 2rem;
}
.cid-tOvcAUqwpB .iconfont-wrapper {
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  padding: 15px 20px;
  margin-right: 15px;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  cursor: pointer;
  transition: 0.5s;
}
.cid-tOvcAUqwpB .mbr-text {
  color: #33363b;
  text-align: center;
}
.cid-tOvcAUqwpB p {
  font-family: Didact Gothic;
  color: #33363b;
}
.cid-tOvd1Xk0mr {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-tOvd1Xk0mr nav.navbar {
  position: fixed;
}
.cid-tOvd1Xk0mr .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-tOvd1Xk0mr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tOvd1Xk0mr .dropdown-item:hover,
.cid-tOvd1Xk0mr .dropdown-item:focus {
  color: #b79b6c !important;
}
.cid-tOvd1Xk0mr .dropdown-item:hover span {
  color: white;
}
.cid-tOvd1Xk0mr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tOvd1Xk0mr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tOvd1Xk0mr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tOvd1Xk0mr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tOvd1Xk0mr .nav-link {
  position: relative;
}
.cid-tOvd1Xk0mr .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tOvd1Xk0mr .container {
    flex-wrap: nowrap;
  }
}
.cid-tOvd1Xk0mr .navbar-caption:hover,
.cid-tOvd1Xk0mr .navbar-caption:focus {
  color: #b79b6c !important;
}
.cid-tOvd1Xk0mr .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tOvd1Xk0mr .navbar-nav .nav-item {
  color: #24262b;
}
.cid-tOvd1Xk0mr .navbar-nav .nav-item:hover {
  color: #b79b6c;
}
.cid-tOvd1Xk0mr .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-tOvd1Xk0mr .navbar-nav .nav-item a:hover {
  color: #b79b6c !important;
}
.cid-tOvd1Xk0mr .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-tOvd1Xk0mr .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-tOvd1Xk0mr .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-tOvd1Xk0mr .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #b79b6c !important;
}
.cid-tOvd1Xk0mr .dropdown-menu,
.cid-tOvd1Xk0mr .navbar.opened {
  background: #ffffff !important;
}
.cid-tOvd1Xk0mr .nav-item:focus,
.cid-tOvd1Xk0mr .nav-link:focus {
  outline: none;
}
.cid-tOvd1Xk0mr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tOvd1Xk0mr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tOvd1Xk0mr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tOvd1Xk0mr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tOvd1Xk0mr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOvd1Xk0mr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tOvd1Xk0mr .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
}
.cid-tOvd1Xk0mr .navbar.opened {
  transition: all 0.3s;
}
.cid-tOvd1Xk0mr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tOvd1Xk0mr .navbar .navbar-logo img {
  width: auto;
}
.cid-tOvd1Xk0mr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOvd1Xk0mr .navbar.collapsed {
  justify-content: center;
}
.cid-tOvd1Xk0mr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOvd1Xk0mr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tOvd1Xk0mr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-tOvd1Xk0mr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOvd1Xk0mr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tOvd1Xk0mr .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-tOvd1Xk0mr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tOvd1Xk0mr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tOvd1Xk0mr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tOvd1Xk0mr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOvd1Xk0mr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOvd1Xk0mr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOvd1Xk0mr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tOvd1Xk0mr .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-tOvd1Xk0mr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tOvd1Xk0mr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tOvd1Xk0mr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tOvd1Xk0mr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tOvd1Xk0mr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tOvd1Xk0mr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tOvd1Xk0mr .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tOvd1Xk0mr .navbar.navbar-short {
  min-height: 70px;
}
.cid-tOvd1Xk0mr .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;
  width: 25%;
}
.cid-tOvd1Xk0mr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tOvd1Xk0mr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOvd1Xk0mr .dropdown-item.active,
.cid-tOvd1Xk0mr .dropdown-item:active {
  background-color: transparent;
}
.cid-tOvd1Xk0mr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tOvd1Xk0mr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOvd1Xk0mr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tOvd1Xk0mr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tOvd1Xk0mr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tOvd1Xk0mr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tOvd1Xk0mr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tOvd1Xk0mr .navbar-collapse {
  width: 75%;
}
.cid-tOvd1Xk0mr .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-tOvd1Xk0mr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tOvd1Xk0mr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tOvd1Xk0mr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tOvd1Xk0mr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOvd1Xk0mr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOvd1Xk0mr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tOvd1Xk0mr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOvd1Xk0mr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tOvd1Xk0mr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tOvd1Xk0mr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOvd1Xk0mr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tOvd1Xk0mr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tOvd1Xk0mr .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-tOvd1Xk0mr .navbar {
    height: 70px;
  }
  .cid-tOvd1Xk0mr .navbar.opened {
    height: auto;
  }
  .cid-tOvd1Xk0mr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tOvd1Xk0mr .container-fluid {
  padding: 0 1rem !important;
}
@media (max-width: 991px) {
  .cid-tOvd1Xk0mr .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-tOvd1Xk0mr .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.cid-tQFjSB8JBP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-tQFjSB8JBP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQFjSB8JBP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQFjSB8JBP .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tQFjSB8JBP .mbr-section-title {
  color: #24262b;
}
.cid-tQFjSB8JBP .mbr-section-subtitle {
  color: #24262b;
}
.cid-tQFjSB8JBP .cards-row {
  row-gap: 32px;
  flex-direction: row-reverse;
}
.cid-tQFjSB8JBP .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-tQFjSB8JBP .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-tQFjSB8JBP .card-title {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-tQFjSB8JBP .card-subtitle {
  color: #24262b;
}
.cid-tQFjSB8JBP .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-tQFjSB8JBP .mbr-section-btn {
  margin-top: 20px;
}
.cid-tQFjSB8JBP .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
.cid-tQFjSB8JBP .item-img img {
  flex-grow: 1;
  height: 1px;
  width: 100%;
  object-fit: cover;
}
.cid-tQFjSB8JBP details {
  font-family: "Didact Gothic", sa;
}
.cid-tOvd2bld3V {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tOvd2bld3V .border-item {
  width: 100%;
  height: 1px;
  background: #767676;
  margin-bottom: 2rem;
}
.cid-tOvd2bld3V .iconfont-wrapper {
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  padding: 15px 20px;
  margin-right: 15px;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  cursor: pointer;
  transition: 0.5s;
}
.cid-tOvd2bld3V .mbr-text {
  color: #33363b;
  text-align: center;
}
.cid-tOvd2bld3V p {
  font-family: Didact Gothic;
  color: #33363b;
}
.cid-tOvdw1WzWe {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-tOvdw1WzWe nav.navbar {
  position: fixed;
}
.cid-tOvdw1WzWe .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-tOvdw1WzWe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tOvdw1WzWe .dropdown-item:hover,
.cid-tOvdw1WzWe .dropdown-item:focus {
  color: #b79b6c !important;
}
.cid-tOvdw1WzWe .dropdown-item:hover span {
  color: white;
}
.cid-tOvdw1WzWe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tOvdw1WzWe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tOvdw1WzWe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tOvdw1WzWe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tOvdw1WzWe .nav-link {
  position: relative;
}
.cid-tOvdw1WzWe .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tOvdw1WzWe .container {
    flex-wrap: nowrap;
  }
}
.cid-tOvdw1WzWe .navbar-caption:hover,
.cid-tOvdw1WzWe .navbar-caption:focus {
  color: #b79b6c !important;
}
.cid-tOvdw1WzWe .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tOvdw1WzWe .navbar-nav .nav-item {
  color: #24262b;
}
.cid-tOvdw1WzWe .navbar-nav .nav-item:hover {
  color: #b79b6c;
}
.cid-tOvdw1WzWe .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-tOvdw1WzWe .navbar-nav .nav-item a:hover {
  color: #b79b6c !important;
}
.cid-tOvdw1WzWe .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-tOvdw1WzWe .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-tOvdw1WzWe .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-tOvdw1WzWe .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #b79b6c !important;
}
.cid-tOvdw1WzWe .dropdown-menu,
.cid-tOvdw1WzWe .navbar.opened {
  background: #ffffff !important;
}
.cid-tOvdw1WzWe .nav-item:focus,
.cid-tOvdw1WzWe .nav-link:focus {
  outline: none;
}
.cid-tOvdw1WzWe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tOvdw1WzWe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tOvdw1WzWe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tOvdw1WzWe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tOvdw1WzWe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOvdw1WzWe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tOvdw1WzWe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
}
.cid-tOvdw1WzWe .navbar.opened {
  transition: all 0.3s;
}
.cid-tOvdw1WzWe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tOvdw1WzWe .navbar .navbar-logo img {
  width: auto;
}
.cid-tOvdw1WzWe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOvdw1WzWe .navbar.collapsed {
  justify-content: center;
}
.cid-tOvdw1WzWe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOvdw1WzWe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tOvdw1WzWe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-tOvdw1WzWe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOvdw1WzWe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tOvdw1WzWe .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-tOvdw1WzWe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tOvdw1WzWe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tOvdw1WzWe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tOvdw1WzWe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOvdw1WzWe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOvdw1WzWe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOvdw1WzWe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tOvdw1WzWe .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-tOvdw1WzWe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tOvdw1WzWe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tOvdw1WzWe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tOvdw1WzWe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tOvdw1WzWe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tOvdw1WzWe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tOvdw1WzWe .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tOvdw1WzWe .navbar.navbar-short {
  min-height: 70px;
}
.cid-tOvdw1WzWe .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;
  width: 25%;
}
.cid-tOvdw1WzWe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tOvdw1WzWe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOvdw1WzWe .dropdown-item.active,
.cid-tOvdw1WzWe .dropdown-item:active {
  background-color: transparent;
}
.cid-tOvdw1WzWe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tOvdw1WzWe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOvdw1WzWe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tOvdw1WzWe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tOvdw1WzWe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tOvdw1WzWe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tOvdw1WzWe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tOvdw1WzWe .navbar-collapse {
  width: 75%;
}
.cid-tOvdw1WzWe .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-tOvdw1WzWe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tOvdw1WzWe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tOvdw1WzWe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tOvdw1WzWe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOvdw1WzWe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOvdw1WzWe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tOvdw1WzWe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOvdw1WzWe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tOvdw1WzWe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tOvdw1WzWe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOvdw1WzWe .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tOvdw1WzWe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tOvdw1WzWe .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-tOvdw1WzWe .navbar {
    height: 70px;
  }
  .cid-tOvdw1WzWe .navbar.opened {
    height: auto;
  }
  .cid-tOvdw1WzWe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tOvdw1WzWe .container-fluid {
  padding: 0 1rem !important;
}
@media (max-width: 991px) {
  .cid-tOvdw1WzWe .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-tOvdw1WzWe .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.cid-tQFgp3udGG {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-tQFgp3udGG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQFgp3udGG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQFgp3udGG .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tQFgp3udGG .mbr-section-title {
  color: #24262b;
}
.cid-tQFgp3udGG .mbr-section-subtitle {
  color: #24262b;
}
.cid-tQFgp3udGG .cards-row {
  row-gap: 32px;
  flex-direction: row-reverse;
}
.cid-tQFgp3udGG .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-tQFgp3udGG .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-tQFgp3udGG .card-title {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-tQFgp3udGG .card-subtitle {
  color: #24262b;
}
.cid-tQFgp3udGG .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-tQFgp3udGG .mbr-section-btn {
  margin-top: 20px;
}
.cid-tQFgp3udGG .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
.cid-tQFgp3udGG .item-img img {
  flex-grow: 1;
  height: 1px;
  width: 100%;
  object-fit: cover;
}
.cid-tQFgp3udGG details {
  font-family: "Didact Gothic", sa;
}
.cid-tOvdwjWUgK {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tOvdwjWUgK .border-item {
  width: 100%;
  height: 1px;
  background: #767676;
  margin-bottom: 2rem;
}
.cid-tOvdwjWUgK .iconfont-wrapper {
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  padding: 15px 20px;
  margin-right: 15px;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  cursor: pointer;
  transition: 0.5s;
}
.cid-tOvdwjWUgK .mbr-text {
  color: #33363b;
  text-align: center;
}
.cid-tOvdwjWUgK p {
  font-family: Didact Gothic;
  color: #33363b;
}
.cid-tOviEALJoW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-tOviEALJoW nav.navbar {
  position: fixed;
}
.cid-tOviEALJoW .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-tOviEALJoW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tOviEALJoW .dropdown-item:hover,
.cid-tOviEALJoW .dropdown-item:focus {
  color: #b79b6c !important;
}
.cid-tOviEALJoW .dropdown-item:hover span {
  color: white;
}
.cid-tOviEALJoW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tOviEALJoW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tOviEALJoW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tOviEALJoW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tOviEALJoW .nav-link {
  position: relative;
}
.cid-tOviEALJoW .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tOviEALJoW .container {
    flex-wrap: nowrap;
  }
}
.cid-tOviEALJoW .navbar-caption:hover,
.cid-tOviEALJoW .navbar-caption:focus {
  color: #b79b6c !important;
}
.cid-tOviEALJoW .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tOviEALJoW .navbar-nav .nav-item {
  color: #24262b;
}
.cid-tOviEALJoW .navbar-nav .nav-item:hover {
  color: #b79b6c;
}
.cid-tOviEALJoW .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-tOviEALJoW .navbar-nav .nav-item a:hover {
  color: #b79b6c !important;
}
.cid-tOviEALJoW .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-tOviEALJoW .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-tOviEALJoW .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-tOviEALJoW .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #b79b6c !important;
}
.cid-tOviEALJoW .dropdown-menu,
.cid-tOviEALJoW .navbar.opened {
  background: #ffffff !important;
}
.cid-tOviEALJoW .nav-item:focus,
.cid-tOviEALJoW .nav-link:focus {
  outline: none;
}
.cid-tOviEALJoW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tOviEALJoW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tOviEALJoW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tOviEALJoW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tOviEALJoW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOviEALJoW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tOviEALJoW .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
}
.cid-tOviEALJoW .navbar.opened {
  transition: all 0.3s;
}
.cid-tOviEALJoW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tOviEALJoW .navbar .navbar-logo img {
  width: auto;
}
.cid-tOviEALJoW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOviEALJoW .navbar.collapsed {
  justify-content: center;
}
.cid-tOviEALJoW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOviEALJoW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tOviEALJoW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-tOviEALJoW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOviEALJoW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tOviEALJoW .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-tOviEALJoW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tOviEALJoW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tOviEALJoW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tOviEALJoW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOviEALJoW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOviEALJoW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOviEALJoW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tOviEALJoW .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-tOviEALJoW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tOviEALJoW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tOviEALJoW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tOviEALJoW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tOviEALJoW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tOviEALJoW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tOviEALJoW .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tOviEALJoW .navbar.navbar-short {
  min-height: 70px;
}
.cid-tOviEALJoW .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;
  width: 25%;
}
.cid-tOviEALJoW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tOviEALJoW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOviEALJoW .dropdown-item.active,
.cid-tOviEALJoW .dropdown-item:active {
  background-color: transparent;
}
.cid-tOviEALJoW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tOviEALJoW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOviEALJoW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tOviEALJoW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tOviEALJoW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tOviEALJoW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tOviEALJoW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tOviEALJoW .navbar-collapse {
  width: 75%;
}
.cid-tOviEALJoW .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-tOviEALJoW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tOviEALJoW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tOviEALJoW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tOviEALJoW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOviEALJoW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOviEALJoW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tOviEALJoW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOviEALJoW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tOviEALJoW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tOviEALJoW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOviEALJoW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tOviEALJoW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tOviEALJoW .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-tOviEALJoW .navbar {
    height: 70px;
  }
  .cid-tOviEALJoW .navbar.opened {
    height: auto;
  }
  .cid-tOviEALJoW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tOviEALJoW .container-fluid {
  padding: 0 1rem !important;
}
@media (max-width: 991px) {
  .cid-tOviEALJoW .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-tOviEALJoW .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
#panier {
  /* Type valid CSS here */
}
#panier div {
  padding: 70px 0;
  color: #777;
  text-align: center;
}
#panier h1 {
  padding-top: 40px;
  padding-bottom: 20px;
  color: #24262b;
  font-family: 'Didact Gothic', sans-serif;
  font-size: 1.25rem;
  text-align: center;
}
.cid-tOviEUtZD3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tOviEUtZD3 .border-item {
  width: 100%;
  height: 1px;
  background: #767676;
  margin-bottom: 2rem;
}
.cid-tOviEUtZD3 .iconfont-wrapper {
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  padding: 15px 20px;
  margin-right: 15px;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  cursor: pointer;
  transition: 0.5s;
}
.cid-tOviEUtZD3 .mbr-text {
  color: #33363b;
  text-align: center;
}
.cid-tOviEUtZD3 p {
  font-family: Didact Gothic;
  color: #33363b;
}
.cid-tOvPKC5u1F {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-tOvPKC5u1F nav.navbar {
  position: fixed;
}
.cid-tOvPKC5u1F .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-tOvPKC5u1F .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tOvPKC5u1F .dropdown-item:hover,
.cid-tOvPKC5u1F .dropdown-item:focus {
  color: #b79b6c !important;
}
.cid-tOvPKC5u1F .dropdown-item:hover span {
  color: white;
}
.cid-tOvPKC5u1F .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tOvPKC5u1F .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tOvPKC5u1F .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tOvPKC5u1F .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tOvPKC5u1F .nav-link {
  position: relative;
}
.cid-tOvPKC5u1F .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tOvPKC5u1F .container {
    flex-wrap: nowrap;
  }
}
.cid-tOvPKC5u1F .navbar-caption:hover,
.cid-tOvPKC5u1F .navbar-caption:focus {
  color: #b79b6c !important;
}
.cid-tOvPKC5u1F .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tOvPKC5u1F .navbar-nav .nav-item {
  color: #24262b;
}
.cid-tOvPKC5u1F .navbar-nav .nav-item:hover {
  color: #b79b6c;
}
.cid-tOvPKC5u1F .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-tOvPKC5u1F .navbar-nav .nav-item a:hover {
  color: #b79b6c !important;
}
.cid-tOvPKC5u1F .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-tOvPKC5u1F .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-tOvPKC5u1F .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-tOvPKC5u1F .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #b79b6c !important;
}
.cid-tOvPKC5u1F .dropdown-menu,
.cid-tOvPKC5u1F .navbar.opened {
  background: #ffffff !important;
}
.cid-tOvPKC5u1F .nav-item:focus,
.cid-tOvPKC5u1F .nav-link:focus {
  outline: none;
}
.cid-tOvPKC5u1F .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tOvPKC5u1F .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tOvPKC5u1F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tOvPKC5u1F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tOvPKC5u1F .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOvPKC5u1F .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tOvPKC5u1F .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
}
.cid-tOvPKC5u1F .navbar.opened {
  transition: all 0.3s;
}
.cid-tOvPKC5u1F .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tOvPKC5u1F .navbar .navbar-logo img {
  width: auto;
}
.cid-tOvPKC5u1F .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOvPKC5u1F .navbar.collapsed {
  justify-content: center;
}
.cid-tOvPKC5u1F .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOvPKC5u1F .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tOvPKC5u1F .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-tOvPKC5u1F .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOvPKC5u1F .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tOvPKC5u1F .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-tOvPKC5u1F .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tOvPKC5u1F .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tOvPKC5u1F .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tOvPKC5u1F .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOvPKC5u1F .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOvPKC5u1F .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOvPKC5u1F .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tOvPKC5u1F .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-tOvPKC5u1F .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tOvPKC5u1F .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tOvPKC5u1F .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tOvPKC5u1F .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tOvPKC5u1F .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tOvPKC5u1F .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tOvPKC5u1F .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tOvPKC5u1F .navbar.navbar-short {
  min-height: 70px;
}
.cid-tOvPKC5u1F .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;
  width: 25%;
}
.cid-tOvPKC5u1F .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tOvPKC5u1F .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOvPKC5u1F .dropdown-item.active,
.cid-tOvPKC5u1F .dropdown-item:active {
  background-color: transparent;
}
.cid-tOvPKC5u1F .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tOvPKC5u1F .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOvPKC5u1F .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tOvPKC5u1F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tOvPKC5u1F .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tOvPKC5u1F .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tOvPKC5u1F ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tOvPKC5u1F .navbar-collapse {
  width: 75%;
}
.cid-tOvPKC5u1F .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-tOvPKC5u1F button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tOvPKC5u1F button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tOvPKC5u1F button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tOvPKC5u1F button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOvPKC5u1F button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOvPKC5u1F button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tOvPKC5u1F nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOvPKC5u1F nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tOvPKC5u1F nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tOvPKC5u1F nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOvPKC5u1F .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tOvPKC5u1F a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tOvPKC5u1F .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-tOvPKC5u1F .navbar {
    height: 70px;
  }
  .cid-tOvPKC5u1F .navbar.opened {
    height: auto;
  }
  .cid-tOvPKC5u1F .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tOvPKC5u1F .container-fluid {
  padding: 0 1rem !important;
}
@media (max-width: 991px) {
  .cid-tOvPKC5u1F .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-tOvPKC5u1F .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.cid-tOvPKJghUn {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-tOvPKJghUn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOvPKJghUn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOvPKJghUn .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tOvPKJghUn .mbr-section-title {
  color: #24262b;
}
.cid-tOvPKJghUn .mbr-section-subtitle {
  color: #24262b;
}
.cid-tOvPKJghUn .cards-row {
  row-gap: 32px;
  flex-direction: row-reverse;
}
.cid-tOvPKJghUn .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-tOvPKJghUn .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-tOvPKJghUn .card-title {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-tOvPKJghUn .card-subtitle {
  color: #24262b;
}
.cid-tOvPKJghUn .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-tOvPKJghUn .mbr-section-btn {
  margin-top: 20px;
}
.cid-tOvPKJghUn .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
.cid-tOvPKJghUn .item-img img {
  flex-grow: 1;
  height: 1px;
  width: 100%;
  object-fit: cover;
}
.cid-tOvPKJghUn details {
  font-family: "Didact Gothic", sa;
}
.cid-tOvPKR6RXc {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tOvPKR6RXc .border-item {
  width: 100%;
  height: 1px;
  background: #767676;
  margin-bottom: 2rem;
}
.cid-tOvPKR6RXc .iconfont-wrapper {
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  padding: 15px 20px;
  margin-right: 15px;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  cursor: pointer;
  transition: 0.5s;
}
.cid-tOvPKR6RXc .mbr-text {
  color: #33363b;
  text-align: center;
}
.cid-tOvPKR6RXc p {
  font-family: Didact Gothic;
  color: #33363b;
}
.cid-tOw9RH6wnL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-tOw9RH6wnL nav.navbar {
  position: fixed;
}
.cid-tOw9RH6wnL .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-tOw9RH6wnL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tOw9RH6wnL .dropdown-item:hover,
.cid-tOw9RH6wnL .dropdown-item:focus {
  color: #b79b6c !important;
}
.cid-tOw9RH6wnL .dropdown-item:hover span {
  color: white;
}
.cid-tOw9RH6wnL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tOw9RH6wnL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tOw9RH6wnL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tOw9RH6wnL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tOw9RH6wnL .nav-link {
  position: relative;
}
.cid-tOw9RH6wnL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tOw9RH6wnL .container {
    flex-wrap: nowrap;
  }
}
.cid-tOw9RH6wnL .navbar-caption:hover,
.cid-tOw9RH6wnL .navbar-caption:focus {
  color: #b79b6c !important;
}
.cid-tOw9RH6wnL .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tOw9RH6wnL .navbar-nav .nav-item {
  color: #24262b;
}
.cid-tOw9RH6wnL .navbar-nav .nav-item:hover {
  color: #b79b6c;
}
.cid-tOw9RH6wnL .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-tOw9RH6wnL .navbar-nav .nav-item a:hover {
  color: #b79b6c !important;
}
.cid-tOw9RH6wnL .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-tOw9RH6wnL .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-tOw9RH6wnL .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-tOw9RH6wnL .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #b79b6c !important;
}
.cid-tOw9RH6wnL .dropdown-menu,
.cid-tOw9RH6wnL .navbar.opened {
  background: #ffffff !important;
}
.cid-tOw9RH6wnL .nav-item:focus,
.cid-tOw9RH6wnL .nav-link:focus {
  outline: none;
}
.cid-tOw9RH6wnL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tOw9RH6wnL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tOw9RH6wnL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tOw9RH6wnL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tOw9RH6wnL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOw9RH6wnL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tOw9RH6wnL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
}
.cid-tOw9RH6wnL .navbar.opened {
  transition: all 0.3s;
}
.cid-tOw9RH6wnL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tOw9RH6wnL .navbar .navbar-logo img {
  width: auto;
}
.cid-tOw9RH6wnL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOw9RH6wnL .navbar.collapsed {
  justify-content: center;
}
.cid-tOw9RH6wnL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOw9RH6wnL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tOw9RH6wnL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-tOw9RH6wnL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOw9RH6wnL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tOw9RH6wnL .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-tOw9RH6wnL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tOw9RH6wnL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tOw9RH6wnL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tOw9RH6wnL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOw9RH6wnL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOw9RH6wnL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOw9RH6wnL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tOw9RH6wnL .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-tOw9RH6wnL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tOw9RH6wnL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tOw9RH6wnL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tOw9RH6wnL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tOw9RH6wnL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tOw9RH6wnL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tOw9RH6wnL .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tOw9RH6wnL .navbar.navbar-short {
  min-height: 70px;
}
.cid-tOw9RH6wnL .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;
  width: 25%;
}
.cid-tOw9RH6wnL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tOw9RH6wnL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOw9RH6wnL .dropdown-item.active,
.cid-tOw9RH6wnL .dropdown-item:active {
  background-color: transparent;
}
.cid-tOw9RH6wnL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tOw9RH6wnL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOw9RH6wnL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tOw9RH6wnL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tOw9RH6wnL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tOw9RH6wnL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tOw9RH6wnL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tOw9RH6wnL .navbar-collapse {
  width: 75%;
}
.cid-tOw9RH6wnL .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-tOw9RH6wnL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tOw9RH6wnL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tOw9RH6wnL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tOw9RH6wnL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOw9RH6wnL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOw9RH6wnL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tOw9RH6wnL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOw9RH6wnL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tOw9RH6wnL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tOw9RH6wnL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOw9RH6wnL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tOw9RH6wnL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tOw9RH6wnL .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-tOw9RH6wnL .navbar {
    height: 70px;
  }
  .cid-tOw9RH6wnL .navbar.opened {
    height: auto;
  }
  .cid-tOw9RH6wnL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tOw9RH6wnL .container-fluid {
  padding: 0 1rem !important;
}
@media (max-width: 991px) {
  .cid-tOw9RH6wnL .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-tOw9RH6wnL .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
#custom-html-68 {
  /* Type valid CSS here */
  /*
 Styling
*/
}
#custom-html-68 .total {
  margin: 40px;
}
#custom-html-68 h1 {
  padding-top: 40px;
  padding-bottom: 20px;
  color: #24262b;
  font-family: 'Didact Gothic', sans-serif;
  font-size: 1.25rem;
  text-align: center;
}
#custom-html-68 label {
  color: #24262b;
  font-family: 'Didact Gothic', sans-serif;
  font-size: 1.0rem;
}
#custom-html-68 .accordion > input[type="checkbox"] {
  position: absolute;
  left: -100vw;
}
#custom-html-68 .accordion .content {
  overflow-y: hidden;
  height: 0;
  transition: height 0.3s ease;
}
#custom-html-68 .accordion > input[type="checkbox"]:checked ~ .content {
  height: auto;
  overflow: visible;
}
#custom-html-68 .accordion label {
  display: block;
}
#custom-html-68 .content {
  color: #24262b;
  font-family: 'Didact Gothic', sans-serif;
  font-size: 1.0rem;
  word-break: break-word;
  word-wrap: break-word;
}
#custom-html-68 .accordion {
  margin-bottom: 1em;
}
#custom-html-68 .accordion > input[type="checkbox"]:checked ~ .content {
  padding: 15px;
  border: 1px solid #e8e8e8;
  border-top: 0;
}
#custom-html-68 .accordion .handle {
  margin: 0;
  font-size: 1.125em;
  line-height: 1.2em;
}
#custom-html-68 .accordion label {
  color: #333;
  cursor: pointer;
  font-weight: normal;
  padding: 15px;
  background: #e8e8e8;
}
#custom-html-68 .accordion label:hover,
#custom-html-68 .accordion label:focus {
  background: #d8d8d8;
}
#custom-html-68 .accordion .handle label:before {
  font-family: 'fontawesome';
  content: "\f054";
  display: inline-block;
  margin-right: 10px;
  font-size: .58em;
  line-height: 1.556em;
  vertical-align: middle;
}
#custom-html-68 .accordion > input[type="checkbox"]:checked ~ .handle label:before {
  content: "\f078";
}
.cid-tOw9RIbysC {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tOw9RIbysC .border-item {
  width: 100%;
  height: 1px;
  background: #767676;
  margin-bottom: 2rem;
}
.cid-tOw9RIbysC .iconfont-wrapper {
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  padding: 15px 20px;
  margin-right: 15px;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  cursor: pointer;
  transition: 0.5s;
}
.cid-tOw9RIbysC .mbr-text {
  color: #33363b;
  text-align: center;
}
.cid-tOw9RIbysC p {
  font-family: Didact Gothic;
  color: #33363b;
}
.cid-tDSunbbdYc {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-tDSunbbdYc nav.navbar {
  position: fixed;
}
.cid-tDSunbbdYc .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-tDSunbbdYc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tDSunbbdYc .dropdown-item:hover,
.cid-tDSunbbdYc .dropdown-item:focus {
  color: #b79b6c !important;
}
.cid-tDSunbbdYc .dropdown-item:hover span {
  color: white;
}
.cid-tDSunbbdYc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tDSunbbdYc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tDSunbbdYc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tDSunbbdYc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDSunbbdYc .nav-link {
  position: relative;
}
.cid-tDSunbbdYc .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tDSunbbdYc .container {
    flex-wrap: nowrap;
  }
}
.cid-tDSunbbdYc .navbar-caption:hover,
.cid-tDSunbbdYc .navbar-caption:focus {
  color: #b79b6c !important;
}
.cid-tDSunbbdYc .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tDSunbbdYc .navbar-nav .nav-item {
  color: #24262b;
}
.cid-tDSunbbdYc .navbar-nav .nav-item:hover {
  color: #b79b6c;
}
.cid-tDSunbbdYc .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-tDSunbbdYc .navbar-nav .nav-item a:hover {
  color: #b79b6c !important;
}
.cid-tDSunbbdYc .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-tDSunbbdYc .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-tDSunbbdYc .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-tDSunbbdYc .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #b79b6c !important;
}
.cid-tDSunbbdYc .dropdown-menu,
.cid-tDSunbbdYc .navbar.opened {
  background: #ffffff !important;
}
.cid-tDSunbbdYc .nav-item:focus,
.cid-tDSunbbdYc .nav-link:focus {
  outline: none;
}
.cid-tDSunbbdYc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDSunbbdYc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDSunbbdYc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDSunbbdYc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDSunbbdYc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDSunbbdYc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDSunbbdYc .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
}
.cid-tDSunbbdYc .navbar.opened {
  transition: all 0.3s;
}
.cid-tDSunbbdYc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tDSunbbdYc .navbar .navbar-logo img {
  width: auto;
}
.cid-tDSunbbdYc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tDSunbbdYc .navbar.collapsed {
  justify-content: center;
}
.cid-tDSunbbdYc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDSunbbdYc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDSunbbdYc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-tDSunbbdYc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDSunbbdYc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDSunbbdYc .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-tDSunbbdYc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDSunbbdYc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tDSunbbdYc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tDSunbbdYc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDSunbbdYc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDSunbbdYc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDSunbbdYc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDSunbbdYc .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-tDSunbbdYc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDSunbbdYc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tDSunbbdYc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tDSunbbdYc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDSunbbdYc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDSunbbdYc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tDSunbbdYc .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tDSunbbdYc .navbar.navbar-short {
  min-height: 70px;
}
.cid-tDSunbbdYc .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;
  width: 25%;
}
.cid-tDSunbbdYc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDSunbbdYc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDSunbbdYc .dropdown-item.active,
.cid-tDSunbbdYc .dropdown-item:active {
  background-color: transparent;
}
.cid-tDSunbbdYc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDSunbbdYc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDSunbbdYc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDSunbbdYc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tDSunbbdYc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDSunbbdYc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDSunbbdYc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tDSunbbdYc .navbar-collapse {
  width: 75%;
}
.cid-tDSunbbdYc .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-tDSunbbdYc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tDSunbbdYc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tDSunbbdYc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDSunbbdYc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDSunbbdYc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDSunbbdYc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDSunbbdYc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDSunbbdYc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDSunbbdYc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDSunbbdYc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDSunbbdYc .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tDSunbbdYc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tDSunbbdYc .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-tDSunbbdYc .navbar {
    height: 70px;
  }
  .cid-tDSunbbdYc .navbar.opened {
    height: auto;
  }
  .cid-tDSunbbdYc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDSunbbdYc .container-fluid {
  padding: 0 1rem !important;
}
@media (max-width: 991px) {
  .cid-tDSunbbdYc .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-tDSunbbdYc .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
#custom-html-5r {
  /* Type valid CSS here */
}
#custom-html-5r div {
  padding-top: 70px;
  padding-bottom: 40px;
  color: #ccc;
  text-align: center;
}
#custom-html-5r h1 {
  font-size: 1.3rem;
  color: #24262B;
  font-family: 'Didact Gothic';
}
.cid-tQhIkeuq9R {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tQhIkeuq9R .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQhIkeuq9R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQhIkeuq9R .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tQhIkeuq9R .mbr-section-title {
  color: #b79b6c;
  text-align: center;
}
.cid-tQhIkeuq9R .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
  text-align: center;
}
.cid-tQhIkeuq9R .cards-row {
  row-gap: 32px;
}
.cid-tQhIkeuq9R .card {
  border-radius: 0;
}
.cid-tQhIkeuq9R .card-wrapper {
  width: 100%;
  height: 100%;
  padding: 32px 32px 24px;
  background: #efefef;
}
@media (max-width: 991px) {
  .cid-tQhIkeuq9R .card-wrapper {
    padding: 32px 16px 24px;
  }
}
.cid-tQhIkeuq9R .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 82px;
  margin-right: auto;
  margin-bottom: 24px;
  border-radius: 50%;
  overflow: hidden;
}
.cid-tQhIkeuq9R .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tQhIkeuq9R .card-title {
  margin-bottom: 8px;
  color: #24262b;
}
.cid-tQhIkeuq9R .card-subtitle {
  color: #24262b;
}
.cid-tQhIkeuq9R .card-bottom-wrap {
  margin-top: 24px;
}
.cid-tQhIkeuq9R .card-name {
  color: #24262b;
}
.cid-tQhIkeuq9R .card-text {
  color: #24262b;
}
.cid-tQhL5co9CP {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tQhL5co9CP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQhL5co9CP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQhL5co9CP .col-title {
  margin-bottom: 32px;
}
.cid-tQhL5co9CP .mbr-section-title {
  color: #b79b6c;
  text-align: center;
}
.cid-tQhL5co9CP .mbr-section-subtitle {
  color: #24262b;
  text-align: center;
}
.cid-tQhL5co9CP .cards-row {
  row-gap: 32px;
}
.cid-tQhL5co9CP .card {
  border-radius: 0;
}
.cid-tQhL5co9CP .card-wrapper {
  display: flex;
  align-items: center;
}
.cid-tQhL5co9CP .mbr-iconfont {
  display: block;
  font-size: 56px;
  color: #33363b;
  margin-right: 2rem;
  flex-shrink: 0;
}
.cid-tQhL5co9CP .text-wrap {
  flex-grow: 1;
}
.cid-tQhL5co9CP .card-title {
  color: #b79b6c;
  text-align: left;
}
.cid-tQhL5co9CP .card-text {
  color: #24262b;
  text-align: right;
}
#custom-html-6c {
  /* Type valid CSS here */
}
#custom-html-6c div {
  padding: 20px 0;
  color: #ccc;
  text-align: center;
  background-color: #efefef;
}
#custom-html-6c h3 {
  font-size: 1.25rem;
  color: #b79b6c;
  font-family: 'Didact Gothic';
}
.cid-tQLignWNkQ {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-tQLignWNkQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQLignWNkQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQLignWNkQ .cards-row {
  row-gap: 32px;
}
.cid-tQLignWNkQ .card {
  border-radius: 0;
}
.cid-tQLignWNkQ .card-wrapper {
  width: 100%;
}
.cid-tQLignWNkQ .card-title {
  margin-bottom: 8px;
  color: #24262b;
  text-align: center;
}
.cid-tQLignWNkQ .card-subtitle {
  max-width: 550px;
  color: #24262b;
}
.cid-tQLignWNkQ .card-bottom-wrap {
  margin-top: 24px;
}
.cid-tQLignWNkQ .card-name {
  color: #24262b;
}
.cid-tQLignWNkQ .card-text {
  color: #24262b;
}
.cid-u51LjkKcY3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u51LjkKcY3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u51LjkKcY3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u51LjkKcY3 .cards-row {
  row-gap: 32px;
}
.cid-u51LjkKcY3 .card {
  border-radius: 0;
}
.cid-u51LjkKcY3 .card-wrapper {
  width: 100%;
}
.cid-u51LjkKcY3 .card-title {
  margin-bottom: 8px;
  color: #b79b6c;
  text-align: center;
}
.cid-u51LjkKcY3 .card-subtitle {
  max-width: 550px;
  color: #24262b;
  text-align: center;
}
.cid-u51LjkKcY3 .card-bottom-wrap {
  margin-top: 24px;
}
.cid-u51LjkKcY3 .card-name {
  color: #24262b;
}
.cid-u51LjkKcY3 .card-text {
  color: #24262b;
}
.cid-uoQ9IGtkJ7 {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/banc-meditation-upcycling-presentation-1200-1678x1406.webp");
}
.cid-uoQ9IGtkJ7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uoQ9IGtkJ7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uoQ9IGtkJ7 .content-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  max-width: 1000px;
  width: 100%;
  min-height: 500px;
  padding: 3rem 1rem;
  background: rgba(255, 255, 255, 0.7);
}
.cid-uoQ9IGtkJ7 .mbr-section-title {
  color: #b79b6c;
}
.cid-uoQ9IGtkJ7 .mbr-section-subtitle {
  margin-top: 32px;
  color: #33363b;
}
.cid-uoQ9IGtkJ7 iframe,
.cid-uoQ9IGtkJ7 img,
.cid-uoQ9IGtkJ7 video {
  width: 100%;
}
.cid-uoQ9IGtkJ7 .mbr-media {
  display: flex;
  justify-content: center;
  position: relative;
  margin: 48px auto 0;
  width: fit-content;
  max-width: 100%;
}
.cid-uoQ9IGtkJ7 .mbr-media span {
  font-size: 1.5rem;
  color: #33363b;
  transition: all 0.2s;
}
.cid-uoQ9IGtkJ7 .icon-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  min-height: 60px;
  padding: 1rem;
  border-radius: 50%;
  cursor: pointer;
  background-color: #ffffff;
  z-index: 2;
}
.cid-uoQ9IGtkJ7 .icon-wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.6;
  border-radius: 50%;
  transition: 0.3s all;
}
.cid-uoQ9IGtkJ7 .icon-wrap:hover:before {
  width: calc(100% + 20px);
  height: calc(100% + 20px);
}
.cid-uoQ9IGtkJ7 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uoQ9IGtkJ7 .modalWindow {
    width: 100vw;
    height: 100vh;
  }
}
.cid-uoQ9IGtkJ7 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uoQ9IGtkJ7 .modalWindow .modalWindow-video {
  height: 45vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-uoQ9IGtkJ7 .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-uoQ9IGtkJ7 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tDSvrYu5b4 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tDSvrYu5b4 .border-item {
  width: 100%;
  height: 1px;
  background: #767676;
  margin-bottom: 2rem;
}
.cid-tDSvrYu5b4 .iconfont-wrapper {
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  padding: 15px 20px;
  margin-right: 15px;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  cursor: pointer;
  transition: 0.5s;
}
.cid-tDSvrYu5b4 .mbr-text {
  color: #33363b;
  text-align: center;
}
.cid-tDSvrYu5b4 p {
  font-family: Didact Gothic;
  color: #33363b;
}
.cid-tOvcOMlXDT {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-tOvcOMlXDT nav.navbar {
  position: fixed;
}
.cid-tOvcOMlXDT .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-tOvcOMlXDT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tOvcOMlXDT .dropdown-item:hover,
.cid-tOvcOMlXDT .dropdown-item:focus {
  color: #b79b6c !important;
}
.cid-tOvcOMlXDT .dropdown-item:hover span {
  color: white;
}
.cid-tOvcOMlXDT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tOvcOMlXDT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tOvcOMlXDT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tOvcOMlXDT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tOvcOMlXDT .nav-link {
  position: relative;
}
.cid-tOvcOMlXDT .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tOvcOMlXDT .container {
    flex-wrap: nowrap;
  }
}
.cid-tOvcOMlXDT .navbar-caption:hover,
.cid-tOvcOMlXDT .navbar-caption:focus {
  color: #b79b6c !important;
}
.cid-tOvcOMlXDT .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tOvcOMlXDT .navbar-nav .nav-item {
  color: #24262b;
}
.cid-tOvcOMlXDT .navbar-nav .nav-item:hover {
  color: #b79b6c;
}
.cid-tOvcOMlXDT .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-tOvcOMlXDT .navbar-nav .nav-item a:hover {
  color: #b79b6c !important;
}
.cid-tOvcOMlXDT .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-tOvcOMlXDT .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-tOvcOMlXDT .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-tOvcOMlXDT .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #b79b6c !important;
}
.cid-tOvcOMlXDT .dropdown-menu,
.cid-tOvcOMlXDT .navbar.opened {
  background: #ffffff !important;
}
.cid-tOvcOMlXDT .nav-item:focus,
.cid-tOvcOMlXDT .nav-link:focus {
  outline: none;
}
.cid-tOvcOMlXDT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tOvcOMlXDT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tOvcOMlXDT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tOvcOMlXDT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tOvcOMlXDT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOvcOMlXDT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tOvcOMlXDT .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
}
.cid-tOvcOMlXDT .navbar.opened {
  transition: all 0.3s;
}
.cid-tOvcOMlXDT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tOvcOMlXDT .navbar .navbar-logo img {
  width: auto;
}
.cid-tOvcOMlXDT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOvcOMlXDT .navbar.collapsed {
  justify-content: center;
}
.cid-tOvcOMlXDT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOvcOMlXDT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tOvcOMlXDT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-tOvcOMlXDT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOvcOMlXDT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tOvcOMlXDT .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-tOvcOMlXDT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tOvcOMlXDT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tOvcOMlXDT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tOvcOMlXDT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOvcOMlXDT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOvcOMlXDT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOvcOMlXDT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tOvcOMlXDT .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-tOvcOMlXDT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tOvcOMlXDT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tOvcOMlXDT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tOvcOMlXDT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tOvcOMlXDT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tOvcOMlXDT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tOvcOMlXDT .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tOvcOMlXDT .navbar.navbar-short {
  min-height: 70px;
}
.cid-tOvcOMlXDT .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;
  width: 25%;
}
.cid-tOvcOMlXDT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tOvcOMlXDT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOvcOMlXDT .dropdown-item.active,
.cid-tOvcOMlXDT .dropdown-item:active {
  background-color: transparent;
}
.cid-tOvcOMlXDT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tOvcOMlXDT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOvcOMlXDT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tOvcOMlXDT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tOvcOMlXDT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tOvcOMlXDT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tOvcOMlXDT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tOvcOMlXDT .navbar-collapse {
  width: 75%;
}
.cid-tOvcOMlXDT .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-tOvcOMlXDT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tOvcOMlXDT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tOvcOMlXDT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tOvcOMlXDT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOvcOMlXDT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOvcOMlXDT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tOvcOMlXDT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOvcOMlXDT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tOvcOMlXDT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tOvcOMlXDT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOvcOMlXDT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tOvcOMlXDT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tOvcOMlXDT .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-tOvcOMlXDT .navbar {
    height: 70px;
  }
  .cid-tOvcOMlXDT .navbar.opened {
    height: auto;
  }
  .cid-tOvcOMlXDT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tOvcOMlXDT .container-fluid {
  padding: 0 1rem !important;
}
@media (max-width: 991px) {
  .cid-tOvcOMlXDT .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-tOvcOMlXDT .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.cid-tQF87NfLEK {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-tQF87NfLEK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQF87NfLEK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQF87NfLEK .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tQF87NfLEK .mbr-section-title {
  color: #24262b;
}
.cid-tQF87NfLEK .mbr-section-subtitle {
  color: #24262b;
}
.cid-tQF87NfLEK .cards-row {
  row-gap: 32px;
  flex-direction: row-reverse;
}
.cid-tQF87NfLEK .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-tQF87NfLEK .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-tQF87NfLEK .card-title {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-tQF87NfLEK .card-subtitle {
  color: #24262b;
}
.cid-tQF87NfLEK .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-tQF87NfLEK .mbr-section-btn {
  margin-top: 20px;
}
.cid-tQF87NfLEK .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
.cid-tQF87NfLEK .item-img img {
  flex-grow: 1;
  height: 1px;
  width: 100%;
  object-fit: cover;
}
.cid-tQF87NfLEK details {
  font-family: "Didact Gothic", sa;
}
.cid-tOvcPg6n7O {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tOvcPg6n7O .border-item {
  width: 100%;
  height: 1px;
  background: #767676;
  margin-bottom: 2rem;
}
.cid-tOvcPg6n7O .iconfont-wrapper {
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  padding: 15px 20px;
  margin-right: 15px;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  cursor: pointer;
  transition: 0.5s;
}
.cid-tOvcPg6n7O .mbr-text {
  color: #33363b;
  text-align: center;
}
.cid-tOvcPg6n7O p {
  font-family: Didact Gothic;
  color: #33363b;
}
.cid-tOvbPFrO8r {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-tOvbPFrO8r nav.navbar {
  position: fixed;
}
.cid-tOvbPFrO8r .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-tOvbPFrO8r .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tOvbPFrO8r .dropdown-item:hover,
.cid-tOvbPFrO8r .dropdown-item:focus {
  color: #b79b6c !important;
}
.cid-tOvbPFrO8r .dropdown-item:hover span {
  color: white;
}
.cid-tOvbPFrO8r .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tOvbPFrO8r .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tOvbPFrO8r .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tOvbPFrO8r .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tOvbPFrO8r .nav-link {
  position: relative;
}
.cid-tOvbPFrO8r .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tOvbPFrO8r .container {
    flex-wrap: nowrap;
  }
}
.cid-tOvbPFrO8r .navbar-caption:hover,
.cid-tOvbPFrO8r .navbar-caption:focus {
  color: #b79b6c !important;
}
.cid-tOvbPFrO8r .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tOvbPFrO8r .navbar-nav .nav-item {
  color: #24262b;
}
.cid-tOvbPFrO8r .navbar-nav .nav-item:hover {
  color: #b79b6c;
}
.cid-tOvbPFrO8r .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-tOvbPFrO8r .navbar-nav .nav-item a:hover {
  color: #b79b6c !important;
}
.cid-tOvbPFrO8r .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-tOvbPFrO8r .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-tOvbPFrO8r .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-tOvbPFrO8r .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #b79b6c !important;
}
.cid-tOvbPFrO8r .dropdown-menu,
.cid-tOvbPFrO8r .navbar.opened {
  background: #ffffff !important;
}
.cid-tOvbPFrO8r .nav-item:focus,
.cid-tOvbPFrO8r .nav-link:focus {
  outline: none;
}
.cid-tOvbPFrO8r .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tOvbPFrO8r .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tOvbPFrO8r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tOvbPFrO8r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tOvbPFrO8r .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOvbPFrO8r .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tOvbPFrO8r .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
}
.cid-tOvbPFrO8r .navbar.opened {
  transition: all 0.3s;
}
.cid-tOvbPFrO8r .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tOvbPFrO8r .navbar .navbar-logo img {
  width: auto;
}
.cid-tOvbPFrO8r .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOvbPFrO8r .navbar.collapsed {
  justify-content: center;
}
.cid-tOvbPFrO8r .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOvbPFrO8r .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tOvbPFrO8r .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-tOvbPFrO8r .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOvbPFrO8r .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tOvbPFrO8r .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-tOvbPFrO8r .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tOvbPFrO8r .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tOvbPFrO8r .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tOvbPFrO8r .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOvbPFrO8r .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOvbPFrO8r .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOvbPFrO8r .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tOvbPFrO8r .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-tOvbPFrO8r .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tOvbPFrO8r .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tOvbPFrO8r .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tOvbPFrO8r .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tOvbPFrO8r .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tOvbPFrO8r .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tOvbPFrO8r .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tOvbPFrO8r .navbar.navbar-short {
  min-height: 70px;
}
.cid-tOvbPFrO8r .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;
  width: 25%;
}
.cid-tOvbPFrO8r .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tOvbPFrO8r .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOvbPFrO8r .dropdown-item.active,
.cid-tOvbPFrO8r .dropdown-item:active {
  background-color: transparent;
}
.cid-tOvbPFrO8r .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tOvbPFrO8r .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOvbPFrO8r .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tOvbPFrO8r .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tOvbPFrO8r .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tOvbPFrO8r .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tOvbPFrO8r ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tOvbPFrO8r .navbar-collapse {
  width: 75%;
}
.cid-tOvbPFrO8r .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-tOvbPFrO8r button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tOvbPFrO8r button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tOvbPFrO8r button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tOvbPFrO8r button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOvbPFrO8r button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOvbPFrO8r button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tOvbPFrO8r nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOvbPFrO8r nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tOvbPFrO8r nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tOvbPFrO8r nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOvbPFrO8r .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tOvbPFrO8r a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tOvbPFrO8r .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-tOvbPFrO8r .navbar {
    height: 70px;
  }
  .cid-tOvbPFrO8r .navbar.opened {
    height: auto;
  }
  .cid-tOvbPFrO8r .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tOvbPFrO8r .container-fluid {
  padding: 0 1rem !important;
}
@media (max-width: 991px) {
  .cid-tOvbPFrO8r .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-tOvbPFrO8r .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.cid-tQk6HJE78H {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-tQk6HJE78H .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQk6HJE78H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQk6HJE78H .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tQk6HJE78H .mbr-section-title {
  color: #24262b;
}
.cid-tQk6HJE78H .mbr-section-subtitle {
  color: #24262b;
}
.cid-tQk6HJE78H .cards-row {
  row-gap: 32px;
  flex-direction: row-reverse;
}
.cid-tQk6HJE78H .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-tQk6HJE78H .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-tQk6HJE78H .card-title {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-tQk6HJE78H .card-subtitle {
  color: #24262b;
}
.cid-tQk6HJE78H .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-tQk6HJE78H .mbr-section-btn {
  margin-top: 20px;
}
.cid-tQk6HJE78H .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
.cid-tQk6HJE78H .item-img img {
  flex-grow: 1;
  height: 1px;
  width: 100%;
  object-fit: cover;
}
.cid-tQk6HJE78H details {
  font-family: "Didact Gothic", sa;
}
.cid-tQFxN2fgyd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tQFxN2fgyd .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tQFxN2fgyd .mbr-section-title {
  color: #24262b;
}
.cid-tQFxN2fgyd .mbr-section-subtitle {
  color: #24262b;
}
.cid-tQFxN2fgyd .items-row {
  row-gap: 32px;
}
.cid-tQFxN2fgyd .item {
  cursor: pointer;
}
.cid-tQFxN2fgyd .item:focus,
.cid-tQFxN2fgyd span:focus {
  outline: none;
}
.cid-tQFxN2fgyd .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
}
.cid-tQFxN2fgyd .item-img {
  flex-shrink: 0;
  width: 100%;
}
.cid-tQFxN2fgyd img {
  width: 100%;
  aspect-ratio: calc(305 / (67 * 4));
  object-fit: cover;
}
.cid-tQFxN2fgyd .item-content {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem 2rem;
  background: #efefef;
}
.cid-tQFxN2fgyd .item-title {
  color: #24262b;
}
.cid-tQFxN2fgyd .mbr-text {
  margin-top: 10px;
  color: #24262b;
}
.cid-tQFxN2fgyd .mbr-section-btn {
  margin-top: 12px !important;
}
.cid-tOvbPWpSIc {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tOvbPWpSIc .border-item {
  width: 100%;
  height: 1px;
  background: #767676;
  margin-bottom: 2rem;
}
.cid-tOvbPWpSIc .iconfont-wrapper {
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  padding: 15px 20px;
  margin-right: 15px;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  cursor: pointer;
  transition: 0.5s;
}
.cid-tOvbPWpSIc .mbr-text {
  color: #33363b;
  text-align: center;
}
.cid-tOvbPWpSIc p {
  font-family: Didact Gothic;
  color: #33363b;
}
.cid-urWyznSN6R {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-urWyznSN6R nav.navbar {
  position: fixed;
}
.cid-urWyznSN6R .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-urWyznSN6R .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-urWyznSN6R .dropdown-item:hover,
.cid-urWyznSN6R .dropdown-item:focus {
  color: #b79b6c !important;
}
.cid-urWyznSN6R .dropdown-item:hover span {
  color: white;
}
.cid-urWyznSN6R .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-urWyznSN6R .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-urWyznSN6R .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-urWyznSN6R .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-urWyznSN6R .nav-link {
  position: relative;
}
.cid-urWyznSN6R .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-urWyznSN6R .container {
    flex-wrap: nowrap;
  }
}
.cid-urWyznSN6R .navbar-caption:hover,
.cid-urWyznSN6R .navbar-caption:focus {
  color: #b79b6c !important;
}
.cid-urWyznSN6R .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.cid-urWyznSN6R .navbar-nav .nav-item {
  color: #24262b;
}
.cid-urWyznSN6R .navbar-nav .nav-item:hover {
  color: #b79b6c;
}
.cid-urWyznSN6R .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-urWyznSN6R .navbar-nav .nav-item a:hover {
  color: #b79b6c !important;
}
.cid-urWyznSN6R .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-urWyznSN6R .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-urWyznSN6R .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-urWyznSN6R .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #b79b6c !important;
}
.cid-urWyznSN6R .dropdown-menu,
.cid-urWyznSN6R .navbar.opened {
  background: #ffffff !important;
}
.cid-urWyznSN6R .nav-item:focus,
.cid-urWyznSN6R .nav-link:focus {
  outline: none;
}
.cid-urWyznSN6R .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-urWyznSN6R .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-urWyznSN6R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-urWyznSN6R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-urWyznSN6R .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-urWyznSN6R .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-urWyznSN6R .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
}
.cid-urWyznSN6R .navbar.opened {
  transition: all 0.3s;
}
.cid-urWyznSN6R .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-urWyznSN6R .navbar .navbar-logo img {
  width: auto;
}
.cid-urWyznSN6R .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-urWyznSN6R .navbar.collapsed {
  justify-content: center;
}
.cid-urWyznSN6R .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-urWyznSN6R .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-urWyznSN6R .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-urWyznSN6R .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-urWyznSN6R .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-urWyznSN6R .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-urWyznSN6R .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-urWyznSN6R .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-urWyznSN6R .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-urWyznSN6R .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-urWyznSN6R .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-urWyznSN6R .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-urWyznSN6R .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-urWyznSN6R .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-urWyznSN6R .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-urWyznSN6R .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-urWyznSN6R .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-urWyznSN6R .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-urWyznSN6R .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-urWyznSN6R .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-urWyznSN6R .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-urWyznSN6R .navbar.navbar-short {
  min-height: 70px;
}
.cid-urWyznSN6R .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;
  width: 25%;
}
.cid-urWyznSN6R .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-urWyznSN6R .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-urWyznSN6R .dropdown-item.active,
.cid-urWyznSN6R .dropdown-item:active {
  background-color: transparent;
}
.cid-urWyznSN6R .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-urWyznSN6R .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-urWyznSN6R .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-urWyznSN6R .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-urWyznSN6R .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-urWyznSN6R .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-urWyznSN6R ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-urWyznSN6R .navbar-collapse {
  width: 75%;
}
.cid-urWyznSN6R .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-urWyznSN6R button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-urWyznSN6R button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-urWyznSN6R button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-urWyznSN6R button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urWyznSN6R button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-urWyznSN6R button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-urWyznSN6R nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urWyznSN6R nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-urWyznSN6R nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-urWyznSN6R nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-urWyznSN6R .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-urWyznSN6R a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-urWyznSN6R .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-urWyznSN6R .navbar {
    height: 70px;
  }
  .cid-urWyznSN6R .navbar.opened {
    height: auto;
  }
  .cid-urWyznSN6R .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-urWyznSN6R .container-fluid {
  padding: 0 1rem !important;
}
@media (max-width: 991px) {
  .cid-urWyznSN6R .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-urWyznSN6R .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.cid-urWyzpexFf {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-urWyzpexFf .mbr-fallback-image.disabled {
  display: none;
}
.cid-urWyzpexFf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-urWyzpexFf .mbr-section-head {
  margin-bottom: 32px;
}
.cid-urWyzpexFf .mbr-section-title {
  color: #24262b;
}
.cid-urWyzpexFf .mbr-section-subtitle {
  color: #24262b;
}
.cid-urWyzpexFf .cards-row {
  row-gap: 32px;
  flex-direction: row-reverse;
}
.cid-urWyzpexFf .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-urWyzpexFf .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-urWyzpexFf .card-title {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-urWyzpexFf .card-subtitle {
  color: #24262b;
}
.cid-urWyzpexFf .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-urWyzpexFf .mbr-section-btn {
  margin-top: 20px;
}
.cid-urWyzpexFf .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
.cid-urWyzpexFf .item-img img {
  flex-grow: 1;
  height: 1px;
  width: 100%;
  object-fit: cover;
}
.cid-urWyzpexFf details {
  font-family: "Didact Gothic", sans-serif;
}
.cid-urWyzpexFf P {
  text-align: justify;
  font-family: "Didact Gothic", sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.cid-urWyzpexFf li {
  font-family: "Didact Gothic", sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.cid-v0seTAJDQO {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v0seTAJDQO .row .slide-overlay {
  z-index: 1 !important;
}
@media (min-width: 992px) {
  .cid-v0seTAJDQO .carousel {
    min-height: 800px;
  }
  .cid-v0seTAJDQO .carousel img {
    max-height: 800px;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v0seTAJDQO .carousel {
    min-height: 464px;
  }
  .cid-v0seTAJDQO .carousel img {
    max-height: 464px;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .cid-v0seTAJDQO .carousel {
    min-height: 360px;
  }
  .cid-v0seTAJDQO .carousel img {
    max-height: 360px;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .cid-v0seTAJDQO .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-v0seTAJDQO .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-v0seTAJDQO .carousel,
.cid-v0seTAJDQO .carousel-inner {
  display: flex;
  align-items: stretch;
}
.cid-v0seTAJDQO .item-wrapper {
  width: 100%;
  overflow: hidden;
}
.cid-v0seTAJDQO .carousel-caption {
  z-index: 2 !important;
  left: 1rem;
  bottom: 1rem;
  width: fit-content;
  max-width: calc(68%);
  background: #33363b;
  padding: 8px;
}
.cid-v0seTAJDQO .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0 !important;
  text-align: left;
}
.cid-v0seTAJDQO .mbr-section-text {
  margin-bottom: 0 !important;
  margin-top: 8px !important;
  color: #FFFFFF;
  text-align: left;
}
.cid-v0seTAJDQO .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-v0seTAJDQO .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 1;
}
.cid-v0seTAJDQO .carousel-control .mobi-mbri {
  color: #24262b;
  transition: all 0.3s;
}
.cid-v0seTAJDQO .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2rem;
}
@media (max-width: 767px) {
  .cid-v0seTAJDQO .carousel-control.carousel-control-prev {
    margin-left: 1rem;
  }
}
.cid-v0seTAJDQO .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2rem;
}
@media (max-width: 767px) {
  .cid-v0seTAJDQO .carousel-control.carousel-control-next {
    margin-right: 1rem;
  }
}
.cid-v0seTAJDQO .carousel-control:hover,
.cid-v0seTAJDQO .carousel-control:focus {
  border-color: #24262b;
  opacity: 1;
}
.cid-v0seTAJDQO .carousel-control-prev:hover .mobi-mbri,
.cid-v0seTAJDQO .carousel-control-prev:focus .mobi-mbri {
  transform: translateX(-7px);
}
.cid-v0seTAJDQO .carousel-control-next:hover .mobi-mbri,
.cid-v0seTAJDQO .carousel-control-next:focus .mobi-mbri {
  transform: translateX(7px);
}
.cid-v0seTAJDQO .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v0seTAJDQO .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v0seTAJDQO .carousel-indicators {
  display: none !important;
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-v0seTAJDQO .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-v0seTAJDQO .carousel-indicators li.active,
.cid-v0seTAJDQO .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v0seTAJDQO .carousel-indicators li::after,
.cid-v0seTAJDQO .carousel-indicators li::before {
  content: none;
}
.cid-v0seTAJDQO .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v0seTAJDQO .carousel-indicators {
    display: none !important;
  }
}
.cid-urWyzrarWW {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-urWyzrarWW .border-item {
  width: 100%;
  height: 1px;
  background: #767676;
  margin-bottom: 2rem;
}
.cid-urWyzrarWW .iconfont-wrapper {
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  padding: 15px 20px;
  margin-right: 15px;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  cursor: pointer;
  transition: 0.5s;
}
.cid-urWyzrarWW .mbr-text {
  color: #33363b;
  text-align: center;
}
.cid-urWyzrarWW p {
  font-family: Didact Gothic;
  color: #33363b;
}
.cid-us8MGrCxNE {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-us8MGrCxNE nav.navbar {
  position: fixed;
}
.cid-us8MGrCxNE .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-us8MGrCxNE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-us8MGrCxNE .dropdown-item:hover,
.cid-us8MGrCxNE .dropdown-item:focus {
  color: #b79b6c !important;
}
.cid-us8MGrCxNE .dropdown-item:hover span {
  color: white;
}
.cid-us8MGrCxNE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-us8MGrCxNE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-us8MGrCxNE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-us8MGrCxNE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-us8MGrCxNE .nav-link {
  position: relative;
}
.cid-us8MGrCxNE .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-us8MGrCxNE .container {
    flex-wrap: nowrap;
  }
}
.cid-us8MGrCxNE .navbar-caption:hover,
.cid-us8MGrCxNE .navbar-caption:focus {
  color: #b79b6c !important;
}
.cid-us8MGrCxNE .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.cid-us8MGrCxNE .navbar-nav .nav-item {
  color: #24262b;
}
.cid-us8MGrCxNE .navbar-nav .nav-item:hover {
  color: #b79b6c;
}
.cid-us8MGrCxNE .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-us8MGrCxNE .navbar-nav .nav-item a:hover {
  color: #b79b6c !important;
}
.cid-us8MGrCxNE .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-us8MGrCxNE .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-us8MGrCxNE .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-us8MGrCxNE .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #b79b6c !important;
}
.cid-us8MGrCxNE .dropdown-menu,
.cid-us8MGrCxNE .navbar.opened {
  background: #ffffff !important;
}
.cid-us8MGrCxNE .nav-item:focus,
.cid-us8MGrCxNE .nav-link:focus {
  outline: none;
}
.cid-us8MGrCxNE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-us8MGrCxNE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-us8MGrCxNE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-us8MGrCxNE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-us8MGrCxNE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-us8MGrCxNE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-us8MGrCxNE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
}
.cid-us8MGrCxNE .navbar.opened {
  transition: all 0.3s;
}
.cid-us8MGrCxNE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-us8MGrCxNE .navbar .navbar-logo img {
  width: auto;
}
.cid-us8MGrCxNE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-us8MGrCxNE .navbar.collapsed {
  justify-content: center;
}
.cid-us8MGrCxNE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-us8MGrCxNE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-us8MGrCxNE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-us8MGrCxNE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-us8MGrCxNE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-us8MGrCxNE .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-us8MGrCxNE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-us8MGrCxNE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-us8MGrCxNE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-us8MGrCxNE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-us8MGrCxNE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-us8MGrCxNE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-us8MGrCxNE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-us8MGrCxNE .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-us8MGrCxNE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-us8MGrCxNE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-us8MGrCxNE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-us8MGrCxNE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-us8MGrCxNE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-us8MGrCxNE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-us8MGrCxNE .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-us8MGrCxNE .navbar.navbar-short {
  min-height: 70px;
}
.cid-us8MGrCxNE .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;
  width: 25%;
}
.cid-us8MGrCxNE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-us8MGrCxNE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-us8MGrCxNE .dropdown-item.active,
.cid-us8MGrCxNE .dropdown-item:active {
  background-color: transparent;
}
.cid-us8MGrCxNE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-us8MGrCxNE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-us8MGrCxNE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-us8MGrCxNE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-us8MGrCxNE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-us8MGrCxNE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-us8MGrCxNE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-us8MGrCxNE .navbar-collapse {
  width: 75%;
}
.cid-us8MGrCxNE .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-us8MGrCxNE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-us8MGrCxNE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-us8MGrCxNE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-us8MGrCxNE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-us8MGrCxNE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-us8MGrCxNE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-us8MGrCxNE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-us8MGrCxNE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-us8MGrCxNE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-us8MGrCxNE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-us8MGrCxNE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-us8MGrCxNE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-us8MGrCxNE .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-us8MGrCxNE .navbar {
    height: 70px;
  }
  .cid-us8MGrCxNE .navbar.opened {
    height: auto;
  }
  .cid-us8MGrCxNE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-us8MGrCxNE .container-fluid {
  padding: 0 1rem !important;
}
@media (max-width: 991px) {
  .cid-us8MGrCxNE .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-us8MGrCxNE .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
#custom-html-6y {
  /* Type valid CSS here */
}
#custom-html-6y div a .myah1 {
  color: #24262b;
}
#custom-html-6y a {
  font-family: 'Didact Gothic', sans-serif;
  font-size: 1.25rem;
  text-align: center;
}
#custom-html-6y div {
  padding: 10px 0;
  color: #777;
  text-align: center;
}
#custom-html-6y div .top {
  padding-top: 80px;
  padding-bottom: 0px;
}
#custom-html-6y h1 {
  font-size: 1.3rem;
  color: #24262B;
  font-family: 'Didact Gothic';
}
.cid-us8MGskgbP {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-us8MGskgbP .border-item {
  width: 100%;
  height: 1px;
  background: #767676;
  margin-bottom: 2rem;
}
.cid-us8MGskgbP .iconfont-wrapper {
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  padding: 15px 20px;
  margin-right: 15px;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  cursor: pointer;
  transition: 0.5s;
}
.cid-us8MGskgbP .mbr-text {
  color: #33363b;
  text-align: center;
}
.cid-us8MGskgbP p {
  font-family: Didact Gothic;
  color: #33363b;
}
.cid-v0sajRUT6P {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 70px;
}
.cid-v0sajRUT6P nav.navbar {
  position: fixed;
}
.cid-v0sajRUT6P .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-v0sajRUT6P .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v0sajRUT6P .dropdown-item:hover,
.cid-v0sajRUT6P .dropdown-item:focus {
  color: #b79b6c !important;
}
.cid-v0sajRUT6P .dropdown-item:hover span {
  color: white;
}
.cid-v0sajRUT6P .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v0sajRUT6P .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v0sajRUT6P .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v0sajRUT6P .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v0sajRUT6P .nav-link {
  position: relative;
}
.cid-v0sajRUT6P .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v0sajRUT6P .container {
    flex-wrap: nowrap;
  }
}
.cid-v0sajRUT6P .navbar-caption:hover,
.cid-v0sajRUT6P .navbar-caption:focus {
  color: #b79b6c !important;
}
.cid-v0sajRUT6P .navbar-nav {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.cid-v0sajRUT6P .navbar-nav .nav-item {
  color: #24262b;
}
.cid-v0sajRUT6P .navbar-nav .nav-item:hover {
  color: #b79b6c;
}
.cid-v0sajRUT6P .navbar-nav .nav-item a.text-black {
  color: #24262b !important;
}
.cid-v0sajRUT6P .navbar-nav .nav-item a:hover {
  color: #b79b6c !important;
}
.cid-v0sajRUT6P .navbar-nav .nav-item .dropdown-menu {
  padding: 1.25rem 0 !important;
}
.cid-v0sajRUT6P .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem !important;
}
.cid-v0sajRUT6P .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover,
.cid-v0sajRUT6P .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  color: #b79b6c !important;
}
.cid-v0sajRUT6P .dropdown-menu,
.cid-v0sajRUT6P .navbar.opened {
  background: #ffffff !important;
}
.cid-v0sajRUT6P .nav-item:focus,
.cid-v0sajRUT6P .nav-link:focus {
  outline: none;
}
.cid-v0sajRUT6P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0sajRUT6P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0sajRUT6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0sajRUT6P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0sajRUT6P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0sajRUT6P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0sajRUT6P .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
}
.cid-v0sajRUT6P .navbar.opened {
  transition: all 0.3s;
}
.cid-v0sajRUT6P .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0sajRUT6P .navbar .navbar-logo img {
  width: auto;
}
.cid-v0sajRUT6P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v0sajRUT6P .navbar.collapsed {
  justify-content: center;
}
.cid-v0sajRUT6P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0sajRUT6P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0sajRUT6P .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2rem);
  }
}
.cid-v0sajRUT6P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0sajRUT6P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0sajRUT6P .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-v0sajRUT6P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0sajRUT6P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0sajRUT6P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v0sajRUT6P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0sajRUT6P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0sajRUT6P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0sajRUT6P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0sajRUT6P .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-v0sajRUT6P .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v0sajRUT6P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0sajRUT6P .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0sajRUT6P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v0sajRUT6P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0sajRUT6P .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v0sajRUT6P .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v0sajRUT6P .navbar.navbar-short {
  min-height: 70px;
}
.cid-v0sajRUT6P .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;
  width: 25%;
}
.cid-v0sajRUT6P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0sajRUT6P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0sajRUT6P .dropdown-item.active,
.cid-v0sajRUT6P .dropdown-item:active {
  background-color: transparent;
}
.cid-v0sajRUT6P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0sajRUT6P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0sajRUT6P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0sajRUT6P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v0sajRUT6P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v0sajRUT6P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0sajRUT6P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0sajRUT6P .navbar-collapse {
  width: 75%;
}
.cid-v0sajRUT6P .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  justify-content: flex-end;
  width: calc(100%/3);
}
.cid-v0sajRUT6P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0sajRUT6P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v0sajRUT6P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0sajRUT6P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0sajRUT6P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0sajRUT6P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0sajRUT6P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0sajRUT6P nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0sajRUT6P nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0sajRUT6P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0sajRUT6P .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v0sajRUT6P a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0sajRUT6P .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-v0sajRUT6P .navbar {
    height: 70px;
  }
  .cid-v0sajRUT6P .navbar.opened {
    height: auto;
  }
  .cid-v0sajRUT6P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0sajRUT6P .container-fluid {
  padding: 0 1rem !important;
}
@media (max-width: 991px) {
  .cid-v0sajRUT6P .navbar-brand {
    width: auto !important;
    max-width: 80% !important;
  }
  .cid-v0sajRUT6P .navbar-buttons {
    justify-content: center;
    width: 100%;
  }
}
.cid-v0sajSlHCo {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-v0sajSlHCo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0sajSlHCo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0sajSlHCo .mbr-section-head {
  margin-bottom: 32px;
}
.cid-v0sajSlHCo .mbr-section-title {
  color: #24262b;
}
.cid-v0sajSlHCo .mbr-section-subtitle {
  color: #24262b;
}
.cid-v0sajSlHCo .cards-row {
  row-gap: 32px;
  flex-direction: row-reverse;
}
.cid-v0sajSlHCo .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-v0sajSlHCo .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-v0sajSlHCo .card-title {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-v0sajSlHCo .card-subtitle {
  color: #24262b;
}
.cid-v0sajSlHCo .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-v0sajSlHCo .mbr-section-btn {
  margin-top: 20px;
}
.cid-v0sajSlHCo .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
.cid-v0sajSlHCo .item-img img {
  flex-grow: 1;
  height: 1px;
  width: 100%;
  object-fit: cover;
}
.cid-v0sajSlHCo details {
  font-family: "Didact Gothic", sa;
}
.cid-v1pso0xkUP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v1pso0xkUP .row .slide-overlay {
  z-index: 1 !important;
}
@media (min-width: 992px) {
  .cid-v1pso0xkUP .carousel {
    min-height: 800px;
  }
  .cid-v1pso0xkUP .carousel img {
    max-height: 800px;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v1pso0xkUP .carousel {
    min-height: 464px;
  }
  .cid-v1pso0xkUP .carousel img {
    max-height: 464px;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .cid-v1pso0xkUP .carousel {
    min-height: 360px;
  }
  .cid-v1pso0xkUP .carousel img {
    max-height: 360px;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .cid-v1pso0xkUP .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-v1pso0xkUP .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-v1pso0xkUP .carousel,
.cid-v1pso0xkUP .carousel-inner {
  display: flex;
  align-items: stretch;
}
.cid-v1pso0xkUP .item-wrapper {
  width: 100%;
  overflow: hidden;
}
.cid-v1pso0xkUP .carousel-caption {
  z-index: 2 !important;
  left: 1rem;
  bottom: 1rem;
  width: fit-content;
  max-width: calc(68%);
  background: #33363b;
  padding: 8px;
}
.cid-v1pso0xkUP .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0 !important;
  text-align: left;
}
.cid-v1pso0xkUP .mbr-section-text {
  margin-bottom: 0 !important;
  margin-top: 8px !important;
  color: #FFFFFF;
  text-align: left;
}
.cid-v1pso0xkUP .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-v1pso0xkUP .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: 1;
}
.cid-v1pso0xkUP .carousel-control .mobi-mbri {
  color: #24262b;
  transition: all 0.3s;
}
.cid-v1pso0xkUP .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2rem;
}
@media (max-width: 767px) {
  .cid-v1pso0xkUP .carousel-control.carousel-control-prev {
    margin-left: 1rem;
  }
}
.cid-v1pso0xkUP .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2rem;
}
@media (max-width: 767px) {
  .cid-v1pso0xkUP .carousel-control.carousel-control-next {
    margin-right: 1rem;
  }
}
.cid-v1pso0xkUP .carousel-control:hover,
.cid-v1pso0xkUP .carousel-control:focus {
  border-color: #24262b;
  opacity: 1;
}
.cid-v1pso0xkUP .carousel-control-prev:hover .mobi-mbri,
.cid-v1pso0xkUP .carousel-control-prev:focus .mobi-mbri {
  transform: translateX(-7px);
}
.cid-v1pso0xkUP .carousel-control-next:hover .mobi-mbri,
.cid-v1pso0xkUP .carousel-control-next:focus .mobi-mbri {
  transform: translateX(7px);
}
.cid-v1pso0xkUP .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-v1pso0xkUP .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-v1pso0xkUP .carousel-indicators {
  display: none !important;
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-v1pso0xkUP .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-v1pso0xkUP .carousel-indicators li.active,
.cid-v1pso0xkUP .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-v1pso0xkUP .carousel-indicators li::after,
.cid-v1pso0xkUP .carousel-indicators li::before {
  content: none;
}
.cid-v1pso0xkUP .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-v1pso0xkUP .carousel-indicators {
    display: none !important;
  }
}
.cid-v0sajSzvZo {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v0sajSzvZo .border-item {
  width: 100%;
  height: 1px;
  background: #767676;
  margin-bottom: 2rem;
}
.cid-v0sajSzvZo .iconfont-wrapper {
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  padding: 15px 20px;
  margin-right: 15px;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  cursor: pointer;
  transition: 0.5s;
}
.cid-v0sajSzvZo .mbr-text {
  color: #33363b;
  text-align: center;
}
.cid-v0sajSzvZo p {
  font-family: Didact Gothic;
  color: #33363b;
}
