.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Onest;
}
.display-1 {
  font-family: 'PT Serif', serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'PT Serif', serif;
  font-size: 3rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'PT Serif', serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'PT Serif', serif;
  font-size: 2.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'PT Serif', serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((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.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn-secondary {
  color: #ffa600 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #45592e;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #dde7d2 !important;
  border-color: #dde7d2 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #45592e !important;
  background-color: #dde7d2 !important;
  border-color: #dde7d2 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #ffa600 !important;
}
.btn-secondary:hover span,
.btn-secondary:focus span,
.btn-secondary.focus span,
.btn-secondary.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-secondary div {
  overflow: hidden;
}
.btn-secondary span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    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: #ffa600 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffa600 !important;
  border-color: #ffa600 !important;
  color: #ffffff;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ffb833 !important;
  border-color: #ffb833 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ffb833 !important;
  border-color: #ffb833 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #ffa600 !important;
}
.btn-primary:hover span,
.btn-primary:focus span,
.btn-primary.focus span,
.btn-primary.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-primary div {
  overflow: hidden;
}
.btn-primary span {
  display: block;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #ffa600 !important;
}
.btn-info:hover span,
.btn-info:focus span,
.btn-info.focus span,
.btn-info.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-info div {
  overflow: hidden;
}
.btn-info span {
  display: block;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #ffa600 !important;
}
.btn-success:hover span,
.btn-success:focus span,
.btn-success.focus span,
.btn-success.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-success div {
  overflow: hidden;
}
.btn-success span {
  display: block;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #ffa600 !important;
}
.btn-warning:hover span,
.btn-warning:focus span,
.btn-warning.focus span,
.btn-warning.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-warning div {
  overflow: hidden;
}
.btn-warning span {
  display: block;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #ffa600 !important;
}
.btn-danger:hover span,
.btn-danger:focus span,
.btn-danger.focus span,
.btn-danger.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-danger div {
  overflow: hidden;
}
.btn-danger span {
  display: block;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #ffa600 !important;
}
.btn-white:hover span,
.btn-white:focus span,
.btn-white.focus span,
.btn-white.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-white div {
  overflow: hidden;
}
.btn-white span {
  display: block;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #ffa600 !important;
}
.btn-black:hover span,
.btn-black:focus span,
.btn-black.focus span,
.btn-black.active span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.btn-black div {
  overflow: hidden;
}
.btn-black span {
  display: block;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ffa600;
  color: #ffa600;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a86e00 !important;
  background-color: transparent !important;
  border-color: #a86e00 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffa600 !important;
  border-color: #ffa600 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #c4d6b0;
  color: #c4d6b0;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #99b877 !important;
  background-color: transparent !important;
  border-color: #99b877 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #45592e !important;
  background-color: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ffa600 !important;
}
.text-secondary {
  color: #c4d6b0 !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #996400 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #92b36d !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ffa600;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.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: #ffa600;
  border-color: #ffa600;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffa600;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffedcc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'PT Serif', serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !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: #ffa600 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'PT Serif', serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #ffa600;
}
/* 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: #ffa600;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffa600;
}
.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: #ffa600;
  border-bottom-color: #ffa600;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffa600 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #c4d6b0 !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='%23ffa600' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-tZs5WZkOu5 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tZs5WZkOu5 .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;
}
@media (max-width: 767px) {
  .cid-tZs5WZkOu5 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tZs5WZkOu5 .btn {
  font-weight: 400;
}
.cid-tZs5WZkOu5 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tZs5WZkOu5 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tZs5WZkOu5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tZs5WZkOu5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tZs5WZkOu5 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-tZs5WZkOu5 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-tZs5WZkOu5 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-tZs5WZkOu5 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tZs5WZkOu5 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tZs5WZkOu5 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tZs5WZkOu5 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-tZs5WZkOu5 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tZs5WZkOu5 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tZs5WZkOu5 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tZs5WZkOu5 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tZs5WZkOu5 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tZs5WZkOu5 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tZs5WZkOu5 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tZs5WZkOu5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-tZs5WZkOu5 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-tZs5WZkOu5 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tZs5WZkOu5 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tZs5WZkOu5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tZs5WZkOu5 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #0c2c68;
}
.cid-tZs5WZkOu5 .nav-item:focus,
.cid-tZs5WZkOu5 .nav-link:focus {
  outline: none;
}
.cid-tZs5WZkOu5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tZs5WZkOu5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tZs5WZkOu5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tZs5WZkOu5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tZs5WZkOu5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tZs5WZkOu5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tZs5WZkOu5 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tZs5WZkOu5 .navbar.opened {
  transition: all 0.25s;
}
.cid-tZs5WZkOu5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tZs5WZkOu5 .navbar .navbar-logo img {
  width: auto;
}
.cid-tZs5WZkOu5 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tZs5WZkOu5 .navbar.collapsed {
  justify-content: center;
}
.cid-tZs5WZkOu5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tZs5WZkOu5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tZs5WZkOu5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tZs5WZkOu5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tZs5WZkOu5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tZs5WZkOu5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tZs5WZkOu5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tZs5WZkOu5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tZs5WZkOu5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tZs5WZkOu5 .navbar {
    min-height: 72px;
  }
  .cid-tZs5WZkOu5 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tZs5WZkOu5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tZs5WZkOu5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tZs5WZkOu5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tZs5WZkOu5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tZs5WZkOu5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tZs5WZkOu5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tZs5WZkOu5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tZs5WZkOu5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tZs5WZkOu5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tZs5WZkOu5 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tZs5WZkOu5 .dropdown-item.active,
.cid-tZs5WZkOu5 .dropdown-item:active {
  background-color: transparent;
}
.cid-tZs5WZkOu5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tZs5WZkOu5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tZs5WZkOu5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tZs5WZkOu5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0c2c68;
}
.cid-tZs5WZkOu5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tZs5WZkOu5 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tZs5WZkOu5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tZs5WZkOu5 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tZs5WZkOu5 .navbar-buttons {
    text-align: left;
  }
}
.cid-tZs5WZkOu5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tZs5WZkOu5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tZs5WZkOu5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tZs5WZkOu5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZs5WZkOu5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZs5WZkOu5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tZs5WZkOu5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZs5WZkOu5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tZs5WZkOu5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tZs5WZkOu5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZs5WZkOu5 .navbar-dropdown {
  padding: 0;
  background-color: #0c2c68 !important;
}
.cid-tZs5WZkOu5 .opacityScroll {
  background: #0c2c68 !important;
}
.cid-tZs5WZkOu5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZs5WZkOu5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tZs5WZkOu5 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tZs5WZkOu5 .navbar {
    height: 70px;
  }
  .cid-tZs5WZkOu5 .navbar.opened {
    height: auto;
  }
  .cid-tZs5WZkOu5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tZs5WZkOu5 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tZs5WZkOu5 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tZs5WZkOu5 .navbar-brand {
    margin-right: auto;
  }
  .cid-tZs5WZkOu5 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #0c2c68;
    backdrop-filter: blur(8px);
  }
  .cid-tZs5WZkOu5 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tZs5WZkOu5 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tZs5WZkOu5 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tZs5WZkOu5 .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-tZs5WZkOu5 .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-tZs5WZkOu5 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tZs5WPRvK6 {
  display: flex;
  padding-top: 21rem;
  padding-bottom: 16rem;
  background-image: url("../../../assets/images/water-slide-rentals-austin-texas-2000x1125.jpg");
}
.cid-tZs5WPRvK6 .mbr-overlay {
  background-color: #000000;
  opacity: 0.6;
}
.cid-tZs5WPRvK6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZs5WPRvK6 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-tZs5WPRvK6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZs5WPRvK6 p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-tZs5WPRvK6 {
    align-items: center;
  }
  .cid-tZs5WPRvK6 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tZs5WPRvK6 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tZs5WPRvK6 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tZs5WPRvK6 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tZs5WPRvK6 .content-wrap {
    width: 100%;
  }
}
.cid-tZs5WPRvK6 .mbr-section-subtitle,
.cid-tZs5WPRvK6 .line {
  color: #ffffff;
}
.cid-tZs5WPRvK6 .mbr-text,
.cid-tZs5WPRvK6 .mbr-section-btn {
  text-align: right;
}
.cid-uBLk66Bwdu {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #0c2c68;
}
.cid-uBLk66Bwdu h2,
.cid-uBLk66Bwdu h3,
.cid-uBLk66Bwdu h4,
.cid-uBLk66Bwdu p {
  margin: 0;
}
.cid-uBLk66Bwdu ul {
  padding: 0;
  list-style-type: none;
}
.cid-uBLk66Bwdu .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-uBLk66Bwdu .mbr-section-title {
  color: #fffcee;
  margin-bottom: 10px;
  text-align: center;
}
.cid-uBLk66Bwdu .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-uBLk66Bwdu .list {
  margin: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uBLk66Bwdu .mbr-card-text {
  margin: 10px 0;
}
.cid-uBLk66Bwdu .mbr-card-text::before {
  content: "* ";
  display: inline;
}
.cid-uBLveaaQlK {
  display: flex;
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #fffcee;
}
.cid-uBLveaaQlK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBLveaaQlK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBLveaaQlK .line {
  width: 100%;
  opacity: 0.6;
  height: 1px;
  background: currentColor;
  margin-top: 8rem;
}
.cid-uBLveaaQlK .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uBLveaaQlK .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uBLveaaQlK {
    align-items: center;
  }
  .cid-uBLveaaQlK .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBLveaaQlK .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBLveaaQlK {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uBLveaaQlK .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBLveaaQlK .content-wrap {
    width: 100%;
  }
}
.cid-uBLveaaQlK .mbr-section-title {
  text-align: left;
  color: #fffcee;
}
.cid-uBLveaaQlK .mbr-text,
.cid-uBLveaaQlK .mbr-section-btn {
  text-align: left;
  color: #fffcee;
}
.cid-uBLveaaQlK .mbr-section-title,
.cid-uBLveaaQlK .line {
  color: #000000;
  text-align: center;
}
.cid-tZs9GKcBB6 {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #0c2c68;
}
.cid-tZs9GKcBB6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZs9GKcBB6 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-tZs9GKcBB6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZs9GKcBB6 h1 {
  max-width: 800px;
}
.cid-tZs9GKcBB6 p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-tZs9GKcBB6 .btn:hover {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #ffa600 !important;
}
.cid-tZs9GKcBB6 .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-tZs9GKcBB6 .btn div {
  overflow: hidden;
}
.cid-tZs9GKcBB6 .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-tZs9GKcBB6 {
    align-items: center;
  }
  .cid-tZs9GKcBB6 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tZs9GKcBB6 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tZs9GKcBB6 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tZs9GKcBB6 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tZs9GKcBB6 .content-wrap {
    width: 100%;
  }
}
.cid-tZs9GKcBB6 .mbr-section-subtitle,
.cid-tZs9GKcBB6 .line {
  color: #291f1e;
}
.cid-tZs9GKcBB6 .mbr-text,
.cid-tZs9GKcBB6 .mbr-section-btn {
  text-align: left;
  color: #f7f7f7;
}
.cid-tZs9GKcBB6 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tZs9LX8uOJ {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/purple1-183875-1200x-1000x826.jpg");
}
.cid-tZs9LX8uOJ .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-tZs9LX8uOJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZs9LX8uOJ .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 25rem;
}
@media (max-width: 767px) {
  .cid-tZs9LX8uOJ .line {
    margin-bottom: 10rem;
  }
}
.cid-tZs9LX8uOJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZs9LX8uOJ p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-tZs9LX8uOJ .btn:hover {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #ffa600 !important;
}
.cid-tZs9LX8uOJ .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-tZs9LX8uOJ .btn div {
  overflow: hidden;
}
.cid-tZs9LX8uOJ .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-tZs9LX8uOJ {
    align-items: center;
  }
  .cid-tZs9LX8uOJ .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tZs9LX8uOJ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tZs9LX8uOJ {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tZs9LX8uOJ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tZs9LX8uOJ .content-wrap {
    width: 100%;
  }
}
.cid-tZs9LX8uOJ .mbr-section-subtitle,
.cid-tZs9LX8uOJ .line {
  color: #ffffff;
}
.cid-tZs9LX8uOJ .mbr-text,
.cid-tZs9LX8uOJ .mbr-section-btn {
  text-align: left;
}
.cid-uBLsFwELw6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #0c2c68;
}
.cid-uBLsFwELw6 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uBLsFwELw6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBLsFwELw6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBLsFwELw6 .content-wrap {
  margin: 0;
}
.cid-uBLsFwELw6 .content-wrap .card {
  padding: 0;
}
.cid-uBLsFwELw6 .content-wrapper {
  padding: 190px 28px 190px 120px;
  height: 100%;
  border-right: 1px solid #150764;
}
@media (max-width: 1640px) {
  .cid-uBLsFwELw6 .content-wrapper {
    padding: 190px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBLsFwELw6 .content-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-uBLsFwELw6 .content-wrapper {
    border-right: none;
    border-top: 1px solid #150764;
  }
}
.cid-uBLsFwELw6 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uBLsFwELw6 .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uBLsFwELw6 .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uBLsFwELw6 .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uBLsFwELw6 .image-wrapper {
  height: 100%;
}
.cid-uBLsFwELw6 .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uBLsFwELw6 .image-wrapper img {
    height: 350px;
    object-fit: cover;
  }
}
.cid-uBLsFwELw6 .mbr-section-title {
  color: #150764;
}
.cid-uBLsFwELw6 .mbr-text {
  color: #fffcee;
}
.cid-uBLsFwELw6 .mbr-section-title,
.cid-uBLsFwELw6 .mbr-section-btn {
  color: #fffcee;
}
.cid-tZs9RoHwNm {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #fffcee;
}
.cid-tZs9RoHwNm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZs9RoHwNm .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-tZs9RoHwNm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZs9RoHwNm .btn:hover {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #ffa600 !important;
}
.cid-tZs9RoHwNm .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-tZs9RoHwNm .btn div {
  overflow: hidden;
}
.cid-tZs9RoHwNm .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-tZs9RoHwNm {
    align-items: center;
  }
  .cid-tZs9RoHwNm .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tZs9RoHwNm .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tZs9RoHwNm {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tZs9RoHwNm .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tZs9RoHwNm .content-wrap {
    width: 100%;
  }
}
.cid-tZs9RoHwNm .mbr-section-subtitle,
.cid-tZs9RoHwNm .line {
  color: #291f1e;
}
.cid-tZs9RoHwNm .mbr-text,
.cid-tZs9RoHwNm .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-tZs9RoHwNm .mbr-section-title {
  color: #291f1e;
}
.cid-uBLkYJl8hl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0c2c68;
}
.cid-uBLkYJl8hl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBLkYJl8hl .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-uBLkYJl8hl .container {
    padding: 0 16px;
  }
}
.cid-uBLkYJl8hl .card {
  justify-content: center;
}
.cid-uBLkYJl8hl .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #ffffff;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uBLkYJl8hl .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uBLkYJl8hl .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uBLkYJl8hl .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uBLkYJl8hl .mbr-section-title {
  color: #000000;
}
.cid-uBLkYJl8hl .mbr-text {
  color: #000000;
}
.cid-uBLkYJl8hl .mbr-desc {
  color: #000000;
}
.cid-uBLkYJl8hl .mbr-section-title,
.cid-uBLkYJl8hl .title-wrapper {
  color: #000000;
}
.cid-uBLkYJl8hl .mbr-text,
.cid-uBLkYJl8hl .mbr-section-btn {
  color: #fffcee;
}
.cid-uBQO2HyNwm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBQO2HyNwm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBQO2HyNwm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBQO2HyNwm .video-wrapper iframe {
  width: 100%;
}
.cid-uBQO2HyNwm .app-video-wrapper::before {
  font-size: 100px;
  line-height: 100px;
  border: 10px solid #320707;
  border-radius: 50%;
  padding: 28px 28px 28px 30px;
  top: 45%;
  left: 45%;
}
@media (max-width: 768px) {
  .cid-uBQO2HyNwm .app-video-wrapper::before {
    font-size: 70px;
    line-height: 70px;
    border: none;
    padding: 0;
    top: 50%;
    left: 50%;
  }
}
.cid-uBQO2HyNwm .video-block {
  position: relative;
  z-index: 1;
}
.cid-uBQO2HyNwm .video-block .video-wrapper iframe {
  z-index: 1;
  position: relative;
}
.cid-uBQO2HyNwm .video-block .image-absolute {
  position: absolute;
  top: -12rem;
  left: -4rem;
  width: 300px;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uBQO2HyNwm .video-block .image-absolute {
    display: none;
  }
}
.cid-uBLmul1WDf {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #060606;
}
.cid-uBLmul1WDf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBLmul1WDf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBLmul1WDf .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uBLmul1WDf .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uBLmul1WDf .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uBLmul1WDf .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uBLmul1WDf .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uBLmul1WDf .item {
    margin-bottom: 28px;
  }
}
.cid-uBLmul1WDf .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uBLmul1WDf .item .item-wrapper:hover,
.cid-uBLmul1WDf .item .item-wrapper:focus {
  border: 2px solid #078efb;
  background-color: #078efb;
}
.cid-uBLmul1WDf .item .item-wrapper .item-wrap {
  border: 1px solid #252525;
  transition: all 0.3s ease-in-out;
  background-color: #121212;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-uBLmul1WDf .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uBLmul1WDf .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uBLmul1WDf .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uBLmul1WDf .item .item-wrapper .item-wrap .item-img .item-content {
    padding: 16px;
  }
}
.cid-uBLmul1WDf .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uBLmul1WDf .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-uBLmul1WDf .item .item-wrapper .item-wrap .date-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px 24px 24px;
  display: block;
}
@media (max-width: 992px) {
  .cid-uBLmul1WDf .item .item-wrapper .item-wrap .date-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-uBLmul1WDf .item .item-wrapper .item-wrap .date-wrapper .item-date {
  padding-right: 8px;
  margin-bottom: 0;
}
.cid-uBLmul1WDf .item .item-wrapper .item-wrap .date-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #078efb;
}
.cid-uBLmul1WDf .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uBLmul1WDf .item-title {
  color: #9aa0a6;
}
.cid-uBLmul1WDf .item-text {
  color: #ffffff;
}
.cid-uBLmul1WDf .item-date {
  color: #9aa0a6;
}
.cid-uBLmul1WDf .mbr-section-title,
.cid-uBLmul1WDf .mbr-section-btn {
  text-align: center;
}
.cid-uBLmul1WDf .item-title,
.cid-uBLmul1WDf .icon-wrapper {
  color: #f7f7f7;
}
.cid-uBLo2ZpbJR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBLo2ZpbJR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBLo2ZpbJR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBLo2ZpbJR .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uBLo2ZpbJR .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBLo2ZpbJR .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBLo2ZpbJR .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBLo2ZpbJR .container {
    padding: 0 24px;
  }
}
.cid-uBLo2ZpbJR .row {
  justify-content: center;
}
.cid-uBLo2ZpbJR .title-wrapper {
  padding-right: 48px;
}
@media (max-width: 1440px) {
  .cid-uBLo2ZpbJR .title-wrapper {
    padding-right: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uBLo2ZpbJR .title-wrapper {
    padding-right: 0;
  }
}
.cid-uBLo2ZpbJR .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uBLo2ZpbJR .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBLo2ZpbJR .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uBLo2ZpbJR .text-wrapper {
  padding-left: 48px;
}
@media (max-width: 1440px) {
  .cid-uBLo2ZpbJR .text-wrapper {
    padding-left: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uBLo2ZpbJR .text-wrapper {
    padding-left: 0;
  }
}
.cid-uBLo2ZpbJR .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBLo2ZpbJR .text-wrapper .mbr-text:first-child {
  margin-bottom: 16px;
}
.cid-uBLo2ZpbJR .text-wrapper .mbr-text:nth-child(2) {
  opacity: .5;
}
.cid-uBLo2ZpbJR .mbr-section-title {
  color: #18212d;
}
.cid-uBLo2ZpbJR .mbr-desc {
  color: #18212d;
}
.cid-uBLo2ZpbJR .mbr-text {
  color: #18212d;
}
.cid-uBLokT4tS2 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #0c2c68;
}
.cid-uBLokT4tS2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBLokT4tS2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBLokT4tS2 .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uBLokT4tS2 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uBLokT4tS2 .mbr-iconfont {
  font-size: 2rem;
  color: #000000;
  padding-right: 1.5rem;
}
.cid-uBLokT4tS2 .card-title {
  color: #ffffff;
}
.cid-uBLtOac2TU {
  display: flex;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/depositphotos-361980312-l-2000x1248.jpg");
}
.cid-uBLtOac2TU .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-uBLtOac2TU .mbr-fallback-image.disabled {
  display: none;
}
@media (max-width: 992px) {
  .cid-uBLtOac2TU .display-1 {
    font-size: 5rem;
  }
}
.cid-uBLtOac2TU h1 {
  line-height: 1;
}
@media (max-width: 767px) {
  .cid-uBLtOac2TU {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uBLtOac2TU .display-1 {
    font-size: 2.8rem;
  }
  .cid-uBLtOac2TU .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBLtOac2TU .content-wrap {
    width: 100%;
  }
}
.cid-uBLtOac2TU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBLtOac2TU .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uBLtOac2TU .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uBLtOac2TU {
    align-items: center;
  }
  .cid-uBLtOac2TU .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBLtOac2TU .content-wrap {
    min-width: 50%;
  }
}
.cid-uBLtOac2TU .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uBLtOac2TU .mbr-text,
.cid-uBLtOac2TU .mbr-section-btn {
  text-align: center;
  color: #f7f7f7;
}
.cid-uBLujsgcne {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBLujsgcne .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBLujsgcne .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-uBLujsgcne .container {
    padding: 0 16px;
  }
}
.cid-uBLujsgcne .row {
  justify-content: center;
}
.cid-uBLujsgcne .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #000000;
  background-color: #0c2c68;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uBLujsgcne .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uBLujsgcne .panel-group .card {
  position: relative;
  border-radius: 24px !important;
  padding: 64px;
  margin-top: 32px;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #0c2c68;
}
@media (max-width: 992px) {
  .cid-uBLujsgcne .panel-group .card {
    padding: 24px;
  }
}
.cid-uBLujsgcne .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uBLujsgcne .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uBLujsgcne .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uBLujsgcne .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uBLujsgcne .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uBLujsgcne .panel-group .card .card-header .panel-title .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0c2c68;
  border-radius: 100%;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-uBLujsgcne .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #0c2c68;
}
.cid-uBLujsgcne .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  opacity: .5;
}
.cid-uBLujsgcne .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uBLujsgcne .panel-group .card .panel-collapse .panel-body {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-uBLujsgcne .panel-group .card .panel-collapse .panel-body {
    padding-top: 32px;
  }
}
.cid-uBLujsgcne .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uBLujsgcne .mbr-section-title {
  color: #000000;
}
.cid-uBLujsgcne .panel-title-edit {
  color: #ffffff;
}
.cid-uBLujsgcne .panel-text {
  color: #ffffff;
}
.cid-uBLujsgcne .mbr-section-title,
.cid-uBLujsgcne .title-wrapper {
  color: #ffffff;
}
.cid-uBLwFm2awO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBLwFm2awO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBLwFm2awO .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-uBLwFm2awO .container {
    padding: 0 15px;
  }
}
.cid-uBLwFm2awO .content-wrapper {
  padding-right: 130px;
}
@media (max-width: 1440px) {
  .cid-uBLwFm2awO .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-uBLwFm2awO .content-wrapper {
    padding-right: 0;
  }
}
.cid-uBLwFm2awO .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uBLwFm2awO .content-wrap {
    display: block;
  }
}
.cid-uBLwFm2awO .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uBLwFm2awO .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-uBLwFm2awO .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uBLwFm2awO .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-uBLwFm2awO .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uBLwFm2awO .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
.cid-uBLwFm2awO .mbr-section-title {
  color: #000000;
}
.cid-uBLwFm2awO .mbr-desc,
.cid-uBLwFm2awO .desc-wrapper {
  color: #3f1819;
}
.cid-uBLpUwGHR9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uBLpUwGHR9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBLpUwGHR9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBLpUwGHR9 .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uBLpUwGHR9 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uBLpUwGHR9 .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #f96e47, #fb9578);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uBLpUwGHR9 .content-wrapper .google-map iframe {
  height: 850px;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-uBLpUwGHR9 .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uBLpUwGHR9 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uBLqruP3nb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0c2c68;
  overflow: hidden;
}
.cid-uBLqruP3nb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBLqruP3nb .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-uBLqruP3nb .container {
    padding: 0 30px;
  }
}
.cid-uBLqruP3nb .row {
  justify-content: center;
}
.cid-uBLqruP3nb .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uBLqruP3nb .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uBLqruP3nb .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBLqruP3nb .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uBLqruP3nb .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uBLqruP3nb .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBLqruP3nb .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uBLqruP3nb .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uBLqruP3nb .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uBLqruP3nb .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uBLqruP3nb .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uBLqruP3nb .nav-wrapper .list .item-wrap:hover,
.cid-uBLqruP3nb .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uBLqruP3nb .nav-wrapper .list .item-wrap:hover::before,
.cid-uBLqruP3nb .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uBLqruP3nb .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #71eac6;
  transition: all 0.3s ease-in-out;
}
.cid-uBLqruP3nb .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uBLqruP3nb .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uBLqruP3nb .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uBLqruP3nb .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBLqruP3nb .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uBLqruP3nb .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uBLqruP3nb .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uBLqruP3nb .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uBLqruP3nb .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uBLqruP3nb .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-uBLqruP3nb .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uBLqruP3nb .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uBLqruP3nb .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uBLqruP3nb .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uBLqruP3nb .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uBLqruP3nb .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uBLqruP3nb .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uBLqruP3nb .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-uBLqruP3nb .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uBLqruP3nb .mbr-section-title {
  color: #bee0d6;
}
.cid-uBLqruP3nb .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uBLqruP3nb .list {
  color: #bee0d6;
}
.cid-uBLqruP3nb .mbr-address {
  color: #bee0d6;
}
.cid-uBLqruP3nb .mbr-copy {
  color: #bee0d6;
}
.cid-uBLx2eGYDS {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/hkc-sharkm-07-635193cd-7a7f-49dc-9691-3c157eac6156.webp");
}
.cid-uBLx2eGYDS .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
.cid-uBLx2eGYDS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBLx2eGYDS .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uBLx2eGYDS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBLx2eGYDS .btn:hover {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #ffa600 !important;
}
.cid-uBLx2eGYDS .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uBLx2eGYDS .btn div {
  overflow: hidden;
}
.cid-uBLx2eGYDS .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-uBLx2eGYDS {
    align-items: flex-end;
  }
  .cid-uBLx2eGYDS .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBLx2eGYDS .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBLx2eGYDS {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uBLx2eGYDS .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBLx2eGYDS .content-wrap {
    width: 100%;
  }
}
.cid-uBLx2eGYDS .mbr-section-subtitle,
.cid-uBLx2eGYDS .line {
  color: #ffffff;
}
.cid-uBLx2eGYDS .mbr-text,
.cid-uBLx2eGYDS .mbr-section-btn {
  text-align: right;
}
.cid-uBLx2eGYDS .mbr-section-title {
  color: #f7f7f7;
  text-align: center;
}
.cid-tZs5WZkOu5 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tZs5WZkOu5 .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;
}
@media (max-width: 767px) {
  .cid-tZs5WZkOu5 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tZs5WZkOu5 .btn {
  font-weight: 400;
}
.cid-tZs5WZkOu5 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tZs5WZkOu5 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tZs5WZkOu5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tZs5WZkOu5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tZs5WZkOu5 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-tZs5WZkOu5 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-tZs5WZkOu5 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-tZs5WZkOu5 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tZs5WZkOu5 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tZs5WZkOu5 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tZs5WZkOu5 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-tZs5WZkOu5 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tZs5WZkOu5 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tZs5WZkOu5 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tZs5WZkOu5 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tZs5WZkOu5 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tZs5WZkOu5 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tZs5WZkOu5 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tZs5WZkOu5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-tZs5WZkOu5 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-tZs5WZkOu5 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tZs5WZkOu5 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tZs5WZkOu5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tZs5WZkOu5 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #0c2c68;
}
.cid-tZs5WZkOu5 .nav-item:focus,
.cid-tZs5WZkOu5 .nav-link:focus {
  outline: none;
}
.cid-tZs5WZkOu5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tZs5WZkOu5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tZs5WZkOu5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tZs5WZkOu5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tZs5WZkOu5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tZs5WZkOu5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tZs5WZkOu5 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tZs5WZkOu5 .navbar.opened {
  transition: all 0.25s;
}
.cid-tZs5WZkOu5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tZs5WZkOu5 .navbar .navbar-logo img {
  width: auto;
}
.cid-tZs5WZkOu5 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tZs5WZkOu5 .navbar.collapsed {
  justify-content: center;
}
.cid-tZs5WZkOu5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tZs5WZkOu5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tZs5WZkOu5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tZs5WZkOu5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tZs5WZkOu5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tZs5WZkOu5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tZs5WZkOu5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tZs5WZkOu5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tZs5WZkOu5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tZs5WZkOu5 .navbar {
    min-height: 72px;
  }
  .cid-tZs5WZkOu5 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tZs5WZkOu5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tZs5WZkOu5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tZs5WZkOu5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tZs5WZkOu5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tZs5WZkOu5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tZs5WZkOu5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tZs5WZkOu5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tZs5WZkOu5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tZs5WZkOu5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tZs5WZkOu5 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tZs5WZkOu5 .dropdown-item.active,
.cid-tZs5WZkOu5 .dropdown-item:active {
  background-color: transparent;
}
.cid-tZs5WZkOu5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tZs5WZkOu5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tZs5WZkOu5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tZs5WZkOu5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0c2c68;
}
.cid-tZs5WZkOu5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tZs5WZkOu5 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tZs5WZkOu5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tZs5WZkOu5 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tZs5WZkOu5 .navbar-buttons {
    text-align: left;
  }
}
.cid-tZs5WZkOu5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tZs5WZkOu5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tZs5WZkOu5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tZs5WZkOu5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZs5WZkOu5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZs5WZkOu5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tZs5WZkOu5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZs5WZkOu5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tZs5WZkOu5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tZs5WZkOu5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZs5WZkOu5 .navbar-dropdown {
  padding: 0;
  background-color: #0c2c68 !important;
}
.cid-tZs5WZkOu5 .opacityScroll {
  background: #0c2c68 !important;
}
.cid-tZs5WZkOu5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZs5WZkOu5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tZs5WZkOu5 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tZs5WZkOu5 .navbar {
    height: 70px;
  }
  .cid-tZs5WZkOu5 .navbar.opened {
    height: auto;
  }
  .cid-tZs5WZkOu5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tZs5WZkOu5 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tZs5WZkOu5 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tZs5WZkOu5 .navbar-brand {
    margin-right: auto;
  }
  .cid-tZs5WZkOu5 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #0c2c68;
    backdrop-filter: blur(8px);
  }
  .cid-tZs5WZkOu5 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tZs5WZkOu5 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tZs5WZkOu5 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tZs5WZkOu5 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tZs5WZkOu5 .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-tZs5WZkOu5 .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-tZs5WZkOu5 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBLxjQ4JEG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #f4f2ef;
}
.cid-uBLxjQ4JEG .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uBLxjQ4JEG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBLxjQ4JEG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBLxjQ4JEG .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uBLxjQ4JEG .content-wrap .card {
  justify-content: space-between;
}
.cid-uBLxjQ4JEG .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uBLxjQ4JEG .content-wrapper {
    padding: 0;
  }
}
.cid-uBLxjQ4JEG .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uBLxjQ4JEG .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #150764;
  box-shadow: 4px 4px 0 0 #150764;
  border: 2px solid #150764;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .cid-uBLxjQ4JEG .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-uBLxjQ4JEG .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uBLxjQ4JEG .mbr-desc,
.cid-uBLxjQ4JEG .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uBLxjQ4JEG .mbr-section-title,
.cid-uBLxjQ4JEG .mbr-section-btn {
  color: #000000;
}
.cid-uBLy8vY3tJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e9e9e6;
}
.cid-uBLy8vY3tJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBLy8vY3tJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBLy8vY3tJ .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 35px 0;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uBLy8vY3tJ .content-wrapper {
    padding: 16px 0;
  }
}
.cid-uBLy8vY3tJ .content-wrapper .google-map {
  width: 100%;
}
.cid-uBLy8vY3tJ .content-wrapper .google-map iframe {
  height: 550px;
  border-radius: 3rem;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-uBLy8vY3tJ .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uBLy8vY3tJ .content-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 3rem;
  background-color: #d0e59f;
  border-radius: 0 !important;
}
.cid-uBLqruP3nb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0c2c68;
  overflow: hidden;
}
.cid-uBLqruP3nb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBLqruP3nb .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-uBLqruP3nb .container {
    padding: 0 30px;
  }
}
.cid-uBLqruP3nb .row {
  justify-content: center;
}
.cid-uBLqruP3nb .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uBLqruP3nb .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uBLqruP3nb .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBLqruP3nb .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uBLqruP3nb .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uBLqruP3nb .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBLqruP3nb .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uBLqruP3nb .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uBLqruP3nb .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uBLqruP3nb .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uBLqruP3nb .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uBLqruP3nb .nav-wrapper .list .item-wrap:hover,
.cid-uBLqruP3nb .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uBLqruP3nb .nav-wrapper .list .item-wrap:hover::before,
.cid-uBLqruP3nb .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uBLqruP3nb .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #71eac6;
  transition: all 0.3s ease-in-out;
}
.cid-uBLqruP3nb .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uBLqruP3nb .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uBLqruP3nb .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uBLqruP3nb .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBLqruP3nb .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uBLqruP3nb .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uBLqruP3nb .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uBLqruP3nb .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uBLqruP3nb .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uBLqruP3nb .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-uBLqruP3nb .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uBLqruP3nb .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uBLqruP3nb .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uBLqruP3nb .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uBLqruP3nb .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uBLqruP3nb .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uBLqruP3nb .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uBLqruP3nb .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-uBLqruP3nb .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uBLqruP3nb .mbr-section-title {
  color: #bee0d6;
}
.cid-uBLqruP3nb .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uBLqruP3nb .list {
  color: #bee0d6;
}
.cid-uBLqruP3nb .mbr-address {
  color: #bee0d6;
}
.cid-uBLqruP3nb .mbr-copy {
  color: #bee0d6;
}
.cid-uBLylRM78c {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/dsc-0059-scaled-2000x1334.jpg");
}
.cid-uBLylRM78c .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
.cid-uBLylRM78c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBLylRM78c .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uBLylRM78c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBLylRM78c .btn:hover {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #ffa600 !important;
}
.cid-uBLylRM78c .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uBLylRM78c .btn div {
  overflow: hidden;
}
.cid-uBLylRM78c .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-uBLylRM78c {
    align-items: flex-end;
  }
  .cid-uBLylRM78c .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBLylRM78c .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBLylRM78c {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uBLylRM78c .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBLylRM78c .content-wrap {
    width: 100%;
  }
}
.cid-uBLylRM78c .mbr-section-subtitle,
.cid-uBLylRM78c .line {
  color: #ffffff;
}
.cid-uBLylRM78c .mbr-text,
.cid-uBLylRM78c .mbr-section-btn {
  text-align: right;
}
.cid-uBLylRM78c .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uBLylSdZVM {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uBLylSdZVM .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;
}
@media (max-width: 767px) {
  .cid-uBLylSdZVM .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uBLylSdZVM .btn {
  font-weight: 400;
}
.cid-uBLylSdZVM .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBLylSdZVM .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uBLylSdZVM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBLylSdZVM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBLylSdZVM .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uBLylSdZVM .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uBLylSdZVM .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uBLylSdZVM .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uBLylSdZVM .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uBLylSdZVM .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uBLylSdZVM .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uBLylSdZVM .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uBLylSdZVM .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uBLylSdZVM .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uBLylSdZVM .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uBLylSdZVM .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uBLylSdZVM .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uBLylSdZVM .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uBLylSdZVM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uBLylSdZVM .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uBLylSdZVM .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBLylSdZVM .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uBLylSdZVM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBLylSdZVM .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #0c2c68;
}
.cid-uBLylSdZVM .nav-item:focus,
.cid-uBLylSdZVM .nav-link:focus {
  outline: none;
}
.cid-uBLylSdZVM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBLylSdZVM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBLylSdZVM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBLylSdZVM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBLylSdZVM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBLylSdZVM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBLylSdZVM .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uBLylSdZVM .navbar.opened {
  transition: all 0.25s;
}
.cid-uBLylSdZVM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBLylSdZVM .navbar .navbar-logo img {
  width: auto;
}
.cid-uBLylSdZVM .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uBLylSdZVM .navbar.collapsed {
  justify-content: center;
}
.cid-uBLylSdZVM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBLylSdZVM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBLylSdZVM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uBLylSdZVM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBLylSdZVM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBLylSdZVM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uBLylSdZVM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBLylSdZVM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBLylSdZVM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uBLylSdZVM .navbar {
    min-height: 72px;
  }
  .cid-uBLylSdZVM .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uBLylSdZVM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBLylSdZVM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBLylSdZVM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBLylSdZVM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBLylSdZVM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uBLylSdZVM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBLylSdZVM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uBLylSdZVM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBLylSdZVM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uBLylSdZVM .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uBLylSdZVM .dropdown-item.active,
.cid-uBLylSdZVM .dropdown-item:active {
  background-color: transparent;
}
.cid-uBLylSdZVM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBLylSdZVM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBLylSdZVM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBLylSdZVM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0c2c68;
}
.cid-uBLylSdZVM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uBLylSdZVM .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uBLylSdZVM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBLylSdZVM .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uBLylSdZVM .navbar-buttons {
    text-align: left;
  }
}
.cid-uBLylSdZVM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBLylSdZVM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uBLylSdZVM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBLylSdZVM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBLylSdZVM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBLylSdZVM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBLylSdZVM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBLylSdZVM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBLylSdZVM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBLylSdZVM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBLylSdZVM .navbar-dropdown {
  padding: 0;
  background-color: #0c2c68 !important;
}
.cid-uBLylSdZVM .opacityScroll {
  background: #0c2c68 !important;
}
.cid-uBLylSdZVM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBLylSdZVM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uBLylSdZVM .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBLylSdZVM .navbar {
    height: 70px;
  }
  .cid-uBLylSdZVM .navbar.opened {
    height: auto;
  }
  .cid-uBLylSdZVM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBLylSdZVM .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uBLylSdZVM .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uBLylSdZVM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uBLylSdZVM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uBLylSdZVM .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uBLylSdZVM .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uBLylSdZVM .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uBLylSdZVM .navbar-brand {
    margin-right: auto;
  }
  .cid-uBLylSdZVM .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #0c2c68;
    backdrop-filter: blur(8px);
  }
  .cid-uBLylSdZVM .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uBLylSdZVM .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uBLylSdZVM .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uBLylSdZVM .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uBLylSdZVM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uBLylSdZVM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uBLylSdZVM .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uBLylSdZVM .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uBLylSdZVM .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uBLylSdZVM .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uBLylSdZVM .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uBLylSdZVM .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBLylSLL8A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #f4f2ef;
}
.cid-uBLylSLL8A .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uBLylSLL8A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBLylSLL8A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBLylSLL8A .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uBLylSLL8A .content-wrap .card {
  justify-content: space-between;
}
.cid-uBLylSLL8A .content-wrapper {
  padding: 0 24px;
}
@media (max-width: 992px) {
  .cid-uBLylSLL8A .content-wrapper {
    padding: 0;
  }
}
.cid-uBLylSLL8A .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uBLylSLL8A .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  padding: 10px;
  -webkit-text-stroke-color: #150764;
  box-shadow: 4px 4px 0 0 #150764;
  border: 2px solid #150764;
  background-color: #4188ff;
  -webkit-text-stroke-width: .15rem;
}
@media (max-width: 992px) {
  .cid-uBLylSLL8A .content-wrapper .desc-wrapper .mbr-desc {
    -webkit-text-stroke-width: .12rem;
  }
}
.cid-uBLylSLL8A .mbr-section-title {
  color: #150764;
  text-align: center;
}
.cid-uBLylSLL8A .mbr-desc,
.cid-uBLylSLL8A .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uBLylSLL8A .mbr-section-title,
.cid-uBLylSLL8A .mbr-section-btn {
  color: #000000;
}
.cid-uBLylTaGZ2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e9e9e6;
}
.cid-uBLylTaGZ2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBLylTaGZ2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBLylTaGZ2 .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 35px 0;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uBLylTaGZ2 .content-wrapper {
    padding: 16px 0;
  }
}
.cid-uBLylTaGZ2 .content-wrapper .google-map {
  width: 100%;
}
.cid-uBLylTaGZ2 .content-wrapper .google-map iframe {
  height: 550px;
  border-radius: 3rem;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-uBLylTaGZ2 .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uBLylTaGZ2 .content-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 3rem;
  background-color: #d0e59f;
  border-radius: 0 !important;
}
.cid-uBLylTDG1S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0c2c68;
  overflow: hidden;
}
.cid-uBLylTDG1S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBLylTDG1S .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-uBLylTDG1S .container {
    padding: 0 30px;
  }
}
.cid-uBLylTDG1S .row {
  justify-content: center;
}
.cid-uBLylTDG1S .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uBLylTDG1S .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uBLylTDG1S .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBLylTDG1S .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uBLylTDG1S .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uBLylTDG1S .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBLylTDG1S .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uBLylTDG1S .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uBLylTDG1S .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uBLylTDG1S .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uBLylTDG1S .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uBLylTDG1S .nav-wrapper .list .item-wrap:hover,
.cid-uBLylTDG1S .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uBLylTDG1S .nav-wrapper .list .item-wrap:hover::before,
.cid-uBLylTDG1S .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uBLylTDG1S .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #71eac6;
  transition: all 0.3s ease-in-out;
}
.cid-uBLylTDG1S .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uBLylTDG1S .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uBLylTDG1S .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uBLylTDG1S .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBLylTDG1S .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uBLylTDG1S .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uBLylTDG1S .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uBLylTDG1S .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uBLylTDG1S .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uBLylTDG1S .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-uBLylTDG1S .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uBLylTDG1S .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uBLylTDG1S .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uBLylTDG1S .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uBLylTDG1S .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uBLylTDG1S .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uBLylTDG1S .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uBLylTDG1S .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-uBLylTDG1S .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uBLylTDG1S .mbr-section-title {
  color: #bee0d6;
}
.cid-uBLylTDG1S .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uBLylTDG1S .list {
  color: #bee0d6;
}
.cid-uBLylTDG1S .mbr-address {
  color: #bee0d6;
}
.cid-uBLylTDG1S .mbr-copy {
  color: #bee0d6;
}
.cid-uBLAH9zzvS {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uBLAH9zzvS .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;
}
@media (max-width: 767px) {
  .cid-uBLAH9zzvS .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uBLAH9zzvS .btn {
  font-weight: 400;
}
.cid-uBLAH9zzvS .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBLAH9zzvS .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uBLAH9zzvS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBLAH9zzvS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBLAH9zzvS .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uBLAH9zzvS .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uBLAH9zzvS .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uBLAH9zzvS .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uBLAH9zzvS .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uBLAH9zzvS .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uBLAH9zzvS .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uBLAH9zzvS .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uBLAH9zzvS .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uBLAH9zzvS .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uBLAH9zzvS .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uBLAH9zzvS .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uBLAH9zzvS .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uBLAH9zzvS .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uBLAH9zzvS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uBLAH9zzvS .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uBLAH9zzvS .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBLAH9zzvS .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uBLAH9zzvS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBLAH9zzvS .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #0c2c68;
}
.cid-uBLAH9zzvS .nav-item:focus,
.cid-uBLAH9zzvS .nav-link:focus {
  outline: none;
}
.cid-uBLAH9zzvS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBLAH9zzvS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBLAH9zzvS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBLAH9zzvS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBLAH9zzvS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBLAH9zzvS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBLAH9zzvS .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uBLAH9zzvS .navbar.opened {
  transition: all 0.25s;
}
.cid-uBLAH9zzvS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBLAH9zzvS .navbar .navbar-logo img {
  width: auto;
}
.cid-uBLAH9zzvS .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uBLAH9zzvS .navbar.collapsed {
  justify-content: center;
}
.cid-uBLAH9zzvS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBLAH9zzvS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBLAH9zzvS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uBLAH9zzvS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBLAH9zzvS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBLAH9zzvS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uBLAH9zzvS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBLAH9zzvS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBLAH9zzvS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uBLAH9zzvS .navbar {
    min-height: 72px;
  }
  .cid-uBLAH9zzvS .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uBLAH9zzvS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBLAH9zzvS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBLAH9zzvS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBLAH9zzvS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBLAH9zzvS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uBLAH9zzvS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBLAH9zzvS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uBLAH9zzvS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBLAH9zzvS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uBLAH9zzvS .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uBLAH9zzvS .dropdown-item.active,
.cid-uBLAH9zzvS .dropdown-item:active {
  background-color: transparent;
}
.cid-uBLAH9zzvS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBLAH9zzvS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBLAH9zzvS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBLAH9zzvS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0c2c68;
}
.cid-uBLAH9zzvS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uBLAH9zzvS .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uBLAH9zzvS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBLAH9zzvS .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uBLAH9zzvS .navbar-buttons {
    text-align: left;
  }
}
.cid-uBLAH9zzvS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBLAH9zzvS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uBLAH9zzvS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBLAH9zzvS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBLAH9zzvS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBLAH9zzvS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBLAH9zzvS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBLAH9zzvS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBLAH9zzvS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBLAH9zzvS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBLAH9zzvS .navbar-dropdown {
  padding: 0;
  background-color: #0c2c68 !important;
}
.cid-uBLAH9zzvS .opacityScroll {
  background: #0c2c68 !important;
}
.cid-uBLAH9zzvS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBLAH9zzvS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uBLAH9zzvS .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBLAH9zzvS .navbar {
    height: 70px;
  }
  .cid-uBLAH9zzvS .navbar.opened {
    height: auto;
  }
  .cid-uBLAH9zzvS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBLAH9zzvS .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uBLAH9zzvS .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uBLAH9zzvS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uBLAH9zzvS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uBLAH9zzvS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uBLAH9zzvS .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uBLAH9zzvS .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uBLAH9zzvS .navbar-brand {
    margin-right: auto;
  }
  .cid-uBLAH9zzvS .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #0c2c68;
    backdrop-filter: blur(8px);
  }
  .cid-uBLAH9zzvS .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uBLAH9zzvS .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uBLAH9zzvS .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uBLAH9zzvS .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uBLAH9zzvS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uBLAH9zzvS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uBLAH9zzvS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uBLAH9zzvS .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uBLAH9zzvS .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uBLAH9zzvS .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uBLAH9zzvS .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uBLAH9zzvS .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBLAHasARR {
  display: flex;
  padding-top: 21rem;
  padding-bottom: 16rem;
  background-image: url("../../../assets/images/screenshot-2024-09-23-at-1.56.07-pm-1716x968.png");
}
.cid-uBLAHasARR .mbr-overlay {
  background-color: #000000;
  opacity: 0.6;
}
.cid-uBLAHasARR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBLAHasARR .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uBLAHasARR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBLAHasARR p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uBLAHasARR {
    align-items: center;
  }
  .cid-uBLAHasARR .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBLAHasARR .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBLAHasARR {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uBLAHasARR .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBLAHasARR .content-wrap {
    width: 100%;
  }
}
.cid-uBLAHasARR .mbr-section-subtitle,
.cid-uBLAHasARR .line {
  color: #ffffff;
}
.cid-uBLAHasARR .mbr-text,
.cid-uBLAHasARR .mbr-section-btn {
  text-align: right;
}
.cid-uBLAHaUDky {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #0c2c68;
}
.cid-uBLAHaUDky h2,
.cid-uBLAHaUDky h3,
.cid-uBLAHaUDky h4,
.cid-uBLAHaUDky p {
  margin: 0;
}
.cid-uBLAHaUDky ul {
  padding: 0;
  list-style-type: none;
}
.cid-uBLAHaUDky .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-uBLAHaUDky .mbr-section-title {
  color: #fffcee;
  margin-bottom: 10px;
  text-align: center;
}
.cid-uBLAHaUDky .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-uBLAHaUDky .list {
  margin: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uBLAHaUDky .mbr-card-text {
  margin: 10px 0;
}
.cid-uBLAHaUDky .mbr-card-text::before {
  content: "* ";
  display: inline;
}
.cid-uBLAHblhl7 {
  display: flex;
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #fffcee;
}
.cid-uBLAHblhl7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBLAHblhl7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBLAHblhl7 .line {
  width: 100%;
  opacity: 0.6;
  height: 1px;
  background: currentColor;
  margin-top: 8rem;
}
.cid-uBLAHblhl7 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uBLAHblhl7 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uBLAHblhl7 {
    align-items: center;
  }
  .cid-uBLAHblhl7 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBLAHblhl7 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBLAHblhl7 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uBLAHblhl7 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBLAHblhl7 .content-wrap {
    width: 100%;
  }
}
.cid-uBLAHblhl7 .mbr-section-title {
  text-align: left;
  color: #fffcee;
}
.cid-uBLAHblhl7 .mbr-text,
.cid-uBLAHblhl7 .mbr-section-btn {
  text-align: left;
  color: #fffcee;
}
.cid-uBLAHblhl7 .mbr-section-title,
.cid-uBLAHblhl7 .line {
  color: #000000;
  text-align: center;
}
.cid-uBLAHbRF7S {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #0c2c68;
}
.cid-uBLAHbRF7S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBLAHbRF7S .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uBLAHbRF7S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBLAHbRF7S h1 {
  max-width: 800px;
}
.cid-uBLAHbRF7S p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uBLAHbRF7S .btn:hover {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #ffa600 !important;
}
.cid-uBLAHbRF7S .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uBLAHbRF7S .btn div {
  overflow: hidden;
}
.cid-uBLAHbRF7S .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-uBLAHbRF7S {
    align-items: center;
  }
  .cid-uBLAHbRF7S .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBLAHbRF7S .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBLAHbRF7S {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uBLAHbRF7S .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBLAHbRF7S .content-wrap {
    width: 100%;
  }
}
.cid-uBLAHbRF7S .mbr-section-subtitle,
.cid-uBLAHbRF7S .line {
  color: #291f1e;
}
.cid-uBLAHbRF7S .mbr-text,
.cid-uBLAHbRF7S .mbr-section-btn {
  text-align: left;
  color: #f7f7f7;
}
.cid-uBLAHbRF7S .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uBLAHckoeg {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/20220703-134140-1658192830-big-750x750.jpg");
}
.cid-uBLAHckoeg .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-uBLAHckoeg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBLAHckoeg .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 25rem;
}
@media (max-width: 767px) {
  .cid-uBLAHckoeg .line {
    margin-bottom: 10rem;
  }
}
.cid-uBLAHckoeg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBLAHckoeg p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uBLAHckoeg .btn:hover {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #ffa600 !important;
}
.cid-uBLAHckoeg .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uBLAHckoeg .btn div {
  overflow: hidden;
}
.cid-uBLAHckoeg .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-uBLAHckoeg {
    align-items: center;
  }
  .cid-uBLAHckoeg .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBLAHckoeg .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBLAHckoeg {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uBLAHckoeg .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBLAHckoeg .content-wrap {
    width: 100%;
  }
}
.cid-uBLAHckoeg .mbr-section-subtitle,
.cid-uBLAHckoeg .line {
  color: #ffffff;
}
.cid-uBLAHckoeg .mbr-text,
.cid-uBLAHckoeg .mbr-section-btn {
  text-align: left;
}
.cid-uBLAHcMlfd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #0c2c68;
}
.cid-uBLAHcMlfd .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uBLAHcMlfd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBLAHcMlfd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBLAHcMlfd .content-wrap {
  margin: 0;
}
.cid-uBLAHcMlfd .content-wrap .card {
  padding: 0;
}
.cid-uBLAHcMlfd .content-wrapper {
  padding: 190px 28px 190px 120px;
  height: 100%;
  border-right: 1px solid #150764;
}
@media (max-width: 1640px) {
  .cid-uBLAHcMlfd .content-wrapper {
    padding: 190px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBLAHcMlfd .content-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-uBLAHcMlfd .content-wrapper {
    border-right: none;
    border-top: 1px solid #150764;
  }
}
.cid-uBLAHcMlfd .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uBLAHcMlfd .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uBLAHcMlfd .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uBLAHcMlfd .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uBLAHcMlfd .image-wrapper {
  height: 100%;
}
.cid-uBLAHcMlfd .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uBLAHcMlfd .image-wrapper img {
    height: 350px;
    object-fit: cover;
  }
}
.cid-uBLAHcMlfd .mbr-section-title {
  color: #150764;
}
.cid-uBLAHcMlfd .mbr-text {
  color: #fffcee;
}
.cid-uBLAHcMlfd .mbr-section-title,
.cid-uBLAHcMlfd .mbr-section-btn {
  color: #fffcee;
}
.cid-uBLAHdnzca {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #fffcee;
}
.cid-uBLAHdnzca .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBLAHdnzca .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uBLAHdnzca .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBLAHdnzca .btn:hover {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #ffa600 !important;
}
.cid-uBLAHdnzca .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uBLAHdnzca .btn div {
  overflow: hidden;
}
.cid-uBLAHdnzca .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-uBLAHdnzca {
    align-items: center;
  }
  .cid-uBLAHdnzca .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBLAHdnzca .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBLAHdnzca {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uBLAHdnzca .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBLAHdnzca .content-wrap {
    width: 100%;
  }
}
.cid-uBLAHdnzca .mbr-section-subtitle,
.cid-uBLAHdnzca .line {
  color: #291f1e;
}
.cid-uBLAHdnzca .mbr-text,
.cid-uBLAHdnzca .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uBLAHdnzca .mbr-section-title {
  color: #291f1e;
}
.cid-uBLAHdQvMx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0c2c68;
}
.cid-uBLAHdQvMx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBLAHdQvMx .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-uBLAHdQvMx .container {
    padding: 0 16px;
  }
}
.cid-uBLAHdQvMx .card {
  justify-content: center;
}
.cid-uBLAHdQvMx .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #ffffff;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uBLAHdQvMx .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uBLAHdQvMx .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uBLAHdQvMx .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uBLAHdQvMx .mbr-section-title {
  color: #000000;
}
.cid-uBLAHdQvMx .mbr-text {
  color: #000000;
}
.cid-uBLAHdQvMx .mbr-desc {
  color: #000000;
}
.cid-uBLAHdQvMx .mbr-section-title,
.cid-uBLAHdQvMx .title-wrapper {
  color: #000000;
}
.cid-uBLAHdQvMx .mbr-text,
.cid-uBLAHdQvMx .mbr-section-btn {
  color: #fffcee;
}
.cid-uBQNWgKvcr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBQNWgKvcr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBQNWgKvcr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBQNWgKvcr .video-wrapper iframe {
  width: 100%;
}
.cid-uBQNWgKvcr .app-video-wrapper::before {
  font-size: 100px;
  line-height: 100px;
  border: 10px solid #320707;
  border-radius: 50%;
  padding: 28px 28px 28px 30px;
  top: 45%;
  left: 45%;
}
@media (max-width: 768px) {
  .cid-uBQNWgKvcr .app-video-wrapper::before {
    font-size: 70px;
    line-height: 70px;
    border: none;
    padding: 0;
    top: 50%;
    left: 50%;
  }
}
.cid-uBQNWgKvcr .video-block {
  position: relative;
  z-index: 1;
}
.cid-uBQNWgKvcr .video-block .video-wrapper iframe {
  z-index: 1;
  position: relative;
}
.cid-uBQNWgKvcr .video-block .image-absolute {
  position: absolute;
  top: -12rem;
  left: -4rem;
  width: 300px;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uBQNWgKvcr .video-block .image-absolute {
    display: none;
  }
}
.cid-uBLAHeixcn {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #060606;
}
.cid-uBLAHeixcn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBLAHeixcn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBLAHeixcn .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uBLAHeixcn .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uBLAHeixcn .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uBLAHeixcn .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uBLAHeixcn .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uBLAHeixcn .item {
    margin-bottom: 28px;
  }
}
.cid-uBLAHeixcn .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uBLAHeixcn .item .item-wrapper:hover,
.cid-uBLAHeixcn .item .item-wrapper:focus {
  border: 2px solid #078efb;
  background-color: #078efb;
}
.cid-uBLAHeixcn .item .item-wrapper .item-wrap {
  border: 1px solid #252525;
  transition: all 0.3s ease-in-out;
  background-color: #121212;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-uBLAHeixcn .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uBLAHeixcn .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uBLAHeixcn .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uBLAHeixcn .item .item-wrapper .item-wrap .item-img .item-content {
    padding: 16px;
  }
}
.cid-uBLAHeixcn .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uBLAHeixcn .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-uBLAHeixcn .item .item-wrapper .item-wrap .date-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px 24px 24px;
  display: block;
}
@media (max-width: 992px) {
  .cid-uBLAHeixcn .item .item-wrapper .item-wrap .date-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-uBLAHeixcn .item .item-wrapper .item-wrap .date-wrapper .item-date {
  padding-right: 8px;
  margin-bottom: 0;
}
.cid-uBLAHeixcn .item .item-wrapper .item-wrap .date-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #078efb;
}
.cid-uBLAHeixcn .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uBLAHeixcn .item-title {
  color: #9aa0a6;
}
.cid-uBLAHeixcn .item-text {
  color: #ffffff;
}
.cid-uBLAHeixcn .item-date {
  color: #9aa0a6;
}
.cid-uBLAHeixcn .mbr-section-title,
.cid-uBLAHeixcn .mbr-section-btn {
  text-align: center;
}
.cid-uBLAHeixcn .item-title,
.cid-uBLAHeixcn .icon-wrapper {
  color: #f7f7f7;
}
.cid-uBLAHf00li {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBLAHf00li .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBLAHf00li .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBLAHf00li .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uBLAHf00li .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBLAHf00li .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBLAHf00li .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBLAHf00li .container {
    padding: 0 24px;
  }
}
.cid-uBLAHf00li .row {
  justify-content: center;
}
.cid-uBLAHf00li .title-wrapper {
  padding-right: 48px;
}
@media (max-width: 1440px) {
  .cid-uBLAHf00li .title-wrapper {
    padding-right: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uBLAHf00li .title-wrapper {
    padding-right: 0;
  }
}
.cid-uBLAHf00li .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uBLAHf00li .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBLAHf00li .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uBLAHf00li .text-wrapper {
  padding-left: 48px;
}
@media (max-width: 1440px) {
  .cid-uBLAHf00li .text-wrapper {
    padding-left: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uBLAHf00li .text-wrapper {
    padding-left: 0;
  }
}
.cid-uBLAHf00li .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBLAHf00li .text-wrapper .mbr-text:first-child {
  margin-bottom: 16px;
}
.cid-uBLAHf00li .text-wrapper .mbr-text:nth-child(2) {
  opacity: .5;
}
.cid-uBLAHf00li .mbr-section-title {
  color: #18212d;
}
.cid-uBLAHf00li .mbr-desc {
  color: #18212d;
}
.cid-uBLAHf00li .mbr-text {
  color: #18212d;
}
.cid-uBLAHfuVsJ {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #0c2c68;
}
.cid-uBLAHfuVsJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBLAHfuVsJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBLAHfuVsJ .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uBLAHfuVsJ .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uBLAHfuVsJ .mbr-iconfont {
  font-size: 2rem;
  color: #000000;
  padding-right: 1.5rem;
}
.cid-uBLAHfuVsJ .card-title {
  color: #ffffff;
}
.cid-uBLAHgg8tz {
  display: flex;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/dsdsd-900x900.jpg");
}
.cid-uBLAHgg8tz .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-uBLAHgg8tz .mbr-fallback-image.disabled {
  display: none;
}
@media (max-width: 992px) {
  .cid-uBLAHgg8tz .display-1 {
    font-size: 5rem;
  }
}
.cid-uBLAHgg8tz h1 {
  line-height: 1;
}
@media (max-width: 767px) {
  .cid-uBLAHgg8tz {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uBLAHgg8tz .display-1 {
    font-size: 2.8rem;
  }
  .cid-uBLAHgg8tz .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBLAHgg8tz .content-wrap {
    width: 100%;
  }
}
.cid-uBLAHgg8tz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBLAHgg8tz .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uBLAHgg8tz .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uBLAHgg8tz {
    align-items: center;
  }
  .cid-uBLAHgg8tz .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBLAHgg8tz .content-wrap {
    min-width: 50%;
  }
}
.cid-uBLAHgg8tz .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uBLAHgg8tz .mbr-text,
.cid-uBLAHgg8tz .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uBLAHgLBcf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBLAHgLBcf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBLAHgLBcf .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-uBLAHgLBcf .container {
    padding: 0 16px;
  }
}
.cid-uBLAHgLBcf .row {
  justify-content: center;
}
.cid-uBLAHgLBcf .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #000000;
  background-color: #0c2c68;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uBLAHgLBcf .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uBLAHgLBcf .panel-group .card {
  position: relative;
  border-radius: 24px !important;
  padding: 64px;
  margin-top: 32px;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #0c2c68;
}
@media (max-width: 992px) {
  .cid-uBLAHgLBcf .panel-group .card {
    padding: 24px;
  }
}
.cid-uBLAHgLBcf .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uBLAHgLBcf .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uBLAHgLBcf .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uBLAHgLBcf .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uBLAHgLBcf .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uBLAHgLBcf .panel-group .card .card-header .panel-title .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0c2c68;
  border-radius: 100%;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-uBLAHgLBcf .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #0c2c68;
}
.cid-uBLAHgLBcf .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  opacity: .5;
}
.cid-uBLAHgLBcf .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uBLAHgLBcf .panel-group .card .panel-collapse .panel-body {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-uBLAHgLBcf .panel-group .card .panel-collapse .panel-body {
    padding-top: 32px;
  }
}
.cid-uBLAHgLBcf .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uBLAHgLBcf .mbr-section-title {
  color: #000000;
}
.cid-uBLAHgLBcf .panel-title-edit {
  color: #ffffff;
}
.cid-uBLAHgLBcf .panel-text {
  color: #ffffff;
}
.cid-uBLAHgLBcf .mbr-section-title,
.cid-uBLAHgLBcf .title-wrapper {
  color: #ffffff;
}
.cid-uBLAHhy2CB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBLAHhy2CB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBLAHhy2CB .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-uBLAHhy2CB .container {
    padding: 0 15px;
  }
}
.cid-uBLAHhy2CB .content-wrapper {
  padding-right: 130px;
}
@media (max-width: 1440px) {
  .cid-uBLAHhy2CB .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-uBLAHhy2CB .content-wrapper {
    padding-right: 0;
  }
}
.cid-uBLAHhy2CB .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uBLAHhy2CB .content-wrap {
    display: block;
  }
}
.cid-uBLAHhy2CB .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uBLAHhy2CB .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-uBLAHhy2CB .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uBLAHhy2CB .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-uBLAHhy2CB .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uBLAHhy2CB .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
.cid-uBLAHhy2CB .mbr-section-title {
  color: #000000;
}
.cid-uBLAHhy2CB .mbr-desc,
.cid-uBLAHhy2CB .desc-wrapper {
  color: #3f1819;
}
.cid-uBQsKw2363 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0c2c68;
}
.cid-uBQsKw2363 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBQsKw2363 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBQsKw2363 .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uBQsKw2363 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uBQsKw2363 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBQsKw2363 .panel-group {
    margin-bottom: 24px;
  }
}
.cid-uBQsKw2363 .panel-group .card {
  position: relative;
  padding: 16px 24px;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 8px;
}
@media (max-width: 992px) {
  .cid-uBQsKw2363 .panel-group .card {
    padding: 16px;
  }
}
.cid-uBQsKw2363 .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uBQsKw2363 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uBQsKw2363 .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uBQsKw2363 .panel-group .card .card-header .panel-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uBQsKw2363 .panel-group .card .card-header .panel-title .panel-title-edit {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uBQsKw2363 .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  z-index: 1;
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #1753c3;
  margin-left: 8px;
}
.cid-uBQsKw2363 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 18px;
  color: #0c2c68;
}
.cid-uBQsKw2363 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  background-color: #fffcee;
}
.cid-uBQsKw2363 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #ffffff;
}
.cid-uBQsKw2363 .panel-group .card .card-header .panel-title:not(.collapsed)::before {
  opacity: 1;
}
.cid-uBQsKw2363 .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uBQsKw2363 .panel-group .card .panel-collapse .panel-body {
    padding-top: 24px;
  }
}
.cid-uBQsKw2363 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uBQsKw2363 .card-wrapper {
  background-color: #f9f8f8;
  padding: 72px 24px 40px;
  box-shadow: 0 3.5rem 5.5rem 0 #b9b9b9;
}
@media (max-width: 992px) {
  .cid-uBQsKw2363 .card-wrapper {
    padding: 24px 16px;
  }
}
.cid-uBQsKw2363 .card-wrapper .icon-wrap {
  margin-bottom: 16px;
}
.cid-uBQsKw2363 .card-wrapper .icon-wrap .mbr-iconfont {
  height: 88px;
  width: 88px;
  min-width: 88px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #ffffff;
  color: #a672ff;
  font-size: 42px;
}
.cid-uBQsKw2363 .card-wrapper .card-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uBQsKw2363 .card-wrapper .card-title {
    margin-bottom: 24px;
  }
}
.cid-uBQsKw2363 .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uBQsKw2363 .card-wrapper .mbr-section-btn .btn {
    padding: 14px;
  }
}
.cid-uBQsKw2363 .mbr-section-title {
  color: #ffffff;
}
.cid-uBQsKw2363 .panel-title-edit {
  color: #272b2e;
}
.cid-uBQsKw2363 .panel-text {
  color: #000000;
}
.cid-uBQsKw2363 .card-title {
  color: #272b2e;
}
.cid-uBQsKw2363 .card-title,
.cid-uBQsKw2363 .icon-wrap,
.cid-uBQsKw2363 .mbr-section-btn {
  text-align: center;
}
.cid-uBQsKw2363 .panel-title-edit,
.cid-uBQsKw2363 .icon-wrapper {
  color: #ffa600;
}
.cid-uBLAHi3DbS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uBLAHi3DbS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBLAHi3DbS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBLAHi3DbS .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uBLAHi3DbS .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uBLAHi3DbS .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #f96e47, #fb9578);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uBLAHi3DbS .content-wrapper .google-map iframe {
  height: 850px;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-uBLAHi3DbS .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uBLAHi3DbS .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uBLAHiFJVw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0c2c68;
  overflow: hidden;
}
.cid-uBLAHiFJVw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBLAHiFJVw .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-uBLAHiFJVw .container {
    padding: 0 30px;
  }
}
.cid-uBLAHiFJVw .row {
  justify-content: center;
}
.cid-uBLAHiFJVw .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uBLAHiFJVw .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uBLAHiFJVw .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBLAHiFJVw .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uBLAHiFJVw .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uBLAHiFJVw .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBLAHiFJVw .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uBLAHiFJVw .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uBLAHiFJVw .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uBLAHiFJVw .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uBLAHiFJVw .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uBLAHiFJVw .nav-wrapper .list .item-wrap:hover,
.cid-uBLAHiFJVw .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uBLAHiFJVw .nav-wrapper .list .item-wrap:hover::before,
.cid-uBLAHiFJVw .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uBLAHiFJVw .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #71eac6;
  transition: all 0.3s ease-in-out;
}
.cid-uBLAHiFJVw .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uBLAHiFJVw .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uBLAHiFJVw .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uBLAHiFJVw .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBLAHiFJVw .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uBLAHiFJVw .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uBLAHiFJVw .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uBLAHiFJVw .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uBLAHiFJVw .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uBLAHiFJVw .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-uBLAHiFJVw .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uBLAHiFJVw .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uBLAHiFJVw .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uBLAHiFJVw .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uBLAHiFJVw .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uBLAHiFJVw .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uBLAHiFJVw .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uBLAHiFJVw .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-uBLAHiFJVw .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uBLAHiFJVw .mbr-section-title {
  color: #bee0d6;
}
.cid-uBLAHiFJVw .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uBLAHiFJVw .list {
  color: #bee0d6;
}
.cid-uBLAHiFJVw .mbr-address {
  color: #bee0d6;
}
.cid-uBLAHiFJVw .mbr-copy {
  color: #bee0d6;
}
.cid-uBLAHMjQTq {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uBLAHMjQTq .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;
}
@media (max-width: 767px) {
  .cid-uBLAHMjQTq .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uBLAHMjQTq .btn {
  font-weight: 400;
}
.cid-uBLAHMjQTq .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBLAHMjQTq .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uBLAHMjQTq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBLAHMjQTq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBLAHMjQTq .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uBLAHMjQTq .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uBLAHMjQTq .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uBLAHMjQTq .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uBLAHMjQTq .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uBLAHMjQTq .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uBLAHMjQTq .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uBLAHMjQTq .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uBLAHMjQTq .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uBLAHMjQTq .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uBLAHMjQTq .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uBLAHMjQTq .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uBLAHMjQTq .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uBLAHMjQTq .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uBLAHMjQTq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uBLAHMjQTq .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uBLAHMjQTq .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBLAHMjQTq .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uBLAHMjQTq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBLAHMjQTq .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #0c2c68;
}
.cid-uBLAHMjQTq .nav-item:focus,
.cid-uBLAHMjQTq .nav-link:focus {
  outline: none;
}
.cid-uBLAHMjQTq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBLAHMjQTq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBLAHMjQTq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBLAHMjQTq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBLAHMjQTq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBLAHMjQTq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBLAHMjQTq .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uBLAHMjQTq .navbar.opened {
  transition: all 0.25s;
}
.cid-uBLAHMjQTq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBLAHMjQTq .navbar .navbar-logo img {
  width: auto;
}
.cid-uBLAHMjQTq .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uBLAHMjQTq .navbar.collapsed {
  justify-content: center;
}
.cid-uBLAHMjQTq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBLAHMjQTq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBLAHMjQTq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uBLAHMjQTq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBLAHMjQTq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBLAHMjQTq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uBLAHMjQTq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBLAHMjQTq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBLAHMjQTq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uBLAHMjQTq .navbar {
    min-height: 72px;
  }
  .cid-uBLAHMjQTq .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uBLAHMjQTq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBLAHMjQTq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBLAHMjQTq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBLAHMjQTq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBLAHMjQTq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uBLAHMjQTq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBLAHMjQTq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uBLAHMjQTq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBLAHMjQTq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uBLAHMjQTq .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uBLAHMjQTq .dropdown-item.active,
.cid-uBLAHMjQTq .dropdown-item:active {
  background-color: transparent;
}
.cid-uBLAHMjQTq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBLAHMjQTq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBLAHMjQTq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBLAHMjQTq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0c2c68;
}
.cid-uBLAHMjQTq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uBLAHMjQTq .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uBLAHMjQTq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBLAHMjQTq .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uBLAHMjQTq .navbar-buttons {
    text-align: left;
  }
}
.cid-uBLAHMjQTq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBLAHMjQTq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uBLAHMjQTq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBLAHMjQTq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBLAHMjQTq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBLAHMjQTq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBLAHMjQTq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBLAHMjQTq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBLAHMjQTq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBLAHMjQTq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBLAHMjQTq .navbar-dropdown {
  padding: 0;
  background-color: #0c2c68 !important;
}
.cid-uBLAHMjQTq .opacityScroll {
  background: #0c2c68 !important;
}
.cid-uBLAHMjQTq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBLAHMjQTq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uBLAHMjQTq .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBLAHMjQTq .navbar {
    height: 70px;
  }
  .cid-uBLAHMjQTq .navbar.opened {
    height: auto;
  }
  .cid-uBLAHMjQTq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBLAHMjQTq .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uBLAHMjQTq .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uBLAHMjQTq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uBLAHMjQTq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uBLAHMjQTq .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uBLAHMjQTq .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uBLAHMjQTq .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uBLAHMjQTq .navbar-brand {
    margin-right: auto;
  }
  .cid-uBLAHMjQTq .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #0c2c68;
    backdrop-filter: blur(8px);
  }
  .cid-uBLAHMjQTq .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uBLAHMjQTq .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uBLAHMjQTq .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uBLAHMjQTq .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uBLAHMjQTq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uBLAHMjQTq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uBLAHMjQTq .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uBLAHMjQTq .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uBLAHMjQTq .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uBLAHMjQTq .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uBLAHMjQTq .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uBLAHMjQTq .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBLAHMWtW7 {
  display: flex;
  padding-top: 21rem;
  padding-bottom: 16rem;
  background-image: url("../../../assets/images/ninja-slide-angle-view-1280x960.jpg");
}
.cid-uBLAHMWtW7 .mbr-overlay {
  background-color: #000000;
  opacity: 0.6;
}
.cid-uBLAHMWtW7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBLAHMWtW7 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uBLAHMWtW7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBLAHMWtW7 p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uBLAHMWtW7 {
    align-items: center;
  }
  .cid-uBLAHMWtW7 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBLAHMWtW7 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBLAHMWtW7 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uBLAHMWtW7 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBLAHMWtW7 .content-wrap {
    width: 100%;
  }
}
.cid-uBLAHMWtW7 .mbr-section-subtitle,
.cid-uBLAHMWtW7 .line {
  color: #ffffff;
}
.cid-uBLAHMWtW7 .mbr-text,
.cid-uBLAHMWtW7 .mbr-section-btn {
  text-align: right;
}
.cid-uBLAHNmkDd {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #0c2c68;
}
.cid-uBLAHNmkDd h2,
.cid-uBLAHNmkDd h3,
.cid-uBLAHNmkDd h4,
.cid-uBLAHNmkDd p {
  margin: 0;
}
.cid-uBLAHNmkDd ul {
  padding: 0;
  list-style-type: none;
}
.cid-uBLAHNmkDd .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-uBLAHNmkDd .mbr-section-title {
  color: #fffcee;
  margin-bottom: 10px;
  text-align: center;
}
.cid-uBLAHNmkDd .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-uBLAHNmkDd .list {
  margin: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uBLAHNmkDd .mbr-card-text {
  margin: 10px 0;
}
.cid-uBLAHNmkDd .mbr-card-text::before {
  content: "* ";
  display: inline;
}
.cid-uBLAHNM47n {
  display: flex;
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #fffcee;
}
.cid-uBLAHNM47n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBLAHNM47n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBLAHNM47n .line {
  width: 100%;
  opacity: 0.6;
  height: 1px;
  background: currentColor;
  margin-top: 8rem;
}
.cid-uBLAHNM47n .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uBLAHNM47n .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uBLAHNM47n {
    align-items: center;
  }
  .cid-uBLAHNM47n .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBLAHNM47n .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBLAHNM47n {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uBLAHNM47n .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBLAHNM47n .content-wrap {
    width: 100%;
  }
}
.cid-uBLAHNM47n .mbr-section-title {
  text-align: left;
  color: #fffcee;
}
.cid-uBLAHNM47n .mbr-text,
.cid-uBLAHNM47n .mbr-section-btn {
  text-align: left;
  color: #fffcee;
}
.cid-uBLAHNM47n .mbr-section-title,
.cid-uBLAHNM47n .line {
  color: #000000;
  text-align: center;
}
.cid-uBLAHOgIsD {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #0c2c68;
}
.cid-uBLAHOgIsD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBLAHOgIsD .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uBLAHOgIsD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBLAHOgIsD h1 {
  max-width: 800px;
}
.cid-uBLAHOgIsD p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uBLAHOgIsD .btn:hover {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #ffa600 !important;
}
.cid-uBLAHOgIsD .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uBLAHOgIsD .btn div {
  overflow: hidden;
}
.cid-uBLAHOgIsD .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-uBLAHOgIsD {
    align-items: center;
  }
  .cid-uBLAHOgIsD .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBLAHOgIsD .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBLAHOgIsD {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uBLAHOgIsD .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBLAHOgIsD .content-wrap {
    width: 100%;
  }
}
.cid-uBLAHOgIsD .mbr-section-subtitle,
.cid-uBLAHOgIsD .line {
  color: #291f1e;
}
.cid-uBLAHOgIsD .mbr-text,
.cid-uBLAHOgIsD .mbr-section-btn {
  text-align: left;
  color: #f7f7f7;
}
.cid-uBLAHOgIsD .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uBLAHOK94y {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/9b5f2313d4e05ef6cd242b3832eb1c29-1440x1080.jpg");
}
.cid-uBLAHOK94y .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-uBLAHOK94y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBLAHOK94y .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 25rem;
}
@media (max-width: 767px) {
  .cid-uBLAHOK94y .line {
    margin-bottom: 10rem;
  }
}
.cid-uBLAHOK94y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBLAHOK94y p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uBLAHOK94y .btn:hover {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #ffa600 !important;
}
.cid-uBLAHOK94y .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uBLAHOK94y .btn div {
  overflow: hidden;
}
.cid-uBLAHOK94y .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-uBLAHOK94y {
    align-items: center;
  }
  .cid-uBLAHOK94y .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBLAHOK94y .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBLAHOK94y {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uBLAHOK94y .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBLAHOK94y .content-wrap {
    width: 100%;
  }
}
.cid-uBLAHOK94y .mbr-section-subtitle,
.cid-uBLAHOK94y .line {
  color: #ffffff;
}
.cid-uBLAHOK94y .mbr-text,
.cid-uBLAHOK94y .mbr-section-btn {
  text-align: left;
}
.cid-uBLAHPeQSQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #0c2c68;
}
.cid-uBLAHPeQSQ .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uBLAHPeQSQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBLAHPeQSQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBLAHPeQSQ .content-wrap {
  margin: 0;
}
.cid-uBLAHPeQSQ .content-wrap .card {
  padding: 0;
}
.cid-uBLAHPeQSQ .content-wrapper {
  padding: 190px 28px 190px 120px;
  height: 100%;
  border-right: 1px solid #150764;
}
@media (max-width: 1640px) {
  .cid-uBLAHPeQSQ .content-wrapper {
    padding: 190px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBLAHPeQSQ .content-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-uBLAHPeQSQ .content-wrapper {
    border-right: none;
    border-top: 1px solid #150764;
  }
}
.cid-uBLAHPeQSQ .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uBLAHPeQSQ .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uBLAHPeQSQ .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uBLAHPeQSQ .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uBLAHPeQSQ .image-wrapper {
  height: 100%;
}
.cid-uBLAHPeQSQ .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uBLAHPeQSQ .image-wrapper img {
    height: 350px;
    object-fit: cover;
  }
}
.cid-uBLAHPeQSQ .mbr-section-title {
  color: #150764;
}
.cid-uBLAHPeQSQ .mbr-text {
  color: #fffcee;
}
.cid-uBLAHPeQSQ .mbr-section-title,
.cid-uBLAHPeQSQ .mbr-section-btn {
  color: #fffcee;
}
.cid-uBLAHPM5AW {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #fffcee;
}
.cid-uBLAHPM5AW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBLAHPM5AW .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uBLAHPM5AW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBLAHPM5AW .btn:hover {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #ffa600 !important;
}
.cid-uBLAHPM5AW .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uBLAHPM5AW .btn div {
  overflow: hidden;
}
.cid-uBLAHPM5AW .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-uBLAHPM5AW {
    align-items: center;
  }
  .cid-uBLAHPM5AW .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBLAHPM5AW .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBLAHPM5AW {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uBLAHPM5AW .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBLAHPM5AW .content-wrap {
    width: 100%;
  }
}
.cid-uBLAHPM5AW .mbr-section-subtitle,
.cid-uBLAHPM5AW .line {
  color: #291f1e;
}
.cid-uBLAHPM5AW .mbr-text,
.cid-uBLAHPM5AW .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uBLAHPM5AW .mbr-section-title {
  color: #291f1e;
}
.cid-uBLAHQeOyu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0c2c68;
}
.cid-uBLAHQeOyu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBLAHQeOyu .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-uBLAHQeOyu .container {
    padding: 0 16px;
  }
}
.cid-uBLAHQeOyu .card {
  justify-content: center;
}
.cid-uBLAHQeOyu .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #ffffff;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uBLAHQeOyu .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uBLAHQeOyu .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uBLAHQeOyu .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uBLAHQeOyu .mbr-section-title {
  color: #000000;
}
.cid-uBLAHQeOyu .mbr-text {
  color: #000000;
}
.cid-uBLAHQeOyu .mbr-desc {
  color: #000000;
}
.cid-uBLAHQeOyu .mbr-section-title,
.cid-uBLAHQeOyu .title-wrapper {
  color: #000000;
}
.cid-uBLAHQeOyu .mbr-text,
.cid-uBLAHQeOyu .mbr-section-btn {
  color: #fffcee;
}
.cid-uBQNNU49sx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBQNNU49sx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBQNNU49sx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBQNNU49sx .video-wrapper iframe {
  width: 100%;
}
.cid-uBQNNU49sx .app-video-wrapper::before {
  font-size: 100px;
  line-height: 100px;
  border: 10px solid #320707;
  border-radius: 50%;
  padding: 28px 28px 28px 30px;
  top: 45%;
  left: 45%;
}
@media (max-width: 768px) {
  .cid-uBQNNU49sx .app-video-wrapper::before {
    font-size: 70px;
    line-height: 70px;
    border: none;
    padding: 0;
    top: 50%;
    left: 50%;
  }
}
.cid-uBQNNU49sx .video-block {
  position: relative;
  z-index: 1;
}
.cid-uBQNNU49sx .video-block .video-wrapper iframe {
  z-index: 1;
  position: relative;
}
.cid-uBQNNU49sx .video-block .image-absolute {
  position: absolute;
  top: -12rem;
  left: -4rem;
  width: 300px;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uBQNNU49sx .video-block .image-absolute {
    display: none;
  }
}
.cid-uBLAHQJTUu {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #060606;
}
.cid-uBLAHQJTUu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBLAHQJTUu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBLAHQJTUu .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uBLAHQJTUu .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uBLAHQJTUu .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uBLAHQJTUu .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uBLAHQJTUu .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uBLAHQJTUu .item {
    margin-bottom: 28px;
  }
}
.cid-uBLAHQJTUu .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uBLAHQJTUu .item .item-wrapper:hover,
.cid-uBLAHQJTUu .item .item-wrapper:focus {
  border: 2px solid #078efb;
  background-color: #078efb;
}
.cid-uBLAHQJTUu .item .item-wrapper .item-wrap {
  border: 1px solid #252525;
  transition: all 0.3s ease-in-out;
  background-color: #121212;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-uBLAHQJTUu .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uBLAHQJTUu .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uBLAHQJTUu .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uBLAHQJTUu .item .item-wrapper .item-wrap .item-img .item-content {
    padding: 16px;
  }
}
.cid-uBLAHQJTUu .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uBLAHQJTUu .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-uBLAHQJTUu .item .item-wrapper .item-wrap .date-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px 24px 24px;
  display: block;
}
@media (max-width: 992px) {
  .cid-uBLAHQJTUu .item .item-wrapper .item-wrap .date-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-uBLAHQJTUu .item .item-wrapper .item-wrap .date-wrapper .item-date {
  padding-right: 8px;
  margin-bottom: 0;
}
.cid-uBLAHQJTUu .item .item-wrapper .item-wrap .date-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #078efb;
}
.cid-uBLAHQJTUu .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uBLAHQJTUu .item-title {
  color: #9aa0a6;
}
.cid-uBLAHQJTUu .item-text {
  color: #ffffff;
}
.cid-uBLAHQJTUu .item-date {
  color: #9aa0a6;
}
.cid-uBLAHQJTUu .mbr-section-title,
.cid-uBLAHQJTUu .mbr-section-btn {
  text-align: center;
}
.cid-uBLAHQJTUu .item-title,
.cid-uBLAHQJTUu .icon-wrapper {
  color: #f7f7f7;
}
.cid-uBLAHRo5q9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBLAHRo5q9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBLAHRo5q9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBLAHRo5q9 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uBLAHRo5q9 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBLAHRo5q9 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBLAHRo5q9 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBLAHRo5q9 .container {
    padding: 0 24px;
  }
}
.cid-uBLAHRo5q9 .row {
  justify-content: center;
}
.cid-uBLAHRo5q9 .title-wrapper {
  padding-right: 48px;
}
@media (max-width: 1440px) {
  .cid-uBLAHRo5q9 .title-wrapper {
    padding-right: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uBLAHRo5q9 .title-wrapper {
    padding-right: 0;
  }
}
.cid-uBLAHRo5q9 .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uBLAHRo5q9 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBLAHRo5q9 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uBLAHRo5q9 .text-wrapper {
  padding-left: 48px;
}
@media (max-width: 1440px) {
  .cid-uBLAHRo5q9 .text-wrapper {
    padding-left: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uBLAHRo5q9 .text-wrapper {
    padding-left: 0;
  }
}
.cid-uBLAHRo5q9 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBLAHRo5q9 .text-wrapper .mbr-text:first-child {
  margin-bottom: 16px;
}
.cid-uBLAHRo5q9 .text-wrapper .mbr-text:nth-child(2) {
  opacity: .5;
}
.cid-uBLAHRo5q9 .mbr-section-title {
  color: #18212d;
}
.cid-uBLAHRo5q9 .mbr-desc {
  color: #18212d;
}
.cid-uBLAHRo5q9 .mbr-text {
  color: #18212d;
}
.cid-uBLAHRSo7v {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #0c2c68;
}
.cid-uBLAHRSo7v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBLAHRSo7v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBLAHRSo7v .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uBLAHRSo7v .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uBLAHRSo7v .mbr-iconfont {
  font-size: 2rem;
  color: #000000;
  padding-right: 1.5rem;
}
.cid-uBLAHRSo7v .card-title {
  color: #ffffff;
}
.cid-uBLAHSCmtf {
  display: flex;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/101-1600x901.jpg");
}
.cid-uBLAHSCmtf .mbr-overlay {
  background-color: #000000;
  opacity: 0.6;
}
.cid-uBLAHSCmtf .mbr-fallback-image.disabled {
  display: none;
}
@media (max-width: 992px) {
  .cid-uBLAHSCmtf .display-1 {
    font-size: 5rem;
  }
}
.cid-uBLAHSCmtf h1 {
  line-height: 1;
}
@media (max-width: 767px) {
  .cid-uBLAHSCmtf {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uBLAHSCmtf .display-1 {
    font-size: 2.8rem;
  }
  .cid-uBLAHSCmtf .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBLAHSCmtf .content-wrap {
    width: 100%;
  }
}
.cid-uBLAHSCmtf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBLAHSCmtf .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uBLAHSCmtf .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uBLAHSCmtf {
    align-items: center;
  }
  .cid-uBLAHSCmtf .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBLAHSCmtf .content-wrap {
    min-width: 50%;
  }
}
.cid-uBLAHSCmtf .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uBLAHSCmtf .mbr-text,
.cid-uBLAHSCmtf .mbr-section-btn {
  text-align: center;
  color: #f7f7f7;
}
.cid-uBLAHT9ACw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBLAHT9ACw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBLAHT9ACw .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-uBLAHT9ACw .container {
    padding: 0 16px;
  }
}
.cid-uBLAHT9ACw .row {
  justify-content: center;
}
.cid-uBLAHT9ACw .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #000000;
  background-color: #0c2c68;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uBLAHT9ACw .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uBLAHT9ACw .panel-group .card {
  position: relative;
  border-radius: 24px !important;
  padding: 64px;
  margin-top: 32px;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #0c2c68;
}
@media (max-width: 992px) {
  .cid-uBLAHT9ACw .panel-group .card {
    padding: 24px;
  }
}
.cid-uBLAHT9ACw .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uBLAHT9ACw .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uBLAHT9ACw .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uBLAHT9ACw .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uBLAHT9ACw .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uBLAHT9ACw .panel-group .card .card-header .panel-title .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0c2c68;
  border-radius: 100%;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-uBLAHT9ACw .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #0c2c68;
}
.cid-uBLAHT9ACw .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  opacity: .5;
}
.cid-uBLAHT9ACw .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uBLAHT9ACw .panel-group .card .panel-collapse .panel-body {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-uBLAHT9ACw .panel-group .card .panel-collapse .panel-body {
    padding-top: 32px;
  }
}
.cid-uBLAHT9ACw .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uBLAHT9ACw .mbr-section-title {
  color: #000000;
}
.cid-uBLAHT9ACw .panel-title-edit {
  color: #ffffff;
}
.cid-uBLAHT9ACw .panel-text {
  color: #ffffff;
}
.cid-uBLAHT9ACw .mbr-section-title,
.cid-uBLAHT9ACw .title-wrapper {
  color: #ffffff;
}
.cid-uBLAHTUWLr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBLAHTUWLr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBLAHTUWLr .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-uBLAHTUWLr .container {
    padding: 0 15px;
  }
}
.cid-uBLAHTUWLr .content-wrapper {
  padding-right: 130px;
}
@media (max-width: 1440px) {
  .cid-uBLAHTUWLr .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-uBLAHTUWLr .content-wrapper {
    padding-right: 0;
  }
}
.cid-uBLAHTUWLr .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uBLAHTUWLr .content-wrap {
    display: block;
  }
}
.cid-uBLAHTUWLr .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uBLAHTUWLr .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-uBLAHTUWLr .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uBLAHTUWLr .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-uBLAHTUWLr .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uBLAHTUWLr .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
.cid-uBLAHTUWLr .mbr-section-title {
  color: #000000;
}
.cid-uBLAHTUWLr .mbr-desc,
.cid-uBLAHTUWLr .desc-wrapper {
  color: #3f1819;
}
.cid-uBQzpDaGWA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0c2c68;
}
.cid-uBQzpDaGWA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBQzpDaGWA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBQzpDaGWA .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uBQzpDaGWA .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uBQzpDaGWA .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBQzpDaGWA .panel-group {
    margin-bottom: 24px;
  }
}
.cid-uBQzpDaGWA .panel-group .card {
  position: relative;
  padding: 16px 24px;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 8px;
}
@media (max-width: 992px) {
  .cid-uBQzpDaGWA .panel-group .card {
    padding: 16px;
  }
}
.cid-uBQzpDaGWA .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uBQzpDaGWA .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uBQzpDaGWA .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uBQzpDaGWA .panel-group .card .card-header .panel-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uBQzpDaGWA .panel-group .card .card-header .panel-title .panel-title-edit {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uBQzpDaGWA .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  z-index: 1;
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #1753c3;
  margin-left: 8px;
}
.cid-uBQzpDaGWA .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 18px;
  color: #0c2c68;
}
.cid-uBQzpDaGWA .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  background-color: #0c2c68;
}
.cid-uBQzpDaGWA .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #ffffff;
}
.cid-uBQzpDaGWA .panel-group .card .card-header .panel-title:not(.collapsed)::before {
  opacity: 1;
}
.cid-uBQzpDaGWA .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uBQzpDaGWA .panel-group .card .panel-collapse .panel-body {
    padding-top: 24px;
  }
}
.cid-uBQzpDaGWA .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uBQzpDaGWA .card-wrapper {
  background-color: #f9f8f8;
  padding: 72px 24px 40px;
  box-shadow: 0 3.5rem 5.5rem 0 #b9b9b9;
}
@media (max-width: 992px) {
  .cid-uBQzpDaGWA .card-wrapper {
    padding: 24px 16px;
  }
}
.cid-uBQzpDaGWA .card-wrapper .icon-wrap {
  margin-bottom: 16px;
}
.cid-uBQzpDaGWA .card-wrapper .icon-wrap .mbr-iconfont {
  height: 88px;
  width: 88px;
  min-width: 88px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #ffffff;
  color: #a672ff;
  font-size: 42px;
}
.cid-uBQzpDaGWA .card-wrapper .card-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uBQzpDaGWA .card-wrapper .card-title {
    margin-bottom: 24px;
  }
}
.cid-uBQzpDaGWA .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uBQzpDaGWA .card-wrapper .mbr-section-btn .btn {
    padding: 14px;
  }
}
.cid-uBQzpDaGWA .mbr-section-title {
  color: #ffffff;
}
.cid-uBQzpDaGWA .panel-title-edit {
  color: #272b2e;
}
.cid-uBQzpDaGWA .panel-text {
  color: #15171a;
}
.cid-uBQzpDaGWA .card-title {
  color: #272b2e;
}
.cid-uBQzpDaGWA .card-title,
.cid-uBQzpDaGWA .icon-wrap,
.cid-uBQzpDaGWA .mbr-section-btn {
  text-align: center;
}
.cid-uBQzpDaGWA .panel-title-edit,
.cid-uBQzpDaGWA .icon-wrapper {
  color: #ffa600;
}
.cid-uBLAHUsOCW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uBLAHUsOCW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBLAHUsOCW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBLAHUsOCW .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uBLAHUsOCW .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uBLAHUsOCW .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #f96e47, #fb9578);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uBLAHUsOCW .content-wrapper .google-map iframe {
  height: 850px;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-uBLAHUsOCW .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uBLAHUsOCW .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uBLAHV2CqM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0c2c68;
  overflow: hidden;
}
.cid-uBLAHV2CqM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBLAHV2CqM .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-uBLAHV2CqM .container {
    padding: 0 30px;
  }
}
.cid-uBLAHV2CqM .row {
  justify-content: center;
}
.cid-uBLAHV2CqM .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uBLAHV2CqM .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uBLAHV2CqM .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBLAHV2CqM .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uBLAHV2CqM .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uBLAHV2CqM .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBLAHV2CqM .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uBLAHV2CqM .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uBLAHV2CqM .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uBLAHV2CqM .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uBLAHV2CqM .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uBLAHV2CqM .nav-wrapper .list .item-wrap:hover,
.cid-uBLAHV2CqM .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uBLAHV2CqM .nav-wrapper .list .item-wrap:hover::before,
.cid-uBLAHV2CqM .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uBLAHV2CqM .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #71eac6;
  transition: all 0.3s ease-in-out;
}
.cid-uBLAHV2CqM .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uBLAHV2CqM .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uBLAHV2CqM .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uBLAHV2CqM .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBLAHV2CqM .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uBLAHV2CqM .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uBLAHV2CqM .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uBLAHV2CqM .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uBLAHV2CqM .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uBLAHV2CqM .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-uBLAHV2CqM .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uBLAHV2CqM .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uBLAHV2CqM .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uBLAHV2CqM .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uBLAHV2CqM .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uBLAHV2CqM .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uBLAHV2CqM .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uBLAHV2CqM .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-uBLAHV2CqM .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uBLAHV2CqM .mbr-section-title {
  color: #bee0d6;
}
.cid-uBLAHV2CqM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uBLAHV2CqM .list {
  color: #bee0d6;
}
.cid-uBLAHV2CqM .mbr-address {
  color: #bee0d6;
}
.cid-uBLAHV2CqM .mbr-copy {
  color: #bee0d6;
}
.cid-uBLAIpE2y2 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uBLAIpE2y2 .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;
}
@media (max-width: 767px) {
  .cid-uBLAIpE2y2 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uBLAIpE2y2 .btn {
  font-weight: 400;
}
.cid-uBLAIpE2y2 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBLAIpE2y2 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uBLAIpE2y2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBLAIpE2y2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBLAIpE2y2 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uBLAIpE2y2 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uBLAIpE2y2 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uBLAIpE2y2 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uBLAIpE2y2 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uBLAIpE2y2 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uBLAIpE2y2 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uBLAIpE2y2 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uBLAIpE2y2 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uBLAIpE2y2 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uBLAIpE2y2 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uBLAIpE2y2 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uBLAIpE2y2 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uBLAIpE2y2 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uBLAIpE2y2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uBLAIpE2y2 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uBLAIpE2y2 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uBLAIpE2y2 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uBLAIpE2y2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBLAIpE2y2 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #0c2c68;
}
.cid-uBLAIpE2y2 .nav-item:focus,
.cid-uBLAIpE2y2 .nav-link:focus {
  outline: none;
}
.cid-uBLAIpE2y2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBLAIpE2y2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBLAIpE2y2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBLAIpE2y2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBLAIpE2y2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBLAIpE2y2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBLAIpE2y2 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uBLAIpE2y2 .navbar.opened {
  transition: all 0.25s;
}
.cid-uBLAIpE2y2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBLAIpE2y2 .navbar .navbar-logo img {
  width: auto;
}
.cid-uBLAIpE2y2 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uBLAIpE2y2 .navbar.collapsed {
  justify-content: center;
}
.cid-uBLAIpE2y2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBLAIpE2y2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBLAIpE2y2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uBLAIpE2y2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBLAIpE2y2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBLAIpE2y2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uBLAIpE2y2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBLAIpE2y2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBLAIpE2y2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uBLAIpE2y2 .navbar {
    min-height: 72px;
  }
  .cid-uBLAIpE2y2 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uBLAIpE2y2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBLAIpE2y2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBLAIpE2y2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBLAIpE2y2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBLAIpE2y2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uBLAIpE2y2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBLAIpE2y2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uBLAIpE2y2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBLAIpE2y2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uBLAIpE2y2 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uBLAIpE2y2 .dropdown-item.active,
.cid-uBLAIpE2y2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uBLAIpE2y2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBLAIpE2y2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBLAIpE2y2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBLAIpE2y2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0c2c68;
}
.cid-uBLAIpE2y2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uBLAIpE2y2 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uBLAIpE2y2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBLAIpE2y2 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uBLAIpE2y2 .navbar-buttons {
    text-align: left;
  }
}
.cid-uBLAIpE2y2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBLAIpE2y2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uBLAIpE2y2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBLAIpE2y2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBLAIpE2y2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBLAIpE2y2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBLAIpE2y2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBLAIpE2y2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBLAIpE2y2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBLAIpE2y2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBLAIpE2y2 .navbar-dropdown {
  padding: 0;
  background-color: #0c2c68 !important;
}
.cid-uBLAIpE2y2 .opacityScroll {
  background: #0c2c68 !important;
}
.cid-uBLAIpE2y2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBLAIpE2y2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uBLAIpE2y2 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBLAIpE2y2 .navbar {
    height: 70px;
  }
  .cid-uBLAIpE2y2 .navbar.opened {
    height: auto;
  }
  .cid-uBLAIpE2y2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBLAIpE2y2 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uBLAIpE2y2 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uBLAIpE2y2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uBLAIpE2y2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uBLAIpE2y2 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uBLAIpE2y2 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uBLAIpE2y2 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uBLAIpE2y2 .navbar-brand {
    margin-right: auto;
  }
  .cid-uBLAIpE2y2 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #0c2c68;
    backdrop-filter: blur(8px);
  }
  .cid-uBLAIpE2y2 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uBLAIpE2y2 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uBLAIpE2y2 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uBLAIpE2y2 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uBLAIpE2y2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uBLAIpE2y2 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uBLAIpE2y2 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uBLAIpE2y2 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uBLAIpE2y2 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uBLAIpE2y2 .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uBLAIpE2y2 .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uBLAIpE2y2 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBLAIqfXxd {
  display: flex;
  padding-top: 21rem;
  padding-bottom: 16rem;
  background-image: url("../../../assets/images/434395904-405605908892986-7252624452349196677-n-960x754.jpg");
}
.cid-uBLAIqfXxd .mbr-overlay {
  background-color: #000000;
  opacity: 0.6;
}
.cid-uBLAIqfXxd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBLAIqfXxd .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uBLAIqfXxd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBLAIqfXxd p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-uBLAIqfXxd {
    align-items: center;
  }
  .cid-uBLAIqfXxd .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBLAIqfXxd .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBLAIqfXxd {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uBLAIqfXxd .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBLAIqfXxd .content-wrap {
    width: 100%;
  }
}
.cid-uBLAIqfXxd .mbr-section-subtitle,
.cid-uBLAIqfXxd .line {
  color: #ffffff;
}
.cid-uBLAIqfXxd .mbr-text,
.cid-uBLAIqfXxd .mbr-section-btn {
  text-align: right;
}
.cid-uBLAIqGpZi {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #0c2c68;
}
.cid-uBLAIqGpZi h2,
.cid-uBLAIqGpZi h3,
.cid-uBLAIqGpZi h4,
.cid-uBLAIqGpZi p {
  margin: 0;
}
.cid-uBLAIqGpZi ul {
  padding: 0;
  list-style-type: none;
}
.cid-uBLAIqGpZi .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-uBLAIqGpZi .mbr-section-title {
  color: #fffcee;
  margin-bottom: 10px;
  text-align: center;
}
.cid-uBLAIqGpZi .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-uBLAIqGpZi .list {
  margin: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uBLAIqGpZi .mbr-card-text {
  margin: 10px 0;
}
.cid-uBLAIqGpZi .mbr-card-text::before {
  content: "* ";
  display: inline;
}
.cid-uBLAIraoF9 {
  display: flex;
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #fffcee;
}
.cid-uBLAIraoF9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBLAIraoF9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBLAIraoF9 .line {
  width: 100%;
  opacity: 0.6;
  height: 1px;
  background: currentColor;
  margin-top: 8rem;
}
.cid-uBLAIraoF9 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uBLAIraoF9 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uBLAIraoF9 {
    align-items: center;
  }
  .cid-uBLAIraoF9 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBLAIraoF9 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBLAIraoF9 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uBLAIraoF9 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBLAIraoF9 .content-wrap {
    width: 100%;
  }
}
.cid-uBLAIraoF9 .mbr-section-title {
  text-align: left;
  color: #fffcee;
}
.cid-uBLAIraoF9 .mbr-text,
.cid-uBLAIraoF9 .mbr-section-btn {
  text-align: left;
  color: #fffcee;
}
.cid-uBLAIraoF9 .mbr-section-title,
.cid-uBLAIraoF9 .line {
  color: #000000;
  text-align: center;
}
.cid-uBLAIrCTPV {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #0c2c68;
}
.cid-uBLAIrCTPV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBLAIrCTPV .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uBLAIrCTPV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBLAIrCTPV h1 {
  max-width: 800px;
}
.cid-uBLAIrCTPV p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uBLAIrCTPV .btn:hover {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #ffa600 !important;
}
.cid-uBLAIrCTPV .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uBLAIrCTPV .btn div {
  overflow: hidden;
}
.cid-uBLAIrCTPV .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-uBLAIrCTPV {
    align-items: center;
  }
  .cid-uBLAIrCTPV .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBLAIrCTPV .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBLAIrCTPV {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uBLAIrCTPV .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBLAIrCTPV .content-wrap {
    width: 100%;
  }
}
.cid-uBLAIrCTPV .mbr-section-subtitle,
.cid-uBLAIrCTPV .line {
  color: #291f1e;
}
.cid-uBLAIrCTPV .mbr-text,
.cid-uBLAIrCTPV .mbr-section-btn {
  text-align: left;
  color: #f7f7f7;
}
.cid-uBLAIrCTPV .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uBLAIs3Gyj {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/349167300-162735129902477-841309319026097988-n-2000x1500.jpg");
}
.cid-uBLAIs3Gyj .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
.cid-uBLAIs3Gyj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBLAIs3Gyj .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 25rem;
}
@media (max-width: 767px) {
  .cid-uBLAIs3Gyj .line {
    margin-bottom: 10rem;
  }
}
.cid-uBLAIs3Gyj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBLAIs3Gyj p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uBLAIs3Gyj .btn:hover {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #ffa600 !important;
}
.cid-uBLAIs3Gyj .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uBLAIs3Gyj .btn div {
  overflow: hidden;
}
.cid-uBLAIs3Gyj .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-uBLAIs3Gyj {
    align-items: center;
  }
  .cid-uBLAIs3Gyj .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBLAIs3Gyj .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBLAIs3Gyj {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uBLAIs3Gyj .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBLAIs3Gyj .content-wrap {
    width: 100%;
  }
}
.cid-uBLAIs3Gyj .mbr-section-subtitle,
.cid-uBLAIs3Gyj .line {
  color: #ffffff;
}
.cid-uBLAIs3Gyj .mbr-text,
.cid-uBLAIs3Gyj .mbr-section-btn {
  text-align: left;
}
.cid-uBLAIsxAvn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #0c2c68;
}
.cid-uBLAIsxAvn .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uBLAIsxAvn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBLAIsxAvn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBLAIsxAvn .content-wrap {
  margin: 0;
}
.cid-uBLAIsxAvn .content-wrap .card {
  padding: 0;
}
.cid-uBLAIsxAvn .content-wrapper {
  padding: 190px 28px 190px 120px;
  height: 100%;
  border-right: 1px solid #150764;
}
@media (max-width: 1640px) {
  .cid-uBLAIsxAvn .content-wrapper {
    padding: 190px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBLAIsxAvn .content-wrapper {
    padding: 40px 0;
  }
}
@media (max-width: 992px) {
  .cid-uBLAIsxAvn .content-wrapper {
    border-right: none;
    border-top: 1px solid #150764;
  }
}
.cid-uBLAIsxAvn .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uBLAIsxAvn .content-wrapper .mbr-text {
  margin-bottom: 16px;
}
.cid-uBLAIsxAvn .content-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uBLAIsxAvn .content-wrapper .mbr-section-btn .btn {
  width: 100%;
}
.cid-uBLAIsxAvn .image-wrapper {
  height: 100%;
}
.cid-uBLAIsxAvn .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uBLAIsxAvn .image-wrapper img {
    height: 350px;
    object-fit: cover;
  }
}
.cid-uBLAIsxAvn .mbr-section-title {
  color: #150764;
}
.cid-uBLAIsxAvn .mbr-text {
  color: #fffcee;
}
.cid-uBLAIsxAvn .mbr-section-title,
.cid-uBLAIsxAvn .mbr-section-btn {
  color: #fffcee;
}
.cid-uBLAIt2EBN {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #fffcee;
}
.cid-uBLAIt2EBN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBLAIt2EBN .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uBLAIt2EBN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBLAIt2EBN .btn:hover {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #ffa600 !important;
}
.cid-uBLAIt2EBN .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uBLAIt2EBN .btn div {
  overflow: hidden;
}
.cid-uBLAIt2EBN .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-uBLAIt2EBN {
    align-items: center;
  }
  .cid-uBLAIt2EBN .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBLAIt2EBN .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uBLAIt2EBN {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uBLAIt2EBN .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBLAIt2EBN .content-wrap {
    width: 100%;
  }
}
.cid-uBLAIt2EBN .mbr-section-subtitle,
.cid-uBLAIt2EBN .line {
  color: #291f1e;
}
.cid-uBLAIt2EBN .mbr-text,
.cid-uBLAIt2EBN .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uBLAIt2EBN .mbr-section-title {
  color: #291f1e;
}
.cid-uBLAItxuML {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0c2c68;
}
.cid-uBLAItxuML .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBLAItxuML .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-uBLAItxuML .container {
    padding: 0 16px;
  }
}
.cid-uBLAItxuML .card {
  justify-content: center;
}
.cid-uBLAItxuML .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #ffffff;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uBLAItxuML .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uBLAItxuML .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uBLAItxuML .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uBLAItxuML .mbr-section-title {
  color: #000000;
}
.cid-uBLAItxuML .mbr-text {
  color: #000000;
}
.cid-uBLAItxuML .mbr-desc {
  color: #fffcee;
}
.cid-uBLAItxuML .mbr-section-title,
.cid-uBLAItxuML .title-wrapper {
  color: #000000;
}
.cid-uBLAItxuML .mbr-text,
.cid-uBLAItxuML .mbr-section-btn {
  color: #fffcee;
}
.cid-uBQNykfrFr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBQNykfrFr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBQNykfrFr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBQNykfrFr .video-wrapper iframe {
  width: 100%;
}
.cid-uBQNykfrFr .app-video-wrapper::before {
  font-size: 100px;
  line-height: 100px;
  border: 10px solid #320707;
  border-radius: 50%;
  padding: 28px 28px 28px 30px;
  top: 45%;
  left: 45%;
}
@media (max-width: 768px) {
  .cid-uBQNykfrFr .app-video-wrapper::before {
    font-size: 70px;
    line-height: 70px;
    border: none;
    padding: 0;
    top: 50%;
    left: 50%;
  }
}
.cid-uBQNykfrFr .video-block {
  position: relative;
  z-index: 1;
}
.cid-uBQNykfrFr .video-block .video-wrapper iframe {
  z-index: 1;
  position: relative;
}
.cid-uBQNykfrFr .video-block .image-absolute {
  position: absolute;
  top: -12rem;
  left: -4rem;
  width: 300px;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uBQNykfrFr .video-block .image-absolute {
    display: none;
  }
}
.cid-uBLAItZGn2 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #060606;
}
.cid-uBLAItZGn2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBLAItZGn2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBLAItZGn2 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uBLAItZGn2 .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uBLAItZGn2 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uBLAItZGn2 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uBLAItZGn2 .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uBLAItZGn2 .item {
    margin-bottom: 28px;
  }
}
.cid-uBLAItZGn2 .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uBLAItZGn2 .item .item-wrapper:hover,
.cid-uBLAItZGn2 .item .item-wrapper:focus {
  border: 2px solid #078efb;
  background-color: #078efb;
}
.cid-uBLAItZGn2 .item .item-wrapper .item-wrap {
  border: 1px solid #252525;
  transition: all 0.3s ease-in-out;
  background-color: #121212;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-uBLAItZGn2 .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uBLAItZGn2 .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uBLAItZGn2 .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uBLAItZGn2 .item .item-wrapper .item-wrap .item-img .item-content {
    padding: 16px;
  }
}
.cid-uBLAItZGn2 .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uBLAItZGn2 .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-uBLAItZGn2 .item .item-wrapper .item-wrap .date-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px 24px 24px;
  display: block;
}
@media (max-width: 992px) {
  .cid-uBLAItZGn2 .item .item-wrapper .item-wrap .date-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-uBLAItZGn2 .item .item-wrapper .item-wrap .date-wrapper .item-date {
  padding-right: 8px;
  margin-bottom: 0;
}
.cid-uBLAItZGn2 .item .item-wrapper .item-wrap .date-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #078efb;
}
.cid-uBLAItZGn2 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uBLAItZGn2 .item-title {
  color: #9aa0a6;
}
.cid-uBLAItZGn2 .item-text {
  color: #ffffff;
}
.cid-uBLAItZGn2 .item-date {
  color: #9aa0a6;
}
.cid-uBLAItZGn2 .mbr-section-title,
.cid-uBLAItZGn2 .mbr-section-btn {
  text-align: center;
}
.cid-uBLAItZGn2 .item-title,
.cid-uBLAItZGn2 .icon-wrapper {
  color: #f7f7f7;
}
.cid-uBLAIuD1hY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBLAIuD1hY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBLAIuD1hY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBLAIuD1hY .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uBLAIuD1hY .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBLAIuD1hY .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBLAIuD1hY .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uBLAIuD1hY .container {
    padding: 0 24px;
  }
}
.cid-uBLAIuD1hY .row {
  justify-content: center;
}
.cid-uBLAIuD1hY .title-wrapper {
  padding-right: 48px;
}
@media (max-width: 1440px) {
  .cid-uBLAIuD1hY .title-wrapper {
    padding-right: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uBLAIuD1hY .title-wrapper {
    padding-right: 0;
  }
}
.cid-uBLAIuD1hY .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uBLAIuD1hY .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBLAIuD1hY .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uBLAIuD1hY .text-wrapper {
  padding-left: 48px;
}
@media (max-width: 1440px) {
  .cid-uBLAIuD1hY .text-wrapper {
    padding-left: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uBLAIuD1hY .text-wrapper {
    padding-left: 0;
  }
}
.cid-uBLAIuD1hY .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBLAIuD1hY .text-wrapper .mbr-text:first-child {
  margin-bottom: 16px;
}
.cid-uBLAIuD1hY .text-wrapper .mbr-text:nth-child(2) {
  opacity: .5;
}
.cid-uBLAIuD1hY .mbr-section-title {
  color: #18212d;
}
.cid-uBLAIuD1hY .mbr-desc {
  color: #18212d;
}
.cid-uBLAIuD1hY .mbr-text {
  color: #18212d;
}
.cid-uBLAIvbF1b {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #0c2c68;
}
.cid-uBLAIvbF1b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBLAIvbF1b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBLAIvbF1b .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uBLAIvbF1b .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uBLAIvbF1b .mbr-iconfont {
  font-size: 2rem;
  color: #000000;
  padding-right: 1.5rem;
}
.cid-uBLAIvbF1b .card-title {
  color: #ffffff;
}
.cid-uBLAIvT12j {
  display: flex;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/441901623-437539742366269-225978116335169317-n-2000x1443.jpg");
}
.cid-uBLAIvT12j .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
.cid-uBLAIvT12j .mbr-fallback-image.disabled {
  display: none;
}
@media (max-width: 992px) {
  .cid-uBLAIvT12j .display-1 {
    font-size: 5rem;
  }
}
.cid-uBLAIvT12j h1 {
  line-height: 1;
}
@media (max-width: 767px) {
  .cid-uBLAIvT12j {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uBLAIvT12j .display-1 {
    font-size: 2.8rem;
  }
  .cid-uBLAIvT12j .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uBLAIvT12j .content-wrap {
    width: 100%;
  }
}
.cid-uBLAIvT12j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBLAIvT12j .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uBLAIvT12j .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uBLAIvT12j {
    align-items: center;
  }
  .cid-uBLAIvT12j .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uBLAIvT12j .content-wrap {
    min-width: 50%;
  }
}
.cid-uBLAIvT12j .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uBLAIvT12j .mbr-text,
.cid-uBLAIvT12j .mbr-section-btn {
  text-align: center;
  color: #fffcee;
}
.cid-uBLAIwrryz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBLAIwrryz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBLAIwrryz .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-uBLAIwrryz .container {
    padding: 0 16px;
  }
}
.cid-uBLAIwrryz .row {
  justify-content: center;
}
.cid-uBLAIwrryz .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #000000;
  background-color: #0c2c68;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uBLAIwrryz .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uBLAIwrryz .panel-group .card {
  position: relative;
  border-radius: 24px !important;
  padding: 64px;
  margin-top: 32px;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #0c2c68;
}
@media (max-width: 992px) {
  .cid-uBLAIwrryz .panel-group .card {
    padding: 24px;
  }
}
.cid-uBLAIwrryz .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uBLAIwrryz .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uBLAIwrryz .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uBLAIwrryz .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uBLAIwrryz .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uBLAIwrryz .panel-group .card .card-header .panel-title .icon-wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0c2c68;
  border-radius: 100%;
  opacity: .2;
  transition: all 0.3s ease-in-out;
}
.cid-uBLAIwrryz .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #0c2c68;
}
.cid-uBLAIwrryz .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  opacity: .5;
}
.cid-uBLAIwrryz .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uBLAIwrryz .panel-group .card .panel-collapse .panel-body {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-uBLAIwrryz .panel-group .card .panel-collapse .panel-body {
    padding-top: 32px;
  }
}
.cid-uBLAIwrryz .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uBLAIwrryz .mbr-section-title {
  color: #000000;
}
.cid-uBLAIwrryz .panel-title-edit {
  color: #ffffff;
}
.cid-uBLAIwrryz .panel-text {
  color: #ffffff;
}
.cid-uBLAIwrryz .mbr-section-title,
.cid-uBLAIwrryz .title-wrapper {
  color: #ffffff;
}
.cid-uBLAIx7I8U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBLAIx7I8U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBLAIx7I8U .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-uBLAIx7I8U .container {
    padding: 0 15px;
  }
}
.cid-uBLAIx7I8U .content-wrapper {
  padding-right: 130px;
}
@media (max-width: 1440px) {
  .cid-uBLAIx7I8U .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-uBLAIx7I8U .content-wrapper {
    padding-right: 0;
  }
}
.cid-uBLAIx7I8U .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uBLAIx7I8U .content-wrap {
    display: block;
  }
}
.cid-uBLAIx7I8U .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uBLAIx7I8U .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-uBLAIx7I8U .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uBLAIx7I8U .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-uBLAIx7I8U .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-uBLAIx7I8U .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
.cid-uBLAIx7I8U .mbr-section-title {
  color: #000000;
}
.cid-uBLAIx7I8U .mbr-desc,
.cid-uBLAIx7I8U .desc-wrapper {
  color: #3f1819;
}
.cid-uBQA8skRkQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0c2c68;
}
.cid-uBQA8skRkQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBQA8skRkQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBQA8skRkQ .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uBQA8skRkQ .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uBQA8skRkQ .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBQA8skRkQ .panel-group {
    margin-bottom: 24px;
  }
}
.cid-uBQA8skRkQ .panel-group .card {
  position: relative;
  padding: 16px 24px;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-top: 8px;
}
@media (max-width: 992px) {
  .cid-uBQA8skRkQ .panel-group .card {
    padding: 16px;
  }
}
.cid-uBQA8skRkQ .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uBQA8skRkQ .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uBQA8skRkQ .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uBQA8skRkQ .panel-group .card .card-header .panel-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uBQA8skRkQ .panel-group .card .card-header .panel-title .panel-title-edit {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uBQA8skRkQ .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  z-index: 1;
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #1753c3;
  margin-left: 8px;
}
.cid-uBQA8skRkQ .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 18px;
  color: #0c2c68;
}
.cid-uBQA8skRkQ .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  background-color: #0c2c68;
}
.cid-uBQA8skRkQ .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
  color: #0c2c68;
}
.cid-uBQA8skRkQ .panel-group .card .card-header .panel-title:not(.collapsed)::before {
  opacity: 1;
}
.cid-uBQA8skRkQ .panel-group .card .panel-collapse .panel-body {
  position: relative;
  z-index: 1;
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uBQA8skRkQ .panel-group .card .panel-collapse .panel-body {
    padding-top: 24px;
  }
}
.cid-uBQA8skRkQ .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uBQA8skRkQ .card-wrapper {
  background-color: #f7f7f7;
  padding: 72px 24px 40px;
  box-shadow: 0 3.5rem 5.5rem 0 #b9b9b9;
}
@media (max-width: 992px) {
  .cid-uBQA8skRkQ .card-wrapper {
    padding: 24px 16px;
  }
}
.cid-uBQA8skRkQ .card-wrapper .icon-wrap {
  margin-bottom: 16px;
}
.cid-uBQA8skRkQ .card-wrapper .icon-wrap .mbr-iconfont {
  height: 88px;
  width: 88px;
  min-width: 88px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #ffffff;
  color: #0c2c68;
  font-size: 42px;
}
.cid-uBQA8skRkQ .card-wrapper .card-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uBQA8skRkQ .card-wrapper .card-title {
    margin-bottom: 24px;
  }
}
.cid-uBQA8skRkQ .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uBQA8skRkQ .card-wrapper .mbr-section-btn .btn {
    padding: 14px;
  }
}
.cid-uBQA8skRkQ .mbr-section-title {
  color: #ffffff;
}
.cid-uBQA8skRkQ .panel-title-edit {
  color: #272b2e;
}
.cid-uBQA8skRkQ .panel-text {
  color: #15171a;
}
.cid-uBQA8skRkQ .card-title {
  color: #272b2e;
}
.cid-uBQA8skRkQ .card-title,
.cid-uBQA8skRkQ .icon-wrap,
.cid-uBQA8skRkQ .mbr-section-btn {
  text-align: center;
}
.cid-uBQA8skRkQ .panel-title-edit,
.cid-uBQA8skRkQ .icon-wrapper {
  color: #ffa600;
}
.cid-uBLAIxCVow {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uBLAIxCVow .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBLAIxCVow .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBLAIxCVow .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uBLAIxCVow .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uBLAIxCVow .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #f96e47, #fb9578);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uBLAIxCVow .content-wrapper .google-map iframe {
  height: 850px;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-uBLAIxCVow .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uBLAIxCVow .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uBLAIye9ag {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0c2c68;
  overflow: hidden;
}
.cid-uBLAIye9ag .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBLAIye9ag .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-uBLAIye9ag .container {
    padding: 0 30px;
  }
}
.cid-uBLAIye9ag .row {
  justify-content: center;
}
.cid-uBLAIye9ag .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uBLAIye9ag .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uBLAIye9ag .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBLAIye9ag .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uBLAIye9ag .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uBLAIye9ag .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBLAIye9ag .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uBLAIye9ag .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uBLAIye9ag .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uBLAIye9ag .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uBLAIye9ag .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uBLAIye9ag .nav-wrapper .list .item-wrap:hover,
.cid-uBLAIye9ag .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uBLAIye9ag .nav-wrapper .list .item-wrap:hover::before,
.cid-uBLAIye9ag .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uBLAIye9ag .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #71eac6;
  transition: all 0.3s ease-in-out;
}
.cid-uBLAIye9ag .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uBLAIye9ag .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uBLAIye9ag .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uBLAIye9ag .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBLAIye9ag .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uBLAIye9ag .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uBLAIye9ag .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uBLAIye9ag .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uBLAIye9ag .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uBLAIye9ag .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-uBLAIye9ag .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uBLAIye9ag .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uBLAIye9ag .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uBLAIye9ag .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uBLAIye9ag .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uBLAIye9ag .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uBLAIye9ag .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uBLAIye9ag .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-uBLAIye9ag .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uBLAIye9ag .mbr-section-title {
  color: #bee0d6;
}
.cid-uBLAIye9ag .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uBLAIye9ag .list {
  color: #bee0d6;
}
.cid-uBLAIye9ag .mbr-address {
  color: #bee0d6;
}
.cid-uBLAIye9ag .mbr-copy {
  color: #bee0d6;
}
