.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Urbanist-Light';
  font-size: 3.4rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.25rem;
}
.display-2 {
  font-family: 'Urbanist-Light';
  font-size: 2.4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3rem;
}
.display-4 {
  font-family: 'Urbanist-Light';
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Urbanist-Light';
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Urbanist-Light';
  font-size: 1.1rem;
  line-height: 1.3;
}
.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.72rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.38rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-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))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.38rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.49rem + (2.4 - 1.49) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #d70081 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffa600 !important;
  border-color: #ffa600 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffb833 !important;
  border-color: #ffb833 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ffb833 !important;
  border-color: #ffb833 !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #d70081 !important;
  border-color: #d70081 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ff0b9d !important;
  border-color: #ff0b9d !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ff0b9d !important;
  border-color: #ff0b9d !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffa600;
  color: #ffa600;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a86e00 !important;
  background-color: transparent !important;
  border-color: #a86e00 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffa600 !important;
  border-color: #ffa600 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #d70081;
  color: #d70081;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #80004d !important;
  background-color: transparent !important;
  border-color: #80004d !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #d70081 !important;
  border-color: #d70081 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #ffa600 !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #d70081 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #996400 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #710044 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #d70081;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffa4db;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Urbanist-Light';
  font-size: 1.1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Urbanist-Light';
  font-size: 1.1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #000000 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffa600 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23000000' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.button {
  font-family: 'Urbanist-Light';
  font-size: 0.8rem;
  line-height: 1.5;
}
.button > .mbr-iconfont {
  font-size: 0.8rem;
}
.berschrift {
  font-family: 'Urbanist-Light';
  font-size: 3.8rem;
  line-height: 1.5;
}
.berschrift > .mbr-iconfont {
  font-size: 3.8rem;
}
.popup {
  font-family: 'Urbanist-Light';
  font-size: 0.9rem;
  line-height: 1.5;
}
.popup > .mbr-iconfont {
  font-size: 0.9rem;
}
.cid-v24fThroW8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-v24fThroW8 nav.navbar {
  position: fixed;
}
.cid-v24fThroW8 .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-v24fThroW8 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v24fThroW8 .dropdown-item {
  border: none !important;
  background: #f5f5f5 !important;
}
.cid-v24fThroW8 .dropdown-item:hover,
.cid-v24fThroW8 .dropdown-item:focus {
  background: #f5f5f5 !important;
  color: #0f0f0f !important;
}
.cid-v24fThroW8 .dropdown-item:hover span {
  color: white;
}
.cid-v24fThroW8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v24fThroW8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v24fThroW8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v24fThroW8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v24fThroW8 .nav-link {
  position: relative;
}
.cid-v24fThroW8 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v24fThroW8 .container {
    flex-wrap: nowrap;
  }
}
.cid-v24fThroW8 .iconfont-wrapper {
  color: #0f0f0f !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v24fThroW8 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v24fThroW8 .dropdown-menu,
.cid-v24fThroW8 .navbar.opened {
  background: #f5f5f5 !important;
}
.cid-v24fThroW8 .nav-item:focus,
.cid-v24fThroW8 .nav-link:focus {
  outline: none;
}
.cid-v24fThroW8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v24fThroW8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v24fThroW8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v24fThroW8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v24fThroW8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v24fThroW8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v24fThroW8 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f5f5f5;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v24fThroW8 .navbar.opened {
  transition: all 0.3s;
}
.cid-v24fThroW8 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v24fThroW8 .navbar .navbar-logo img {
  width: auto;
}
.cid-v24fThroW8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v24fThroW8 .navbar.collapsed {
  justify-content: center;
}
.cid-v24fThroW8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v24fThroW8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v24fThroW8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-v24fThroW8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v24fThroW8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v24fThroW8 .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-v24fThroW8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v24fThroW8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v24fThroW8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v24fThroW8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v24fThroW8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v24fThroW8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v24fThroW8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v24fThroW8 .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-v24fThroW8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v24fThroW8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v24fThroW8 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-v24fThroW8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v24fThroW8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v24fThroW8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v24fThroW8 .navbar.navbar-short {
  min-height: 96px;
}
.cid-v24fThroW8 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v24fThroW8 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v24fThroW8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v24fThroW8 .navbar-brand .navbar-caption:hover,
.cid-v24fThroW8 .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-v24fThroW8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v24fThroW8 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v24fThroW8 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-v24fThroW8 .dropdown-item.active,
.cid-v24fThroW8 .dropdown-item:active {
  background-color: transparent;
}
.cid-v24fThroW8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v24fThroW8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v24fThroW8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v24fThroW8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f5f5;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v24fThroW8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v24fThroW8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v24fThroW8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v24fThroW8 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v24fThroW8 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v24fThroW8 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-v24fThroW8 .navbar-buttons {
    text-align: left;
    width: 246px;
  }
}
.cid-v24fThroW8 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-v24fThroW8 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v24fThroW8 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f5f5f5 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v24fThroW8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0f0f0f;
}
.cid-v24fThroW8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v24fThroW8 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v24fThroW8 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v24fThroW8 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v24fThroW8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v24fThroW8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v24fThroW8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v24fThroW8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v24fThroW8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v24fThroW8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v24fThroW8 .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-v24fThroW8 .navbar {
    height: 70px;
  }
  .cid-v24fThroW8 .navbar.opened {
    height: auto;
  }
  .cid-v24fThroW8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v24fThroW8 .navbar-nav {
  margin: 0 auto;
}
.cid-v24fThroW8 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v24fThroW8 .nav-item .nav-link {
  padding: 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
  border-radius: 3rem;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-v24fThroW8 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v24fThroW8 .nav-item .nav-link:hover,
.cid-v24fThroW8 .nav-item .nav-link:focus {
  background-color: transparent;
  color: #0f0f0f !important;
  text-decoration-color: #0f0f0f;
}
.cid-v24fThroW8 .nav-item .nav-link:hover::after,
.cid-v24fThroW8 .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-v24fThroW8 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v24fThroW8 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v24fThroW8 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v24fThroW8 .navbar {
    justify-content: flex-start !important;
  }
  .cid-v24fThroW8 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v24fThroW8 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v24fThroW8 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v24fThroW8 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v24fThroW8 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v24fThroW8 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v24fThroW8 .content-wrap {
  min-height: 110px;
}
.cid-uVthFhTVKe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e5e5e5;
}
.cid-uVthFhTVKe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVthFhTVKe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVthFhTVKe .row {
  justify-content: center;
}
.cid-uVthFhTVKe .image-wrapper img {
  height: 700px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uVthFhTVKe .image-wrapper img {
    height: 300px;
  }
}
.cid-uVthFhTVKe .card-wrapper {
  position: relative;
  padding: 64px;
  overflow: hidden;
  margin-top: -25%;
}
@media (max-width: 1440px) {
  .cid-uVthFhTVKe .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uVthFhTVKe .card-wrapper {
    padding: 24px;
    margin-top: 12px;
  }
}
.cid-uVthFhTVKe .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-uVthFhTVKe .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e5e5e5;
  opacity: .5;
  pointer-events: none;
}
.cid-uVthFhTVKe .card-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uVthFhTVKe .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uVthFhTVKe .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uVthFhTVKe .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uVthFhTVKe .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVthFhTVKe .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uVthFhTVKe .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVthFhTVKe .mbr-section-title {
  color: #2c2c26;
}
.cid-uVthFhTVKe .mbr-text,
.cid-uVthFhTVKe .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uVthFhTVKe .mbr-section-title,
.cid-uVthFhTVKe .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uYrE2MWCPr {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYrE2MWCPr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYrE2MWCPr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYrE2MWCPr .content-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uYrE2MWCPr .content-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uYrE2MWCPr .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 3px 10px;
  background-color: #e5e5e5;
  margin-bottom: 15px;
}
.cid-uYrE2MWCPr .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYrE2MWCPr .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYrE2MWCPr .cards {
  margin: 0 -10px;
}
.cid-uYrE2MWCPr .cards .card {
  padding: 0 10px;
}
.cid-uYrE2MWCPr .card-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uYrE2MWCPr .card-wrapper {
    padding: 15px;
    margin-bottom: 15px;
    min-height: 250px;
  }
}
.cid-uYrE2MWCPr .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYrE2MWCPr .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.4;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  z-index: 1;
}
.cid-uYrE2MWCPr .card-wrapper .mbr-section-subtitle {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.cid-uYrE2MWCPr .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uYrE2MWCPr .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYrE2MWCPr .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYrE2MWCPr .items-wrapper .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uYrE2MWCPr .items-wrapper .item {
    margin-bottom: 15px;
  }
}
.cid-uYrE2MWCPr .items-wrapper .item:last-child {
  margin-bottom: 0 !important;
}
.cid-uYrE2MWCPr .items-wrapper .item .item-wrapper {
  padding: 30px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uYrE2MWCPr .items-wrapper .item .item-wrapper {
    padding: 15px;
  }
}
.cid-uYrE2MWCPr .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uYrE2MWCPr .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uYrE2MWCPr .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  min-width: 72px;
  font-size: 42px;
}
.cid-uYrE2MWCPr .items-wrapper .item .item-wrapper .card-box .icon_1 .mbr-iconfont {
  background-color: #e1e7f2;
  color: #000000;
}
.cid-uYrE2MWCPr .items-wrapper .item .item-wrapper .card-box .icon_2 .mbr-iconfont {
  background-color: #9891ff;
  color: #000000;
}
.cid-uYrE2MWCPr .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uYrE2MWCPr .items-wrapper .item .item-wrapper .card-box .text-wrap .card-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uYrE2MWCPr .items-wrapper .item .item-wrapper .card-box .text-wrap .card-text {
    width: 100%;
  }
}
.cid-uYrE2MWCPr .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYrE2MWCPr .mbr-label {
  color: #000000;
}
.cid-uYrE2MWCPr .mbr-section-title {
  color: #000000;
}
.cid-uYrE2MWCPr .mbr-section-subtitle {
  color: #edefeb;
}
.cid-uYrE2MWCPr .mbr-text {
  color: #ffffff;
}
.cid-uYrE2MWCPr .card-title {
  color: #000000;
}
.cid-uYrE2MWCPr .card-text {
  color: #000000;
}
.cid-uYrE2MWCPr .mbr-section-title,
.cid-uYrE2MWCPr .title-wrapper {
  color: #000000;
}
.cid-uYrE2MWCPr .mbr-text,
.cid-uYrE2MWCPr .text-wrapper {
  color: #ffffff;
}
.cid-uYrE2MWCPr .card-text,
.cid-uYrE2MWCPr .text-wrap {
  color: #000000;
}
.cid-uYrEOyv3qZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYrEOyv3qZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYrEOyv3qZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYrEOyv3qZ .content-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uYrEOyv3qZ .content-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uYrEOyv3qZ .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 3px 10px;
  background-color: #89cdf3;
  margin-bottom: 15px;
}
.cid-uYrEOyv3qZ .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYrEOyv3qZ .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYrEOyv3qZ .cards {
  margin: 0 -10px;
}
.cid-uYrEOyv3qZ .cards .card {
  padding: 0 10px;
}
.cid-uYrEOyv3qZ .card-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uYrEOyv3qZ .card-wrapper {
    padding: 15px;
    margin-bottom: 15px;
    min-height: 250px;
  }
}
.cid-uYrEOyv3qZ .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYrEOyv3qZ .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  z-index: 1;
}
.cid-uYrEOyv3qZ .card-wrapper .mbr-section-subtitle {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.cid-uYrEOyv3qZ .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uYrEOyv3qZ .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYrEOyv3qZ .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYrEOyv3qZ .items-wrapper .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uYrEOyv3qZ .items-wrapper .item {
    margin-bottom: 15px;
  }
}
.cid-uYrEOyv3qZ .items-wrapper .item:last-child {
  margin-bottom: 0 !important;
}
.cid-uYrEOyv3qZ .items-wrapper .item .item-wrapper {
  padding: 30px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uYrEOyv3qZ .items-wrapper .item .item-wrapper {
    padding: 15px;
  }
}
.cid-uYrEOyv3qZ .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uYrEOyv3qZ .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uYrEOyv3qZ .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  min-width: 72px;
  font-size: 42px;
}
.cid-uYrEOyv3qZ .items-wrapper .item .item-wrapper .card-box .icon_1 .mbr-iconfont {
  background-color: #89cdf3;
  color: #000000;
}
.cid-uYrEOyv3qZ .items-wrapper .item .item-wrapper .card-box .icon_2 .mbr-iconfont {
  background-color: #9891ff;
  color: #000000;
}
.cid-uYrEOyv3qZ .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uYrEOyv3qZ .items-wrapper .item .item-wrapper .card-box .text-wrap .card-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uYrEOyv3qZ .items-wrapper .item .item-wrapper .card-box .text-wrap .card-text {
    width: 100%;
  }
}
.cid-uYrEOyv3qZ .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYrEOyv3qZ .mbr-label {
  color: #000000;
}
.cid-uYrEOyv3qZ .mbr-section-title {
  color: #000000;
}
.cid-uYrEOyv3qZ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uYrEOyv3qZ .mbr-text {
  color: #ffffff;
}
.cid-uYrEOyv3qZ .card-title {
  color: #000000;
}
.cid-uYrEOyv3qZ .card-text {
  color: #000000;
}
.cid-uYrEOyv3qZ .mbr-section-title,
.cid-uYrEOyv3qZ .title-wrapper {
  text-align: left;
}
.cid-uYAr7jD5G3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uYAr7jD5G3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYAr7jD5G3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYAr7jD5G3 .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uYAr7jD5G3 .content-wrapper {
    padding: 0;
  }
}
.cid-uYAr7jD5G3 .content-wrapper .rating-wrapper {
  margin-bottom: 24px;
}
.cid-uYAr7jD5G3 .content-wrapper .rating-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
}
.cid-uYAr7jD5G3 .content-wrapper .rating-wrapper .list .item-wrap {
  padding: 12px;
  -webkit-text-stroke-width: .15rem;
  -webkit-text-stroke-color: #050f0f;
  margin-bottom: 0;
}
.cid-uYAr7jD5G3 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uYAr7jD5G3 .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uYAr7jD5G3 .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uYAr7jD5G3 .list {
  color: #ffe66d;
  text-align: center;
}
.cid-uYAr7jD5G3 .mbr-text,
.cid-uYAr7jD5G3 .text-wrapper {
  color: #050f0f;
}
.cid-uYAr7jD5G3 .mbr-desc {
  color: #050f0f;
  text-align: center;
}
.cid-uYAr7jD5G3 .mbr-text,
.cid-uYAr7jD5G3 .text-wrapper,
.cid-uYAr7jD5G3 .rating-wrapper {
  text-align: center;
}
.cid-v04eWX9mqV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-v04eWX9mqV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v04eWX9mqV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v04eWX9mqV .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v04eWX9mqV .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v04eWX9mqV .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v04eWX9mqV .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-v04eWX9mqV .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v04eWX9mqV .item {
    margin-bottom: 16px;
  }
}
.cid-v04eWX9mqV .item .item-wrapper {
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  height: 450px;
}
@media (max-width: 992px) {
  .cid-v04eWX9mqV .item .item-wrapper {
    height: 350px;
  }
}
.cid-v04eWX9mqV .item .item-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(0deg, #272b2e, transparent);
  opacity: .8;
  pointer-events: none;
  z-index: 1;
}
.cid-v04eWX9mqV .item .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-v04eWX9mqV .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v04eWX9mqV .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-v04eWX9mqV .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 24px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v04eWX9mqV .item .item-wrapper .item-content {
    padding: 20px 16px;
  }
}
.cid-v04eWX9mqV .item .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-v04eWX9mqV .item .item-wrapper .item-content .desc-wrapper .item-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  border: 1px solid #ffffff;
  margin: 0;
}
.cid-v04eWX9mqV .mbr-section-title {
  color: #272b2e;
  text-align: center;
}
.cid-v04eWX9mqV .item-tag {
  color: #ffffff;
}
.cid-v04eWX9mqV .item-name {
  color: #ffffff;
}
.cid-v04eWX9mqV .mbr-section-title,
.cid-v04eWX9mqV .mbr-section-btn {
  text-align: center;
}
.cid-v2xJCKn6kX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v2xJCKn6kX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2xJCKn6kX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2xJCKn6kX .title-wrapper {
  padding: 180px 120px;
}
@media (max-width: 1200px) {
  .cid-v2xJCKn6kX .title-wrapper {
    padding: 120px 60px;
  }
}
@media (max-width: 992px) {
  .cid-v2xJCKn6kX .title-wrapper {
    padding: 80px 0;
  }
}
.cid-v2xJCKn6kX .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-v2xJCKn6kX .title-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-v2xJCKn6kX .image-wrapper {
  position: relative;
}
.cid-v2xJCKn6kX .image-wrapper img {
  object-fit: cover;
}
.cid-v2xJCKn6kX .image-wrapper img:first-child {
  height: 900px;
}
@media (max-width: 992px) {
  .cid-v2xJCKn6kX .image-wrapper img:first-child {
    height: 350px;
  }
}
.cid-v2xJCKn6kX .image-wrapper img:last-child {
  position: absolute;
  bottom: 5rem;
  left: -7rem;
  width: 315px;
  height: 425px;
  border-radius: 10px;
}
@media (max-width: 1200px) {
  .cid-v2xJCKn6kX .image-wrapper img:last-child {
    left: -5rem;
  }
}
@media (max-width: 992px) {
  .cid-v2xJCKn6kX .image-wrapper img:last-child {
    display: none;
  }
}
.cid-v2xJCKn6kX .mbr-section-title {
  color: #000000;
}
.cid-v2xJCKn6kX .mbr-text {
  color: #000000;
}
.cid-uYrIjYzvSa {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYrIjYzvSa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYrIjYzvSa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYrIjYzvSa .content-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uYrIjYzvSa .content-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uYrIjYzvSa .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 3px 10px;
  background-color: #89cdf3;
  margin-bottom: 15px;
}
.cid-uYrIjYzvSa .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYrIjYzvSa .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYrIjYzvSa .cards {
  margin: 0 -10px;
}
.cid-uYrIjYzvSa .cards .card {
  padding: 0 10px;
}
.cid-uYrIjYzvSa .card-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uYrIjYzvSa .card-wrapper {
    padding: 15px;
    margin-bottom: 15px;
    min-height: 250px;
  }
}
.cid-uYrIjYzvSa .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYrIjYzvSa .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.3;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  z-index: 1;
}
.cid-uYrIjYzvSa .card-wrapper .mbr-section-subtitle {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.cid-uYrIjYzvSa .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uYrIjYzvSa .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYrIjYzvSa .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYrIjYzvSa .items-wrapper .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uYrIjYzvSa .items-wrapper .item {
    margin-bottom: 15px;
  }
}
.cid-uYrIjYzvSa .items-wrapper .item:last-child {
  margin-bottom: 0 !important;
}
.cid-uYrIjYzvSa .items-wrapper .item .item-wrapper {
  padding: 30px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uYrIjYzvSa .items-wrapper .item .item-wrapper {
    padding: 15px;
  }
}
.cid-uYrIjYzvSa .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uYrIjYzvSa .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uYrIjYzvSa .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  min-width: 72px;
  font-size: 42px;
}
.cid-uYrIjYzvSa .items-wrapper .item .item-wrapper .card-box .icon_1 .mbr-iconfont {
  background-color: #89cdf3;
  color: #000000;
}
.cid-uYrIjYzvSa .items-wrapper .item .item-wrapper .card-box .icon_2 .mbr-iconfont {
  background-color: #9891ff;
  color: #000000;
}
.cid-uYrIjYzvSa .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uYrIjYzvSa .items-wrapper .item .item-wrapper .card-box .text-wrap .card-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uYrIjYzvSa .items-wrapper .item .item-wrapper .card-box .text-wrap .card-text {
    width: 100%;
  }
}
.cid-uYrIjYzvSa .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYrIjYzvSa .mbr-label {
  color: #000000;
}
.cid-uYrIjYzvSa .mbr-section-title {
  color: #000000;
}
.cid-uYrIjYzvSa .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uYrIjYzvSa .mbr-text {
  color: #ffffff;
}
.cid-uYrIjYzvSa .card-title {
  color: #000000;
}
.cid-uYrIjYzvSa .card-text {
  color: #000000;
}
.cid-uYS5whtRPA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYS5whtRPA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYS5whtRPA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYS5whtRPA .content-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uYS5whtRPA .content-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uYS5whtRPA .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 3px 10px;
  background-color: #89cdf3;
  margin-bottom: 15px;
}
.cid-uYS5whtRPA .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYS5whtRPA .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uYS5whtRPA .cards {
  margin: 0 -10px;
}
.cid-uYS5whtRPA .cards .card {
  padding: 0 10px;
}
.cid-uYS5whtRPA .card-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uYS5whtRPA .card-wrapper {
    padding: 15px;
    margin-bottom: 15px;
    min-height: 250px;
  }
}
.cid-uYS5whtRPA .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYS5whtRPA .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.4;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  z-index: 1;
}
.cid-uYS5whtRPA .card-wrapper .mbr-section-subtitle {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.cid-uYS5whtRPA .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uYS5whtRPA .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYS5whtRPA .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYS5whtRPA .items-wrapper .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uYS5whtRPA .items-wrapper .item {
    margin-bottom: 15px;
  }
}
.cid-uYS5whtRPA .items-wrapper .item:last-child {
  margin-bottom: 0 !important;
}
.cid-uYS5whtRPA .items-wrapper .item .item-wrapper {
  padding: 30px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uYS5whtRPA .items-wrapper .item .item-wrapper {
    padding: 15px;
  }
}
.cid-uYS5whtRPA .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uYS5whtRPA .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uYS5whtRPA .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  min-width: 72px;
  font-size: 42px;
}
.cid-uYS5whtRPA .items-wrapper .item .item-wrapper .card-box .icon_1 .mbr-iconfont {
  background-color: #89cdf3;
  color: #000000;
}
.cid-uYS5whtRPA .items-wrapper .item .item-wrapper .card-box .icon_2 .mbr-iconfont {
  background-color: #9891ff;
  color: #000000;
}
.cid-uYS5whtRPA .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uYS5whtRPA .items-wrapper .item .item-wrapper .card-box .text-wrap .card-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uYS5whtRPA .items-wrapper .item .item-wrapper .card-box .text-wrap .card-text {
    width: 100%;
  }
}
.cid-uYS5whtRPA .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYS5whtRPA .mbr-label {
  color: #000000;
}
.cid-uYS5whtRPA .mbr-section-title {
  color: #000000;
}
.cid-uYS5whtRPA .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uYS5whtRPA .mbr-text {
  color: #ffffff;
}
.cid-uYS5whtRPA .card-title {
  color: #000000;
}
.cid-uYS5whtRPA .card-text {
  color: #000000;
}
.cid-uYS5whtRPA .card-text,
.cid-uYS5whtRPA .text-wrap {
  color: #000000;
}
.cid-uYS5whtRPA .mbr-section-title,
.cid-uYS5whtRPA .title-wrapper {
  text-align: justify;
}
.cid-uYS05WETkb {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYS05WETkb .card {
  background: #ffffff;
  border-radius: 10px;
}
.cid-uYS05WETkb img {
  width: 100%;
  border-radius: 10px;
}
.cid-uYS05WETkb .wrapper {
  padding: 4rem 2rem;
}
@media (max-width: 767px) {
  .cid-uYS05WETkb .wrapper {
    padding: 3rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uYS05WETkb .wrapper {
    max-width: 430px;
    margin: auto;
    padding: 4rem 0;
  }
  .cid-uYS05WETkb img {
    width: 170%;
    z-index: 2;
    position: relative;
  }
  .cid-uYS05WETkb .image-wrapper {
    margin: auto;
  }
}
@media (max-width: 1199px) {
  .cid-uYS05WETkb img {
    width: 150%;
  }
}
@media (max-width: 992px) {
  .cid-uYS05WETkb img {
    width: 100%;
  }
}
.cid-uYS05WETkb .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 1rem;
}
.cid-uYS05WETkb .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uYS05WETkb .counter-container ul li:before {
  position: absolute;
  left: -15px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #ffffff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: "✓";
}
.cid-uYS05WETkb .mbr-text,
.cid-uYS05WETkb .mbr-section-btn {
  color: #000000;
}
.cid-uYS05WETkb .mbr-section-subtitle {
  color: #f92c50;
}
.cid-uVCdpGcMKi {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVCdpGcMKi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVCdpGcMKi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVCdpGcMKi .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uVCdpGcMKi .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uVCdpGcMKi .items-wrapper {
  margin: 0 -8px;
}
.cid-uVCdpGcMKi .items-wrapper .item {
  padding: 0 8px;
}
.cid-uVCdpGcMKi .items-wrapper .item:nth-child(3n + 2) {
  transform: translateY(0);
}
@media (max-width: 992px) {
  .cid-uVCdpGcMKi .items-wrapper .item:nth-child(3n + 2) {
    transform: none;
  }
}
.cid-uVCdpGcMKi .item {
  transform: translateY(-8rem);
  margin-bottom: 16px;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uVCdpGcMKi .item {
    transform: none;
    margin-bottom: 12px;
  }
}
.cid-uVCdpGcMKi .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 64px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uVCdpGcMKi .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uVCdpGcMKi .item .item-wrapper {
    height: auto;
    padding: 24px;
  }
}
.cid-uVCdpGcMKi .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-uVCdpGcMKi .item .item-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e5e5e5;
  opacity: .5;
  pointer-events: none;
}
.cid-uVCdpGcMKi .item .item-wrapper .iconfont-wrap {
  position: relative;
  z-index: 1;
  margin-bottom: 170px;
}
@media (max-width: 992px) {
  .cid-uVCdpGcMKi .item .item-wrapper .iconfont-wrap {
    margin-bottom: 24px;
  }
}
.cid-uVCdpGcMKi .item .item-wrapper .iconfont-wrap .mbr-iconfont {
  width: 60px;
  height: 60px;
  min-width: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #d70081;
  font-size: 36px;
  color: #e5e5e5;
}
.cid-uVCdpGcMKi .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uVCdpGcMKi .item .item-wrapper .card-box .card-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uVCdpGcMKi .item .item-wrapper .card-box .card-title {
    margin-bottom: 24px;
  }
}
.cid-uVCdpGcMKi .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uVCdpGcMKi .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 24px;
}
.cid-uVCdpGcMKi .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVCdpGcMKi .mbr-section-title {
  color: #8e73fe;
  text-align: center;
}
.cid-uVCdpGcMKi .card-title {
  color: #2c2c26;
}
.cid-uVCdpGcMKi .card-text {
  color: #000000;
}
.cid-uVCdpGcMKi .mbr-section-title,
.cid-uVCdpGcMKi .mbr-section-btn {
  color: #000000;
}
.cid-uVCuLWINGO {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uVCuLWINGO .title-section {
  margin-bottom: 4.25rem;
  padding: 0 90px;
}
@media (max-width: 992px) {
  .cid-uVCuLWINGO .title-section {
    padding: 0 20px;
    margin-bottom: 2rem;
  }
}
.cid-uVCuLWINGO .card-body {
  padding: 70px 30px;
}
.cid-uVCuLWINGO .card {
  background-color: transparent;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
.cid-uVCuLWINGO .img-container {
  display: flex;
  justify-content: center;
}
.cid-uVCuLWINGO .img {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  object-fit: cover;
}
.cid-uVCuLWINGO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVCuLWINGO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVCuLWINGO .text-main {
  color: #000000;
}
.cid-uVCuLWINGO .sec-title.mbr-section-subtitle {
  color: #000000;
}
.cid-v3K9QQVQJL.popup-builder {
  background-color: #ffffff;
}
.cid-v3K9QQVQJL.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v3K9QQVQJL.popup-builder .modal-dialog {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}
.cid-v3K9QQVQJL .modal-content,
.cid-v3K9QQVQJL .modal-dialog {
  height: auto;
}
.cid-v3K9QQVQJL .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v3K9QQVQJL .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v3K9QQVQJL .form-wrapper .mbr-form .form-group,
  .cid-v3K9QQVQJL .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v3K9QQVQJL .card-img,
.cid-v3K9QQVQJL .card-img-second {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v3K9QQVQJL .card-img-second {
  margin-top: 1rem;
}
.cid-v3K9QQVQJL .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v3K9QQVQJL .mbr-text {
  text-align: center;
}
.cid-v3K9QQVQJL .mbr-text-below,
.cid-v3K9QQVQJL .mbr-text-below-second {
  text-align: center;
  margin-top: 1rem;
}
.cid-v3K9QQVQJL .pt-0 {
  padding-top: 0 !important;
}
.cid-v3K9QQVQJL .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v3K9QQVQJL .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v3K9QQVQJL .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v3K9QQVQJL .modal-open {
  overflow: hidden;
}
.cid-v3K9QQVQJL .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v3K9QQVQJL .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v3K9QQVQJL .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v3K9QQVQJL .modal-dialog.position-left {
  margin-left: 0;
  margin-right: auto;
}
.cid-v3K9QQVQJL .modal-dialog.position-center {
  margin-left: auto;
  margin-right: auto;
}
.cid-v3K9QQVQJL .modal-dialog.position-right {
  margin-left: auto;
  margin-right: 0;
}
.cid-v3K9QQVQJL .anim-fade-scale {
  animation: fadeScale 2s ease-out;
}
@keyframes fadeScale {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.cid-v3K9QQVQJL .anim-slide-bottom {
  animation: slideBottom 1.5s ease-out;
}
@keyframes slideBottom {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.cid-v3K9QQVQJL .anim-slide-top {
  animation: slideTop 1.5s ease-out;
}
@keyframes slideTop {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.cid-v3K9QQVQJL .anim-slide-left {
  animation: slideLeft 1.5s ease-out;
}
@keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.cid-v3K9QQVQJL .anim-slide-right {
  animation: slideRight 1.5s ease-out;
}
@keyframes slideRight {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.cid-v3K9QQVQJL .anim-bounce {
  animation: bounceIn 1.8s ease-out;
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
.cid-v3K9QQVQJL .anim-rotate {
  animation: rotateIn 1.5s ease-out;
}
@keyframes rotateIn {
  0% {
    opacity: 0;
    transform: rotate(-180deg) scale(0.5);
  }
  100% {
    opacity: 1;
    transform: rotate(0) scale(1);
  }
}
.cid-v3K9QQVQJL .anim-flip {
  animation: flipIn 1.5s ease-out;
}
@keyframes flipIn {
  0% {
    opacity: 0;
    transform: perspective(400px) rotateX(-90deg);
  }
  100% {
    opacity: 1;
    transform: perspective(400px) rotateX(0);
  }
}
.cid-v3K9QQVQJL .anim-zoom {
  animation: zoomIn 1.2s ease-out;
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.cid-v3K9QQVQJL .modal.fade .modal-dialog {
  transition: transform 1.5s ease-out, opacity 1.5s ease-out, -webkit-transform 1.5s ease-out;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
}
.cid-v3K9QQVQJL .modal.show .modal-dialog {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.cid-v3K9QQVQJL .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v3K9QQVQJL .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v3K9QQVQJL .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v3K9QQVQJL .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v3K9QQVQJL .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v3K9QQVQJL .modal-backdrop.fade {
  opacity: 0;
  transition: opacity 1.5s ease-out;
}
.cid-v3K9QQVQJL .modal-backdrop.show {
  opacity: .5;
}
.cid-v3K9QQVQJL .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-v3K9QQVQJL .modal-header {
    padding: 2rem 1.5rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v3K9QQVQJL .modal-header {
    padding: 1rem;
  }
}
.cid-v3K9QQVQJL .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v3K9QQVQJL .modal-header .close svg {
  fill: #353535;
}
.cid-v3K9QQVQJL .modal-header .close:hover {
  opacity: 1;
}
.cid-v3K9QQVQJL .modal-header .close:focus {
  outline: none;
}
.cid-v3K9QQVQJL .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v3K9QQVQJL .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v3K9QQVQJL .modal-body {
    padding: 1rem 1.5rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v3K9QQVQJL .modal-body {
    padding: 1rem;
  }
}
.cid-v3K9QQVQJL .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v3K9QQVQJL .modal-footer {
    padding: 0rem 1.5rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v3K9QQVQJL .modal-footer {
    padding: 1rem;
  }
}
.cid-v3K9QQVQJL .modal-footer .mbr-section-btn {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-v3K9QQVQJL .modal-footer .mbr-section-btn .btn {
  margin: 0 !important;
}
.cid-v3K9QQVQJL .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v3K9QQVQJL .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
    margin-right: 0;
  }
  .cid-v3K9QQVQJL .modal-dialog.position-left {
    margin-left: 0;
    margin-right: auto;
  }
  .cid-v3K9QQVQJL .modal-dialog.position-center {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-v3K9QQVQJL .modal-dialog.position-right {
    margin-left: auto;
    margin-right: 0;
  }
  .cid-v3K9QQVQJL .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v3K9QQVQJL .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v3K9QQVQJL .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v3K9QQVQJL .modal-lg,
  .cid-v3K9QQVQJL .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v3K9QQVQJL .modal-xl {
    max-width: 1140px;
  }
}
.cid-v3K9QQVQJL .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v3K9QQVQJL .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v3K9QQVQJL .form-group {
  margin-bottom: 1rem;
}
.cid-v3K9QQVQJL .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v3K9QQVQJL .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v3K9QQVQJL .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v3K9QQVQJL .mbr-section-btn {
  margin: 0;
}
.cid-v3K9QQVQJL .mbr-section-btn .btn {
  margin: 0;
}
.cid-v3K9QQVQJL .design-modern {
  background: #ffffff !important;
  border-radius: 0 !important;
  border-left: 4px solid #000000;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15) !important;
}
.cid-v3K9QQVQJL .design-modern .modal-title {
  font-weight: 300;
  color: #000000;
  letter-spacing: -0.5px;
}
.cid-v3K9QQVQJL .design-modern .mbr-text,
.cid-v3K9QQVQJL .design-modern .mbr-text-below,
.cid-v3K9QQVQJL .design-modern .mbr-text-below-second {
  color: #666666;
  font-weight: 300;
  line-height: 1.8;
}
.cid-v3K9QQVQJL .design-modern .btn {
  background: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 0 !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
}
.cid-v3K9QQVQJL .design-modern .btn:hover {
  background: #333333 !important;
}
.cid-v3K9QQVQJL .design-modern .close svg {
  fill: #000000;
}
.cid-v3K9QQVQJL .design-corporate {
  background: #f8f9fa !important;
  border: 1px solid #dee2e6;
  border-radius: 8px !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1) !important;
}
.cid-v3K9QQVQJL .design-corporate .modal-title {
  color: #2c3e50;
  border-bottom: 2px solid #3498db;
  padding-bottom: 10px;
  font-weight: 600;
}
.cid-v3K9QQVQJL .design-corporate .mbr-text,
.cid-v3K9QQVQJL .design-corporate .mbr-text-below,
.cid-v3K9QQVQJL .design-corporate .mbr-text-below-second {
  color: #495057;
  line-height: 1.7;
}
.cid-v3K9QQVQJL .design-corporate .btn {
  background: #3498db !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 4px !important;
  font-weight: 500;
}
.cid-v3K9QQVQJL .design-corporate .btn:hover {
  background: #2980b9 !important;
}
.cid-v3K9QQVQJL .design-corporate .close svg {
  fill: #2c3e50;
}
.cid-v3K9QQVQJL .design-creative {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
  border-radius: 30px !important;
  box-shadow: 0 15px 50px rgba(102, 126, 234, 0.4) !important;
  position: relative;
}
.cid-v3K9QQVQJL .design-creative::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
  pointer-events: none;
}
.cid-v3K9QQVQJL .design-creative .modal-title {
  color: #ffffff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  font-weight: 700;
}
.cid-v3K9QQVQJL .design-creative .mbr-text,
.cid-v3K9QQVQJL .design-creative .mbr-text-below,
.cid-v3K9QQVQJL .design-creative .mbr-text-below-second {
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.7;
}
.cid-v3K9QQVQJL .design-creative .btn {
  background: #ffffff !important;
  color: #667eea !important;
  border: none !important;
  border-radius: 50px !important;
  font-weight: 600;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}
.cid-v3K9QQVQJL .design-creative .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}
.cid-v3K9QQVQJL .design-creative .close {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}
.cid-v3K9QQVQJL .design-creative .close svg {
  fill: #ffffff;
}
.cid-v3K9QQVQJL .design-creative .close:hover {
  background: rgba(255, 255, 255, 0.3);
}
.cid-v3K9QQVQJL .design-luxury {
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%) !important;
  border: 1px solid #d4af37;
  border-radius: 0 !important;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.5) !important;
  position: relative;
}
.cid-v3K9QQVQJL .design-luxury::after {
  content: '';
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 1px solid rgba(212, 175, 55, 0.3);
  pointer-events: none;
}
.cid-v3K9QQVQJL .design-luxury .modal-title {
  color: #d4af37;
  font-family: Georgia, serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 300;
}
.cid-v3K9QQVQJL .design-luxury .mbr-text,
.cid-v3K9QQVQJL .design-luxury .mbr-text-below,
.cid-v3K9QQVQJL .design-luxury .mbr-text-below-second {
  color: #e0e0e0;
  font-family: Georgia, serif;
  line-height: 1.9;
}
.cid-v3K9QQVQJL .design-luxury .btn {
  background: transparent !important;
  color: #d4af37 !important;
  border: 2px solid #d4af37 !important;
  border-radius: 0 !important;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 500;
}
.cid-v3K9QQVQJL .design-luxury .btn:hover {
  background: #d4af37 !important;
  color: #1a1a1a !important;
}
.cid-v3K9QQVQJL .design-luxury .close {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}
.cid-v3K9QQVQJL .design-luxury .close svg {
  fill: #ffffff;
}
.cid-v3K9QQVQJL .design-luxury .close:hover {
  background: rgba(255, 255, 255, 0.3);
}
.cid-v3K9QQVQJL .radius-square {
  border-radius: 0 !important;
}
.cid-v3K9QQVQJL .radius-rounded {
  border-radius: 8px !important;
}
.cid-v3K9QQVQJL .radius-very-rounded {
  border-radius: 30px !important;
}
.cid-v3K9QQVQJL .mbr-text-below {
  color: #000000;
}
.cid-uVJhCuR4no {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uVJhCuR4no .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-v24fThroW8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-v24fThroW8 nav.navbar {
  position: fixed;
}
.cid-v24fThroW8 .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-v24fThroW8 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v24fThroW8 .dropdown-item {
  border: none !important;
  background: #f5f5f5 !important;
}
.cid-v24fThroW8 .dropdown-item:hover,
.cid-v24fThroW8 .dropdown-item:focus {
  background: #f5f5f5 !important;
  color: #0f0f0f !important;
}
.cid-v24fThroW8 .dropdown-item:hover span {
  color: white;
}
.cid-v24fThroW8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v24fThroW8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v24fThroW8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v24fThroW8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v24fThroW8 .nav-link {
  position: relative;
}
.cid-v24fThroW8 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v24fThroW8 .container {
    flex-wrap: nowrap;
  }
}
.cid-v24fThroW8 .iconfont-wrapper {
  color: #0f0f0f !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v24fThroW8 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v24fThroW8 .dropdown-menu,
.cid-v24fThroW8 .navbar.opened {
  background: #f5f5f5 !important;
}
.cid-v24fThroW8 .nav-item:focus,
.cid-v24fThroW8 .nav-link:focus {
  outline: none;
}
.cid-v24fThroW8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v24fThroW8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v24fThroW8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v24fThroW8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v24fThroW8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v24fThroW8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v24fThroW8 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f5f5f5;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v24fThroW8 .navbar.opened {
  transition: all 0.3s;
}
.cid-v24fThroW8 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v24fThroW8 .navbar .navbar-logo img {
  width: auto;
}
.cid-v24fThroW8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v24fThroW8 .navbar.collapsed {
  justify-content: center;
}
.cid-v24fThroW8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v24fThroW8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v24fThroW8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-v24fThroW8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v24fThroW8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v24fThroW8 .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-v24fThroW8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v24fThroW8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v24fThroW8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v24fThroW8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v24fThroW8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v24fThroW8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v24fThroW8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v24fThroW8 .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-v24fThroW8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v24fThroW8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v24fThroW8 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-v24fThroW8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v24fThroW8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v24fThroW8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v24fThroW8 .navbar.navbar-short {
  min-height: 96px;
}
.cid-v24fThroW8 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v24fThroW8 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v24fThroW8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v24fThroW8 .navbar-brand .navbar-caption:hover,
.cid-v24fThroW8 .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-v24fThroW8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v24fThroW8 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v24fThroW8 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-v24fThroW8 .dropdown-item.active,
.cid-v24fThroW8 .dropdown-item:active {
  background-color: transparent;
}
.cid-v24fThroW8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v24fThroW8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v24fThroW8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v24fThroW8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f5f5;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v24fThroW8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v24fThroW8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v24fThroW8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v24fThroW8 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v24fThroW8 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v24fThroW8 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-v24fThroW8 .navbar-buttons {
    text-align: left;
    width: 246px;
  }
}
.cid-v24fThroW8 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-v24fThroW8 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v24fThroW8 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f5f5f5 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v24fThroW8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0f0f0f;
}
.cid-v24fThroW8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v24fThroW8 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v24fThroW8 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v24fThroW8 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v24fThroW8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v24fThroW8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v24fThroW8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v24fThroW8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v24fThroW8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v24fThroW8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v24fThroW8 .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-v24fThroW8 .navbar {
    height: 70px;
  }
  .cid-v24fThroW8 .navbar.opened {
    height: auto;
  }
  .cid-v24fThroW8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v24fThroW8 .navbar-nav {
  margin: 0 auto;
}
.cid-v24fThroW8 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v24fThroW8 .nav-item .nav-link {
  padding: 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
  border-radius: 3rem;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-v24fThroW8 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v24fThroW8 .nav-item .nav-link:hover,
.cid-v24fThroW8 .nav-item .nav-link:focus {
  background-color: transparent;
  color: #0f0f0f !important;
  text-decoration-color: #0f0f0f;
}
.cid-v24fThroW8 .nav-item .nav-link:hover::after,
.cid-v24fThroW8 .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-v24fThroW8 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v24fThroW8 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v24fThroW8 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v24fThroW8 .navbar {
    justify-content: flex-start !important;
  }
  .cid-v24fThroW8 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v24fThroW8 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v24fThroW8 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v24fThroW8 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v24fThroW8 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v24fThroW8 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v24fThroW8 .content-wrap {
  min-height: 110px;
}
.cid-uYsayQWW7E {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYsayQWW7E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYsayQWW7E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYsayQWW7E .card {
  justify-content: center;
}
.cid-uYsayQWW7E .image-wrapper {
  padding-right: 70px;
}
@media (max-width: 992px) {
  .cid-uYsayQWW7E .image-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uYsayQWW7E .image-wrapper img {
  height: 650px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYsayQWW7E .image-wrapper img {
    height: 350px;
  }
}
.cid-uYsayQWW7E .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYsayQWW7E .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYsayQWW7E .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uYsayQWW7E .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uYsayQWW7E .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYsayQWW7E .mbr-section-title {
  color: #000000;
}
.cid-uYsayQWW7E .mbr-section-subtitle {
  color: #000000;
}
.cid-uYsayQWW7E .mbr-text,
.cid-uYsayQWW7E .text-wrapper {
  color: #000000;
}
.cid-uVF5Dr4jCO {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f1f1f1;
}
.cid-uVF5Dr4jCO .mbr-section-head {
  width: 100%;
  margin-bottom: 70px;
}
.cid-uVF5Dr4jCO .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uVF5Dr4jCO .mbr-section-subtitle {
  color: #000000;
  margin-top: 16px;
  text-align: justify;
}
.cid-uVF5Dr4jCO .items-row {
  margin: 0;
  gap: 80px;
}
@media (max-width: 991px) {
  .cid-uVF5Dr4jCO .items-row {
    gap: 30px;
  }
}
.cid-uVF5Dr4jCO .item {
  width: calc(50% - 40px);
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uVF5Dr4jCO .item {
    width: calc(50% - 15px);
  }
}
@media (max-width: 767px) {
  .cid-uVF5Dr4jCO .item {
    width: 100%;
  }
}
.cid-uVF5Dr4jCO .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  overflow: hidden;
}
.cid-uVF5Dr4jCO .item-img {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  width: 100%;
  transition: 0.3s all;
}
.cid-uVF5Dr4jCO .item-img img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 1.49253731;
  --bs-aspect-ratio: 1.49253731;
  object-fit: cover;
}
.cid-uVF5Dr4jCO .item-img:hover {
  opacity: 0.7;
}
.cid-uVF5Dr4jCO .item-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 40px 15% 40px 51px;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uVF5Dr4jCO .item-content {
    padding: 40px 30px 40px 30px;
  }
}
@media (max-width: 575px) {
  .cid-uVF5Dr4jCO .item-content {
    padding: 40px 30px 40px 20px;
  }
}
.cid-uVF5Dr4jCO .item-text-box {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
.cid-uVF5Dr4jCO .label-container {
  padding: 6px 13px;
  border: 1px solid #d70081;
  border-radius: 4px;
  margin-right: 15px;
}
.cid-uVF5Dr4jCO .label-text {
  color: #000000;
}
.cid-uVF5Dr4jCO .date-text {
  flex-grow: 1;
  color: #000000;
  text-align: center;
}
.cid-uVF5Dr4jCO .item-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-uVF5Dr4jCO .mbr-text {
  color: #000000;
  padding-top: 20px;
}
.cid-uVF5Dr4jCO .mbr-section-btn {
  margin-top: 20px;
}
.cid-uVF5Dr4jCO .item-title,
.cid-uVF5Dr4jCO .mbr-section-btn {
  text-align: center;
}
.cid-uVJhCuR4no {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uVJhCuR4no .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-v24fThroW8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-v24fThroW8 nav.navbar {
  position: fixed;
}
.cid-v24fThroW8 .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-v24fThroW8 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v24fThroW8 .dropdown-item {
  border: none !important;
  background: #f5f5f5 !important;
}
.cid-v24fThroW8 .dropdown-item:hover,
.cid-v24fThroW8 .dropdown-item:focus {
  background: #f5f5f5 !important;
  color: #0f0f0f !important;
}
.cid-v24fThroW8 .dropdown-item:hover span {
  color: white;
}
.cid-v24fThroW8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v24fThroW8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v24fThroW8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v24fThroW8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v24fThroW8 .nav-link {
  position: relative;
}
.cid-v24fThroW8 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v24fThroW8 .container {
    flex-wrap: nowrap;
  }
}
.cid-v24fThroW8 .iconfont-wrapper {
  color: #0f0f0f !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v24fThroW8 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v24fThroW8 .dropdown-menu,
.cid-v24fThroW8 .navbar.opened {
  background: #f5f5f5 !important;
}
.cid-v24fThroW8 .nav-item:focus,
.cid-v24fThroW8 .nav-link:focus {
  outline: none;
}
.cid-v24fThroW8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v24fThroW8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v24fThroW8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v24fThroW8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v24fThroW8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v24fThroW8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v24fThroW8 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f5f5f5;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v24fThroW8 .navbar.opened {
  transition: all 0.3s;
}
.cid-v24fThroW8 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v24fThroW8 .navbar .navbar-logo img {
  width: auto;
}
.cid-v24fThroW8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v24fThroW8 .navbar.collapsed {
  justify-content: center;
}
.cid-v24fThroW8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v24fThroW8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v24fThroW8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-v24fThroW8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v24fThroW8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v24fThroW8 .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-v24fThroW8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v24fThroW8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v24fThroW8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v24fThroW8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v24fThroW8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v24fThroW8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v24fThroW8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v24fThroW8 .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-v24fThroW8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v24fThroW8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v24fThroW8 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-v24fThroW8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v24fThroW8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v24fThroW8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v24fThroW8 .navbar.navbar-short {
  min-height: 96px;
}
.cid-v24fThroW8 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v24fThroW8 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v24fThroW8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v24fThroW8 .navbar-brand .navbar-caption:hover,
.cid-v24fThroW8 .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-v24fThroW8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v24fThroW8 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v24fThroW8 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-v24fThroW8 .dropdown-item.active,
.cid-v24fThroW8 .dropdown-item:active {
  background-color: transparent;
}
.cid-v24fThroW8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v24fThroW8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v24fThroW8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v24fThroW8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f5f5;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v24fThroW8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v24fThroW8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v24fThroW8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v24fThroW8 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v24fThroW8 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v24fThroW8 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-v24fThroW8 .navbar-buttons {
    text-align: left;
    width: 246px;
  }
}
.cid-v24fThroW8 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-v24fThroW8 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v24fThroW8 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f5f5f5 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v24fThroW8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0f0f0f;
}
.cid-v24fThroW8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v24fThroW8 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v24fThroW8 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v24fThroW8 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v24fThroW8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v24fThroW8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v24fThroW8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v24fThroW8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v24fThroW8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v24fThroW8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v24fThroW8 .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-v24fThroW8 .navbar {
    height: 70px;
  }
  .cid-v24fThroW8 .navbar.opened {
    height: auto;
  }
  .cid-v24fThroW8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v24fThroW8 .navbar-nav {
  margin: 0 auto;
}
.cid-v24fThroW8 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v24fThroW8 .nav-item .nav-link {
  padding: 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
  border-radius: 3rem;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-v24fThroW8 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v24fThroW8 .nav-item .nav-link:hover,
.cid-v24fThroW8 .nav-item .nav-link:focus {
  background-color: transparent;
  color: #0f0f0f !important;
  text-decoration-color: #0f0f0f;
}
.cid-v24fThroW8 .nav-item .nav-link:hover::after,
.cid-v24fThroW8 .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-v24fThroW8 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v24fThroW8 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v24fThroW8 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v24fThroW8 .navbar {
    justify-content: flex-start !important;
  }
  .cid-v24fThroW8 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v24fThroW8 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v24fThroW8 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v24fThroW8 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v24fThroW8 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v24fThroW8 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v24fThroW8 .content-wrap {
  min-height: 110px;
}
.cid-uYs7oZsxYX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYs7oZsxYX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYs7oZsxYX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYs7oZsxYX .card {
  justify-content: center;
}
.cid-uYs7oZsxYX .image-wrapper {
  padding-right: 70px;
}
@media (max-width: 992px) {
  .cid-uYs7oZsxYX .image-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uYs7oZsxYX .image-wrapper img {
  height: 650px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYs7oZsxYX .image-wrapper img {
    height: 350px;
  }
}
.cid-uYs7oZsxYX .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYs7oZsxYX .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYs7oZsxYX .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uYs7oZsxYX .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uYs7oZsxYX .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYs7oZsxYX .mbr-section-title {
  color: #000000;
}
.cid-uYs7oZsxYX .mbr-section-subtitle {
  color: #000000;
}
.cid-uYs7oZsxYX .mbr-text,
.cid-uYs7oZsxYX .text-wrapper {
  color: #000000;
}
.cid-uVE68E8eRt {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVE68E8eRt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVE68E8eRt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVE68E8eRt .card-wrapper {
  padding: 64px;
  background-color: #f4f6fa;
  display: flex;
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uVE68E8eRt .card-wrapper {
    display: block;
    padding: 24px;
    margin-top: 0;
  }
}
.cid-uVE68E8eRt .image-wrapper {
  width: 50%;
  padding-right: 56px;
}
@media (max-width: 992px) {
  .cid-uVE68E8eRt .image-wrapper {
    padding-right: 0;
    width: 100%;
  }
}
.cid-uVE68E8eRt .image-wrapper img {
  height: 800px;
  width: 100%;
  object-fit: cover;
  position: sticky;
  top: 132px;
  margin-top: -128px;
}
@media (max-width: 1400px) {
  .cid-uVE68E8eRt .image-wrapper img {
    height: 600px;
  }
}
@media (max-width: 992px) {
  .cid-uVE68E8eRt .image-wrapper img {
    height: 350px;
    margin: 0 0 32px 0;
    position: static;
  }
}
.cid-uVE68E8eRt .content-wrapper {
  width: 50%;
  padding-right: 56px;
}
@media (max-width: 1400px) {
  .cid-uVE68E8eRt .content-wrapper {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uVE68E8eRt .content-wrapper {
    width: 100%;
  }
}
.cid-uVE68E8eRt .content-wrapper .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uVE68E8eRt .content-wrapper .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-uVE68E8eRt .content-wrapper .content-wrap .title-wrapper {
  margin-bottom: 16px;
}
.cid-uVE68E8eRt .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVE68E8eRt .content-wrapper .content-wrap .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uVE68E8eRt .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVE68E8eRt .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVE68E8eRt .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px 24px 24px 32px;
  background-color: #ffffff;
  border: none;
  transition: all 0.3s ease-in-out;
  margin-top: 16px;
}
@media (max-width: 992px) {
  .cid-uVE68E8eRt .content-wrapper .panel-group .card {
    padding: 16px;
  }
}
.cid-uVE68E8eRt .content-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uVE68E8eRt .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uVE68E8eRt .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uVE68E8eRt .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uVE68E8eRt .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #a6adbf;
}
.cid-uVE68E8eRt .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  margin-top: 4px;
  font-size: 12px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uVE68E8eRt .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper:hover {
  background-color: #7b86a1;
}
.cid-uVE68E8eRt .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uVE68E8eRt .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(180deg);
}
.cid-uVE68E8eRt .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 24px;
}
.cid-uVE68E8eRt .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uVE68E8eRt .mbr-section-title {
  color: #111111;
}
.cid-uVE68E8eRt .mbr-section-subtitle {
  color: #000000;
}
.cid-uVE68E8eRt .mbr-text,
.cid-uVE68E8eRt .text-wrapper {
  color: #000000;
}
.cid-uVE68E8eRt .panel-title-edit {
  color: #000000;
}
.cid-uVE68E8eRt .panel-text {
  color: #000000;
}
.cid-uVJhCuR4no {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uVJhCuR4no .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-v24fThroW8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-v24fThroW8 nav.navbar {
  position: fixed;
}
.cid-v24fThroW8 .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-v24fThroW8 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v24fThroW8 .dropdown-item {
  border: none !important;
  background: #f5f5f5 !important;
}
.cid-v24fThroW8 .dropdown-item:hover,
.cid-v24fThroW8 .dropdown-item:focus {
  background: #f5f5f5 !important;
  color: #0f0f0f !important;
}
.cid-v24fThroW8 .dropdown-item:hover span {
  color: white;
}
.cid-v24fThroW8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v24fThroW8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v24fThroW8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v24fThroW8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v24fThroW8 .nav-link {
  position: relative;
}
.cid-v24fThroW8 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v24fThroW8 .container {
    flex-wrap: nowrap;
  }
}
.cid-v24fThroW8 .iconfont-wrapper {
  color: #0f0f0f !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v24fThroW8 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v24fThroW8 .dropdown-menu,
.cid-v24fThroW8 .navbar.opened {
  background: #f5f5f5 !important;
}
.cid-v24fThroW8 .nav-item:focus,
.cid-v24fThroW8 .nav-link:focus {
  outline: none;
}
.cid-v24fThroW8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v24fThroW8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v24fThroW8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v24fThroW8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v24fThroW8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v24fThroW8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v24fThroW8 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f5f5f5;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v24fThroW8 .navbar.opened {
  transition: all 0.3s;
}
.cid-v24fThroW8 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v24fThroW8 .navbar .navbar-logo img {
  width: auto;
}
.cid-v24fThroW8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v24fThroW8 .navbar.collapsed {
  justify-content: center;
}
.cid-v24fThroW8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v24fThroW8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v24fThroW8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-v24fThroW8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v24fThroW8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v24fThroW8 .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-v24fThroW8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v24fThroW8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v24fThroW8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v24fThroW8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v24fThroW8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v24fThroW8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v24fThroW8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v24fThroW8 .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-v24fThroW8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v24fThroW8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v24fThroW8 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-v24fThroW8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v24fThroW8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v24fThroW8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v24fThroW8 .navbar.navbar-short {
  min-height: 96px;
}
.cid-v24fThroW8 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v24fThroW8 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v24fThroW8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v24fThroW8 .navbar-brand .navbar-caption:hover,
.cid-v24fThroW8 .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-v24fThroW8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v24fThroW8 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v24fThroW8 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-v24fThroW8 .dropdown-item.active,
.cid-v24fThroW8 .dropdown-item:active {
  background-color: transparent;
}
.cid-v24fThroW8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v24fThroW8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v24fThroW8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v24fThroW8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f5f5;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v24fThroW8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v24fThroW8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v24fThroW8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v24fThroW8 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v24fThroW8 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v24fThroW8 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-v24fThroW8 .navbar-buttons {
    text-align: left;
    width: 246px;
  }
}
.cid-v24fThroW8 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-v24fThroW8 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v24fThroW8 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f5f5f5 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v24fThroW8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0f0f0f;
}
.cid-v24fThroW8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v24fThroW8 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v24fThroW8 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v24fThroW8 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v24fThroW8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v24fThroW8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v24fThroW8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v24fThroW8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v24fThroW8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v24fThroW8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v24fThroW8 .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-v24fThroW8 .navbar {
    height: 70px;
  }
  .cid-v24fThroW8 .navbar.opened {
    height: auto;
  }
  .cid-v24fThroW8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v24fThroW8 .navbar-nav {
  margin: 0 auto;
}
.cid-v24fThroW8 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v24fThroW8 .nav-item .nav-link {
  padding: 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
  border-radius: 3rem;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-v24fThroW8 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v24fThroW8 .nav-item .nav-link:hover,
.cid-v24fThroW8 .nav-item .nav-link:focus {
  background-color: transparent;
  color: #0f0f0f !important;
  text-decoration-color: #0f0f0f;
}
.cid-v24fThroW8 .nav-item .nav-link:hover::after,
.cid-v24fThroW8 .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-v24fThroW8 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v24fThroW8 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v24fThroW8 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v24fThroW8 .navbar {
    justify-content: flex-start !important;
  }
  .cid-v24fThroW8 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v24fThroW8 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v24fThroW8 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v24fThroW8 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v24fThroW8 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v24fThroW8 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v24fThroW8 .content-wrap {
  min-height: 110px;
}
.cid-uYs3YanBw6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYs3YanBw6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYs3YanBw6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYs3YanBw6 .card {
  justify-content: center;
}
.cid-uYs3YanBw6 .image-wrapper {
  padding-right: 70px;
}
@media (max-width: 992px) {
  .cid-uYs3YanBw6 .image-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uYs3YanBw6 .image-wrapper img {
  height: 650px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYs3YanBw6 .image-wrapper img {
    height: 350px;
  }
}
.cid-uYs3YanBw6 .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYs3YanBw6 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYs3YanBw6 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uYs3YanBw6 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uYs3YanBw6 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYs3YanBw6 .mbr-section-title {
  color: #000000;
}
.cid-uYs3YanBw6 .mbr-section-subtitle {
  color: #000000;
}
.cid-uYs3YanBw6 .mbr-text,
.cid-uYs3YanBw6 .text-wrapper {
  color: #000000;
}
.cid-uVJhCuR4no {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uVJhCuR4no .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-v24fThroW8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-v24fThroW8 nav.navbar {
  position: fixed;
}
.cid-v24fThroW8 .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-v24fThroW8 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v24fThroW8 .dropdown-item {
  border: none !important;
  background: #f5f5f5 !important;
}
.cid-v24fThroW8 .dropdown-item:hover,
.cid-v24fThroW8 .dropdown-item:focus {
  background: #f5f5f5 !important;
  color: #0f0f0f !important;
}
.cid-v24fThroW8 .dropdown-item:hover span {
  color: white;
}
.cid-v24fThroW8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v24fThroW8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v24fThroW8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v24fThroW8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v24fThroW8 .nav-link {
  position: relative;
}
.cid-v24fThroW8 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v24fThroW8 .container {
    flex-wrap: nowrap;
  }
}
.cid-v24fThroW8 .iconfont-wrapper {
  color: #0f0f0f !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v24fThroW8 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v24fThroW8 .dropdown-menu,
.cid-v24fThroW8 .navbar.opened {
  background: #f5f5f5 !important;
}
.cid-v24fThroW8 .nav-item:focus,
.cid-v24fThroW8 .nav-link:focus {
  outline: none;
}
.cid-v24fThroW8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v24fThroW8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v24fThroW8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v24fThroW8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v24fThroW8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v24fThroW8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v24fThroW8 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f5f5f5;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v24fThroW8 .navbar.opened {
  transition: all 0.3s;
}
.cid-v24fThroW8 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v24fThroW8 .navbar .navbar-logo img {
  width: auto;
}
.cid-v24fThroW8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v24fThroW8 .navbar.collapsed {
  justify-content: center;
}
.cid-v24fThroW8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v24fThroW8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v24fThroW8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-v24fThroW8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v24fThroW8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v24fThroW8 .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-v24fThroW8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v24fThroW8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v24fThroW8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v24fThroW8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v24fThroW8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v24fThroW8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v24fThroW8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v24fThroW8 .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-v24fThroW8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v24fThroW8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v24fThroW8 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-v24fThroW8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v24fThroW8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v24fThroW8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v24fThroW8 .navbar.navbar-short {
  min-height: 96px;
}
.cid-v24fThroW8 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v24fThroW8 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v24fThroW8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v24fThroW8 .navbar-brand .navbar-caption:hover,
.cid-v24fThroW8 .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-v24fThroW8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v24fThroW8 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v24fThroW8 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-v24fThroW8 .dropdown-item.active,
.cid-v24fThroW8 .dropdown-item:active {
  background-color: transparent;
}
.cid-v24fThroW8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v24fThroW8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v24fThroW8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v24fThroW8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f5f5;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v24fThroW8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v24fThroW8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v24fThroW8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v24fThroW8 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v24fThroW8 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v24fThroW8 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-v24fThroW8 .navbar-buttons {
    text-align: left;
    width: 246px;
  }
}
.cid-v24fThroW8 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-v24fThroW8 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v24fThroW8 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f5f5f5 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v24fThroW8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0f0f0f;
}
.cid-v24fThroW8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v24fThroW8 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v24fThroW8 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v24fThroW8 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v24fThroW8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v24fThroW8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v24fThroW8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v24fThroW8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v24fThroW8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v24fThroW8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v24fThroW8 .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-v24fThroW8 .navbar {
    height: 70px;
  }
  .cid-v24fThroW8 .navbar.opened {
    height: auto;
  }
  .cid-v24fThroW8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v24fThroW8 .navbar-nav {
  margin: 0 auto;
}
.cid-v24fThroW8 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v24fThroW8 .nav-item .nav-link {
  padding: 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
  border-radius: 3rem;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-v24fThroW8 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v24fThroW8 .nav-item .nav-link:hover,
.cid-v24fThroW8 .nav-item .nav-link:focus {
  background-color: transparent;
  color: #0f0f0f !important;
  text-decoration-color: #0f0f0f;
}
.cid-v24fThroW8 .nav-item .nav-link:hover::after,
.cid-v24fThroW8 .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-v24fThroW8 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v24fThroW8 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v24fThroW8 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v24fThroW8 .navbar {
    justify-content: flex-start !important;
  }
  .cid-v24fThroW8 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v24fThroW8 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v24fThroW8 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v24fThroW8 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v24fThroW8 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v24fThroW8 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v24fThroW8 .content-wrap {
  min-height: 110px;
}
.cid-uYs3iEzUKP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYs3iEzUKP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYs3iEzUKP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYs3iEzUKP .card {
  justify-content: center;
}
.cid-uYs3iEzUKP .image-wrapper {
  padding-right: 70px;
}
@media (max-width: 992px) {
  .cid-uYs3iEzUKP .image-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uYs3iEzUKP .image-wrapper img {
  height: 650px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYs3iEzUKP .image-wrapper img {
    height: 350px;
  }
}
.cid-uYs3iEzUKP .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYs3iEzUKP .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYs3iEzUKP .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uYs3iEzUKP .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uYs3iEzUKP .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYs3iEzUKP .mbr-section-title {
  color: #000000;
}
.cid-uYs3iEzUKP .mbr-section-subtitle {
  color: #000000;
}
.cid-uYs3iEzUKP .mbr-text,
.cid-uYs3iEzUKP .text-wrapper {
  color: #000000;
}
.cid-uVEvtYySIY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uVEvtYySIY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVEvtYySIY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uVEvtYySIY .container {
    padding: 0 24px;
  }
}
.cid-uVEvtYySIY .row {
  justify-content: center;
}
.cid-uVEvtYySIY .content-wrapper {
  border-radius: 40px;
  background-color: #f5f5f5;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-uVEvtYySIY .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uVEvtYySIY .content-wrapper {
    padding: 32px;
  }
}
.cid-uVEvtYySIY .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVEvtYySIY .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-uVEvtYySIY .mbr-section-title {
  color: #000000;
}
.cid-uVEvtYySIY .mbr-text {
  color: #000000;
}
.cid-uVJiWoKgqh {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uVJiWoKgqh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVJiWoKgqh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uVJiWoKgqh .container {
    padding: 0 24px;
  }
}
.cid-uVJiWoKgqh .row {
  justify-content: center;
}
.cid-uVJiWoKgqh .content-wrapper {
  border-radius: 40px;
  background-color: #f3f4f7;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-uVJiWoKgqh .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uVJiWoKgqh .content-wrapper {
    padding: 32px;
  }
}
.cid-uVJiWoKgqh .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVJiWoKgqh .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-uVJiWoKgqh .mbr-section-title {
  color: #000000;
}
.cid-uVJiWoKgqh .mbr-text {
  color: #000000;
}
.cid-uVJjhG9gK6 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uVJjhG9gK6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVJjhG9gK6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uVJjhG9gK6 .container {
    padding: 0 24px;
  }
}
.cid-uVJjhG9gK6 .row {
  justify-content: center;
}
.cid-uVJjhG9gK6 .content-wrapper {
  border-radius: 40px;
  background-color: #f3f4f7;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-uVJjhG9gK6 .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uVJjhG9gK6 .content-wrapper {
    padding: 32px;
  }
}
.cid-uVJjhG9gK6 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVJjhG9gK6 .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-uVJjhG9gK6 .mbr-section-title {
  color: #000000;
}
.cid-uVJjhG9gK6 .mbr-text {
  color: #000000;
}
.cid-uVJhCuR4no {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uVJhCuR4no .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-v24fThroW8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-v24fThroW8 nav.navbar {
  position: fixed;
}
.cid-v24fThroW8 .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-v24fThroW8 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v24fThroW8 .dropdown-item {
  border: none !important;
  background: #f5f5f5 !important;
}
.cid-v24fThroW8 .dropdown-item:hover,
.cid-v24fThroW8 .dropdown-item:focus {
  background: #f5f5f5 !important;
  color: #0f0f0f !important;
}
.cid-v24fThroW8 .dropdown-item:hover span {
  color: white;
}
.cid-v24fThroW8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v24fThroW8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v24fThroW8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v24fThroW8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v24fThroW8 .nav-link {
  position: relative;
}
.cid-v24fThroW8 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v24fThroW8 .container {
    flex-wrap: nowrap;
  }
}
.cid-v24fThroW8 .iconfont-wrapper {
  color: #0f0f0f !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v24fThroW8 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v24fThroW8 .dropdown-menu,
.cid-v24fThroW8 .navbar.opened {
  background: #f5f5f5 !important;
}
.cid-v24fThroW8 .nav-item:focus,
.cid-v24fThroW8 .nav-link:focus {
  outline: none;
}
.cid-v24fThroW8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v24fThroW8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v24fThroW8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v24fThroW8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v24fThroW8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v24fThroW8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v24fThroW8 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f5f5f5;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v24fThroW8 .navbar.opened {
  transition: all 0.3s;
}
.cid-v24fThroW8 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v24fThroW8 .navbar .navbar-logo img {
  width: auto;
}
.cid-v24fThroW8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v24fThroW8 .navbar.collapsed {
  justify-content: center;
}
.cid-v24fThroW8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v24fThroW8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v24fThroW8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-v24fThroW8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v24fThroW8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v24fThroW8 .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-v24fThroW8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v24fThroW8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v24fThroW8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v24fThroW8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v24fThroW8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v24fThroW8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v24fThroW8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v24fThroW8 .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-v24fThroW8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v24fThroW8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v24fThroW8 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-v24fThroW8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v24fThroW8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v24fThroW8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v24fThroW8 .navbar.navbar-short {
  min-height: 96px;
}
.cid-v24fThroW8 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v24fThroW8 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v24fThroW8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v24fThroW8 .navbar-brand .navbar-caption:hover,
.cid-v24fThroW8 .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-v24fThroW8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v24fThroW8 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v24fThroW8 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-v24fThroW8 .dropdown-item.active,
.cid-v24fThroW8 .dropdown-item:active {
  background-color: transparent;
}
.cid-v24fThroW8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v24fThroW8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v24fThroW8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v24fThroW8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f5f5;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v24fThroW8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v24fThroW8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v24fThroW8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v24fThroW8 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v24fThroW8 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v24fThroW8 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-v24fThroW8 .navbar-buttons {
    text-align: left;
    width: 246px;
  }
}
.cid-v24fThroW8 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-v24fThroW8 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v24fThroW8 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f5f5f5 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v24fThroW8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0f0f0f;
}
.cid-v24fThroW8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v24fThroW8 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v24fThroW8 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v24fThroW8 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v24fThroW8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v24fThroW8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v24fThroW8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v24fThroW8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v24fThroW8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v24fThroW8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v24fThroW8 .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-v24fThroW8 .navbar {
    height: 70px;
  }
  .cid-v24fThroW8 .navbar.opened {
    height: auto;
  }
  .cid-v24fThroW8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v24fThroW8 .navbar-nav {
  margin: 0 auto;
}
.cid-v24fThroW8 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v24fThroW8 .nav-item .nav-link {
  padding: 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
  border-radius: 3rem;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-v24fThroW8 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v24fThroW8 .nav-item .nav-link:hover,
.cid-v24fThroW8 .nav-item .nav-link:focus {
  background-color: transparent;
  color: #0f0f0f !important;
  text-decoration-color: #0f0f0f;
}
.cid-v24fThroW8 .nav-item .nav-link:hover::after,
.cid-v24fThroW8 .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-v24fThroW8 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v24fThroW8 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v24fThroW8 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v24fThroW8 .navbar {
    justify-content: flex-start !important;
  }
  .cid-v24fThroW8 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v24fThroW8 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v24fThroW8 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v24fThroW8 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v24fThroW8 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v24fThroW8 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v24fThroW8 .content-wrap {
  min-height: 110px;
}
.cid-uYs2RUtgpe {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYs2RUtgpe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYs2RUtgpe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYs2RUtgpe .card {
  justify-content: center;
}
.cid-uYs2RUtgpe .image-wrapper {
  padding-right: 70px;
}
@media (max-width: 992px) {
  .cid-uYs2RUtgpe .image-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uYs2RUtgpe .image-wrapper img {
  height: 650px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYs2RUtgpe .image-wrapper img {
    height: 350px;
  }
}
.cid-uYs2RUtgpe .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYs2RUtgpe .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYs2RUtgpe .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uYs2RUtgpe .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uYs2RUtgpe .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYs2RUtgpe .mbr-section-title {
  color: #000000;
}
.cid-uYs2RUtgpe .mbr-section-subtitle {
  color: #000000;
}
.cid-uYs2RUtgpe .mbr-text,
.cid-uYs2RUtgpe .text-wrapper {
  color: #000000;
}
.cid-uVExsg8KFm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uVExsg8KFm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVExsg8KFm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uVExsg8KFm .container {
    padding: 0 24px;
  }
}
.cid-uVExsg8KFm .row {
  justify-content: center;
}
.cid-uVExsg8KFm .content-wrapper {
  border-radius: 40px;
  background-color: #f5f5f5;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-uVExsg8KFm .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uVExsg8KFm .content-wrapper {
    padding: 32px;
  }
}
.cid-uVExsg8KFm .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVExsg8KFm .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-uVExsg8KFm .mbr-section-title {
  color: #000000;
}
.cid-uVExsg8KFm .mbr-text {
  color: #000000;
}
.cid-uVJhCuR4no {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uVJhCuR4no .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-v24fThroW8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-v24fThroW8 nav.navbar {
  position: fixed;
}
.cid-v24fThroW8 .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-v24fThroW8 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v24fThroW8 .dropdown-item {
  border: none !important;
  background: #f5f5f5 !important;
}
.cid-v24fThroW8 .dropdown-item:hover,
.cid-v24fThroW8 .dropdown-item:focus {
  background: #f5f5f5 !important;
  color: #0f0f0f !important;
}
.cid-v24fThroW8 .dropdown-item:hover span {
  color: white;
}
.cid-v24fThroW8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v24fThroW8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v24fThroW8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v24fThroW8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v24fThroW8 .nav-link {
  position: relative;
}
.cid-v24fThroW8 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v24fThroW8 .container {
    flex-wrap: nowrap;
  }
}
.cid-v24fThroW8 .iconfont-wrapper {
  color: #0f0f0f !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v24fThroW8 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v24fThroW8 .dropdown-menu,
.cid-v24fThroW8 .navbar.opened {
  background: #f5f5f5 !important;
}
.cid-v24fThroW8 .nav-item:focus,
.cid-v24fThroW8 .nav-link:focus {
  outline: none;
}
.cid-v24fThroW8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v24fThroW8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v24fThroW8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v24fThroW8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v24fThroW8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v24fThroW8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v24fThroW8 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f5f5f5;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v24fThroW8 .navbar.opened {
  transition: all 0.3s;
}
.cid-v24fThroW8 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v24fThroW8 .navbar .navbar-logo img {
  width: auto;
}
.cid-v24fThroW8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v24fThroW8 .navbar.collapsed {
  justify-content: center;
}
.cid-v24fThroW8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v24fThroW8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v24fThroW8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-v24fThroW8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v24fThroW8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v24fThroW8 .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-v24fThroW8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v24fThroW8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v24fThroW8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v24fThroW8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v24fThroW8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v24fThroW8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v24fThroW8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v24fThroW8 .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-v24fThroW8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v24fThroW8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v24fThroW8 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-v24fThroW8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v24fThroW8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v24fThroW8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v24fThroW8 .navbar.navbar-short {
  min-height: 96px;
}
.cid-v24fThroW8 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v24fThroW8 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v24fThroW8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v24fThroW8 .navbar-brand .navbar-caption:hover,
.cid-v24fThroW8 .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-v24fThroW8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v24fThroW8 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v24fThroW8 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-v24fThroW8 .dropdown-item.active,
.cid-v24fThroW8 .dropdown-item:active {
  background-color: transparent;
}
.cid-v24fThroW8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v24fThroW8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v24fThroW8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v24fThroW8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f5f5;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v24fThroW8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v24fThroW8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v24fThroW8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v24fThroW8 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v24fThroW8 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v24fThroW8 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-v24fThroW8 .navbar-buttons {
    text-align: left;
    width: 246px;
  }
}
.cid-v24fThroW8 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-v24fThroW8 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v24fThroW8 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f5f5f5 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v24fThroW8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0f0f0f;
}
.cid-v24fThroW8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v24fThroW8 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v24fThroW8 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v24fThroW8 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v24fThroW8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v24fThroW8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v24fThroW8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v24fThroW8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v24fThroW8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v24fThroW8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v24fThroW8 .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-v24fThroW8 .navbar {
    height: 70px;
  }
  .cid-v24fThroW8 .navbar.opened {
    height: auto;
  }
  .cid-v24fThroW8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v24fThroW8 .navbar-nav {
  margin: 0 auto;
}
.cid-v24fThroW8 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v24fThroW8 .nav-item .nav-link {
  padding: 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
  border-radius: 3rem;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-v24fThroW8 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v24fThroW8 .nav-item .nav-link:hover,
.cid-v24fThroW8 .nav-item .nav-link:focus {
  background-color: transparent;
  color: #0f0f0f !important;
  text-decoration-color: #0f0f0f;
}
.cid-v24fThroW8 .nav-item .nav-link:hover::after,
.cid-v24fThroW8 .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-v24fThroW8 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v24fThroW8 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v24fThroW8 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v24fThroW8 .navbar {
    justify-content: flex-start !important;
  }
  .cid-v24fThroW8 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v24fThroW8 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v24fThroW8 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v24fThroW8 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v24fThroW8 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v24fThroW8 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v24fThroW8 .content-wrap {
  min-height: 110px;
}
.cid-uYs8Ha7g6m {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYs8Ha7g6m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYs8Ha7g6m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYs8Ha7g6m .card {
  justify-content: center;
}
.cid-uYs8Ha7g6m .image-wrapper {
  padding-right: 70px;
}
@media (max-width: 992px) {
  .cid-uYs8Ha7g6m .image-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uYs8Ha7g6m .image-wrapper img {
  height: 650px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYs8Ha7g6m .image-wrapper img {
    height: 350px;
  }
}
.cid-uYs8Ha7g6m .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYs8Ha7g6m .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYs8Ha7g6m .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uYs8Ha7g6m .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uYs8Ha7g6m .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYs8Ha7g6m .mbr-section-title {
  color: #000000;
}
.cid-uYs8Ha7g6m .mbr-section-subtitle {
  color: #000000;
}
.cid-uYs8Ha7g6m .mbr-text,
.cid-uYs8Ha7g6m .text-wrapper {
  color: #000000;
}
.cid-v2b9z2YCxd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v2b9z2YCxd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2b9z2YCxd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2b9z2YCxd .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v2b9z2YCxd .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v2b9z2YCxd .content-wrapper .mbr-label {
  margin-bottom: 32px;
}
.cid-v2b9z2YCxd .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v2b9z2YCxd .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v2b9z2YCxd .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2b9z2YCxd .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v2b9z2YCxd .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v2b9z2YCxd .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-v2b9z2YCxd .image-wrapper {
  padding-left: 68px;
}
@media (max-width: 992px) {
  .cid-v2b9z2YCxd .image-wrapper {
    padding-left: 0;
  }
}
.cid-v2b9z2YCxd .image-wrapper img {
  height: 640px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v2b9z2YCxd .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-v2b9z2YCxd .image-wrapper img {
    height: 350px;
  }
}
.cid-v2b9z2YCxd .mbr-label {
  color: #000000;
}
.cid-v2b9z2YCxd .mbr-section-title {
  color: #111111;
}
.cid-v2b9z2YCxd .mbr-section-subtitle {
  color: #000000;
}
.cid-v2b9z2YCxd .mbr-text,
.cid-v2b9z2YCxd .text-wrapper {
  color: #666666;
}
.cid-v2b9z2YCxd .mbr-text,
.cid-v2b9z2YCxd .text-wrapper,
.cid-v2b9z2YCxd .mbr-section-btn {
  color: #000000;
}
.cid-uVEB6DGUlo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVEB6DGUlo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVEB6DGUlo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uVEB6DGUlo .container {
    padding: 0 24px;
  }
}
.cid-uVEB6DGUlo .row {
  justify-content: center;
}
.cid-uVEB6DGUlo .content-wrapper {
  border-radius: 40px;
  background-color: #ffffff;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-uVEB6DGUlo .content-wrapper {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uVEB6DGUlo .content-wrapper {
    padding: 32px;
  }
}
.cid-uVEB6DGUlo .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVEB6DGUlo .content-wrapper .mbr-text {
  margin: 16px 0 0;
}
.cid-uVEB6DGUlo .mbr-section-title {
  color: #000000;
}
.cid-uVEB6DGUlo .mbr-text {
  color: #000000;
}
.cid-uVEAGiHQrJ {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uVEAGiHQrJ .card-box {
  background-color: #ffffff;
  padding: 4rem 2rem;
}
.cid-uVEAGiHQrJ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uVEAGiHQrJ p {
  color: #767676;
  text-align: left;
}
.cid-uVEAGiHQrJ .card-wrapper {
  border: 1px solid #c4cfde;
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uVEAGiHQrJ .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uVEAGiHQrJ .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-uVEAGiHQrJ h3 {
  position: relative;
  margin-top: 2rem;
  letter-spacing: 2px;
}
.cid-uVEAGiHQrJ h3:after {
  content: "";
  color: #333;
  transition: all 0.3s;
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #171e25;
  margin-left: 10px;
}
.cid-uVEAGiHQrJ h3:hover:after {
  margin-left: -15px;
}
.cid-uVEAGiHQrJ P {
  text-align: left;
  color: #192732;
}
.cid-uVEAGiHQrJ .card-title {
  text-align: center;
}
.cid-uVEAGiHQrJ H3 {
  text-align: center;
}
.cid-uVEAGiHQrJ .number {
  text-align: center;
}
.cid-uVEAGiHQrJ H1 {
  text-align: left;
}
.cid-uVEAGiHQrJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVEAGiHQrJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVJhCuR4no {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uVJhCuR4no .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-v24fThroW8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-v24fThroW8 nav.navbar {
  position: fixed;
}
.cid-v24fThroW8 .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-v24fThroW8 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-v24fThroW8 .dropdown-item {
  border: none !important;
  background: #f5f5f5 !important;
}
.cid-v24fThroW8 .dropdown-item:hover,
.cid-v24fThroW8 .dropdown-item:focus {
  background: #f5f5f5 !important;
  color: #0f0f0f !important;
}
.cid-v24fThroW8 .dropdown-item:hover span {
  color: white;
}
.cid-v24fThroW8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v24fThroW8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v24fThroW8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v24fThroW8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v24fThroW8 .nav-link {
  position: relative;
}
.cid-v24fThroW8 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v24fThroW8 .container {
    flex-wrap: nowrap;
  }
}
.cid-v24fThroW8 .iconfont-wrapper {
  color: #0f0f0f !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v24fThroW8 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v24fThroW8 .dropdown-menu,
.cid-v24fThroW8 .navbar.opened {
  background: #f5f5f5 !important;
}
.cid-v24fThroW8 .nav-item:focus,
.cid-v24fThroW8 .nav-link:focus {
  outline: none;
}
.cid-v24fThroW8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v24fThroW8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-v24fThroW8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v24fThroW8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v24fThroW8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v24fThroW8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v24fThroW8 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f5f5f5;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v24fThroW8 .navbar.opened {
  transition: all 0.3s;
}
.cid-v24fThroW8 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-v24fThroW8 .navbar .navbar-logo img {
  width: auto;
}
.cid-v24fThroW8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v24fThroW8 .navbar.collapsed {
  justify-content: center;
}
.cid-v24fThroW8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v24fThroW8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v24fThroW8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6rem);
  }
}
.cid-v24fThroW8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v24fThroW8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v24fThroW8 .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-v24fThroW8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v24fThroW8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v24fThroW8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v24fThroW8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v24fThroW8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v24fThroW8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v24fThroW8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v24fThroW8 .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-v24fThroW8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v24fThroW8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v24fThroW8 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-v24fThroW8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v24fThroW8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v24fThroW8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v24fThroW8 .navbar.navbar-short {
  min-height: 96px;
}
.cid-v24fThroW8 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v24fThroW8 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-v24fThroW8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v24fThroW8 .navbar-brand .navbar-caption:hover,
.cid-v24fThroW8 .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-v24fThroW8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v24fThroW8 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v24fThroW8 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-v24fThroW8 .dropdown-item.active,
.cid-v24fThroW8 .dropdown-item:active {
  background-color: transparent;
}
.cid-v24fThroW8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v24fThroW8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v24fThroW8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v24fThroW8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5f5f5;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-v24fThroW8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v24fThroW8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v24fThroW8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v24fThroW8 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v24fThroW8 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-v24fThroW8 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-v24fThroW8 .navbar-buttons {
    text-align: left;
    width: 246px;
  }
}
.cid-v24fThroW8 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-v24fThroW8 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v24fThroW8 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f5f5f5 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v24fThroW8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0f0f0f;
}
.cid-v24fThroW8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v24fThroW8 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v24fThroW8 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v24fThroW8 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v24fThroW8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v24fThroW8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v24fThroW8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v24fThroW8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v24fThroW8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v24fThroW8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v24fThroW8 .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-v24fThroW8 .navbar {
    height: 70px;
  }
  .cid-v24fThroW8 .navbar.opened {
    height: auto;
  }
  .cid-v24fThroW8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v24fThroW8 .navbar-nav {
  margin: 0 auto;
}
.cid-v24fThroW8 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v24fThroW8 .nav-item .nav-link {
  padding: 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
  border-radius: 3rem;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-v24fThroW8 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v24fThroW8 .nav-item .nav-link:hover,
.cid-v24fThroW8 .nav-item .nav-link:focus {
  background-color: transparent;
  color: #0f0f0f !important;
  text-decoration-color: #0f0f0f;
}
.cid-v24fThroW8 .nav-item .nav-link:hover::after,
.cid-v24fThroW8 .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-v24fThroW8 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v24fThroW8 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v24fThroW8 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-v24fThroW8 .navbar {
    justify-content: flex-start !important;
  }
  .cid-v24fThroW8 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v24fThroW8 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v24fThroW8 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v24fThroW8 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-v24fThroW8 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-v24fThroW8 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-v24fThroW8 .content-wrap {
  min-height: 110px;
}
.cid-uYs0fXs55S {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uYs0fXs55S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYs0fXs55S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYs0fXs55S .card {
  justify-content: center;
}
.cid-uYs0fXs55S .image-wrapper {
  padding-right: 70px;
}
@media (max-width: 992px) {
  .cid-uYs0fXs55S .image-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uYs0fXs55S .image-wrapper img {
  height: 650px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYs0fXs55S .image-wrapper img {
    height: 350px;
  }
}
.cid-uYs0fXs55S .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYs0fXs55S .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYs0fXs55S .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uYs0fXs55S .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uYs0fXs55S .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYs0fXs55S .mbr-section-title {
  color: #000000;
}
.cid-uYs0fXs55S .mbr-section-subtitle {
  color: #000000;
}
.cid-uYs0fXs55S .mbr-text,
.cid-uYs0fXs55S .text-wrapper {
  color: #000000;
}
.cid-uYs16KFRPU {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #fafafa;
}
.cid-uYs16KFRPU .showAlerts {
  display: block !important;
}
.cid-uYs16KFRPU .rowflexrev {
  display: -webkit-flex;
}
.cid-uYs16KFRPU .ws-form-alerts {
  margin-top: 1rem;
}
.cid-uYs16KFRPU .title {
  margin-bottom: 2rem;
}
.cid-uYs16KFRPU .mbr-section-subtitle {
  color: #000000;
}
.cid-uYs16KFRPU textarea.form-control {
  min-height: 188px;
}
.cid-uYs16KFRPU LABEL {
  color: #232323;
  display: initial;
}
.cid-uYs16KFRPU .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uYs16KFRPU .mbr-section-labels {
  color: #000000;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-uYs16KFRPU .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uYs16KFRPU .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uYs16KFRPU .alert {
  margin-bottom: 0;
}
.cid-uYs16KFRPU .alert-success {
  background-color: #7787a5;
}
.cid-uYs16KFRPU .alert-danger {
  background-color: #d70081;
}
.cid-uYs16KFRPU .btn {
  display: inline-flex;
}
.cid-uYs16KFRPU .mbr-alert-success {
  text-align: center;
  color: #ffffff;
}
.cid-uYs16KFRPU .mbr-alert-danger {
  text-align: center;
  color: #ffffff;
}
.cid-uYs16KFRPU H2 {
  text-align: justify;
}
.cid-uYs16KFRPU DIV {
  text-align: left;
}
.cid-uVKs2pgurz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uVKs2pgurz .media-container-row .mbr-text {
  color: #ffffff;
}
