.btn {
  border-width: 1px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Host Grotesk;
}
.display-1 {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 6.5rem;
  line-height: .95;
}
.display-1 > .mbr-iconfont {
  font-size: 8.125rem;
}
.display-2 {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 3.75rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.6875rem;
}
.display-4 {
  font-family: 'Roboto Mono', monospace;
  font-size: 1.5rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-5 {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 2.625rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 3.28125rem;
}
.display-7 {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 5.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.55rem;
    font-size: calc( 2.925rem + (6.5 - 2.925) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (2.925rem + (6.5 - 2.925) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3rem;
    font-size: calc( 1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.1rem;
    font-size: calc( 1.5687499999999999rem + (2.625 - 1.5687499999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.5687499999999999rem + (2.625 - 1.5687499999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 4.55rem;
    font-size: calc( 2.925rem + (6.5 - 2.925) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1 * (2.925rem + (6.5 - 2.925) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3rem;
    font-size: calc( 1.9625rem + (3.75 - 1.9625) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.9625rem + (3.75 - 1.9625) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 2.1rem;
    font-size: calc( 1.5687499999999999rem + (2.625 - 1.5687499999999999) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.5687499999999999rem + (2.625 - 1.5687499999999999) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.2 * (1.07rem + (1.2 - 1.07) * ((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: #ff2211 !important;
}
.bg-success {
  background-color: #394546 !important;
}
.bg-info {
  background-color: #f7f7f5 !important;
}
.bg-warning {
  background-color: #c5ba4a !important;
}
.bg-danger {
  background-color: #c7756f !important;
}
.btn-primary .mbr-iconfont {
  background-color: #ffffff !important;
  color: #ff2211 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff2211 !important;
  border-color: #ff2211 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ff5144 !important;
  box-shadow: none;
}
.btn-primary:hover .mbr-iconfont,
.btn-primary:focus .mbr-iconfont,
.btn-primary.focus .mbr-iconfont,
.btn-primary.active .mbr-iconfont {
  transform: translateX(4px);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff5144 !important;
  border-color: #ff5144 !important;
}
.btn-secondary .mbr-iconfont {
  background-color: #ffffff !important;
  color: #445e5f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #445e5f !important;
  border-color: #445e5f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #597b7d !important;
  box-shadow: none;
}
.btn-secondary:hover .mbr-iconfont,
.btn-secondary:focus .mbr-iconfont,
.btn-secondary.focus .mbr-iconfont,
.btn-secondary.active .mbr-iconfont {
  transform: translateX(4px);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #597b7d !important;
  border-color: #597b7d !important;
}
.btn-info .mbr-iconfont {
  background-color: #676753 !important;
  color: #f7f7f5 !important;
}
.btn-info,
.btn-info:active {
  background-color: #f7f7f5 !important;
  border-color: #f7f7f5 !important;
  color: #676753 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover .mbr-iconfont,
.btn-info:focus .mbr-iconfont,
.btn-info.focus .mbr-iconfont,
.btn-info.active .mbr-iconfont {
  transform: translateX(4px);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #676753 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success .mbr-iconfont {
  background-color: #ffffff !important;
  color: #394546 !important;
}
.btn-success,
.btn-success:active {
  background-color: #394546 !important;
  border-color: #394546 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #506162 !important;
  box-shadow: none;
}
.btn-success:hover .mbr-iconfont,
.btn-success:focus .mbr-iconfont,
.btn-success.focus .mbr-iconfont,
.btn-success.active .mbr-iconfont {
  transform: translateX(4px);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #506162 !important;
  border-color: #506162 !important;
}
.btn-warning .mbr-iconfont {
  background-color: #000000 !important;
  color: #c5ba4a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #c5ba4a !important;
  border-color: #c5ba4a !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #d1c971 !important;
  box-shadow: none;
}
.btn-warning:hover .mbr-iconfont,
.btn-warning:focus .mbr-iconfont,
.btn-warning.focus .mbr-iconfont,
.btn-warning.active .mbr-iconfont {
  transform: translateX(4px);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000000 !important;
  background-color: #d1c971 !important;
  border-color: #d1c971 !important;
}
.btn-danger .mbr-iconfont {
  background-color: #ffffff !important;
  color: #c7756f !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #c7756f !important;
  border-color: #c7756f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #d59894 !important;
  box-shadow: none;
}
.btn-danger:hover .mbr-iconfont,
.btn-danger:focus .mbr-iconfont,
.btn-danger.focus .mbr-iconfont,
.btn-danger.active .mbr-iconfont {
  transform: translateX(4px);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #d59894 !important;
  border-color: #d59894 !important;
}
.btn-white .mbr-iconfont {
  background-color: #666666 !important;
  color: #ffffff !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #666666 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  box-shadow: none;
}
.btn-white:hover .mbr-iconfont,
.btn-white:focus .mbr-iconfont,
.btn-white.focus .mbr-iconfont,
.btn-white.active .mbr-iconfont {
  transform: translateX(4px);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #666666 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black .mbr-iconfont {
  background-color: #ffffff !important;
  color: #222f30 !important;
}
.btn-black,
.btn-black:active {
  background-color: #222f30 !important;
  border-color: #222f30 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #374c4e !important;
  box-shadow: none;
}
.btn-black:hover .mbr-iconfont,
.btn-black:focus .mbr-iconfont,
.btn-black.focus .mbr-iconfont,
.btn-black.active .mbr-iconfont {
  transform: translateX(4px);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #374c4e !important;
  border-color: #374c4e !important;
}
.btn-primary-outline .mbr-iconfont {
  background-color: #ff2211 !important;
  color: #ffffff;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ff2211;
  color: #ff2211;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #b90d00 !important;
  background-color: transparent !important;
  border-color: #b90d00 !important;
  box-shadow: none !important;
}
.btn-primary-outline:hover .mbr-iconfont,
.btn-primary-outline:focus .mbr-iconfont,
.btn-primary-outline.focus .mbr-iconfont,
.btn-primary-outline.active .mbr-iconfont {
  background-color: #b90d00 !important;
  color: #ffffff;
  transform: translateX(4px);
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff2211 !important;
  border-color: #ff2211 !important;
}
.btn-secondary-outline .mbr-iconfont {
  background-color: #445e5f !important;
  color: #ffffff;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #445e5f;
  color: #445e5f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #202c2c !important;
  background-color: transparent !important;
  border-color: #202c2c !important;
  box-shadow: none !important;
}
.btn-secondary-outline:hover .mbr-iconfont,
.btn-secondary-outline:focus .mbr-iconfont,
.btn-secondary-outline.focus .mbr-iconfont,
.btn-secondary-outline.active .mbr-iconfont {
  background-color: #202c2c !important;
  color: #ffffff;
  transform: translateX(4px);
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #445e5f !important;
  border-color: #445e5f !important;
}
.btn-info-outline .mbr-iconfont {
  background-color: #f7f7f5 !important;
  color: #676753;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #f7f7f5;
  color: #f7f7f5;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d0d0c5 !important;
  background-color: transparent !important;
  border-color: #d0d0c5 !important;
  box-shadow: none !important;
}
.btn-info-outline:hover .mbr-iconfont,
.btn-info-outline:focus .mbr-iconfont,
.btn-info-outline.focus .mbr-iconfont,
.btn-info-outline.active .mbr-iconfont {
  background-color: #d0d0c5 !important;
  color: #37372c;
  transform: translateX(4px);
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #848469 !important;
  background-color: #f7f7f5 !important;
  border-color: #f7f7f5 !important;
}
.btn-success-outline .mbr-iconfont {
  background-color: #394546 !important;
  color: #ffffff;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #394546;
  color: #394546;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #121616 !important;
  background-color: transparent !important;
  border-color: #121616 !important;
  box-shadow: none !important;
}
.btn-success-outline:hover .mbr-iconfont,
.btn-success-outline:focus .mbr-iconfont,
.btn-success-outline.focus .mbr-iconfont,
.btn-success-outline.active .mbr-iconfont {
  background-color: #121616 !important;
  color: #ffffff;
  transform: translateX(4px);
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #394546 !important;
  border-color: #394546 !important;
}
.btn-warning-outline .mbr-iconfont {
  background-color: #c5ba4a !important;
  color: #000000;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #c5ba4a;
  color: #c5ba4a;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #8c832d !important;
  background-color: transparent !important;
  border-color: #8c832d !important;
  box-shadow: none !important;
}
.btn-warning-outline:hover .mbr-iconfont,
.btn-warning-outline:focus .mbr-iconfont,
.btn-warning-outline.focus .mbr-iconfont,
.btn-warning-outline.active .mbr-iconfont {
  background-color: #8c832d !important;
  color: #ffffff;
  transform: translateX(4px);
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c5ba4a !important;
  border-color: #c5ba4a !important;
}
.btn-danger-outline .mbr-iconfont {
  background-color: #c7756f !important;
  color: #ffffff;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #c7756f;
  color: #c7756f;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a1453f !important;
  background-color: transparent !important;
  border-color: #a1453f !important;
  box-shadow: none !important;
}
.btn-danger-outline:hover .mbr-iconfont,
.btn-danger-outline:focus .mbr-iconfont,
.btn-danger-outline.focus .mbr-iconfont,
.btn-danger-outline.active .mbr-iconfont {
  background-color: #a1453f !important;
  color: #ffffff;
  transform: translateX(4px);
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #c7756f !important;
  border-color: #c7756f !important;
}
.btn-black-outline .mbr-iconfont {
  background-color: #222f30 !important;
  color: #ffffff;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #222f30;
  color: #222f30;
}
.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:hover .mbr-iconfont,
.btn-black-outline:focus .mbr-iconfont,
.btn-black-outline.focus .mbr-iconfont,
.btn-black-outline.active .mbr-iconfont {
  background-color: #000000 !important;
  color: #ffffff;
  transform: translateX(4px);
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #222f30 !important;
  border-color: #222f30 !important;
}
.btn-white-outline .mbr-iconfont {
  background-color: #ffffff !important;
  color: #666666;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-white-outline:hover .mbr-iconfont,
.btn-white-outline:focus .mbr-iconfont,
.btn-white-outline.focus .mbr-iconfont,
.btn-white-outline.active .mbr-iconfont {
  background-color: #d4d4d4 !important;
  color: #3b3b3b;
  transform: translateX(4px);
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #ff2211 !important;
}
.text-secondary {
  color: #445e5f !important;
}
.text-success {
  color: #394546 !important;
}
.text-info {
  color: #f7f7f5 !important;
}
.text-warning {
  color: #c5ba4a !important;
}
.text-danger {
  color: #c7756f !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #222f30 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #aa0c00 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #192324 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #0b0e0e !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cacabc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #807829 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #96403a !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #cccccc !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: #ff2211;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f7f7f5;
}
.alert-warning {
  background-color: #c5ba4a;
}
.alert-danger {
  background-color: #c7756f;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff2211;
  border-color: #ff2211;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 8px !important;
}
a,
a:hover {
  color: #ff2211;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffdfdd;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #aab9ba;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #e4dfab;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ebcdcb;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 400;
  border-radius: 12px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #ff2211 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #ff2211;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff2211;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff2211;
}
.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: #ff2211;
  border-bottom-color: #ff2211;
}
.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: #ff2211 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #445e5f !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='%23ff2211' %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;
}
.mbr-section-btn .btn {
  padding: 0 20px;
  font-weight: 400;
  border-radius: 12px !important;
  min-height: 48px;
  will-change: transform;
}
.mbr-section-btn .btn .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 48px;
  width: 48px;
  border-radius: 12px !important;
  font-size: 90%;
  margin-right: -22px;
  margin-left: 16px;
  transition: all .3s ease;
}
.mbr-section-btn .btn-black {
  color: #ffffff;
}
.mbr-section-btn .btn-black .mbr-iconfont {
  background-color: #ff2211 !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn .btn-black.focus,
.mbr-section-btn .btn-black.active {
  background-color: #ff2211 !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-black:hover .mbr-iconfont,
.mbr-section-btn .btn-black:focus .mbr-iconfont,
.mbr-section-btn .btn-black.focus .mbr-iconfont,
.mbr-section-btn .btn-black.active .mbr-iconfont {
  background-color: #222f30 !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn .btn-secondary,
.mbr-section-btn .btn-success,
.mbr-section-btn .btn-info,
.mbr-section-btn .btn-warning,
.mbr-section-btn .btn-danger,
.mbr-section-btn .btn-black,
.mbr-section-btn .btn-white {
  border: none !important;
}
.mbr-section-btn .btn-white {
  color: #222f30;
}
.mbr-section-btn .btn-white .mbr-iconfont {
  background-color: #ff2211 !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn .btn-white.focus,
.mbr-section-btn .btn-white.active {
  background-color: #ff2211 !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-white:hover .mbr-iconfont,
.mbr-section-btn .btn-white:focus .mbr-iconfont,
.mbr-section-btn .btn-white.focus .mbr-iconfont,
.mbr-section-btn .btn-white.active .mbr-iconfont {
  background-color: #ffffff !important;
  color: #222f30 !important;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn .btn-secondary,
.mbr-section-btn .btn-success,
.mbr-section-btn .btn-info,
.mbr-section-btn .btn-warning,
.mbr-section-btn .btn-danger,
.mbr-section-btn .btn-black,
.mbr-section-btn .btn-white {
  border: none !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 20px !important;
}
.large-radius,
.google-map iframe {
  border-radius: 24px !important;
}
.middle-radius {
  border-radius: 16px !important;
}
.little-radius,
.nav-item .nav-link,
.dropdown-item {
  border-radius: 8px !important;
}
.menu-content,
.blur-wrapper,
.card-icon.card-wrap {
  border-radius: 12px !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vck4E5N7LH {
  z-index: 1000;
  width: 100%;
}
.cid-vck4E5N7LH nav.navbar {
  position: fixed;
}
.cid-vck4E5N7LH .container-fluid {
  padding-left: 48px;
  padding-right: 48px;
}
@media (max-width: 992px) {
  .cid-vck4E5N7LH .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-vck4E5N7LH .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-vck4E5N7LH .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vck4E5N7LH .dropdown-item {
  border: none !important;
  background: #222f30 !important;
  color: #f7f7f5 !important;
  font-weight: 300;
}
.cid-vck4E5N7LH .dropdown-item:hover,
.cid-vck4E5N7LH .dropdown-item:focus {
  background: #222f30 !important;
  color: #f7f7f5 !important;
}
.cid-vck4E5N7LH .dropdown-item:hover span {
  color: white;
}
.cid-vck4E5N7LH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vck4E5N7LH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vck4E5N7LH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vck4E5N7LH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vck4E5N7LH .nav-link {
  position: relative;
}
.cid-vck4E5N7LH .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-vck4E5N7LH .container {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .cid-vck4E5N7LH .container {
    max-width: 1100px;
  }
}
.cid-vck4E5N7LH .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vck4E5N7LH .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vck4E5N7LH .dropdown-menu,
.cid-vck4E5N7LH .navbar.opened {
  background: #f7f7f5 !important;
  background: rgba(247, 247, 245, 0) !important;
}
.cid-vck4E5N7LH .nav-item:focus,
.cid-vck4E5N7LH .nav-link:focus {
  outline: none;
}
.cid-vck4E5N7LH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vck4E5N7LH .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vck4E5N7LH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vck4E5N7LH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vck4E5N7LH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vck4E5N7LH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px 14px 14px 14px!important;
  transition: none;
  margin: 0 0 5px 0 !important;
}
.cid-vck4E5N7LH .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(247, 247, 245, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vck4E5N7LH .navbar.opened {
  transition: all 0.3s;
}
.cid-vck4E5N7LH .navbar .dropdown-item {
  padding: 10px 2rem 10px 17px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  width: fit-content !important;
}
.cid-vck4E5N7LH .navbar .navbar-logo {
  margin-right: 10px;
}
.cid-vck4E5N7LH .navbar .navbar-logo img {
  width: auto;
}
.cid-vck4E5N7LH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vck4E5N7LH .navbar.collapsed {
  justify-content: center;
}
.cid-vck4E5N7LH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vck4E5N7LH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vck4E5N7LH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.5rem);
  }
}
.cid-vck4E5N7LH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  text-align: center;
}
.cid-vck4E5N7LH .navbar.collapsed .dropdown-menu .dropdown-item {
  width: 100% !important;
  justify-content: center;
  align-items: center;
  padding: 14px !important;
}
.cid-vck4E5N7LH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: 12px;
}
.cid-vck4E5N7LH .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%;
  position: static;
}
.cid-vck4E5N7LH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vck4E5N7LH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vck4E5N7LH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vck4E5N7LH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vck4E5N7LH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vck4E5N7LH .navbar .dropdown-menu {
    width: auto !important;
  }
  .cid-vck4E5N7LH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vck4E5N7LH .navbar .dropdown-menu .dropdown-item:after {
    right: 12px;
  }
  .cid-vck4E5N7LH .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%;
    position: static;
    margin-bottom: -0.2rem;
  }
  .cid-vck4E5N7LH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vck4E5N7LH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vck4E5N7LH .navbar .dropdown-menu .dropdown-item {
    padding: 14px 14px 14px 14px!important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    width: 100% !important;
  }
  .cid-vck4E5N7LH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vck4E5N7LH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vck4E5N7LH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vck4E5N7LH .navbar.navbar-short {
  min-height: 110px;
}
.cid-vck4E5N7LH .navbar.navbar-short .navbar-brand {
  min-height: 110px;
}
.cid-vck4E5N7LH .navbar-brand {
  min-height: 110px;
  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-vck4E5N7LH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vck4E5N7LH .navbar-brand .navbar-caption:hover,
.cid-vck4E5N7LH .navbar-brand .navbar-caption:focus {
  color: #222f30 !important;
}
.cid-vck4E5N7LH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vck4E5N7LH .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vck4E5N7LH .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #222f30 !important;
}
.cid-vck4E5N7LH .dropdown-item.active,
.cid-vck4E5N7LH .dropdown-item:active {
  background-color: transparent;
}
.cid-vck4E5N7LH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vck4E5N7LH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vck4E5N7LH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vck4E5N7LH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f5;
  top: 2.6rem;
  border-radius: 30px;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-vck4E5N7LH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    text-align: center;
  }
}
.cid-vck4E5N7LH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vck4E5N7LH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vck4E5N7LH ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0 10px;
}
@media (min-width: 991px) {
  .cid-vck4E5N7LH ul.navbar-nav {
    background-color: transparent;
  }
}
@media (max-width: 992px) {
  .cid-vck4E5N7LH ul.navbar-nav {
    padding: 10px;
  }
  .cid-vck4E5N7LH ul.navbar-nav .nav-item:last-child .nav-link {
    margin-bottom: 0;
  }
}
.cid-vck4E5N7LH .collapsed ul.navbar-nav {
  padding: 10px;
}
.cid-vck4E5N7LH .collapsed ul.navbar-nav .nav-item:last-child .nav-link {
  margin-bottom: 0;
}
.cid-vck4E5N7LH .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vck4E5N7LH .navbar-buttons {
    text-align: left;
  }
}
.cid-vck4E5N7LH .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  margin: 0;
  margin-left: 10px;
}
@media (max-width: 992px) {
  .cid-vck4E5N7LH .navbar-buttons .btn {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .cid-vck4E5N7LH .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vck4E5N7LH button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 110px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vck4E5N7LH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vck4E5N7LH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vck4E5N7LH button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vck4E5N7LH button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vck4E5N7LH button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-vck4E5N7LH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vck4E5N7LH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vck4E5N7LH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vck4E5N7LH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vck4E5N7LH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vck4E5N7LH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vck4E5N7LH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vck4E5N7LH .navbar {
    height: 70px;
  }
  .cid-vck4E5N7LH .navbar.opened {
    height: auto;
  }
  .cid-vck4E5N7LH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vck4E5N7LH .navbar-nav {
  justify-content: flex-end;
  margin: 0;
}
.cid-vck4E5N7LH .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vck4E5N7LH .nav-item .nav-link {
  padding: 10px 17px !important;
  margin: 6px 2px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vck4E5N7LH .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vck4E5N7LH .nav-item .nav-link:hover {
  background-color: #f7f7f5;
  color: #222f30;
}
.cid-vck4E5N7LH .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vck4E5N7LH .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vck4E5N7LH .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vck4E5N7LH .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vck4E5N7LH .navbar {
    justify-content: flex-start !important;
  }
  .cid-vck4E5N7LH .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vck4E5N7LH .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vck4E5N7LH .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vck4E5N7LH .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vck4E5N7LH .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vck4E5N7LH .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vck4E5N7LH .content-wrap {
  min-height: 110px;
}
.cid-vck4E5N7LH .dropdown {
  width: fit-content;
}
@media (max-width: 991px) {
  .cid-vck4E5N7LH .dropdown {
    width: auto;
    text-align: center;
  }
}
.cid-vck4E5N7LH .menu-content {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  backdrop-filter: blur(14px);
  position: relative;
  padding: 4px 12px;
}
@media (max-width: 992px) {
  .cid-vck4E5N7LH .menu-content {
    width: 100%;
    flex-direction: column;
    padding: 10px 12px;
  }
}
.cid-vck4E5N7LH .menu-content .blur-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .8;
  pointer-events: none;
}
.cid-vck4UvzCOx {
  position: relative;
  background-color: #f7f7f5;
  align-items: flex-end;
  padding: 12px 0;
}
.cid-vck4UvzCOx .cont-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
}
.cid-vck4UvzCOx .cont-wrapper .image-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-vck4UvzCOx .cont-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #222f30;
  opacity: 0.3;
  pointer-events: none;
}
.cid-vck4UvzCOx .cont-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vck4UvzCOx .cont-wrapper {
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.cid-vck4UvzCOx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vck4UvzCOx .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 150px 0 32px;
  pointer-events: none;
}
.cid-vck4UvzCOx .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  margin-bottom: 460px;
}
@media (max-width: 1440px) {
  .cid-vck4UvzCOx .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 200px;
  }
}
@media (max-width: 992px) {
  .cid-vck4UvzCOx .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vck4UvzCOx .content-wrapper .text-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vck4UvzCOx .content-wrapper .text-wrapper {
    display: block;
  }
}
.cid-vck4UvzCOx .content-wrapper .text-wrapper .text-wrap {
  width: 49%;
}
@media (max-width: 992px) {
  .cid-vck4UvzCOx .content-wrapper .text-wrapper .text-wrap {
    width: 100%;
  }
}
.cid-vck4UvzCOx .content-wrapper .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vck4UvzCOx .content-wrapper .text-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vck4UvzCOx .content-wrapper .text-wrapper .card-box {
  width: 49%;
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vck4UvzCOx .content-wrapper .text-wrapper .card-box {
    width: 100%;
  }
}
.cid-vck4UvzCOx .content-wrapper .text-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vck4UvzCOx .mbr-section-title {
  color: #ffffff;
}
.cid-vck4UvzCOx .mbr-text {
  color: #ffffff;
}
.cid-vck4UvzCOx .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vck4UvzCOx .mbr-section-btn {
    text-align: left;
  }
}
.cid-vdfT8fV5LB {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-vdfT8fV5LB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdfT8fV5LB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdfT8fV5LB .row {
  justify-content: flex-start;
}
.cid-vdfT8fV5LB .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-vdfT8fV5LB .mbr-text {
  color: #000000;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-vck5lizRES {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #222f30;
}
.cid-vck5lizRES .mbr-fallback-image.disabled {
  display: none;
}
.cid-vck5lizRES .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vck5lizRES .border-wrapper {
  height: 12px;
  border: 1px solid #ffffff;
  border-bottom: none;
  margin-bottom: 32px;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
@media (max-width: 992px) {
  .cid-vck5lizRES .border-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vck5lizRES .label-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vck5lizRES .label-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vck5lizRES .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vck5lizRES .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vck5lizRES .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vck5lizRES .content-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vck5lizRES .image-wrapper {
    margin-bottom: 48px;
  }
}
.cid-vck5lizRES .image-wrapper img {
  height: 500px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vck5lizRES .image-wrapper img {
    height: 300px;
  }
}
.cid-vck5lizRES .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vck5lizRES .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-vck5lizRES .title-wrapper .text-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-vck5lizRES .title-wrapper .text-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vck5lizRES .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vck5lizRES .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vck5lizRES .title-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vck5lizRES .title-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-vck5lizRES .mbr-label {
  color: #222f30;
}
.cid-vck5lizRES .mbr-section-title {
  color: #222f30;
}
.cid-vck5lizRES .mbr-section-subtitle {
  color: #c9cbbe;
}
.cid-vck5lizRES .mbr-text {
  color: #4f595a;
}
.cid-vck5lizRES .mbr-text,
.cid-vck5lizRES .text-wrapper {
  color: #ffffff;
}
.cid-vck5lizRES .mbr-label,
.cid-vck5lizRES .label-wrapper {
  color: #000000;
}
.cid-vck5nSj7GR {
  position: relative;
  background-color: #f7f7f5;
  align-items: flex-end;
  padding-top: 5.75rem;
  padding-bottom: 5.75rem;
}
.cid-vck5nSj7GR .cont-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
}
.cid-vck5nSj7GR .cont-wrapper .image-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-vck5nSj7GR .cont-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #222f30;
  opacity: 0.4;
  pointer-events: none;
}
.cid-vck5nSj7GR .cont-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vck5nSj7GR .cont-wrapper {
  border-top: 5.75rem solid transparent;
  border-bottom: 5.75rem solid transparent;
}
.cid-vck5nSj7GR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vck5nSj7GR .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-vck5nSj7GR .label-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vck5nSj7GR .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vck5nSj7GR .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vck5nSj7GR .label-wrapper .label-wrap .mbr-label {
  pointer-events: visible;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vck5nSj7GR .title-wrapper .mbr-section-title {
  pointer-events: visible;
  margin-bottom: 24px;
}
.cid-vck5nSj7GR .title-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  margin-bottom: 0;
}
.cid-vck5nSj7GR .title-wrapper .mbr-section-btn {
  pointer-events: visible;
  margin-top: 24px;
}
.cid-vck5nSj7GR .mbr-label {
  color: #222f30;
}
.cid-vck5nSj7GR .mbr-section-title {
  color: #ffffff;
}
.cid-vck5nSj7GR .mbr-text {
  color: #ffffff;
}
.cid-vck5nSj7GR .mbr-label,
.cid-vck5nSj7GR .label-wrapper {
  color: #000000;
}
.cid-vdfUKQSYEy {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #fafafa;
}
.cid-vdfUKQSYEy .wrapper {
  border-radius: 30px;
}
@media (max-width: 991px) {
  .cid-vdfUKQSYEy .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-vdfUKQSYEy .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-vdfUKQSYEy .social-row .soc-item {
  display: inline-block;
  text-align: center;
  margin-bottom: 1rem;
  margin-right: 2rem;
}
@media (max-width: 991px) {
  .cid-vdfUKQSYEy .social-row .soc-item {
    margin-right: .7rem;
  }
}
.cid-vdfUKQSYEy .social-row .soc-item .mbr-iconfont {
  font-size: 32px;
  border-radius: 50%;
  padding: 0.6rem;
  border: 2px solid #ffa29d;
  transition: all 0.3s;
  color: #ffa29d;
}
.cid-vdfUKQSYEy .social-row .soc-item .mbr-iconfont:hover {
  background-color: #ffa29d;
  color: #000000;
}
.cid-vdfUKQSYEy .border {
  padding: 2.5rem 2rem;
  border-radius: 30px;
}
@media (max-width: 991px) {
  .cid-vdfUKQSYEy .border {
    padding: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vdfUKQSYEy .wrapp {
    padding: 1rem;
  }
}
.cid-vdfUKQSYEy H3 {
  color: #000000;
}
.cid-vdfUKQSYEy .mbr-text,
.cid-vdfUKQSYEy .mbr-section-btn {
  color: #000000;
}
.cid-vck5QRbYAI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #222f30;
}
.cid-vck5QRbYAI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vck5QRbYAI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vck5QRbYAI .label-wrapper {
  padding-bottom: 48px;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vck5QRbYAI .label-wrapper {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
}
.cid-vck5QRbYAI .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
}
.cid-vck5QRbYAI .label-wrapper .label-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f7f7f5;
  opacity: .1;
}
.cid-vck5QRbYAI .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vck5QRbYAI .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vck5QRbYAI .items-wrapper .item {
  margin-bottom: 48px;
}
.cid-vck5QRbYAI .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vck5QRbYAI .items-wrapper .item {
    margin-bottom: 24px;
  }
  .cid-vck5QRbYAI .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vck5QRbYAI .items-wrapper .item .item-wrapper {
  padding: 24px;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vck5QRbYAI .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-vck5QRbYAI .items-wrapper .item .item-wrapper:hover .item-img img,
.cid-vck5QRbYAI .items-wrapper .item .item-wrapper:focus .item-img img {
  transform: scale(1.05);
}
.cid-vck5QRbYAI .items-wrapper .item .item-wrapper .card-box {
  width: 58%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 992px) {
  .cid-vck5QRbYAI .items-wrapper .item .item-wrapper .card-box {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 24px;
  }
}
.cid-vck5QRbYAI .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-vck5QRbYAI .items-wrapper .item .item-wrapper .card-box .text-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vck5QRbYAI .items-wrapper .item .item-wrapper .card-box .text-wrapper .text-wrap .item-price {
  margin-bottom: 24px;
}
.cid-vck5QRbYAI .items-wrapper .item .item-wrapper .card-box .text-wrapper .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-vck5QRbYAI .items-wrapper .item .item-wrapper .card-box .text-wrapper .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vck5QRbYAI .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
  width: 35%;
}
@media (max-width: 992px) {
  .cid-vck5QRbYAI .items-wrapper .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-vck5QRbYAI .items-wrapper .item .item-wrapper .item-img img {
  height: 320px;
  width: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vck5QRbYAI .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vck5QRbYAI .mbr-label {
  color: #ffffff;
}
.cid-vck5QRbYAI .item-title {
  color: #000000;
}
.cid-vck5QRbYAI .item-price {
  color: #222f30;
}
.cid-vck5QRbYAI .item-text {
  color: #4f595a;
}
.cid-vdfVFDDRbW {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.cid-vdfVFDDRbW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdfVFDDRbW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdfVFDDRbW::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dotted #e6e6e6;
  pointer-events: none;
}
.cid-vdfVFDDRbW .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-vdfVFDDRbW .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px dotted #e6e6e6;
  pointer-events: none;
}
.cid-vdfVFDDRbW .content-wrapper .border_1 {
  left: 0;
}
.cid-vdfVFDDRbW .content-wrapper .border_2 {
  left: 25%;
}
@media (max-width: 992px) {
  .cid-vdfVFDDRbW .content-wrapper .border_2 {
    display: none;
  }
}
.cid-vdfVFDDRbW .content-wrapper .border_3 {
  left: 50%;
}
.cid-vdfVFDDRbW .content-wrapper .border_4 {
  left: 75%;
}
@media (max-width: 992px) {
  .cid-vdfVFDDRbW .content-wrapper .border_4 {
    display: none;
  }
}
.cid-vdfVFDDRbW .content-wrapper .border_5 {
  left: 100%;
}
.cid-vdfVFDDRbW .content-wrapper .content-wrap {
  margin: 0;
}
.cid-vdfVFDDRbW .content-wrapper .card {
  position: relative;
  z-index: 1;
  padding: 0;
}
.cid-vdfVFDDRbW .content-wrapper .title-wrapper {
  margin-bottom: 32px;
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-vdfVFDDRbW .content-wrapper .title-wrapper {
    padding: 0 16px;
  }
}
.cid-vdfVFDDRbW .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdfVFDDRbW .content-wrapper .text-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-vdfVFDDRbW .content-wrapper .text-wrapper {
    padding: 0 16px;
  }
}
.cid-vdfVFDDRbW .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vdfVFDDRbW .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 0;
  }
}
.cid-vdfVFDDRbW .content-wrapper .card-wrap {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-vdfVFDDRbW .content-wrapper .card-wrap {
    padding: 0 16px;
  }
}
.cid-vdfVFDDRbW .content-wrapper .card-wrap .mbr-section-btn {
  margin-top: 16px;
}
.cid-vdfVFDDRbW .content-wrapper .image-wrapper {
  position: relative;
  animation: none;
  margin-top: 32px;
  display: flex;
  justify-content: center;
  margin-left: 1px;
}
.cid-vdfVFDDRbW .content-wrapper .image-wrapper img {
  width: 50%;
  margin: 0 auto;
  height: 450px;
  object-fit: cover;
  animation: none;
}
@media (max-width: 992px) {
  .cid-vdfVFDDRbW .content-wrapper .image-wrapper img {
    height: 300px;
    width: 100%;
  }
}
.cid-vdfVFDDRbW .mbr-section-title {
  color: #1a1a1a;
}
.cid-vdfVFDDRbW .mbr-text,
.cid-vdfVFDDRbW .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vdfVFDDRbW .mbr-section-title,
.cid-vdfVFDDRbW .mbr-section-btn {
  text-align: center;
}
.cid-vdfVFDDRbW .mbr-section-title,
.cid-vdfVFDDRbW .mbr-section-btn,
.cid-vdfVFDDRbW .title-wrapper {
  color: #000000;
}
.cid-vdfVQEZ0uY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vdfVQEZ0uY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdfVQEZ0uY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdfVQEZ0uY .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vdfVQEZ0uY .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-vdfVQEZ0uY .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-vdfVQEZ0uY .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-vdfVQEZ0uY .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #ffffff, #000000, #ffffff);
}
@media (max-width: 992px) {
  .cid-vdfVQEZ0uY .border-wrap {
    margin-top: 32px;
  }
}
.cid-vdfVQEZ0uY .mbr-section-title {
  color: #ffffff;
}
.cid-vdfVQEZ0uY .mbr-text,
.cid-vdfVQEZ0uY .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vdfVQEZ0uY .mbr-section-title,
.cid-vdfVQEZ0uY .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-vdg2W7TH3m {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vdg2W7TH3m .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdg2W7TH3m .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-vdg2W7TH3m .container {
    padding: 0 20px;
  }
}
.cid-vdg2W7TH3m .row {
  margin: 0;
}
.cid-vdg2W7TH3m .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vdg2W7TH3m .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vdg2W7TH3m .video-block .video-wrapper .app-video-wrapper::before {
  color: #ffffff;
  text-shadow: none;
}
.cid-vdg2W7TH3m .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-vdg2W7TH3m .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-vdg2W7TH3m .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-vdg2W7TH3m .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vck5Cf9ruc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #222f30;
}
.cid-vck5Cf9ruc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vck5Cf9ruc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vck5Cf9ruc .label-wrapper {
  padding-bottom: 48px;
  margin-bottom: 60px;
  border-bottom: 1px solid #394546;
}
@media (max-width: 992px) {
  .cid-vck5Cf9ruc .label-wrapper {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
}
.cid-vck5Cf9ruc .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
}
.cid-vck5Cf9ruc .label-wrapper .label-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f7f7f5;
  opacity: .1;
}
.cid-vck5Cf9ruc .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vck5Cf9ruc .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vck5Cf9ruc .items-wrapper .item {
  margin-bottom: 48px;
}
.cid-vck5Cf9ruc .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 12px;
}
.cid-vck5Cf9ruc .items-wrapper .item .item-wrapper .text-wrapper .item-text {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
}
.cid-vck5Cf9ruc .items-wrapper .item .item-wrapper .text-wrapper .item-text:hover::before,
.cid-vck5Cf9ruc .items-wrapper .item .item-wrapper .text-wrapper .item-text:focus::before {
  width: 0;
}
.cid-vck5Cf9ruc .items-wrapper .item .item-wrapper .text-wrapper .item-text::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #cef79e;
  transition: all .3s ease;
}
.cid-vck5Cf9ruc .btn-wrapper {
  margin-top: -10%;
}
.cid-vck5Cf9ruc .mbr-label {
  color: #ffffff;
}
.cid-vck5Cf9ruc .item-title {
  color: #949a9b;
}
.cid-vck5Cf9ruc .item-text {
  color: #ffffff;
}
.cid-vck5Cf9ruc .item-title,
.cid-vck5Cf9ruc .mbr-section-btn {
  color: #ffffff;
}
.cid-vdfReO7KGZ {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.cid-vdfReO7KGZ .google-map iframe {
  height: 400px;
  width: 100%;
  border-radius: 0 !important;
}
.cid-vdg1WTH9M7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vdg1WTH9M7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdg1WTH9M7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdg1WTH9M7 .row {
  justify-content: center;
}
.cid-vdg1WTH9M7 .card {
  justify-content: center;
}
.cid-vdg1WTH9M7 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vdg1WTH9M7 .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vdg1WTH9M7 .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vdg1WTH9M7 .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vdg1WTH9M7 .nav-wrapper .list .item-wrap:hover,
.cid-vdg1WTH9M7 .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-vdg1WTH9M7 .list,
.cid-vdg1WTH9M7 .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vdg3HEYck0 {
  z-index: 1000;
  width: 100%;
}
.cid-vdg3HEYck0 nav.navbar {
  position: fixed;
}
.cid-vdg3HEYck0 .container-fluid {
  padding-left: 48px;
  padding-right: 48px;
}
@media (max-width: 992px) {
  .cid-vdg3HEYck0 .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-vdg3HEYck0 .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-vdg3HEYck0 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vdg3HEYck0 .dropdown-item {
  border: none !important;
  background: #222f30 !important;
  color: #f7f7f5 !important;
  font-weight: 300;
}
.cid-vdg3HEYck0 .dropdown-item:hover,
.cid-vdg3HEYck0 .dropdown-item:focus {
  background: #222f30 !important;
  color: #f7f7f5 !important;
}
.cid-vdg3HEYck0 .dropdown-item:hover span {
  color: white;
}
.cid-vdg3HEYck0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vdg3HEYck0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vdg3HEYck0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vdg3HEYck0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vdg3HEYck0 .nav-link {
  position: relative;
}
.cid-vdg3HEYck0 .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-vdg3HEYck0 .container {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .cid-vdg3HEYck0 .container {
    max-width: 1100px;
  }
}
.cid-vdg3HEYck0 .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vdg3HEYck0 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vdg3HEYck0 .dropdown-menu,
.cid-vdg3HEYck0 .navbar.opened {
  background: #f7f7f5 !important;
  background: rgba(247, 247, 245, 0) !important;
}
.cid-vdg3HEYck0 .nav-item:focus,
.cid-vdg3HEYck0 .nav-link:focus {
  outline: none;
}
.cid-vdg3HEYck0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdg3HEYck0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vdg3HEYck0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdg3HEYck0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdg3HEYck0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdg3HEYck0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px 14px 14px 14px!important;
  transition: none;
  margin: 0 0 5px 0 !important;
}
.cid-vdg3HEYck0 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(247, 247, 245, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vdg3HEYck0 .navbar.opened {
  transition: all 0.3s;
}
.cid-vdg3HEYck0 .navbar .dropdown-item {
  padding: 10px 2rem 10px 17px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  width: fit-content !important;
}
.cid-vdg3HEYck0 .navbar .navbar-logo {
  margin-right: 10px;
}
.cid-vdg3HEYck0 .navbar .navbar-logo img {
  width: auto;
}
.cid-vdg3HEYck0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdg3HEYck0 .navbar.collapsed {
  justify-content: center;
}
.cid-vdg3HEYck0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdg3HEYck0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdg3HEYck0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.5rem);
  }
}
.cid-vdg3HEYck0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  text-align: center;
}
.cid-vdg3HEYck0 .navbar.collapsed .dropdown-menu .dropdown-item {
  width: 100% !important;
  justify-content: center;
  align-items: center;
  padding: 14px !important;
}
.cid-vdg3HEYck0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: 12px;
}
.cid-vdg3HEYck0 .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%;
  position: static;
}
.cid-vdg3HEYck0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdg3HEYck0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdg3HEYck0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vdg3HEYck0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdg3HEYck0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdg3HEYck0 .navbar .dropdown-menu {
    width: auto !important;
  }
  .cid-vdg3HEYck0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdg3HEYck0 .navbar .dropdown-menu .dropdown-item:after {
    right: 12px;
  }
  .cid-vdg3HEYck0 .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%;
    position: static;
    margin-bottom: -0.2rem;
  }
  .cid-vdg3HEYck0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdg3HEYck0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdg3HEYck0 .navbar .dropdown-menu .dropdown-item {
    padding: 14px 14px 14px 14px!important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    width: 100% !important;
  }
  .cid-vdg3HEYck0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vdg3HEYck0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdg3HEYck0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vdg3HEYck0 .navbar.navbar-short {
  min-height: 110px;
}
.cid-vdg3HEYck0 .navbar.navbar-short .navbar-brand {
  min-height: 110px;
}
.cid-vdg3HEYck0 .navbar-brand {
  min-height: 110px;
  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-vdg3HEYck0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vdg3HEYck0 .navbar-brand .navbar-caption:hover,
.cid-vdg3HEYck0 .navbar-brand .navbar-caption:focus {
  color: #222f30 !important;
}
.cid-vdg3HEYck0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdg3HEYck0 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vdg3HEYck0 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #222f30 !important;
}
.cid-vdg3HEYck0 .dropdown-item.active,
.cid-vdg3HEYck0 .dropdown-item:active {
  background-color: transparent;
}
.cid-vdg3HEYck0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdg3HEYck0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdg3HEYck0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdg3HEYck0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f5;
  top: 2.6rem;
  border-radius: 30px;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-vdg3HEYck0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    text-align: center;
  }
}
.cid-vdg3HEYck0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vdg3HEYck0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdg3HEYck0 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0 10px;
}
@media (min-width: 991px) {
  .cid-vdg3HEYck0 ul.navbar-nav {
    background-color: transparent;
  }
}
@media (max-width: 992px) {
  .cid-vdg3HEYck0 ul.navbar-nav {
    padding: 10px;
  }
  .cid-vdg3HEYck0 ul.navbar-nav .nav-item:last-child .nav-link {
    margin-bottom: 0;
  }
}
.cid-vdg3HEYck0 .collapsed ul.navbar-nav {
  padding: 10px;
}
.cid-vdg3HEYck0 .collapsed ul.navbar-nav .nav-item:last-child .nav-link {
  margin-bottom: 0;
}
.cid-vdg3HEYck0 .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vdg3HEYck0 .navbar-buttons {
    text-align: left;
  }
}
.cid-vdg3HEYck0 .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  margin: 0;
  margin-left: 10px;
}
@media (max-width: 992px) {
  .cid-vdg3HEYck0 .navbar-buttons .btn {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .cid-vdg3HEYck0 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vdg3HEYck0 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 110px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vdg3HEYck0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vdg3HEYck0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vdg3HEYck0 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vdg3HEYck0 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vdg3HEYck0 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-vdg3HEYck0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdg3HEYck0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdg3HEYck0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdg3HEYck0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdg3HEYck0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vdg3HEYck0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdg3HEYck0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vdg3HEYck0 .navbar {
    height: 70px;
  }
  .cid-vdg3HEYck0 .navbar.opened {
    height: auto;
  }
  .cid-vdg3HEYck0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdg3HEYck0 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vdg3HEYck0 .nav-item .nav-link {
  padding: 10px 17px !important;
  margin: 6px 2px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vdg3HEYck0 .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vdg3HEYck0 .nav-item .nav-link:hover {
  background-color: #f7f7f5;
  color: #222f30;
}
.cid-vdg3HEYck0 .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vdg3HEYck0 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vdg3HEYck0 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vdg3HEYck0 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vdg3HEYck0 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vdg3HEYck0 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vdg3HEYck0 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vdg3HEYck0 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vdg3HEYck0 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vdg3HEYck0 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vdg3HEYck0 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vdg3HEYck0 .content-wrap {
  min-height: 110px;
}
.cid-vdg3HEYck0 .dropdown {
  width: fit-content;
}
@media (max-width: 991px) {
  .cid-vdg3HEYck0 .dropdown {
    width: auto;
    text-align: center;
  }
}
.cid-vdg3HEYck0 .menu-content {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  backdrop-filter: blur(14px);
  position: relative;
  padding: 4px 12px;
}
@media (max-width: 992px) {
  .cid-vdg3HEYck0 .menu-content {
    width: 100%;
    flex-direction: column;
    padding: 10px 12px;
  }
}
.cid-vdg3HEYck0 .menu-content .blur-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .8;
  pointer-events: none;
}
.cid-vdg3HHkIKq {
  position: relative;
  background-color: #f7f7f5;
  align-items: flex-end;
  padding: 12px 0;
}
.cid-vdg3HHkIKq .cont-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
}
.cid-vdg3HHkIKq .cont-wrapper .image-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-vdg3HHkIKq .cont-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #222f30;
  opacity: 0.3;
  pointer-events: none;
}
.cid-vdg3HHkIKq .cont-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vdg3HHkIKq .cont-wrapper {
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.cid-vdg3HHkIKq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdg3HHkIKq .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 150px 0 32px;
  pointer-events: none;
}
.cid-vdg3HHkIKq .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  margin-bottom: 460px;
}
@media (max-width: 1440px) {
  .cid-vdg3HHkIKq .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 200px;
  }
}
@media (max-width: 992px) {
  .cid-vdg3HHkIKq .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vdg3HHkIKq .content-wrapper .text-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vdg3HHkIKq .content-wrapper .text-wrapper {
    display: block;
  }
}
.cid-vdg3HHkIKq .content-wrapper .text-wrapper .text-wrap {
  width: 49%;
}
@media (max-width: 992px) {
  .cid-vdg3HHkIKq .content-wrapper .text-wrapper .text-wrap {
    width: 100%;
  }
}
.cid-vdg3HHkIKq .content-wrapper .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vdg3HHkIKq .content-wrapper .text-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vdg3HHkIKq .content-wrapper .text-wrapper .card-box {
  width: 49%;
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vdg3HHkIKq .content-wrapper .text-wrapper .card-box {
    width: 100%;
  }
}
.cid-vdg3HHkIKq .content-wrapper .text-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vdg3HHkIKq .mbr-section-title {
  color: #ffffff;
}
.cid-vdg3HHkIKq .mbr-text {
  color: #ffffff;
}
.cid-vdg3HHkIKq .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vdg3HHkIKq .mbr-section-btn {
    text-align: left;
  }
}
.cid-vdg3HI8gg8 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-vdg3HI8gg8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdg3HI8gg8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdg3HI8gg8 .row {
  justify-content: flex-start;
}
.cid-vdg3HI8gg8 .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-vdg3HI8gg8 .mbr-text {
  color: #000000;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-vdg3HOhd4r {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vdg3HOhd4r .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdg3HOhd4r .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-vdg3HOhd4r .container {
    padding: 0 20px;
  }
}
.cid-vdg3HOhd4r .row {
  margin: 0;
}
.cid-vdg3HOhd4r .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vdg3HOhd4r .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vdg3HOhd4r .video-block .video-wrapper .app-video-wrapper::before {
  color: #ffffff;
  text-shadow: none;
}
.cid-vdg3HOhd4r .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-vdg3HOhd4r .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-vdg3HOhd4r .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-vdg3HOhd4r .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vdg3HPe0t4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #222f30;
}
.cid-vdg3HPe0t4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdg3HPe0t4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdg3HPe0t4 .label-wrapper {
  padding-bottom: 48px;
  margin-bottom: 60px;
  border-bottom: 1px solid #394546;
}
@media (max-width: 992px) {
  .cid-vdg3HPe0t4 .label-wrapper {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
}
.cid-vdg3HPe0t4 .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
}
.cid-vdg3HPe0t4 .label-wrapper .label-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f7f7f5;
  opacity: .1;
}
.cid-vdg3HPe0t4 .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vdg3HPe0t4 .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vdg3HPe0t4 .items-wrapper .item {
  margin-bottom: 48px;
}
.cid-vdg3HPe0t4 .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 12px;
}
.cid-vdg3HPe0t4 .items-wrapper .item .item-wrapper .text-wrapper .item-text {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
}
.cid-vdg3HPe0t4 .items-wrapper .item .item-wrapper .text-wrapper .item-text:hover::before,
.cid-vdg3HPe0t4 .items-wrapper .item .item-wrapper .text-wrapper .item-text:focus::before {
  width: 0;
}
.cid-vdg3HPe0t4 .items-wrapper .item .item-wrapper .text-wrapper .item-text::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #cef79e;
  transition: all .3s ease;
}
.cid-vdg3HPe0t4 .btn-wrapper {
  margin-top: -10%;
}
.cid-vdg3HPe0t4 .mbr-label {
  color: #ffffff;
}
.cid-vdg3HPe0t4 .item-title {
  color: #949a9b;
}
.cid-vdg3HPe0t4 .item-text {
  color: #ffffff;
}
.cid-vdg3HPe0t4 .item-title,
.cid-vdg3HPe0t4 .mbr-section-btn {
  color: #ffffff;
}
.cid-vdg3HQa8FT {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.cid-vdg3HQa8FT .google-map iframe {
  height: 400px;
  width: 100%;
  border-radius: 0 !important;
}
.cid-vdg3HR4NGA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vdg3HR4NGA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdg3HR4NGA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdg3HR4NGA .row {
  justify-content: center;
}
.cid-vdg3HR4NGA .card {
  justify-content: center;
}
.cid-vdg3HR4NGA .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vdg3HR4NGA .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vdg3HR4NGA .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vdg3HR4NGA .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vdg3HR4NGA .nav-wrapper .list .item-wrap:hover,
.cid-vdg3HR4NGA .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-vdg3HR4NGA .list,
.cid-vdg3HR4NGA .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vdg5K6R77w {
  z-index: 1000;
  width: 100%;
}
.cid-vdg5K6R77w nav.navbar {
  position: fixed;
}
.cid-vdg5K6R77w .container-fluid {
  padding-left: 48px;
  padding-right: 48px;
}
@media (max-width: 992px) {
  .cid-vdg5K6R77w .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-vdg5K6R77w .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-vdg5K6R77w .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vdg5K6R77w .dropdown-item {
  border: none !important;
  background: #222f30 !important;
  color: #f7f7f5 !important;
  font-weight: 300;
}
.cid-vdg5K6R77w .dropdown-item:hover,
.cid-vdg5K6R77w .dropdown-item:focus {
  background: #222f30 !important;
  color: #f7f7f5 !important;
}
.cid-vdg5K6R77w .dropdown-item:hover span {
  color: white;
}
.cid-vdg5K6R77w .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vdg5K6R77w .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vdg5K6R77w .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vdg5K6R77w .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vdg5K6R77w .nav-link {
  position: relative;
}
.cid-vdg5K6R77w .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-vdg5K6R77w .container {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .cid-vdg5K6R77w .container {
    max-width: 1100px;
  }
}
.cid-vdg5K6R77w .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vdg5K6R77w .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vdg5K6R77w .dropdown-menu,
.cid-vdg5K6R77w .navbar.opened {
  background: #f7f7f5 !important;
  background: rgba(247, 247, 245, 0) !important;
}
.cid-vdg5K6R77w .nav-item:focus,
.cid-vdg5K6R77w .nav-link:focus {
  outline: none;
}
.cid-vdg5K6R77w .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdg5K6R77w .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vdg5K6R77w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdg5K6R77w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdg5K6R77w .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdg5K6R77w .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px 14px 14px 14px!important;
  transition: none;
  margin: 0 0 5px 0 !important;
}
.cid-vdg5K6R77w .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(247, 247, 245, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vdg5K6R77w .navbar.opened {
  transition: all 0.3s;
}
.cid-vdg5K6R77w .navbar .dropdown-item {
  padding: 10px 2rem 10px 17px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  width: fit-content !important;
}
.cid-vdg5K6R77w .navbar .navbar-logo {
  margin-right: 10px;
}
.cid-vdg5K6R77w .navbar .navbar-logo img {
  width: auto;
}
.cid-vdg5K6R77w .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdg5K6R77w .navbar.collapsed {
  justify-content: center;
}
.cid-vdg5K6R77w .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdg5K6R77w .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdg5K6R77w .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.5rem);
  }
}
.cid-vdg5K6R77w .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  text-align: center;
}
.cid-vdg5K6R77w .navbar.collapsed .dropdown-menu .dropdown-item {
  width: 100% !important;
  justify-content: center;
  align-items: center;
  padding: 14px !important;
}
.cid-vdg5K6R77w .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: 12px;
}
.cid-vdg5K6R77w .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%;
  position: static;
}
.cid-vdg5K6R77w .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdg5K6R77w .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdg5K6R77w .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vdg5K6R77w .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdg5K6R77w .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdg5K6R77w .navbar .dropdown-menu {
    width: auto !important;
  }
  .cid-vdg5K6R77w .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdg5K6R77w .navbar .dropdown-menu .dropdown-item:after {
    right: 12px;
  }
  .cid-vdg5K6R77w .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%;
    position: static;
    margin-bottom: -0.2rem;
  }
  .cid-vdg5K6R77w .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdg5K6R77w .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdg5K6R77w .navbar .dropdown-menu .dropdown-item {
    padding: 14px 14px 14px 14px!important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    width: 100% !important;
  }
  .cid-vdg5K6R77w .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vdg5K6R77w .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdg5K6R77w .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vdg5K6R77w .navbar.navbar-short {
  min-height: 110px;
}
.cid-vdg5K6R77w .navbar.navbar-short .navbar-brand {
  min-height: 110px;
}
.cid-vdg5K6R77w .navbar-brand {
  min-height: 110px;
  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-vdg5K6R77w .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vdg5K6R77w .navbar-brand .navbar-caption:hover,
.cid-vdg5K6R77w .navbar-brand .navbar-caption:focus {
  color: #222f30 !important;
}
.cid-vdg5K6R77w .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdg5K6R77w .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vdg5K6R77w .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #222f30 !important;
}
.cid-vdg5K6R77w .dropdown-item.active,
.cid-vdg5K6R77w .dropdown-item:active {
  background-color: transparent;
}
.cid-vdg5K6R77w .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdg5K6R77w .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdg5K6R77w .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdg5K6R77w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f5;
  top: 2.6rem;
  border-radius: 30px;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-vdg5K6R77w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    text-align: center;
  }
}
.cid-vdg5K6R77w .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vdg5K6R77w .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdg5K6R77w ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0 10px;
}
@media (min-width: 991px) {
  .cid-vdg5K6R77w ul.navbar-nav {
    background-color: transparent;
  }
}
@media (max-width: 992px) {
  .cid-vdg5K6R77w ul.navbar-nav {
    padding: 10px;
  }
  .cid-vdg5K6R77w ul.navbar-nav .nav-item:last-child .nav-link {
    margin-bottom: 0;
  }
}
.cid-vdg5K6R77w .collapsed ul.navbar-nav {
  padding: 10px;
}
.cid-vdg5K6R77w .collapsed ul.navbar-nav .nav-item:last-child .nav-link {
  margin-bottom: 0;
}
.cid-vdg5K6R77w .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vdg5K6R77w .navbar-buttons {
    text-align: left;
  }
}
.cid-vdg5K6R77w .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  margin: 0;
  margin-left: 10px;
}
@media (max-width: 992px) {
  .cid-vdg5K6R77w .navbar-buttons .btn {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .cid-vdg5K6R77w .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vdg5K6R77w button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 110px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vdg5K6R77w button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vdg5K6R77w button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vdg5K6R77w button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vdg5K6R77w button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vdg5K6R77w button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-vdg5K6R77w nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdg5K6R77w nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdg5K6R77w nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdg5K6R77w nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdg5K6R77w .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vdg5K6R77w a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdg5K6R77w .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vdg5K6R77w .navbar {
    height: 70px;
  }
  .cid-vdg5K6R77w .navbar.opened {
    height: auto;
  }
  .cid-vdg5K6R77w .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdg5K6R77w .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vdg5K6R77w .nav-item .nav-link {
  padding: 10px 17px !important;
  margin: 6px 2px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vdg5K6R77w .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vdg5K6R77w .nav-item .nav-link:hover {
  background-color: #f7f7f5;
  color: #222f30;
}
.cid-vdg5K6R77w .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vdg5K6R77w .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vdg5K6R77w .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vdg5K6R77w .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vdg5K6R77w .navbar {
    justify-content: flex-start !important;
  }
  .cid-vdg5K6R77w .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vdg5K6R77w .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vdg5K6R77w .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vdg5K6R77w .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vdg5K6R77w .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vdg5K6R77w .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vdg5K6R77w .content-wrap {
  min-height: 110px;
}
.cid-vdg5K6R77w .dropdown {
  width: fit-content;
}
@media (max-width: 991px) {
  .cid-vdg5K6R77w .dropdown {
    width: auto;
    text-align: center;
  }
}
.cid-vdg5K6R77w .menu-content {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  backdrop-filter: blur(14px);
  position: relative;
  padding: 4px 12px;
}
@media (max-width: 992px) {
  .cid-vdg5K6R77w .menu-content {
    width: 100%;
    flex-direction: column;
    padding: 10px 12px;
  }
}
.cid-vdg5K6R77w .menu-content .blur-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .8;
  pointer-events: none;
}
.cid-vdg5K8szkv {
  position: relative;
  background-color: #f7f7f5;
  align-items: flex-end;
  padding: 12px 0;
}
.cid-vdg5K8szkv .cont-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
}
.cid-vdg5K8szkv .cont-wrapper .image-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-vdg5K8szkv .cont-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #222f30;
  opacity: 0.3;
  pointer-events: none;
}
.cid-vdg5K8szkv .cont-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vdg5K8szkv .cont-wrapper {
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.cid-vdg5K8szkv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdg5K8szkv .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 150px 0 32px;
  pointer-events: none;
}
.cid-vdg5K8szkv .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  margin-bottom: 460px;
}
@media (max-width: 1440px) {
  .cid-vdg5K8szkv .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 200px;
  }
}
@media (max-width: 992px) {
  .cid-vdg5K8szkv .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vdg5K8szkv .content-wrapper .text-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vdg5K8szkv .content-wrapper .text-wrapper {
    display: block;
  }
}
.cid-vdg5K8szkv .content-wrapper .text-wrapper .text-wrap {
  width: 49%;
}
@media (max-width: 992px) {
  .cid-vdg5K8szkv .content-wrapper .text-wrapper .text-wrap {
    width: 100%;
  }
}
.cid-vdg5K8szkv .content-wrapper .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vdg5K8szkv .content-wrapper .text-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vdg5K8szkv .content-wrapper .text-wrapper .card-box {
  width: 49%;
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vdg5K8szkv .content-wrapper .text-wrapper .card-box {
    width: 100%;
  }
}
.cid-vdg5K8szkv .content-wrapper .text-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vdg5K8szkv .mbr-section-title {
  color: #ffffff;
}
.cid-vdg5K8szkv .mbr-text {
  color: #ffffff;
}
.cid-vdg5K8szkv .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vdg5K8szkv .mbr-section-btn {
    text-align: left;
  }
}
.cid-vdg5K9pQZ5 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-vdg5K9pQZ5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdg5K9pQZ5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdg5K9pQZ5 .row {
  justify-content: flex-start;
}
.cid-vdg5K9pQZ5 .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-vdg5K9pQZ5 .mbr-text {
  color: #000000;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-vdg5Kag8LS {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vdg5Kag8LS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdg5Kag8LS .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-vdg5Kag8LS .container {
    padding: 0 20px;
  }
}
.cid-vdg5Kag8LS .row {
  margin: 0;
}
.cid-vdg5Kag8LS .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vdg5Kag8LS .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vdg5Kag8LS .video-block .video-wrapper .app-video-wrapper::before {
  color: #ffffff;
  text-shadow: none;
}
.cid-vdg5Kag8LS .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-vdg5Kag8LS .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-vdg5Kag8LS .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-vdg5Kag8LS .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vdg5Kb9kDY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #222f30;
}
.cid-vdg5Kb9kDY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdg5Kb9kDY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdg5Kb9kDY .label-wrapper {
  padding-bottom: 48px;
  margin-bottom: 60px;
  border-bottom: 1px solid #394546;
}
@media (max-width: 992px) {
  .cid-vdg5Kb9kDY .label-wrapper {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
}
.cid-vdg5Kb9kDY .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
}
.cid-vdg5Kb9kDY .label-wrapper .label-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f7f7f5;
  opacity: .1;
}
.cid-vdg5Kb9kDY .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vdg5Kb9kDY .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vdg5Kb9kDY .items-wrapper .item {
  margin-bottom: 48px;
}
.cid-vdg5Kb9kDY .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 12px;
}
.cid-vdg5Kb9kDY .items-wrapper .item .item-wrapper .text-wrapper .item-text {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
}
.cid-vdg5Kb9kDY .items-wrapper .item .item-wrapper .text-wrapper .item-text:hover::before,
.cid-vdg5Kb9kDY .items-wrapper .item .item-wrapper .text-wrapper .item-text:focus::before {
  width: 0;
}
.cid-vdg5Kb9kDY .items-wrapper .item .item-wrapper .text-wrapper .item-text::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #cef79e;
  transition: all .3s ease;
}
.cid-vdg5Kb9kDY .btn-wrapper {
  margin-top: -10%;
}
.cid-vdg5Kb9kDY .mbr-label {
  color: #ffffff;
}
.cid-vdg5Kb9kDY .item-title {
  color: #949a9b;
}
.cid-vdg5Kb9kDY .item-text {
  color: #ffffff;
}
.cid-vdg5Kb9kDY .item-title,
.cid-vdg5Kb9kDY .mbr-section-btn {
  color: #ffffff;
}
.cid-vdg5KbPlsV {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.cid-vdg5KbPlsV .google-map iframe {
  height: 400px;
  width: 100%;
  border-radius: 0 !important;
}
.cid-vdg5KcDucX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vdg5KcDucX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdg5KcDucX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdg5KcDucX .row {
  justify-content: center;
}
.cid-vdg5KcDucX .card {
  justify-content: center;
}
.cid-vdg5KcDucX .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vdg5KcDucX .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vdg5KcDucX .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vdg5KcDucX .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vdg5KcDucX .nav-wrapper .list .item-wrap:hover,
.cid-vdg5KcDucX .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-vdg5KcDucX .list,
.cid-vdg5KcDucX .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vdg91LSDpZ {
  z-index: 1000;
  width: 100%;
}
.cid-vdg91LSDpZ nav.navbar {
  position: fixed;
}
.cid-vdg91LSDpZ .container-fluid {
  padding-left: 48px;
  padding-right: 48px;
}
@media (max-width: 992px) {
  .cid-vdg91LSDpZ .container-fluid {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.cid-vdg91LSDpZ .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-vdg91LSDpZ .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vdg91LSDpZ .dropdown-item {
  border: none !important;
  background: #222f30 !important;
  color: #f7f7f5 !important;
  font-weight: 300;
}
.cid-vdg91LSDpZ .dropdown-item:hover,
.cid-vdg91LSDpZ .dropdown-item:focus {
  background: #222f30 !important;
  color: #f7f7f5 !important;
}
.cid-vdg91LSDpZ .dropdown-item:hover span {
  color: white;
}
.cid-vdg91LSDpZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vdg91LSDpZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vdg91LSDpZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vdg91LSDpZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vdg91LSDpZ .nav-link {
  position: relative;
}
.cid-vdg91LSDpZ .container {
  display: flex;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .cid-vdg91LSDpZ .container {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .cid-vdg91LSDpZ .container {
    max-width: 1100px;
  }
}
.cid-vdg91LSDpZ .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vdg91LSDpZ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vdg91LSDpZ .dropdown-menu,
.cid-vdg91LSDpZ .navbar.opened {
  background: #f7f7f5 !important;
  background: rgba(247, 247, 245, 0) !important;
}
.cid-vdg91LSDpZ .nav-item:focus,
.cid-vdg91LSDpZ .nav-link:focus {
  outline: none;
}
.cid-vdg91LSDpZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vdg91LSDpZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vdg91LSDpZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vdg91LSDpZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vdg91LSDpZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vdg91LSDpZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px 14px 14px 14px!important;
  transition: none;
  margin: 0 0 5px 0 !important;
}
.cid-vdg91LSDpZ .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(247, 247, 245, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vdg91LSDpZ .navbar.opened {
  transition: all 0.3s;
}
.cid-vdg91LSDpZ .navbar .dropdown-item {
  padding: 10px 2rem 10px 17px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
  width: fit-content !important;
}
.cid-vdg91LSDpZ .navbar .navbar-logo {
  margin-right: 10px;
}
.cid-vdg91LSDpZ .navbar .navbar-logo img {
  width: auto;
}
.cid-vdg91LSDpZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vdg91LSDpZ .navbar.collapsed {
  justify-content: center;
}
.cid-vdg91LSDpZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vdg91LSDpZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vdg91LSDpZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.5rem);
  }
}
.cid-vdg91LSDpZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  text-align: center;
}
.cid-vdg91LSDpZ .navbar.collapsed .dropdown-menu .dropdown-item {
  width: 100% !important;
  justify-content: center;
  align-items: center;
  padding: 14px !important;
}
.cid-vdg91LSDpZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: 12px;
}
.cid-vdg91LSDpZ .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%;
  position: static;
}
.cid-vdg91LSDpZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vdg91LSDpZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vdg91LSDpZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vdg91LSDpZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vdg91LSDpZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vdg91LSDpZ .navbar .dropdown-menu {
    width: auto !important;
  }
  .cid-vdg91LSDpZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vdg91LSDpZ .navbar .dropdown-menu .dropdown-item:after {
    right: 12px;
  }
  .cid-vdg91LSDpZ .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%;
    position: static;
    margin-bottom: -0.2rem;
  }
  .cid-vdg91LSDpZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vdg91LSDpZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vdg91LSDpZ .navbar .dropdown-menu .dropdown-item {
    padding: 14px 14px 14px 14px!important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
    width: 100% !important;
  }
  .cid-vdg91LSDpZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vdg91LSDpZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vdg91LSDpZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vdg91LSDpZ .navbar.navbar-short {
  min-height: 110px;
}
.cid-vdg91LSDpZ .navbar.navbar-short .navbar-brand {
  min-height: 110px;
}
.cid-vdg91LSDpZ .navbar-brand {
  min-height: 110px;
  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-vdg91LSDpZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vdg91LSDpZ .navbar-brand .navbar-caption:hover,
.cid-vdg91LSDpZ .navbar-brand .navbar-caption:focus {
  color: #222f30 !important;
}
.cid-vdg91LSDpZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vdg91LSDpZ .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vdg91LSDpZ .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #222f30 !important;
}
.cid-vdg91LSDpZ .dropdown-item.active,
.cid-vdg91LSDpZ .dropdown-item:active {
  background-color: transparent;
}
.cid-vdg91LSDpZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vdg91LSDpZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vdg91LSDpZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vdg91LSDpZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f7f7f5;
  top: 2.6rem;
  border-radius: 30px;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-vdg91LSDpZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    text-align: center;
  }
}
.cid-vdg91LSDpZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vdg91LSDpZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vdg91LSDpZ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0 10px;
}
@media (min-width: 991px) {
  .cid-vdg91LSDpZ ul.navbar-nav {
    background-color: transparent;
  }
}
@media (max-width: 992px) {
  .cid-vdg91LSDpZ ul.navbar-nav {
    padding: 10px;
  }
  .cid-vdg91LSDpZ ul.navbar-nav .nav-item:last-child .nav-link {
    margin-bottom: 0;
  }
}
.cid-vdg91LSDpZ .collapsed ul.navbar-nav {
  padding: 10px;
}
.cid-vdg91LSDpZ .collapsed ul.navbar-nav .nav-item:last-child .nav-link {
  margin-bottom: 0;
}
.cid-vdg91LSDpZ .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vdg91LSDpZ .navbar-buttons {
    text-align: left;
  }
}
.cid-vdg91LSDpZ .navbar-buttons .btn {
  white-space: nowrap;
  width: auto;
  margin: 0;
  margin-left: 10px;
}
@media (max-width: 992px) {
  .cid-vdg91LSDpZ .navbar-buttons .btn {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .cid-vdg91LSDpZ .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vdg91LSDpZ button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 110px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vdg91LSDpZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vdg91LSDpZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 30px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vdg91LSDpZ button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vdg91LSDpZ button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 36px;
  transition: all 0.15s;
}
.cid-vdg91LSDpZ button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 42px;
  transition: all 0.2s;
}
.cid-vdg91LSDpZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdg91LSDpZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vdg91LSDpZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vdg91LSDpZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vdg91LSDpZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vdg91LSDpZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vdg91LSDpZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vdg91LSDpZ .navbar {
    height: 70px;
  }
  .cid-vdg91LSDpZ .navbar.opened {
    height: auto;
  }
  .cid-vdg91LSDpZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vdg91LSDpZ .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vdg91LSDpZ .nav-item .nav-link {
  padding: 10px 17px !important;
  margin: 6px 2px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vdg91LSDpZ .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vdg91LSDpZ .nav-item .nav-link:hover {
  background-color: #f7f7f5;
  color: #222f30;
}
.cid-vdg91LSDpZ .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vdg91LSDpZ .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vdg91LSDpZ .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vdg91LSDpZ .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vdg91LSDpZ .navbar {
    justify-content: flex-start !important;
  }
  .cid-vdg91LSDpZ .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vdg91LSDpZ .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vdg91LSDpZ .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vdg91LSDpZ .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vdg91LSDpZ .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vdg91LSDpZ .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vdg91LSDpZ .content-wrap {
  min-height: 110px;
}
.cid-vdg91LSDpZ .dropdown {
  width: fit-content;
}
@media (max-width: 991px) {
  .cid-vdg91LSDpZ .dropdown {
    width: auto;
    text-align: center;
  }
}
.cid-vdg91LSDpZ .menu-content {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  backdrop-filter: blur(14px);
  position: relative;
  padding: 4px 12px;
}
@media (max-width: 992px) {
  .cid-vdg91LSDpZ .menu-content {
    width: 100%;
    flex-direction: column;
    padding: 10px 12px;
  }
}
.cid-vdg91LSDpZ .menu-content .blur-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .8;
  pointer-events: none;
}
.cid-vdg91NAAcN {
  position: relative;
  background-color: #f7f7f5;
  align-items: flex-end;
  padding: 12px 0;
}
.cid-vdg91NAAcN .cont-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
}
.cid-vdg91NAAcN .cont-wrapper .image-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-vdg91NAAcN .cont-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #222f30;
  opacity: 0.3;
  pointer-events: none;
}
.cid-vdg91NAAcN .cont-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vdg91NAAcN .cont-wrapper {
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.cid-vdg91NAAcN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdg91NAAcN .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 150px 0 32px;
  pointer-events: none;
}
.cid-vdg91NAAcN .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  margin-bottom: 460px;
}
@media (max-width: 1440px) {
  .cid-vdg91NAAcN .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 200px;
  }
}
@media (max-width: 992px) {
  .cid-vdg91NAAcN .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vdg91NAAcN .content-wrapper .text-wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vdg91NAAcN .content-wrapper .text-wrapper {
    display: block;
  }
}
.cid-vdg91NAAcN .content-wrapper .text-wrapper .text-wrap {
  width: 49%;
}
@media (max-width: 992px) {
  .cid-vdg91NAAcN .content-wrapper .text-wrapper .text-wrap {
    width: 100%;
  }
}
.cid-vdg91NAAcN .content-wrapper .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vdg91NAAcN .content-wrapper .text-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vdg91NAAcN .content-wrapper .text-wrapper .card-box {
  width: 49%;
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-vdg91NAAcN .content-wrapper .text-wrapper .card-box {
    width: 100%;
  }
}
.cid-vdg91NAAcN .content-wrapper .text-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
  margin-bottom: -9.6px;
}
.cid-vdg91NAAcN .mbr-section-title {
  color: #ffffff;
}
.cid-vdg91NAAcN .mbr-text {
  color: #ffffff;
}
.cid-vdg91NAAcN .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vdg91NAAcN .mbr-section-btn {
    text-align: left;
  }
}
.cid-vdg91OwlUI {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-vdg91OwlUI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdg91OwlUI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdg91OwlUI .row {
  justify-content: flex-start;
}
.cid-vdg91OwlUI .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-vdg91OwlUI .mbr-text {
  color: #000000;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-vdg91PFohA {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vdg91PFohA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdg91PFohA .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-vdg91PFohA .container {
    padding: 0 20px;
  }
}
.cid-vdg91PFohA .row {
  margin: 0;
}
.cid-vdg91PFohA .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vdg91PFohA .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vdg91PFohA .video-block .video-wrapper .app-video-wrapper::before {
  color: #ffffff;
  text-shadow: none;
}
.cid-vdg91PFohA .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-vdg91PFohA .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-vdg91PFohA .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-vdg91PFohA .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vdg91Qm1gb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #222f30;
}
.cid-vdg91Qm1gb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdg91Qm1gb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdg91Qm1gb .label-wrapper {
  padding-bottom: 48px;
  margin-bottom: 60px;
  border-bottom: 1px solid #394546;
}
@media (max-width: 992px) {
  .cid-vdg91Qm1gb .label-wrapper {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
}
.cid-vdg91Qm1gb .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 12px;
  position: relative;
  overflow: hidden;
}
.cid-vdg91Qm1gb .label-wrapper .label-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f7f7f5;
  opacity: .1;
}
.cid-vdg91Qm1gb .label-wrapper .label-wrap .decor-wrap {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  background-color: #a7e26e;
  display: flex;
}
.cid-vdg91Qm1gb .label-wrapper .label-wrap .mbr-label {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vdg91Qm1gb .items-wrapper .item {
  margin-bottom: 48px;
}
.cid-vdg91Qm1gb .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 12px;
}
.cid-vdg91Qm1gb .items-wrapper .item .item-wrapper .text-wrapper .item-text {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
}
.cid-vdg91Qm1gb .items-wrapper .item .item-wrapper .text-wrapper .item-text:hover::before,
.cid-vdg91Qm1gb .items-wrapper .item .item-wrapper .text-wrapper .item-text:focus::before {
  width: 0;
}
.cid-vdg91Qm1gb .items-wrapper .item .item-wrapper .text-wrapper .item-text::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #cef79e;
  transition: all .3s ease;
}
.cid-vdg91Qm1gb .btn-wrapper {
  margin-top: -10%;
}
.cid-vdg91Qm1gb .mbr-label {
  color: #ffffff;
}
.cid-vdg91Qm1gb .item-title {
  color: #949a9b;
}
.cid-vdg91Qm1gb .item-text {
  color: #ffffff;
}
.cid-vdg91Qm1gb .item-title,
.cid-vdg91Qm1gb .mbr-section-btn {
  color: #ffffff;
}
.cid-vdg91R7uNN {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.cid-vdg91R7uNN .google-map iframe {
  height: 400px;
  width: 100%;
  border-radius: 0 !important;
}
.cid-vdg91RXYaB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vdg91RXYaB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdg91RXYaB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdg91RXYaB .row {
  justify-content: center;
}
.cid-vdg91RXYaB .card {
  justify-content: center;
}
.cid-vdg91RXYaB .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vdg91RXYaB .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vdg91RXYaB .nav-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vdg91RXYaB .nav-wrapper .list .item-wrap {
  padding: 5px 32px;
  margin-bottom: 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-vdg91RXYaB .nav-wrapper .list .item-wrap:hover,
.cid-vdg91RXYaB .nav-wrapper .list .item-wrap:focus {
  color: #cbff5b;
}
.cid-vdg91RXYaB .list,
.cid-vdg91RXYaB .nav-wrapper {
  color: #ffffff;
  text-align: center;
}
