.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: 'EB Garamond', serif;
  font-size: 6.1rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.625rem;
}
.display-2 {
  font-family: 'EB Garamond', serif;
  font-size: 3.5rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-4 {
  font-family: 'EB Garamond', serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'EB Garamond', serif;
  font-size: 2.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'EB Garamond', serif;
  font-size: 1.3rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
/* ---- 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: 4.88rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.27rem;
    font-size: calc( 2.7849999999999997rem + (6.1 - 2.7849999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.7849999999999997rem + (6.1 - 2.7849999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .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: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 4.27rem;
    font-size: calc( 2.7849999999999997rem + (6.1 - 2.7849999999999997) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.7849999999999997rem + (6.1 - 2.7849999999999997) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.875rem + (3.5 - 1.875) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62))));
  }
  .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: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn-secondary {
  color: #ffeb69 !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: #ffeb69 !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: #ffeb69 !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: #ffeb69 !important;
  border-color: #ffeb69 !important;
  color: #695b00;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #fff29c !important;
  border-color: #fff29c !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #695b00 !important;
  background-color: #fff29c !important;
  border-color: #fff29c !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: #ffeb69 !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: #ffeb69 !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: #ffeb69 !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: #ffeb69 !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: #ffeb69 !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: #ffeb69 !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: #ffeb69 !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: #ffeb69;
  color: #ffeb69;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffdf12 !important;
  background-color: transparent !important;
  border-color: #ffdf12 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #695b00 !important;
  background-color: #ffeb69 !important;
  border-color: #ffeb69 !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: #ffeb69 !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: #ffdd03 !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: #ffeb69;
}
.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: #ffeb69;
  border-color: #ffeb69;
  color: #827100;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffeb69;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #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: 'EB Garamond', serif;
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.625rem;
}
.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: #ffeb69 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'EB Garamond', serif;
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.625rem;
}
blockquote {
  border-color: #ffeb69;
}
/* 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: #ffeb69;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffeb69;
}
.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: #ffeb69;
  border-bottom-color: #ffeb69;
}
.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: #ffeb69 !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='%23ffeb69' %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-uA9cLkUVgs {
  z-index: 1000;
  width: 100%;
}
.cid-uA9cLkUVgs nav.navbar {
  position: fixed;
}
.cid-uA9cLkUVgs .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA9cLkUVgs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uA9cLkUVgs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uA9cLkUVgs .dropdown-item:hover,
.cid-uA9cLkUVgs .dropdown-item:focus {
  background: #ffeb69 !important;
  color: white !important;
}
.cid-uA9cLkUVgs .dropdown-item:hover span {
  color: white;
}
.cid-uA9cLkUVgs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uA9cLkUVgs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uA9cLkUVgs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uA9cLkUVgs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uA9cLkUVgs .nav-link {
  position: relative;
}
.cid-uA9cLkUVgs .container {
  display: flex;
  margin: auto;
}
.cid-uA9cLkUVgs .iconfont-wrapper {
  color: #1f1437 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uA9cLkUVgs .dropdown-menu,
.cid-uA9cLkUVgs .navbar.opened {
  background: #0c2c68 !important;
}
.cid-uA9cLkUVgs .nav-item:focus,
.cid-uA9cLkUVgs .nav-link:focus {
  outline: none;
}
.cid-uA9cLkUVgs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uA9cLkUVgs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uA9cLkUVgs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uA9cLkUVgs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA9cLkUVgs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uA9cLkUVgs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uA9cLkUVgs .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #0c2c68;
  -webkit-backdrop-filter: saturate(180%) blur(50px);
  backdrop-filter: saturate(180%) blur(50px);
}
.cid-uA9cLkUVgs .navbar.opened {
  transition: all 0.3s;
}
.cid-uA9cLkUVgs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uA9cLkUVgs .navbar .navbar-logo img {
  width: auto;
}
.cid-uA9cLkUVgs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uA9cLkUVgs .navbar.collapsed {
  justify-content: center;
}
.cid-uA9cLkUVgs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uA9cLkUVgs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uA9cLkUVgs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-uA9cLkUVgs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uA9cLkUVgs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uA9cLkUVgs .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-uA9cLkUVgs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uA9cLkUVgs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uA9cLkUVgs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uA9cLkUVgs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uA9cLkUVgs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA9cLkUVgs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA9cLkUVgs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uA9cLkUVgs .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-uA9cLkUVgs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uA9cLkUVgs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uA9cLkUVgs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uA9cLkUVgs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uA9cLkUVgs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uA9cLkUVgs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uA9cLkUVgs .navbar.navbar-short {
  min-height: 60px;
}
.cid-uA9cLkUVgs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uA9cLkUVgs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uA9cLkUVgs .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uA9cLkUVgs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uA9cLkUVgs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uA9cLkUVgs .dropdown-item.active,
.cid-uA9cLkUVgs .dropdown-item:active {
  background-color: transparent;
}
.cid-uA9cLkUVgs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uA9cLkUVgs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uA9cLkUVgs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uA9cLkUVgs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0c2c68;
}
.cid-uA9cLkUVgs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uA9cLkUVgs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uA9cLkUVgs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uA9cLkUVgs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uA9cLkUVgs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uA9cLkUVgs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #393193;
}
.cid-uA9cLkUVgs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uA9cLkUVgs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA9cLkUVgs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA9cLkUVgs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uA9cLkUVgs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA9cLkUVgs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uA9cLkUVgs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uA9cLkUVgs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA9cLkUVgs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uA9cLkUVgs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uA9cLkUVgs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uA9cLkUVgs .navbar {
    height: 70px;
  }
  .cid-uA9cLkUVgs .navbar.opened {
    height: auto;
  }
  .cid-uA9cLkUVgs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uA9tJlrFbB {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #f9f9fc;
}
.cid-uA9tJlrFbB .image-wrapper {
  margin-bottom: 170px;
}
.cid-uA9tJlrFbB .image-wrapper img {
  width: 100%;
  height: 520px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uA9tJlrFbB .image-wrapper img {
    height: 180px;
  }
}
@media (max-width: 992px) {
  .cid-uA9tJlrFbB .image-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uA9tJlrFbB .text .text-wrapper .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
}
@media (max-width: 992px) {
  .cid-uA9tJlrFbB .text .text-wrapper .mbr-section-subtitle {
    margin-bottom: 7px;
  }
}
.cid-uA9tJlrFbB .text .text-wrapper .mbr-section-title {
  margin-bottom: 45px;
}
.cid-uA9tJlrFbB .mbr-text {
  margin-left: 30px;
  margin-bottom: 30px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uA9tJlrFbB .mbr-text {
    margin: 0 0 30px 0;
  }
}
.cid-uA9tJlrFbB .item-link {
  margin-left: 30px;
  display: block;
}
@media (max-width: 992px) {
  .cid-uA9tJlrFbB .item-link {
    margin: 0 0 40px 0;
  }
}
.cid-uA9tJlrFbB .item-link .mbr-link {
  margin: 0;
  display: inline-block;
}
.cid-uA9tJlrFbB .item-link .mbr-link::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000000;
  margin-top: 5px;
  transition: all .4s ease;
}
.cid-uA9tJlrFbB .item-link:hover .mbr-link::after {
  width: 0;
}
.cid-uA9tJlrFbB .card-wrap {
  position: relative;
}
.cid-uA9tJlrFbB .card-wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 72px 65px;
  width: 138%;
  background-color: #ff4712;
}
@media (max-width: 992px) {
  .cid-uA9tJlrFbB .card-wrapper {
    position: static;
    width: 100%;
    padding: 38px;
  }
}
.cid-uA9tJlrFbB .card-wrapper .item-card {
  padding: 0;
}
.cid-uA9tJlrFbB .card-wrapper .item-card .mbr-card-title {
  margin: 0;
}
.cid-uA9tJlrFbB .card-wrapper .item-card .mbr-number {
  margin: 34px 0 5px 0;
}
.cid-uA9tJlrFbB .card-wrapper .item-card .mbr-desc {
  margin: 0;
  opacity: .7;
}
.cid-uA9tJlrFbB .card-wrapper .item-card:first-child {
  padding-right: 10px;
}
.cid-uA9tJlrFbB .mbr-section-subtitle {
  color: #FF4712;
}
.cid-uA9tJlrFbB .mbr-section-title {
  color: #20232a;
}
.cid-uA9tJlrFbB .mbr-link {
  color: #20232a;
}
.cid-uA9tJlrFbB .mbr-card-title {
  color: #fafafa;
}
.cid-uA9tJlrFbB .mbr-number {
  color: #fafafa;
}
.cid-uA9tJlrFbB .mbr-desc {
  color: #fafafa;
}
.cid-uA9emhthOk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0c2c68;
}
.cid-uA9emhthOk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9emhthOk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9emhthOk .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uA9emhthOk .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uA9emhthOk .container {
    padding: 0 6px;
  }
}
.cid-uA9emhthOk .row {
  margin: 0;
  padding: 0 150px;
}
@media (max-width: 1440px) {
  .cid-uA9emhthOk .row {
    padding: 0 32px;
  }
}
@media (max-width: 1200px) {
  .cid-uA9emhthOk .row {
    padding: 0 8px;
  }
}
@media (max-width: 992px) {
  .cid-uA9emhthOk .row {
    padding: 0 60px;
  }
}
@media (max-width: 768px) {
  .cid-uA9emhthOk .row {
    padding: 0 30px;
  }
}
.cid-uA9emhthOk .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-uA9emhthOk .content-wrapper {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #f6e420;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uA9emhthOk .content-wrapper {
    display: block;
    padding: 22px;
  }
}
.cid-uA9emhthOk .content-wrapper .title-wrapper {
  width: 45%;
  padding-right: 22px;
}
@media (max-width: 992px) {
  .cid-uA9emhthOk .content-wrapper .title-wrapper {
    margin-bottom: 40px;
    width: 100%;
    padding: 0;
  }
}
.cid-uA9emhthOk .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uA9emhthOk .content-wrapper .list-wrapper {
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uA9emhthOk .content-wrapper .list-wrapper {
    width: 100%;
  }
}
.cid-uA9emhthOk .content-wrapper .list-wrapper .list {
  margin: 0;
  padding-left: 20px;
  list-style-position: inside;
}
@media (max-width: 992px) {
  .cid-uA9emhthOk .content-wrapper .list-wrapper .list {
    padding: 0;
  }
}
.cid-uA9emhthOk .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-uA9emhthOk .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uA9emhthOk .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uA9emhthOk .list {
  color: #131313;
}
.cid-uA9emhthOk .list,
.cid-uA9emhthOk .item-wrap {
  color: #ffffff;
}
.cid-uA9fOolWcd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uA9fOolWcd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9fOolWcd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9fOolWcd .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uA9fOolWcd .content-wrapper {
    padding: 0;
  }
}
.cid-uA9fOolWcd .content-wrapper .rating-wrapper {
  margin-bottom: 24px;
}
.cid-uA9fOolWcd .content-wrapper .rating-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
}
.cid-uA9fOolWcd .content-wrapper .rating-wrapper .list .item-wrap {
  padding: 12px;
  -webkit-text-stroke-width: .15rem;
  -webkit-text-stroke-color: #050f0f;
  margin-bottom: 0;
}
.cid-uA9fOolWcd .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uA9fOolWcd .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uA9fOolWcd .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uA9fOolWcd .list {
  color: #ffe66d;
  text-align: center;
}
.cid-uA9fOolWcd .mbr-text,
.cid-uA9fOolWcd .text-wrapper {
  color: #050f0f;
}
.cid-uA9fOolWcd .mbr-desc {
  color: #050f0f;
  text-align: center;
}
.cid-uA9fOolWcd .mbr-text,
.cid-uA9fOolWcd .text-wrapper,
.cid-uA9fOolWcd .rating-wrapper {
  text-align: center;
}
.cid-uA9eH68gQt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0c2c68;
}
.cid-uA9eH68gQt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9eH68gQt .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-uA9eH68gQt .container {
    padding: 0 15px;
  }
}
.cid-uA9eH68gQt .content-wrapper {
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-uA9eH68gQt .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-uA9eH68gQt .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uA9eH68gQt .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uA9eH68gQt .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uA9eH68gQt .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uA9eH68gQt .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uA9eH68gQt .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-uA9eH68gQt .image-wrapper img {
  width: 400px;
  height: 400px;
  border: 3px solid #f7f7f7;
  box-shadow: 10px 10px 50px #d2d2df;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1500px) {
  .cid-uA9eH68gQt .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-uA9eH68gQt .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-uA9eH68gQt .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uA9eH68gQt .mbr-section-title {
  color: #ffffff;
}
.cid-uA9eH68gQt .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uA9eH68gQt .mbr-text {
  color: #ffffff;
}
.cid-uA9eH68gQt .mbr-section-title,
.cid-uA9eH68gQt .mbr-section-btn {
  color: #ffffff;
}
.cid-uA7oalwjxp {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA7oalwjxp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7oalwjxp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7oalwjxp .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA7oalwjxp .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uA7oalwjxp .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uA7oalwjxp .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uA7oalwjxp .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uA7oalwjxp .item {
    margin-bottom: 28px;
  }
}
.cid-uA7oalwjxp .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uA7oalwjxp .item .item-wrapper:hover,
.cid-uA7oalwjxp .item .item-wrapper:focus {
  border: 2px solid #ffeb69;
  background-color: #ffeb69;
}
.cid-uA7oalwjxp .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-uA7oalwjxp .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uA7oalwjxp .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uA7oalwjxp .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uA7oalwjxp .item .item-wrapper .item-wrap .item-img .item-content {
    padding: 16px;
  }
}
.cid-uA7oalwjxp .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uA7oalwjxp .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-uA7oalwjxp .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-uA7oalwjxp .item .item-wrapper .item-wrap .date-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-uA7oalwjxp .item .item-wrapper .item-wrap .date-wrapper .item-date {
  padding-right: 8px;
  margin-bottom: 0;
}
.cid-uA7oalwjxp .item .item-wrapper .item-wrap .date-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #078efb;
}
.cid-uA7oalwjxp .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uA7oalwjxp .item-title {
  color: #9aa0a6;
}
.cid-uA7oalwjxp .item-text {
  color: #ffffff;
}
.cid-uA7oalwjxp .item-date {
  color: #9aa0a6;
}
.cid-uA7oalwjxp .mbr-section-title,
.cid-uA7oalwjxp .mbr-section-btn {
  text-align: center;
}
.cid-uA7oalwjxp .item-title,
.cid-uA7oalwjxp .icon-wrapper {
  color: #fffcee;
  text-align: center;
}
.cid-uA9gqdJN1E {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uA9gqdJN1E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9gqdJN1E .mbr-iconfont {
  font-size: 1.6rem;
  color: #ffeb69;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed #c4d6b0;
  border-radius: 50%;
  transition: all 0.3s;
  margin: 0 0.5rem;
}
.cid-uA9gqdJN1E .mbr-iconfont:hover {
  background: #ffeb69;
  color: #c4d6b0;
}
.cid-uA9gqdJN1E .icon-wrap {
  display: flex;
}
.cid-uA9gqdJN1E .link-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-uA9gqdJN1E .link {
  display: flex;
}
.cid-uA9gqdJN1E .mbr-linkiconfont {
  font-size: 0.8rem;
  color: #c4d6b0;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed #c4d6b0;
  margin-right: 1rem;
  border-radius: 50%;
  background: #3a341c;
  transition: all 0.3s;
}
.cid-uA9gqdJN1E .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-uA9gqdJN1E .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 9px;
  background: #d4ceff;
  z-index: -1;
}
.cid-uA9gqdJN1E .text-wrapper {
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uA9gqdJN1E .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uA9gqdJN1E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9gqdJN1E .row {
  align-items: center;
  background: #0c2c68;
  transition: all 0.3s;
  margin: 0;
  padding: 2rem 0;
}
.cid-uA9gqdJN1E .row:hover {
  background: #7787a5;
}
.cid-uA9gqdJN1E .mbr-link {
  color: #132835;
}
.cid-uA9gqdJN1E .mbr-text,
.cid-uA9gqdJN1E .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uA9gqdJN1E .mbr-section-subtitle,
.cid-uA9gqdJN1E .subtitle-wrap {
  text-align: center;
}
.cid-uA9gqdJN1E .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uA9h1iN2ZU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0c2c68;
}
.cid-uA9h1iN2ZU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9h1iN2ZU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9h1iN2ZU .row {
  padding: 1rem;
}
.cid-uA9h1iN2ZU .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-uA9h1iN2ZU .row {
    padding: 0 12px;
  }
}
.cid-uA9h1iN2ZU .row::before {
  content: '';
  display: block;
  width: 60%;
  height: 65%;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #000000;
  border-radius: 100% 0 0 0;
  left: 0;
  border-radius: 0 100% 0 0;
}
.cid-uA9h1iN2ZU .row::after {
  content: '';
  position: absolute;
  left: -28rem;
  top: 0;
  display: block;
  width: 1000px;
  height: 1000px;
  border: 80px solid #000000;
  border-radius: 50%;
  background-color: transparent;
  left: auto;
  right: -28rem;
}
@media (max-width: 992px) {
  .cid-uA9h1iN2ZU .row::after {
    display: none;
  }
}
.cid-uA9h1iN2ZU .title-wrapper {
  margin-bottom: 15px;
  z-index: 1;
  position: relative;
}
.cid-uA9h1iN2ZU .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uA9h1iN2ZU .title-wrapper .mbr-section-title span {
  color: #c4d6b0;
}
.cid-uA9h1iN2ZU .text-wrapper {
  padding: 25px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uA9h1iN2ZU .text-wrapper {
    padding: 0;
  }
}
.cid-uA9h1iN2ZU .text-wrapper .mbr-text {
  margin: 0;
}
.cid-uA9h1iN2ZU .mbr-section-title {
  color: #ffffff;
}
.cid-uA9h1iN2ZU .mbr-text {
  color: #fffcee;
}
.cid-uA9a2QMqA0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA9a2QMqA0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9a2QMqA0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9a2QMqA0 .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uA9a2QMqA0 .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uA9a2QMqA0 .content-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uA9a2QMqA0 .content-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uA9a2QMqA0 .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uA9a2QMqA0 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uA9a2QMqA0 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uA9a2QMqA0 .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uA9a2QMqA0 .image-wrapper {
  padding-left: 30px;
}
@media (max-width: 992px) {
  .cid-uA9a2QMqA0 .image-wrapper {
    padding-left: 0;
  }
}
.cid-uA9a2QMqA0 .image-wrapper img {
  height: 540px;
  object-fit: cover;
  border-radius: 0 16rem;
}
@media (max-width: 992px) {
  .cid-uA9a2QMqA0 .image-wrapper img {
    height: 350px;
    border-radius: 0 8rem;
  }
}
.cid-uA9a2QMqA0 .mbr-section-title {
  color: #000000;
}
.cid-uA9a2QMqA0 .mbr-desc {
  color: #000000;
}
.cid-uA9a2QMqA0 .mbr-text {
  color: #000000;
}
.cid-tZsab36GEu {
  display: flex;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #0c2c68;
}
.cid-tZsab36GEu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZsab36GEu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZsab36GEu .line {
  width: 100%;
  opacity: 0.6;
  height: 1px;
  background: currentColor;
  margin-top: 8rem;
}
.cid-tZsab36GEu .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-tZsab36GEu .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-tZsab36GEu {
    align-items: center;
  }
  .cid-tZsab36GEu .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tZsab36GEu .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tZsab36GEu {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tZsab36GEu .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tZsab36GEu .content-wrap {
    width: 100%;
  }
}
.cid-tZsab36GEu .mbr-section-title {
  text-align: left;
  color: #fffcee;
}
.cid-tZsab36GEu .mbr-text,
.cid-tZsab36GEu .mbr-section-btn {
  text-align: left;
  color: #fffcee;
}
.cid-tZsab36GEu .mbr-section-title,
.cid-tZsab36GEu .line {
  color: #fffcee;
}
.cid-uv81rJT2GC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0c2c68;
}
.cid-uv81rJT2GC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv81rJT2GC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv81rJT2GC .container,
.cid-uv81rJT2GC .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uv81rJT2GC .container,
  .cid-uv81rJT2GC .container-fluid {
    padding: 0 20px;
  }
}
.cid-uv81rJT2GC .row {
  position: relative;
  justify-content: center;
  padding: 100px 4px;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uv81rJT2GC .row {
    padding: 85px 0;
    margin: 0;
  }
}
.cid-uv81rJT2GC .row .card {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-uv81rJT2GC .card {
    margin-bottom: 20px;
  }
}
.cid-uv81rJT2GC .card .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
  background-color: #291f1e;
  padding: 50px 16px;
}
@media (max-width: 992px) {
  .cid-uv81rJT2GC .card .card-wrapper {
    padding: 20px 8px;
  }
}
.cid-uv81rJT2GC .card .card-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uv81rJT2GC .card .card-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uv81rJT2GC .mbr-card-title {
  color: #3d4045;
}
.cid-uv81rJT2GC .mbr-text {
  color: #3d4045;
  text-align: center;
}
.cid-uv81rJT2GC .mbr-card-title,
.cid-uv81rJT2GC .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uA7tJtUQVJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uA7tJtUQVJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7tJtUQVJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7tJtUQVJ .container,
.cid-uA7tJtUQVJ .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uA7tJtUQVJ .container,
  .cid-uA7tJtUQVJ .container-fluid {
    padding: 0 20px;
  }
}
.cid-uA7tJtUQVJ .row {
  position: relative;
  padding: 100px 26px;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uA7tJtUQVJ .row {
    padding: 85px 8px;
    margin: 0;
  }
}
.cid-uA7tJtUQVJ .title-wrapper {
  margin-bottom: 85px;
}
@media (max-width: 992px) {
  .cid-uA7tJtUQVJ .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uA7tJtUQVJ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uA7tJtUQVJ .panel-group {
  padding: 0 20%;
}
@media (max-width: 992px) {
  .cid-uA7tJtUQVJ .panel-group {
    padding: 0 12px;
  }
}
.cid-uA7tJtUQVJ .panel-group .card {
  border-radius: 0;
}
.cid-uA7tJtUQVJ .panel-group .card .card-header {
  background-color: transparent;
  border-bottom: none;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uA7tJtUQVJ .panel-group .card .card-header {
    padding: 15px 0;
  }
}
.cid-uA7tJtUQVJ .panel-group .card .card-header .panel-title {
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid #260a30;
}
.cid-uA7tJtUQVJ .panel-group .card .card-header .panel-title:not(.collapsed) {
  border-bottom: 1px solid #000000;
}
.cid-uA7tJtUQVJ .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #000000;
}
.cid-uA7tJtUQVJ .panel-group .card .card-header .panel-title:hover,
.cid-uA7tJtUQVJ .panel-group .card .card-header .panel-title:focus {
  border-bottom: 1px solid #000000;
}
.cid-uA7tJtUQVJ .panel-group .card .card-header .panel-title:hover .panel-title-edit,
.cid-uA7tJtUQVJ .panel-group .card .card-header .panel-title:focus .panel-title-edit {
  color: #000000;
}
.cid-uA7tJtUQVJ .panel-group .card .card-header .panel-title .panel-title-edit {
  margin: 0;
  transition: all 0.3s ease-out;
}
.cid-uA7tJtUQVJ .panel-group .card .panel-collapse .panel-body .panel-text {
  margin: 32px 0;
}
.cid-uA7tJtUQVJ .mbr-section-title {
  color: #000000;
}
.cid-uA7tJtUQVJ .panel-title-edit {
  color: #0c2c68;
}
.cid-uA7tJtUQVJ .panel-text {
  color: #3d4045;
}
.cid-uA9y7KlQNu {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fffcee;
}
.cid-uA9y7KlQNu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9y7KlQNu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9y7KlQNu .row {
  flex-direction: row-reverse;
}
.cid-uA7MkVWnwC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA7MkVWnwC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7MkVWnwC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7MkVWnwC .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uA7MkVWnwC .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uA7MkVWnwC .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uA7MkVWnwC .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uA7MkVWnwC .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #0c2c68;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uA7MkVWnwC .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uA7MkVWnwC .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uA7MkVWnwC .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uA7MkVWnwC .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uA7MkVWnwC .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uA7MkVWnwC .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uA7MkVWnwC .mbr-section-title,
.cid-uA7MkVWnwC .mbr-section-btn {
  color: #ffffff;
}
.cid-uv80Mq8Ibq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uv80Mq8Ibq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv80Mq8Ibq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv80Mq8Ibq .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uv80Mq8Ibq .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uv80Mq8Ibq .container {
    padding: 0 25px;
  }
}
.cid-uv80Mq8Ibq .video-block .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uv80Mq8Ibq .video-block .video-wrapper {
  border: 1px solid #e33030;
}
.cid-uv80Mq8Ibq .video-block .video-wrapper iframe {
  height: 450px;
  object-fit: cover;
}
.cid-uv80Mq8Ibq .video-block .video-wrapper .app-video-wrapper img {
  height: 450px;
  object-fit: cover;
}
.cid-uv80Mq8Ibq .video-block .video-wrapper .app-video-wrapper::before {
  color: #ffffff;
  text-shadow: none;
}
.cid-uv80Mq8Ibq .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uv82GINZvj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0c2c68;
}
.cid-uv82GINZvj .content_wrapper {
  position: relative;
  z-index: 1;
}
.cid-uv82GINZvj .content_wrapper:hover .mbr-section-title a {
  color: #c4d6b0 !important;
}
.cid-uv82GINZvj .mbr-section-title,
.cid-uv82GINZvj .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-uv82GINZvj .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uv82GINZvj .mbr-section-btn .btn-secondary-outline:hover,
.cid-uv82GINZvj .mbr-section-btn .btn-secondary-outline .active,
.cid-uv82GINZvj .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffeb69 !important;
}
.cid-uv82GINZvj .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  color: #fef2ed;
  top: -6%;
  right: 13%;
  z-index: -1;
}
.cid-uv82GINZvj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv82GINZvj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv82GINZvj .mbr-section-title {
  color: #ffffff;
}
.cid-uv82GINZvj .mbr-text,
.cid-uv82GINZvj .mbr-section-btn {
  color: #ffffff;
}
.cid-uv82pwGqB3 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uv82pwGqB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv82pwGqB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv82pwGqB3 .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uv82pwGqB3 .content-wrapper {
    padding: 0;
  }
}
.cid-uv82pwGqB3 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uv82pwGqB3 .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uv82pwGqB3 .content-wrapper .google-map {
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
}
.cid-uv82pwGqB3 .content-wrapper .google-map iframe {
  height: 600px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uv82pwGqB3 .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uv82pwGqB3 .mbr-section-title {
  color: #050f0f;
}
.cid-uv82pwGqB3 .mbr-section-title,
.cid-uv82pwGqB3 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uA7we0QdNS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0c2c68;
}
.cid-uA7we0QdNS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7we0QdNS .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-uA7we0QdNS .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uA7we0QdNS .container {
    padding: 0 12px;
  }
}
.cid-uA7we0QdNS .title-wrapper a {
  display: block;
}
.cid-uA7we0QdNS .title-wrapper a .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uA7we0QdNS .list-wrapper .mbr-list-title {
  margin-bottom: 12px;
}
.cid-uA7we0QdNS .list-wrapper .list,
.cid-uA7we0QdNS .list-wrapper .list_main {
  margin-bottom: 70px;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uA7we0QdNS .list-wrapper .list,
  .cid-uA7we0QdNS .list-wrapper .list_main {
    margin-bottom: 24px;
  }
}
.cid-uA7we0QdNS .list-wrapper .list .item-wrap,
.cid-uA7we0QdNS .list-wrapper .list_main .item-wrap {
  margin: 12px 0 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uA7we0QdNS .list-wrapper .list .item-wrap:hover,
.cid-uA7we0QdNS .list-wrapper .list_main .item-wrap:hover,
.cid-uA7we0QdNS .list-wrapper .list .item-wrap:focus,
.cid-uA7we0QdNS .list-wrapper .list_main .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-uA7we0QdNS .contacts-wrapper .list {
  margin-bottom: 40px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uA7we0QdNS .contacts-wrapper .list {
    margin-bottom: 24px;
  }
}
.cid-uA7we0QdNS .contacts-wrapper .list .item-wrap {
  opacity: .7;
  margin: 0 32px 16px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uA7we0QdNS .contacts-wrapper .list .item-wrap:hover,
.cid-uA7we0QdNS .contacts-wrapper .list .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-uA7we0QdNS .social-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  height: 100px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uA7we0QdNS .social-row {
    justify-content: center;
    margin-bottom: 24px;
  }
}
.cid-uA7we0QdNS .social-row .soc-item {
  margin-right: 24px;
}
.cid-uA7we0QdNS .social-row .soc-item a:hover .mbr-iconfont,
.cid-uA7we0QdNS .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ff6928;
}
.cid-uA7we0QdNS .social-row .soc-item a .mbr-iconfont {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
  background-color: #ffffff;
  color: #222222;
  transition: all 0.3s ease-in-out;
}
.cid-uA7we0QdNS .copyright {
  margin-bottom: 0;
  opacity: .7;
  color: #ffffff;
  text-align: center;
}
.cid-uA7we0QdNS .mbr-section-title {
  color: #ffffff;
}
.cid-uA7we0QdNS .mbr-list-title {
  color: #fffcee;
}
.cid-uA7we0QdNS .list {
  color: #ffffff;
}
.cid-uA7we0QdNS .list_main {
  color: #ffffff;
}
.cid-uA9s5dnfal {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uA9s5dnfal .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9s5dnfal .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9s5dnfal .row {
  align-items: center;
}
.cid-uA9s5dnfal img {
  border-radius: 2rem;
}
@media (min-width: 992px) {
  .cid-uA9s5dnfal .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uA9s5dnfal .mbr-section-title {
  color: #1b224b;
}
.cid-uA9s5dnfal .mbr-text,
.cid-uA9s5dnfal .mbr-section-btn {
  color: #1f357f;
}
.cid-uA8wkWu9jt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0c2c68;
}
.cid-uA8wkWu9jt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA8wkWu9jt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA8wkWu9jt .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #fafafa;
}
@media (max-width: 992px) {
  .cid-uA8wkWu9jt .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uA8wkWu9jt .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uA8wkWu9jt .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uA8wkWu9jt .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #f7fff7;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uA8wkWu9jt .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uA8wkWu9jt .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uA8wkWu9jt .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uA8wkWu9jt .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uA8wkWu9jt .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uA8wkWu9jt .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uv89Tci0y3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uv89Tci0y3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv89Tci0y3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv89Tci0y3 .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uv89Tci0y3 .content-wrapper {
    padding: 0;
  }
}
.cid-uv89Tci0y3 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uv89Tci0y3 .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uv89Tci0y3 .content-wrapper .google-map {
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
}
.cid-uv89Tci0y3 .content-wrapper .google-map iframe {
  height: 600px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uv89Tci0y3 .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uv89Tci0y3 .mbr-section-title {
  color: #050f0f;
}
.cid-uv89Tci0y3 .mbr-section-title,
.cid-uv89Tci0y3 .mbr-section-btn {
  color: #ffffff;
}
.cid-uA7we0QdNS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0c2c68;
}
.cid-uA7we0QdNS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7we0QdNS .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-uA7we0QdNS .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uA7we0QdNS .container {
    padding: 0 12px;
  }
}
.cid-uA7we0QdNS .title-wrapper a {
  display: block;
}
.cid-uA7we0QdNS .title-wrapper a .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uA7we0QdNS .list-wrapper .mbr-list-title {
  margin-bottom: 12px;
}
.cid-uA7we0QdNS .list-wrapper .list,
.cid-uA7we0QdNS .list-wrapper .list_main {
  margin-bottom: 70px;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uA7we0QdNS .list-wrapper .list,
  .cid-uA7we0QdNS .list-wrapper .list_main {
    margin-bottom: 24px;
  }
}
.cid-uA7we0QdNS .list-wrapper .list .item-wrap,
.cid-uA7we0QdNS .list-wrapper .list_main .item-wrap {
  margin: 12px 0 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uA7we0QdNS .list-wrapper .list .item-wrap:hover,
.cid-uA7we0QdNS .list-wrapper .list_main .item-wrap:hover,
.cid-uA7we0QdNS .list-wrapper .list .item-wrap:focus,
.cid-uA7we0QdNS .list-wrapper .list_main .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-uA7we0QdNS .contacts-wrapper .list {
  margin-bottom: 40px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uA7we0QdNS .contacts-wrapper .list {
    margin-bottom: 24px;
  }
}
.cid-uA7we0QdNS .contacts-wrapper .list .item-wrap {
  opacity: .7;
  margin: 0 32px 16px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uA7we0QdNS .contacts-wrapper .list .item-wrap:hover,
.cid-uA7we0QdNS .contacts-wrapper .list .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-uA7we0QdNS .social-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  height: 100px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uA7we0QdNS .social-row {
    justify-content: center;
    margin-bottom: 24px;
  }
}
.cid-uA7we0QdNS .social-row .soc-item {
  margin-right: 24px;
}
.cid-uA7we0QdNS .social-row .soc-item a:hover .mbr-iconfont,
.cid-uA7we0QdNS .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ff6928;
}
.cid-uA7we0QdNS .social-row .soc-item a .mbr-iconfont {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
  background-color: #ffffff;
  color: #222222;
  transition: all 0.3s ease-in-out;
}
.cid-uA7we0QdNS .copyright {
  margin-bottom: 0;
  opacity: .7;
  color: #ffffff;
  text-align: center;
}
.cid-uA7we0QdNS .mbr-section-title {
  color: #ffffff;
}
.cid-uA7we0QdNS .mbr-list-title {
  color: #fffcee;
}
.cid-uA7we0QdNS .list {
  color: #ffffff;
}
.cid-uA7we0QdNS .list_main {
  color: #ffffff;
}
.cid-uA9cLkUVgs {
  z-index: 1000;
  width: 100%;
}
.cid-uA9cLkUVgs nav.navbar {
  position: fixed;
}
.cid-uA9cLkUVgs .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA9cLkUVgs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uA9cLkUVgs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uA9cLkUVgs .dropdown-item:hover,
.cid-uA9cLkUVgs .dropdown-item:focus {
  background: #ffeb69 !important;
  color: white !important;
}
.cid-uA9cLkUVgs .dropdown-item:hover span {
  color: white;
}
.cid-uA9cLkUVgs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uA9cLkUVgs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uA9cLkUVgs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uA9cLkUVgs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uA9cLkUVgs .nav-link {
  position: relative;
}
.cid-uA9cLkUVgs .container {
  display: flex;
  margin: auto;
}
.cid-uA9cLkUVgs .iconfont-wrapper {
  color: #1f1437 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uA9cLkUVgs .dropdown-menu,
.cid-uA9cLkUVgs .navbar.opened {
  background: #0c2c68 !important;
}
.cid-uA9cLkUVgs .nav-item:focus,
.cid-uA9cLkUVgs .nav-link:focus {
  outline: none;
}
.cid-uA9cLkUVgs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uA9cLkUVgs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uA9cLkUVgs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uA9cLkUVgs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA9cLkUVgs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uA9cLkUVgs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uA9cLkUVgs .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #0c2c68;
  -webkit-backdrop-filter: saturate(180%) blur(50px);
  backdrop-filter: saturate(180%) blur(50px);
}
.cid-uA9cLkUVgs .navbar.opened {
  transition: all 0.3s;
}
.cid-uA9cLkUVgs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uA9cLkUVgs .navbar .navbar-logo img {
  width: auto;
}
.cid-uA9cLkUVgs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uA9cLkUVgs .navbar.collapsed {
  justify-content: center;
}
.cid-uA9cLkUVgs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uA9cLkUVgs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uA9cLkUVgs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-uA9cLkUVgs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uA9cLkUVgs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uA9cLkUVgs .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-uA9cLkUVgs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uA9cLkUVgs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uA9cLkUVgs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uA9cLkUVgs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uA9cLkUVgs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA9cLkUVgs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA9cLkUVgs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uA9cLkUVgs .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-uA9cLkUVgs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uA9cLkUVgs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uA9cLkUVgs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uA9cLkUVgs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uA9cLkUVgs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uA9cLkUVgs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uA9cLkUVgs .navbar.navbar-short {
  min-height: 60px;
}
.cid-uA9cLkUVgs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uA9cLkUVgs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uA9cLkUVgs .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uA9cLkUVgs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uA9cLkUVgs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uA9cLkUVgs .dropdown-item.active,
.cid-uA9cLkUVgs .dropdown-item:active {
  background-color: transparent;
}
.cid-uA9cLkUVgs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uA9cLkUVgs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uA9cLkUVgs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uA9cLkUVgs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0c2c68;
}
.cid-uA9cLkUVgs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uA9cLkUVgs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uA9cLkUVgs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uA9cLkUVgs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uA9cLkUVgs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uA9cLkUVgs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #393193;
}
.cid-uA9cLkUVgs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uA9cLkUVgs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA9cLkUVgs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA9cLkUVgs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uA9cLkUVgs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA9cLkUVgs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uA9cLkUVgs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uA9cLkUVgs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA9cLkUVgs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uA9cLkUVgs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uA9cLkUVgs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uA9cLkUVgs .navbar {
    height: 70px;
  }
  .cid-uA9cLkUVgs .navbar.opened {
    height: auto;
  }
  .cid-uA9cLkUVgs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uA8yvB3yRN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-uA8yvB3yRN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA8yvB3yRN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA8yvB3yRN .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uA8yvB3yRN .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uA8yvB3yRN .container {
    padding: 0 24px;
  }
}
.cid-uA8yvB3yRN .content-wrapper {
  padding: 50px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 100vh;
}
@media (max-width: 992px) {
  .cid-uA8yvB3yRN .content-wrapper {
    padding: 0;
  }
}
.cid-uA8yvB3yRN .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uA8yvB3yRN .content-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 50%;
  padding: 48px;
  background-color: #ffffff;
  border-radius: .75rem !important;
}
@media (max-width: 1500px) {
  .cid-uA8yvB3yRN .content-wrapper .card-wrap {
    width: 65%;
  }
}
@media (max-width: 1200px) {
  .cid-uA8yvB3yRN .content-wrapper .card-wrap {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uA8yvB3yRN .content-wrapper .card-wrap {
    padding: 24px;
  }
}
.cid-uA8yvB3yRN .content-wrapper .card-wrap .mbr-desc {
  width: 100%;
  margin-bottom: 16px;
}
.cid-uA8yvB3yRN .content-wrapper .card-wrap .mbr-section-title {
  width: 100%;
  margin-bottom: 24px;
}
.cid-uA8yvB3yRN .content-wrapper .card-wrap .mbr-text {
  width: 100%;
  margin-bottom: 0;
}
.cid-uA8yvB3yRN .content-wrapper .card-wrap .mbr-section-btn {
  width: 100%;
  margin-top: 16px;
}
.cid-uA8yvB3yRN .content-wrapper .card-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uA8yvB3yRN .content-wrapper .card-wrap .mbr-section-btn .btn:hover,
.cid-uA8yvB3yRN .content-wrapper .card-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uA8yvB3yRN .mbr-section-title {
  color: #141414;
}
.cid-uA8yvB3yRN .mbr-desc {
  color: #141414;
}
.cid-uA8yvB3yRN .mbr-text {
  color: #141414;
}
.cid-uA8wNar9Ng {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e2fcfa;
}
.cid-uA8wNar9Ng .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA8wNar9Ng .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA8wNar9Ng .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #87ceeb;
}
@media (max-width: 992px) {
  .cid-uA8wNar9Ng .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uA8wNar9Ng .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uA8wNar9Ng .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uA8wNar9Ng .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #f7fff7;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uA8wNar9Ng .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uA8wNar9Ng .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uA8wNar9Ng .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uA8wNar9Ng .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uA8wNar9Ng .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uA8wNar9Ng .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uv8aJsDiwJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uv8aJsDiwJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv8aJsDiwJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv8aJsDiwJ .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uv8aJsDiwJ .content-wrapper {
    padding: 0;
  }
}
.cid-uv8aJsDiwJ .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uv8aJsDiwJ .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uv8aJsDiwJ .content-wrapper .google-map {
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
}
.cid-uv8aJsDiwJ .content-wrapper .google-map iframe {
  height: 600px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uv8aJsDiwJ .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uv8aJsDiwJ .mbr-section-title {
  color: #050f0f;
}
.cid-uv8aJsDiwJ .mbr-section-title,
.cid-uv8aJsDiwJ .mbr-section-btn {
  color: #ffffff;
}
.cid-uA7we0QdNS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0c2c68;
}
.cid-uA7we0QdNS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7we0QdNS .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-uA7we0QdNS .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uA7we0QdNS .container {
    padding: 0 12px;
  }
}
.cid-uA7we0QdNS .title-wrapper a {
  display: block;
}
.cid-uA7we0QdNS .title-wrapper a .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uA7we0QdNS .list-wrapper .mbr-list-title {
  margin-bottom: 12px;
}
.cid-uA7we0QdNS .list-wrapper .list,
.cid-uA7we0QdNS .list-wrapper .list_main {
  margin-bottom: 70px;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uA7we0QdNS .list-wrapper .list,
  .cid-uA7we0QdNS .list-wrapper .list_main {
    margin-bottom: 24px;
  }
}
.cid-uA7we0QdNS .list-wrapper .list .item-wrap,
.cid-uA7we0QdNS .list-wrapper .list_main .item-wrap {
  margin: 12px 0 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uA7we0QdNS .list-wrapper .list .item-wrap:hover,
.cid-uA7we0QdNS .list-wrapper .list_main .item-wrap:hover,
.cid-uA7we0QdNS .list-wrapper .list .item-wrap:focus,
.cid-uA7we0QdNS .list-wrapper .list_main .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-uA7we0QdNS .contacts-wrapper .list {
  margin-bottom: 40px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uA7we0QdNS .contacts-wrapper .list {
    margin-bottom: 24px;
  }
}
.cid-uA7we0QdNS .contacts-wrapper .list .item-wrap {
  opacity: .7;
  margin: 0 32px 16px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uA7we0QdNS .contacts-wrapper .list .item-wrap:hover,
.cid-uA7we0QdNS .contacts-wrapper .list .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-uA7we0QdNS .social-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  height: 100px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uA7we0QdNS .social-row {
    justify-content: center;
    margin-bottom: 24px;
  }
}
.cid-uA7we0QdNS .social-row .soc-item {
  margin-right: 24px;
}
.cid-uA7we0QdNS .social-row .soc-item a:hover .mbr-iconfont,
.cid-uA7we0QdNS .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ff6928;
}
.cid-uA7we0QdNS .social-row .soc-item a .mbr-iconfont {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
  background-color: #ffffff;
  color: #222222;
  transition: all 0.3s ease-in-out;
}
.cid-uA7we0QdNS .copyright {
  margin-bottom: 0;
  opacity: .7;
  color: #ffffff;
  text-align: center;
}
.cid-uA7we0QdNS .mbr-section-title {
  color: #ffffff;
}
.cid-uA7we0QdNS .mbr-list-title {
  color: #fffcee;
}
.cid-uA7we0QdNS .list {
  color: #ffffff;
}
.cid-uA7we0QdNS .list_main {
  color: #ffffff;
}
.cid-uA9cLkUVgs {
  z-index: 1000;
  width: 100%;
}
.cid-uA9cLkUVgs nav.navbar {
  position: fixed;
}
.cid-uA9cLkUVgs .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA9cLkUVgs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uA9cLkUVgs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uA9cLkUVgs .dropdown-item:hover,
.cid-uA9cLkUVgs .dropdown-item:focus {
  background: #ffeb69 !important;
  color: white !important;
}
.cid-uA9cLkUVgs .dropdown-item:hover span {
  color: white;
}
.cid-uA9cLkUVgs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uA9cLkUVgs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uA9cLkUVgs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uA9cLkUVgs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uA9cLkUVgs .nav-link {
  position: relative;
}
.cid-uA9cLkUVgs .container {
  display: flex;
  margin: auto;
}
.cid-uA9cLkUVgs .iconfont-wrapper {
  color: #1f1437 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uA9cLkUVgs .dropdown-menu,
.cid-uA9cLkUVgs .navbar.opened {
  background: #0c2c68 !important;
}
.cid-uA9cLkUVgs .nav-item:focus,
.cid-uA9cLkUVgs .nav-link:focus {
  outline: none;
}
.cid-uA9cLkUVgs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uA9cLkUVgs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uA9cLkUVgs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uA9cLkUVgs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA9cLkUVgs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uA9cLkUVgs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uA9cLkUVgs .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #0c2c68;
  -webkit-backdrop-filter: saturate(180%) blur(50px);
  backdrop-filter: saturate(180%) blur(50px);
}
.cid-uA9cLkUVgs .navbar.opened {
  transition: all 0.3s;
}
.cid-uA9cLkUVgs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uA9cLkUVgs .navbar .navbar-logo img {
  width: auto;
}
.cid-uA9cLkUVgs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uA9cLkUVgs .navbar.collapsed {
  justify-content: center;
}
.cid-uA9cLkUVgs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uA9cLkUVgs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uA9cLkUVgs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-uA9cLkUVgs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uA9cLkUVgs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uA9cLkUVgs .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-uA9cLkUVgs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uA9cLkUVgs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uA9cLkUVgs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uA9cLkUVgs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uA9cLkUVgs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA9cLkUVgs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA9cLkUVgs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uA9cLkUVgs .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-uA9cLkUVgs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uA9cLkUVgs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uA9cLkUVgs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uA9cLkUVgs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uA9cLkUVgs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uA9cLkUVgs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uA9cLkUVgs .navbar.navbar-short {
  min-height: 60px;
}
.cid-uA9cLkUVgs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uA9cLkUVgs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uA9cLkUVgs .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uA9cLkUVgs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uA9cLkUVgs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uA9cLkUVgs .dropdown-item.active,
.cid-uA9cLkUVgs .dropdown-item:active {
  background-color: transparent;
}
.cid-uA9cLkUVgs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uA9cLkUVgs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uA9cLkUVgs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uA9cLkUVgs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0c2c68;
}
.cid-uA9cLkUVgs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uA9cLkUVgs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uA9cLkUVgs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uA9cLkUVgs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uA9cLkUVgs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uA9cLkUVgs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #393193;
}
.cid-uA9cLkUVgs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uA9cLkUVgs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA9cLkUVgs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA9cLkUVgs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uA9cLkUVgs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA9cLkUVgs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uA9cLkUVgs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uA9cLkUVgs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA9cLkUVgs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uA9cLkUVgs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uA9cLkUVgs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uA9cLkUVgs .navbar {
    height: 70px;
  }
  .cid-uA9cLkUVgs .navbar.opened {
    height: auto;
  }
  .cid-uA9cLkUVgs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uA9xOyRaFw {
  z-index: 1000;
  width: 100%;
}
.cid-uA9xOyRaFw nav.navbar {
  position: fixed;
}
.cid-uA9xOyRaFw .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA9xOyRaFw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uA9xOyRaFw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uA9xOyRaFw .dropdown-item:hover,
.cid-uA9xOyRaFw .dropdown-item:focus {
  background: #ffeb69 !important;
  color: white !important;
}
.cid-uA9xOyRaFw .dropdown-item:hover span {
  color: white;
}
.cid-uA9xOyRaFw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uA9xOyRaFw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uA9xOyRaFw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uA9xOyRaFw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uA9xOyRaFw .nav-link {
  position: relative;
}
.cid-uA9xOyRaFw .container {
  display: flex;
  margin: auto;
}
.cid-uA9xOyRaFw .iconfont-wrapper {
  color: #1f1437 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uA9xOyRaFw .dropdown-menu,
.cid-uA9xOyRaFw .navbar.opened {
  background: #0c2c68 !important;
}
.cid-uA9xOyRaFw .nav-item:focus,
.cid-uA9xOyRaFw .nav-link:focus {
  outline: none;
}
.cid-uA9xOyRaFw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uA9xOyRaFw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uA9xOyRaFw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uA9xOyRaFw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA9xOyRaFw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uA9xOyRaFw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uA9xOyRaFw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #0c2c68;
  -webkit-backdrop-filter: saturate(180%) blur(50px);
  backdrop-filter: saturate(180%) blur(50px);
}
.cid-uA9xOyRaFw .navbar.opened {
  transition: all 0.3s;
}
.cid-uA9xOyRaFw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uA9xOyRaFw .navbar .navbar-logo img {
  width: auto;
}
.cid-uA9xOyRaFw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uA9xOyRaFw .navbar.collapsed {
  justify-content: center;
}
.cid-uA9xOyRaFw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uA9xOyRaFw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uA9xOyRaFw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-uA9xOyRaFw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uA9xOyRaFw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uA9xOyRaFw .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-uA9xOyRaFw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uA9xOyRaFw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uA9xOyRaFw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uA9xOyRaFw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uA9xOyRaFw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA9xOyRaFw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA9xOyRaFw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uA9xOyRaFw .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-uA9xOyRaFw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uA9xOyRaFw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uA9xOyRaFw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uA9xOyRaFw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uA9xOyRaFw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uA9xOyRaFw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uA9xOyRaFw .navbar.navbar-short {
  min-height: 60px;
}
.cid-uA9xOyRaFw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uA9xOyRaFw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uA9xOyRaFw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uA9xOyRaFw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uA9xOyRaFw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uA9xOyRaFw .dropdown-item.active,
.cid-uA9xOyRaFw .dropdown-item:active {
  background-color: transparent;
}
.cid-uA9xOyRaFw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uA9xOyRaFw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uA9xOyRaFw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uA9xOyRaFw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0c2c68;
}
.cid-uA9xOyRaFw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uA9xOyRaFw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uA9xOyRaFw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uA9xOyRaFw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uA9xOyRaFw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uA9xOyRaFw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #393193;
}
.cid-uA9xOyRaFw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uA9xOyRaFw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA9xOyRaFw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA9xOyRaFw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uA9xOyRaFw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA9xOyRaFw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uA9xOyRaFw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uA9xOyRaFw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA9xOyRaFw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uA9xOyRaFw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uA9xOyRaFw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uA9xOyRaFw .navbar {
    height: 70px;
  }
  .cid-uA9xOyRaFw .navbar.opened {
    height: auto;
  }
  .cid-uA9xOyRaFw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uA9xOAHN3t {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #f9f9fc;
}
.cid-uA9xOAHN3t .image-wrapper {
  margin-bottom: 170px;
}
.cid-uA9xOAHN3t .image-wrapper img {
  width: 100%;
  height: 520px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uA9xOAHN3t .image-wrapper img {
    height: 180px;
  }
}
@media (max-width: 992px) {
  .cid-uA9xOAHN3t .image-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uA9xOAHN3t .text .text-wrapper .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
}
@media (max-width: 992px) {
  .cid-uA9xOAHN3t .text .text-wrapper .mbr-section-subtitle {
    margin-bottom: 7px;
  }
}
.cid-uA9xOAHN3t .text .text-wrapper .mbr-section-title {
  margin-bottom: 45px;
}
.cid-uA9xOAHN3t .mbr-text {
  margin-left: 30px;
  margin-bottom: 30px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uA9xOAHN3t .mbr-text {
    margin: 0 0 30px 0;
  }
}
.cid-uA9xOAHN3t .item-link {
  margin-left: 30px;
  display: block;
}
@media (max-width: 992px) {
  .cid-uA9xOAHN3t .item-link {
    margin: 0 0 40px 0;
  }
}
.cid-uA9xOAHN3t .item-link .mbr-link {
  margin: 0;
  display: inline-block;
}
.cid-uA9xOAHN3t .item-link .mbr-link::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000000;
  margin-top: 5px;
  transition: all .4s ease;
}
.cid-uA9xOAHN3t .item-link:hover .mbr-link::after {
  width: 0;
}
.cid-uA9xOAHN3t .card-wrap {
  position: relative;
}
.cid-uA9xOAHN3t .card-wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 72px 65px;
  width: 138%;
  background-color: #ff4712;
}
@media (max-width: 992px) {
  .cid-uA9xOAHN3t .card-wrapper {
    position: static;
    width: 100%;
    padding: 38px;
  }
}
.cid-uA9xOAHN3t .card-wrapper .item-card {
  padding: 0;
}
.cid-uA9xOAHN3t .card-wrapper .item-card .mbr-card-title {
  margin: 0;
}
.cid-uA9xOAHN3t .card-wrapper .item-card .mbr-number {
  margin: 34px 0 5px 0;
}
.cid-uA9xOAHN3t .card-wrapper .item-card .mbr-desc {
  margin: 0;
  opacity: .7;
}
.cid-uA9xOAHN3t .card-wrapper .item-card:first-child {
  padding-right: 10px;
}
.cid-uA9xOAHN3t .mbr-section-subtitle {
  color: #FF4712;
}
.cid-uA9xOAHN3t .mbr-section-title {
  color: #20232a;
}
.cid-uA9xOAHN3t .mbr-link {
  color: #20232a;
}
.cid-uA9xOAHN3t .mbr-card-title {
  color: #fafafa;
}
.cid-uA9xOAHN3t .mbr-number {
  color: #fafafa;
}
.cid-uA9xOAHN3t .mbr-desc {
  color: #fafafa;
}
.cid-uA9xOBM97h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0c2c68;
}
.cid-uA9xOBM97h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9xOBM97h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9xOBM97h .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uA9xOBM97h .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uA9xOBM97h .container {
    padding: 0 6px;
  }
}
.cid-uA9xOBM97h .row {
  margin: 0;
  padding: 0 150px;
}
@media (max-width: 1440px) {
  .cid-uA9xOBM97h .row {
    padding: 0 32px;
  }
}
@media (max-width: 1200px) {
  .cid-uA9xOBM97h .row {
    padding: 0 8px;
  }
}
@media (max-width: 992px) {
  .cid-uA9xOBM97h .row {
    padding: 0 60px;
  }
}
@media (max-width: 768px) {
  .cid-uA9xOBM97h .row {
    padding: 0 30px;
  }
}
.cid-uA9xOBM97h .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-uA9xOBM97h .content-wrapper {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #f6e420;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uA9xOBM97h .content-wrapper {
    display: block;
    padding: 22px;
  }
}
.cid-uA9xOBM97h .content-wrapper .title-wrapper {
  width: 45%;
  padding-right: 22px;
}
@media (max-width: 992px) {
  .cid-uA9xOBM97h .content-wrapper .title-wrapper {
    margin-bottom: 40px;
    width: 100%;
    padding: 0;
  }
}
.cid-uA9xOBM97h .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uA9xOBM97h .content-wrapper .list-wrapper {
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uA9xOBM97h .content-wrapper .list-wrapper {
    width: 100%;
  }
}
.cid-uA9xOBM97h .content-wrapper .list-wrapper .list {
  margin: 0;
  padding-left: 20px;
  list-style-position: inside;
}
@media (max-width: 992px) {
  .cid-uA9xOBM97h .content-wrapper .list-wrapper .list {
    padding: 0;
  }
}
.cid-uA9xOBM97h .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-uA9xOBM97h .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uA9xOBM97h .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uA9xOBM97h .list {
  color: #131313;
}
.cid-uA9xOBM97h .list,
.cid-uA9xOBM97h .item-wrap {
  color: #ffffff;
}
.cid-uA9xOCP3FY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uA9xOCP3FY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9xOCP3FY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9xOCP3FY .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uA9xOCP3FY .content-wrapper {
    padding: 0;
  }
}
.cid-uA9xOCP3FY .content-wrapper .rating-wrapper {
  margin-bottom: 24px;
}
.cid-uA9xOCP3FY .content-wrapper .rating-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
}
.cid-uA9xOCP3FY .content-wrapper .rating-wrapper .list .item-wrap {
  padding: 12px;
  -webkit-text-stroke-width: .15rem;
  -webkit-text-stroke-color: #050f0f;
  margin-bottom: 0;
}
.cid-uA9xOCP3FY .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uA9xOCP3FY .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uA9xOCP3FY .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uA9xOCP3FY .list {
  color: #ffe66d;
  text-align: center;
}
.cid-uA9xOCP3FY .mbr-text,
.cid-uA9xOCP3FY .text-wrapper {
  color: #050f0f;
}
.cid-uA9xOCP3FY .mbr-desc {
  color: #050f0f;
  text-align: center;
}
.cid-uA9xOCP3FY .mbr-text,
.cid-uA9xOCP3FY .text-wrapper,
.cid-uA9xOCP3FY .rating-wrapper {
  text-align: center;
}
.cid-uA9xOE8TqY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0c2c68;
}
.cid-uA9xOE8TqY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9xOE8TqY .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-uA9xOE8TqY .container {
    padding: 0 15px;
  }
}
.cid-uA9xOE8TqY .content-wrapper {
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-uA9xOE8TqY .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-uA9xOE8TqY .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uA9xOE8TqY .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uA9xOE8TqY .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uA9xOE8TqY .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uA9xOE8TqY .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uA9xOE8TqY .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-uA9xOE8TqY .image-wrapper img {
  width: 400px;
  height: 400px;
  border: 3px solid #f7f7f7;
  box-shadow: 10px 10px 50px #d2d2df;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1500px) {
  .cid-uA9xOE8TqY .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-uA9xOE8TqY .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-uA9xOE8TqY .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uA9xOE8TqY .mbr-section-title {
  color: #ffffff;
}
.cid-uA9xOE8TqY .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uA9xOE8TqY .mbr-text {
  color: #ffffff;
}
.cid-uA9xOE8TqY .mbr-section-title,
.cid-uA9xOE8TqY .mbr-section-btn {
  color: #ffffff;
}
.cid-uA9xOF8KZC {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA9xOF8KZC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9xOF8KZC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9xOF8KZC .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA9xOF8KZC .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uA9xOF8KZC .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uA9xOF8KZC .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uA9xOF8KZC .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uA9xOF8KZC .item {
    margin-bottom: 28px;
  }
}
.cid-uA9xOF8KZC .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uA9xOF8KZC .item .item-wrapper:hover,
.cid-uA9xOF8KZC .item .item-wrapper:focus {
  border: 2px solid #ffeb69;
  background-color: #ffeb69;
}
.cid-uA9xOF8KZC .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-uA9xOF8KZC .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uA9xOF8KZC .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uA9xOF8KZC .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uA9xOF8KZC .item .item-wrapper .item-wrap .item-img .item-content {
    padding: 16px;
  }
}
.cid-uA9xOF8KZC .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uA9xOF8KZC .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-uA9xOF8KZC .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-uA9xOF8KZC .item .item-wrapper .item-wrap .date-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-uA9xOF8KZC .item .item-wrapper .item-wrap .date-wrapper .item-date {
  padding-right: 8px;
  margin-bottom: 0;
}
.cid-uA9xOF8KZC .item .item-wrapper .item-wrap .date-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #078efb;
}
.cid-uA9xOF8KZC .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uA9xOF8KZC .item-title {
  color: #9aa0a6;
}
.cid-uA9xOF8KZC .item-text {
  color: #ffffff;
}
.cid-uA9xOF8KZC .item-date {
  color: #9aa0a6;
}
.cid-uA9xOF8KZC .mbr-section-title,
.cid-uA9xOF8KZC .mbr-section-btn {
  text-align: center;
}
.cid-uA9xOF8KZC .item-title,
.cid-uA9xOF8KZC .icon-wrapper {
  color: #fffcee;
  text-align: center;
}
.cid-uA9xOGyJAw {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uA9xOGyJAw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9xOGyJAw .mbr-iconfont {
  font-size: 1.6rem;
  color: #ffeb69;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed #c4d6b0;
  border-radius: 50%;
  transition: all 0.3s;
  margin: 0 0.5rem;
}
.cid-uA9xOGyJAw .mbr-iconfont:hover {
  background: #ffeb69;
  color: #c4d6b0;
}
.cid-uA9xOGyJAw .icon-wrap {
  display: flex;
}
.cid-uA9xOGyJAw .link-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-uA9xOGyJAw .link {
  display: flex;
}
.cid-uA9xOGyJAw .mbr-linkiconfont {
  font-size: 0.8rem;
  color: #c4d6b0;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed #c4d6b0;
  margin-right: 1rem;
  border-radius: 50%;
  background: #3a341c;
  transition: all 0.3s;
}
.cid-uA9xOGyJAw .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-uA9xOGyJAw .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 9px;
  background: #d4ceff;
  z-index: -1;
}
.cid-uA9xOGyJAw .text-wrapper {
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uA9xOGyJAw .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uA9xOGyJAw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9xOGyJAw .row {
  align-items: center;
  background: #0c2c68;
  transition: all 0.3s;
  margin: 0;
  padding: 2rem 0;
}
.cid-uA9xOGyJAw .row:hover {
  background: #7787a5;
}
.cid-uA9xOGyJAw .mbr-link {
  color: #132835;
}
.cid-uA9xOGyJAw .mbr-text,
.cid-uA9xOGyJAw .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uA9xOGyJAw .mbr-section-subtitle,
.cid-uA9xOGyJAw .subtitle-wrap {
  text-align: center;
}
.cid-uA9xOGyJAw .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uA9xOHDtpo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0c2c68;
}
.cid-uA9xOHDtpo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9xOHDtpo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9xOHDtpo .row {
  padding: 1rem;
}
.cid-uA9xOHDtpo .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-uA9xOHDtpo .row {
    padding: 0 12px;
  }
}
.cid-uA9xOHDtpo .row::before {
  content: '';
  display: block;
  width: 60%;
  height: 65%;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #000000;
  border-radius: 100% 0 0 0;
  left: 0;
  border-radius: 0 100% 0 0;
}
.cid-uA9xOHDtpo .row::after {
  content: '';
  position: absolute;
  left: -28rem;
  top: 0;
  display: block;
  width: 1000px;
  height: 1000px;
  border: 80px solid #000000;
  border-radius: 50%;
  background-color: transparent;
  left: auto;
  right: -28rem;
}
@media (max-width: 992px) {
  .cid-uA9xOHDtpo .row::after {
    display: none;
  }
}
.cid-uA9xOHDtpo .title-wrapper {
  margin-bottom: 15px;
  z-index: 1;
  position: relative;
}
.cid-uA9xOHDtpo .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uA9xOHDtpo .title-wrapper .mbr-section-title span {
  color: #c4d6b0;
}
.cid-uA9xOHDtpo .text-wrapper {
  padding: 25px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uA9xOHDtpo .text-wrapper {
    padding: 0;
  }
}
.cid-uA9xOHDtpo .text-wrapper .mbr-text {
  margin: 0;
}
.cid-uA9xOHDtpo .mbr-section-title {
  color: #ffffff;
}
.cid-uA9xOHDtpo .mbr-text {
  color: #fffcee;
}
.cid-uA9xOIGF1C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA9xOIGF1C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9xOIGF1C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9xOIGF1C .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uA9xOIGF1C .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uA9xOIGF1C .content-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uA9xOIGF1C .content-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uA9xOIGF1C .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uA9xOIGF1C .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uA9xOIGF1C .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uA9xOIGF1C .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uA9xOIGF1C .image-wrapper {
  padding-left: 30px;
}
@media (max-width: 992px) {
  .cid-uA9xOIGF1C .image-wrapper {
    padding-left: 0;
  }
}
.cid-uA9xOIGF1C .image-wrapper img {
  height: 540px;
  object-fit: cover;
  border-radius: 0 16rem;
}
@media (max-width: 992px) {
  .cid-uA9xOIGF1C .image-wrapper img {
    height: 350px;
    border-radius: 0 8rem;
  }
}
.cid-uA9xOIGF1C .mbr-section-title {
  color: #000000;
}
.cid-uA9xOIGF1C .mbr-desc {
  color: #000000;
}
.cid-uA9xOIGF1C .mbr-text {
  color: #000000;
}
.cid-uA9xOJVPGu {
  display: flex;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #0c2c68;
}
.cid-uA9xOJVPGu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9xOJVPGu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9xOJVPGu .line {
  width: 100%;
  opacity: 0.6;
  height: 1px;
  background: currentColor;
  margin-top: 8rem;
}
.cid-uA9xOJVPGu .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uA9xOJVPGu .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uA9xOJVPGu {
    align-items: center;
  }
  .cid-uA9xOJVPGu .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uA9xOJVPGu .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uA9xOJVPGu {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uA9xOJVPGu .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uA9xOJVPGu .content-wrap {
    width: 100%;
  }
}
.cid-uA9xOJVPGu .mbr-section-title {
  text-align: left;
  color: #fffcee;
}
.cid-uA9xOJVPGu .mbr-text,
.cid-uA9xOJVPGu .mbr-section-btn {
  text-align: left;
  color: #fffcee;
}
.cid-uA9xOJVPGu .mbr-section-title,
.cid-uA9xOJVPGu .line {
  color: #fffcee;
}
.cid-uA9xOL0upo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0c2c68;
}
.cid-uA9xOL0upo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9xOL0upo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9xOL0upo .container,
.cid-uA9xOL0upo .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uA9xOL0upo .container,
  .cid-uA9xOL0upo .container-fluid {
    padding: 0 20px;
  }
}
.cid-uA9xOL0upo .row {
  position: relative;
  justify-content: center;
  padding: 100px 4px;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uA9xOL0upo .row {
    padding: 85px 0;
    margin: 0;
  }
}
.cid-uA9xOL0upo .row .card {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-uA9xOL0upo .card {
    margin-bottom: 20px;
  }
}
.cid-uA9xOL0upo .card .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
  background-color: #291f1e;
  padding: 50px 16px;
}
@media (max-width: 992px) {
  .cid-uA9xOL0upo .card .card-wrapper {
    padding: 20px 8px;
  }
}
.cid-uA9xOL0upo .card .card-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uA9xOL0upo .card .card-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uA9xOL0upo .mbr-card-title {
  color: #3d4045;
}
.cid-uA9xOL0upo .mbr-text {
  color: #3d4045;
  text-align: center;
}
.cid-uA9xOL0upo .mbr-card-title,
.cid-uA9xOL0upo .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uA9xOMsiVC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uA9xOMsiVC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9xOMsiVC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9xOMsiVC .container,
.cid-uA9xOMsiVC .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uA9xOMsiVC .container,
  .cid-uA9xOMsiVC .container-fluid {
    padding: 0 20px;
  }
}
.cid-uA9xOMsiVC .row {
  position: relative;
  padding: 100px 26px;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uA9xOMsiVC .row {
    padding: 85px 8px;
    margin: 0;
  }
}
.cid-uA9xOMsiVC .title-wrapper {
  margin-bottom: 85px;
}
@media (max-width: 992px) {
  .cid-uA9xOMsiVC .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uA9xOMsiVC .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uA9xOMsiVC .panel-group {
  padding: 0 20%;
}
@media (max-width: 992px) {
  .cid-uA9xOMsiVC .panel-group {
    padding: 0 12px;
  }
}
.cid-uA9xOMsiVC .panel-group .card {
  border-radius: 0;
}
.cid-uA9xOMsiVC .panel-group .card .card-header {
  background-color: transparent;
  border-bottom: none;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uA9xOMsiVC .panel-group .card .card-header {
    padding: 15px 0;
  }
}
.cid-uA9xOMsiVC .panel-group .card .card-header .panel-title {
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid #260a30;
}
.cid-uA9xOMsiVC .panel-group .card .card-header .panel-title:not(.collapsed) {
  border-bottom: 1px solid #000000;
}
.cid-uA9xOMsiVC .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #000000;
}
.cid-uA9xOMsiVC .panel-group .card .card-header .panel-title:hover,
.cid-uA9xOMsiVC .panel-group .card .card-header .panel-title:focus {
  border-bottom: 1px solid #000000;
}
.cid-uA9xOMsiVC .panel-group .card .card-header .panel-title:hover .panel-title-edit,
.cid-uA9xOMsiVC .panel-group .card .card-header .panel-title:focus .panel-title-edit {
  color: #000000;
}
.cid-uA9xOMsiVC .panel-group .card .card-header .panel-title .panel-title-edit {
  margin: 0;
  transition: all 0.3s ease-out;
}
.cid-uA9xOMsiVC .panel-group .card .panel-collapse .panel-body .panel-text {
  margin: 32px 0;
}
.cid-uA9xOMsiVC .mbr-section-title {
  color: #000000;
}
.cid-uA9xOMsiVC .panel-title-edit {
  color: #0c2c68;
}
.cid-uA9xOMsiVC .panel-text {
  color: #3d4045;
}
.cid-uA9xONRSHC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA9xONRSHC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9xONRSHC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9xONRSHC .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uA9xONRSHC .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uA9xONRSHC .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uA9xONRSHC .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uA9xONRSHC .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #0c2c68;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uA9xONRSHC .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uA9xONRSHC .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uA9xONRSHC .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uA9xONRSHC .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uA9xONRSHC .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uA9xONRSHC .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uA9xONRSHC .mbr-section-title,
.cid-uA9xONRSHC .mbr-section-btn {
  color: #ffffff;
}
.cid-uA9xOOW3Em {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uA9xOOW3Em .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9xOOW3Em .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9xOOW3Em .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uA9xOOW3Em .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uA9xOOW3Em .container {
    padding: 0 25px;
  }
}
.cid-uA9xOOW3Em .video-block .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uA9xOOW3Em .video-block .video-wrapper {
  border: 1px solid #e33030;
}
.cid-uA9xOOW3Em .video-block .video-wrapper iframe {
  height: 450px;
  object-fit: cover;
}
.cid-uA9xOOW3Em .video-block .video-wrapper .app-video-wrapper img {
  height: 450px;
  object-fit: cover;
}
.cid-uA9xOOW3Em .video-block .video-wrapper .app-video-wrapper::before {
  color: #ffffff;
  text-shadow: none;
}
.cid-uA9xOOW3Em .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uA9xOPZOBj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0c2c68;
}
.cid-uA9xOPZOBj .content_wrapper {
  position: relative;
  z-index: 1;
}
.cid-uA9xOPZOBj .content_wrapper:hover .mbr-section-title a {
  color: #c4d6b0 !important;
}
.cid-uA9xOPZOBj .mbr-section-title,
.cid-uA9xOPZOBj .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-uA9xOPZOBj .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uA9xOPZOBj .mbr-section-btn .btn-secondary-outline:hover,
.cid-uA9xOPZOBj .mbr-section-btn .btn-secondary-outline .active,
.cid-uA9xOPZOBj .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffeb69 !important;
}
.cid-uA9xOPZOBj .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  color: #fef2ed;
  top: -6%;
  right: 13%;
  z-index: -1;
}
.cid-uA9xOPZOBj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9xOPZOBj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9xOPZOBj .mbr-section-title {
  color: #ffffff;
}
.cid-uA9xOPZOBj .mbr-text,
.cid-uA9xOPZOBj .mbr-section-btn {
  color: #ffffff;
}
.cid-uA9TZ6DI8O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA9TZ6DI8O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9TZ6DI8O .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-uA9TZ6DI8O .container {
    padding: 0 30px;
  }
}
.cid-uA9TZ6DI8O .row {
  justify-content: center;
}
.cid-uA9TZ6DI8O .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA9TZ6DI8O .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uA9TZ6DI8O .panel-group .card {
  border-radius: 2rem 0 2rem 0 !important;
  border: 1px solid #0c2c68;
  margin-bottom: 24px;
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uA9TZ6DI8O .panel-group .card {
    padding: 30px 20px;
  }
}
.cid-uA9TZ6DI8O .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uA9TZ6DI8O .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uA9TZ6DI8O .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uA9TZ6DI8O .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 45px;
  height: 45px;
  min-width: 45px;
  transition: all 0.3s ease-in-out;
  color: #c7fcb5;
  background-color: #0c2c68;
  border-radius: 100%;
  margin-left: 20px;
}
.cid-uA9TZ6DI8O .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uA9TZ6DI8O .panel-group .card .panel-collapse .panel-body {
  padding-top: 30px;
}
.cid-uA9TZ6DI8O .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uA9TZ6DI8O .mbr-section-title {
  color: #000000;
}
.cid-uA9TZ6DI8O .panel-title-edit {
  color: #0c2c68;
}
.cid-uA9TZ6DI8O .panel-text {
  color: #144031;
}
.cid-uA9xOR1bfb {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uA9xOR1bfb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9xOR1bfb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9xOR1bfb .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uA9xOR1bfb .content-wrapper {
    padding: 0;
  }
}
.cid-uA9xOR1bfb .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uA9xOR1bfb .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uA9xOR1bfb .content-wrapper .google-map {
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
}
.cid-uA9xOR1bfb .content-wrapper .google-map iframe {
  height: 600px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uA9xOR1bfb .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uA9xOR1bfb .mbr-section-title {
  color: #050f0f;
}
.cid-uA9xOR1bfb .mbr-section-title,
.cid-uA9xOR1bfb .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uA9xOSfqKz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0c2c68;
}
.cid-uA9xOSfqKz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9xOSfqKz .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-uA9xOSfqKz .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uA9xOSfqKz .container {
    padding: 0 12px;
  }
}
.cid-uA9xOSfqKz .title-wrapper a {
  display: block;
}
.cid-uA9xOSfqKz .title-wrapper a .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uA9xOSfqKz .list-wrapper .mbr-list-title {
  margin-bottom: 12px;
}
.cid-uA9xOSfqKz .list-wrapper .list,
.cid-uA9xOSfqKz .list-wrapper .list_main {
  margin-bottom: 70px;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uA9xOSfqKz .list-wrapper .list,
  .cid-uA9xOSfqKz .list-wrapper .list_main {
    margin-bottom: 24px;
  }
}
.cid-uA9xOSfqKz .list-wrapper .list .item-wrap,
.cid-uA9xOSfqKz .list-wrapper .list_main .item-wrap {
  margin: 12px 0 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uA9xOSfqKz .list-wrapper .list .item-wrap:hover,
.cid-uA9xOSfqKz .list-wrapper .list_main .item-wrap:hover,
.cid-uA9xOSfqKz .list-wrapper .list .item-wrap:focus,
.cid-uA9xOSfqKz .list-wrapper .list_main .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-uA9xOSfqKz .contacts-wrapper .list {
  margin-bottom: 40px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uA9xOSfqKz .contacts-wrapper .list {
    margin-bottom: 24px;
  }
}
.cid-uA9xOSfqKz .contacts-wrapper .list .item-wrap {
  opacity: .7;
  margin: 0 32px 16px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uA9xOSfqKz .contacts-wrapper .list .item-wrap:hover,
.cid-uA9xOSfqKz .contacts-wrapper .list .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-uA9xOSfqKz .social-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  height: 100px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uA9xOSfqKz .social-row {
    justify-content: center;
    margin-bottom: 24px;
  }
}
.cid-uA9xOSfqKz .social-row .soc-item {
  margin-right: 24px;
}
.cid-uA9xOSfqKz .social-row .soc-item a:hover .mbr-iconfont,
.cid-uA9xOSfqKz .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ff6928;
}
.cid-uA9xOSfqKz .social-row .soc-item a .mbr-iconfont {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
  background-color: #ffffff;
  color: #222222;
  transition: all 0.3s ease-in-out;
}
.cid-uA9xOSfqKz .copyright {
  margin-bottom: 0;
  opacity: .7;
  color: #ffffff;
  text-align: center;
}
.cid-uA9xOSfqKz .mbr-section-title {
  color: #ffffff;
}
.cid-uA9xOSfqKz .mbr-list-title {
  color: #fffcee;
}
.cid-uA9xOSfqKz .list {
  color: #ffffff;
}
.cid-uA9xOSfqKz .list_main {
  color: #ffffff;
}
.cid-uA9xPPcMDx {
  z-index: 1000;
  width: 100%;
}
.cid-uA9xPPcMDx nav.navbar {
  position: fixed;
}
.cid-uA9xPPcMDx .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA9xPPcMDx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uA9xPPcMDx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uA9xPPcMDx .dropdown-item:hover,
.cid-uA9xPPcMDx .dropdown-item:focus {
  background: #ffeb69 !important;
  color: white !important;
}
.cid-uA9xPPcMDx .dropdown-item:hover span {
  color: white;
}
.cid-uA9xPPcMDx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uA9xPPcMDx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uA9xPPcMDx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uA9xPPcMDx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uA9xPPcMDx .nav-link {
  position: relative;
}
.cid-uA9xPPcMDx .container {
  display: flex;
  margin: auto;
}
.cid-uA9xPPcMDx .iconfont-wrapper {
  color: #1f1437 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uA9xPPcMDx .dropdown-menu,
.cid-uA9xPPcMDx .navbar.opened {
  background: #0c2c68 !important;
}
.cid-uA9xPPcMDx .nav-item:focus,
.cid-uA9xPPcMDx .nav-link:focus {
  outline: none;
}
.cid-uA9xPPcMDx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uA9xPPcMDx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uA9xPPcMDx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uA9xPPcMDx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA9xPPcMDx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uA9xPPcMDx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uA9xPPcMDx .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #0c2c68;
  -webkit-backdrop-filter: saturate(180%) blur(50px);
  backdrop-filter: saturate(180%) blur(50px);
}
.cid-uA9xPPcMDx .navbar.opened {
  transition: all 0.3s;
}
.cid-uA9xPPcMDx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uA9xPPcMDx .navbar .navbar-logo img {
  width: auto;
}
.cid-uA9xPPcMDx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uA9xPPcMDx .navbar.collapsed {
  justify-content: center;
}
.cid-uA9xPPcMDx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uA9xPPcMDx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uA9xPPcMDx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-uA9xPPcMDx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uA9xPPcMDx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uA9xPPcMDx .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-uA9xPPcMDx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uA9xPPcMDx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uA9xPPcMDx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uA9xPPcMDx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uA9xPPcMDx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA9xPPcMDx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA9xPPcMDx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uA9xPPcMDx .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-uA9xPPcMDx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uA9xPPcMDx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uA9xPPcMDx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uA9xPPcMDx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uA9xPPcMDx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uA9xPPcMDx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uA9xPPcMDx .navbar.navbar-short {
  min-height: 60px;
}
.cid-uA9xPPcMDx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uA9xPPcMDx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uA9xPPcMDx .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uA9xPPcMDx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uA9xPPcMDx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uA9xPPcMDx .dropdown-item.active,
.cid-uA9xPPcMDx .dropdown-item:active {
  background-color: transparent;
}
.cid-uA9xPPcMDx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uA9xPPcMDx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uA9xPPcMDx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uA9xPPcMDx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0c2c68;
}
.cid-uA9xPPcMDx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uA9xPPcMDx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uA9xPPcMDx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uA9xPPcMDx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uA9xPPcMDx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uA9xPPcMDx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #393193;
}
.cid-uA9xPPcMDx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uA9xPPcMDx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA9xPPcMDx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA9xPPcMDx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uA9xPPcMDx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA9xPPcMDx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uA9xPPcMDx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uA9xPPcMDx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA9xPPcMDx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uA9xPPcMDx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uA9xPPcMDx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uA9xPPcMDx .navbar {
    height: 70px;
  }
  .cid-uA9xPPcMDx .navbar.opened {
    height: auto;
  }
  .cid-uA9xPPcMDx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uA9xPQAy1l {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #f9f9fc;
}
.cid-uA9xPQAy1l .image-wrapper {
  margin-bottom: 170px;
}
.cid-uA9xPQAy1l .image-wrapper img {
  width: 100%;
  height: 520px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uA9xPQAy1l .image-wrapper img {
    height: 180px;
  }
}
@media (max-width: 992px) {
  .cid-uA9xPQAy1l .image-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uA9xPQAy1l .text .text-wrapper .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
}
@media (max-width: 992px) {
  .cid-uA9xPQAy1l .text .text-wrapper .mbr-section-subtitle {
    margin-bottom: 7px;
  }
}
.cid-uA9xPQAy1l .text .text-wrapper .mbr-section-title {
  margin-bottom: 45px;
}
.cid-uA9xPQAy1l .mbr-text {
  margin-left: 30px;
  margin-bottom: 30px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uA9xPQAy1l .mbr-text {
    margin: 0 0 30px 0;
  }
}
.cid-uA9xPQAy1l .item-link {
  margin-left: 30px;
  display: block;
}
@media (max-width: 992px) {
  .cid-uA9xPQAy1l .item-link {
    margin: 0 0 40px 0;
  }
}
.cid-uA9xPQAy1l .item-link .mbr-link {
  margin: 0;
  display: inline-block;
}
.cid-uA9xPQAy1l .item-link .mbr-link::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000000;
  margin-top: 5px;
  transition: all .4s ease;
}
.cid-uA9xPQAy1l .item-link:hover .mbr-link::after {
  width: 0;
}
.cid-uA9xPQAy1l .card-wrap {
  position: relative;
}
.cid-uA9xPQAy1l .card-wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 72px 65px;
  width: 138%;
  background-color: #ff4712;
}
@media (max-width: 992px) {
  .cid-uA9xPQAy1l .card-wrapper {
    position: static;
    width: 100%;
    padding: 38px;
  }
}
.cid-uA9xPQAy1l .card-wrapper .item-card {
  padding: 0;
}
.cid-uA9xPQAy1l .card-wrapper .item-card .mbr-card-title {
  margin: 0;
}
.cid-uA9xPQAy1l .card-wrapper .item-card .mbr-number {
  margin: 34px 0 5px 0;
}
.cid-uA9xPQAy1l .card-wrapper .item-card .mbr-desc {
  margin: 0;
  opacity: .7;
}
.cid-uA9xPQAy1l .card-wrapper .item-card:first-child {
  padding-right: 10px;
}
.cid-uA9xPQAy1l .mbr-section-subtitle {
  color: #FF4712;
}
.cid-uA9xPQAy1l .mbr-section-title {
  color: #20232a;
}
.cid-uA9xPQAy1l .mbr-link {
  color: #20232a;
}
.cid-uA9xPQAy1l .mbr-card-title {
  color: #fafafa;
}
.cid-uA9xPQAy1l .mbr-number {
  color: #fafafa;
}
.cid-uA9xPQAy1l .mbr-desc {
  color: #fafafa;
}
.cid-uA9xPRyh1F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0c2c68;
}
.cid-uA9xPRyh1F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9xPRyh1F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9xPRyh1F .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uA9xPRyh1F .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uA9xPRyh1F .container {
    padding: 0 6px;
  }
}
.cid-uA9xPRyh1F .row {
  margin: 0;
  padding: 0 150px;
}
@media (max-width: 1440px) {
  .cid-uA9xPRyh1F .row {
    padding: 0 32px;
  }
}
@media (max-width: 1200px) {
  .cid-uA9xPRyh1F .row {
    padding: 0 8px;
  }
}
@media (max-width: 992px) {
  .cid-uA9xPRyh1F .row {
    padding: 0 60px;
  }
}
@media (max-width: 768px) {
  .cid-uA9xPRyh1F .row {
    padding: 0 30px;
  }
}
.cid-uA9xPRyh1F .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-uA9xPRyh1F .content-wrapper {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #f6e420;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uA9xPRyh1F .content-wrapper {
    display: block;
    padding: 22px;
  }
}
.cid-uA9xPRyh1F .content-wrapper .title-wrapper {
  width: 45%;
  padding-right: 22px;
}
@media (max-width: 992px) {
  .cid-uA9xPRyh1F .content-wrapper .title-wrapper {
    margin-bottom: 40px;
    width: 100%;
    padding: 0;
  }
}
.cid-uA9xPRyh1F .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uA9xPRyh1F .content-wrapper .list-wrapper {
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uA9xPRyh1F .content-wrapper .list-wrapper {
    width: 100%;
  }
}
.cid-uA9xPRyh1F .content-wrapper .list-wrapper .list {
  margin: 0;
  padding-left: 20px;
  list-style-position: inside;
}
@media (max-width: 992px) {
  .cid-uA9xPRyh1F .content-wrapper .list-wrapper .list {
    padding: 0;
  }
}
.cid-uA9xPRyh1F .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-uA9xPRyh1F .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uA9xPRyh1F .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uA9xPRyh1F .list {
  color: #131313;
}
.cid-uA9xPRyh1F .list,
.cid-uA9xPRyh1F .item-wrap {
  color: #ffffff;
}
.cid-uA9xPSysdO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uA9xPSysdO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9xPSysdO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9xPSysdO .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uA9xPSysdO .content-wrapper {
    padding: 0;
  }
}
.cid-uA9xPSysdO .content-wrapper .rating-wrapper {
  margin-bottom: 24px;
}
.cid-uA9xPSysdO .content-wrapper .rating-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
}
.cid-uA9xPSysdO .content-wrapper .rating-wrapper .list .item-wrap {
  padding: 12px;
  -webkit-text-stroke-width: .15rem;
  -webkit-text-stroke-color: #050f0f;
  margin-bottom: 0;
}
.cid-uA9xPSysdO .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uA9xPSysdO .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uA9xPSysdO .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uA9xPSysdO .list {
  color: #ffe66d;
  text-align: center;
}
.cid-uA9xPSysdO .mbr-text,
.cid-uA9xPSysdO .text-wrapper {
  color: #050f0f;
}
.cid-uA9xPSysdO .mbr-desc {
  color: #050f0f;
  text-align: center;
}
.cid-uA9xPSysdO .mbr-text,
.cid-uA9xPSysdO .text-wrapper,
.cid-uA9xPSysdO .rating-wrapper {
  text-align: center;
}
.cid-uA9xPTt0oj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0c2c68;
}
.cid-uA9xPTt0oj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9xPTt0oj .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-uA9xPTt0oj .container {
    padding: 0 15px;
  }
}
.cid-uA9xPTt0oj .content-wrapper {
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-uA9xPTt0oj .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-uA9xPTt0oj .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uA9xPTt0oj .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uA9xPTt0oj .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uA9xPTt0oj .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uA9xPTt0oj .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uA9xPTt0oj .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-uA9xPTt0oj .image-wrapper img {
  width: 400px;
  height: 400px;
  border: 3px solid #f7f7f7;
  box-shadow: 10px 10px 50px #d2d2df;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1500px) {
  .cid-uA9xPTt0oj .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-uA9xPTt0oj .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-uA9xPTt0oj .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uA9xPTt0oj .mbr-section-title {
  color: #ffffff;
}
.cid-uA9xPTt0oj .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uA9xPTt0oj .mbr-text {
  color: #ffffff;
}
.cid-uA9xPTt0oj .mbr-section-title,
.cid-uA9xPTt0oj .mbr-section-btn {
  color: #ffffff;
}
.cid-uA9xPUzbWe {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA9xPUzbWe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9xPUzbWe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9xPUzbWe .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA9xPUzbWe .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uA9xPUzbWe .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uA9xPUzbWe .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uA9xPUzbWe .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uA9xPUzbWe .item {
    margin-bottom: 28px;
  }
}
.cid-uA9xPUzbWe .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uA9xPUzbWe .item .item-wrapper:hover,
.cid-uA9xPUzbWe .item .item-wrapper:focus {
  border: 2px solid #ffeb69;
  background-color: #ffeb69;
}
.cid-uA9xPUzbWe .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-uA9xPUzbWe .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uA9xPUzbWe .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uA9xPUzbWe .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uA9xPUzbWe .item .item-wrapper .item-wrap .item-img .item-content {
    padding: 16px;
  }
}
.cid-uA9xPUzbWe .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uA9xPUzbWe .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-uA9xPUzbWe .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-uA9xPUzbWe .item .item-wrapper .item-wrap .date-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-uA9xPUzbWe .item .item-wrapper .item-wrap .date-wrapper .item-date {
  padding-right: 8px;
  margin-bottom: 0;
}
.cid-uA9xPUzbWe .item .item-wrapper .item-wrap .date-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #078efb;
}
.cid-uA9xPUzbWe .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uA9xPUzbWe .item-title {
  color: #9aa0a6;
}
.cid-uA9xPUzbWe .item-text {
  color: #ffffff;
}
.cid-uA9xPUzbWe .item-date {
  color: #9aa0a6;
}
.cid-uA9xPUzbWe .mbr-section-title,
.cid-uA9xPUzbWe .mbr-section-btn {
  text-align: center;
}
.cid-uA9xPUzbWe .item-title,
.cid-uA9xPUzbWe .icon-wrapper {
  color: #fffcee;
  text-align: center;
}
.cid-uA9xPVNd0p {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uA9xPVNd0p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9xPVNd0p .mbr-iconfont {
  font-size: 1.6rem;
  color: #ffeb69;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed #c4d6b0;
  border-radius: 50%;
  transition: all 0.3s;
  margin: 0 0.5rem;
}
.cid-uA9xPVNd0p .mbr-iconfont:hover {
  background: #ffeb69;
  color: #c4d6b0;
}
.cid-uA9xPVNd0p .icon-wrap {
  display: flex;
}
.cid-uA9xPVNd0p .link-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-uA9xPVNd0p .link {
  display: flex;
}
.cid-uA9xPVNd0p .mbr-linkiconfont {
  font-size: 0.8rem;
  color: #c4d6b0;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed #c4d6b0;
  margin-right: 1rem;
  border-radius: 50%;
  background: #3a341c;
  transition: all 0.3s;
}
.cid-uA9xPVNd0p .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-uA9xPVNd0p .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 9px;
  background: #d4ceff;
  z-index: -1;
}
.cid-uA9xPVNd0p .text-wrapper {
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uA9xPVNd0p .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uA9xPVNd0p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9xPVNd0p .row {
  align-items: center;
  background: #0c2c68;
  transition: all 0.3s;
  margin: 0;
  padding: 2rem 0;
}
.cid-uA9xPVNd0p .row:hover {
  background: #7787a5;
}
.cid-uA9xPVNd0p .mbr-link {
  color: #132835;
}
.cid-uA9xPVNd0p .mbr-text,
.cid-uA9xPVNd0p .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uA9xPVNd0p .mbr-section-subtitle,
.cid-uA9xPVNd0p .subtitle-wrap {
  text-align: center;
}
.cid-uA9xPVNd0p .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uA9xPX1N2T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0c2c68;
}
.cid-uA9xPX1N2T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9xPX1N2T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9xPX1N2T .row {
  padding: 1rem;
}
.cid-uA9xPX1N2T .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-uA9xPX1N2T .row {
    padding: 0 12px;
  }
}
.cid-uA9xPX1N2T .row::before {
  content: '';
  display: block;
  width: 60%;
  height: 65%;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #000000;
  border-radius: 100% 0 0 0;
  left: 0;
  border-radius: 0 100% 0 0;
}
.cid-uA9xPX1N2T .row::after {
  content: '';
  position: absolute;
  left: -28rem;
  top: 0;
  display: block;
  width: 1000px;
  height: 1000px;
  border: 80px solid #000000;
  border-radius: 50%;
  background-color: transparent;
  left: auto;
  right: -28rem;
}
@media (max-width: 992px) {
  .cid-uA9xPX1N2T .row::after {
    display: none;
  }
}
.cid-uA9xPX1N2T .title-wrapper {
  margin-bottom: 15px;
  z-index: 1;
  position: relative;
}
.cid-uA9xPX1N2T .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uA9xPX1N2T .title-wrapper .mbr-section-title span {
  color: #c4d6b0;
}
.cid-uA9xPX1N2T .text-wrapper {
  padding: 25px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uA9xPX1N2T .text-wrapper {
    padding: 0;
  }
}
.cid-uA9xPX1N2T .text-wrapper .mbr-text {
  margin: 0;
}
.cid-uA9xPX1N2T .mbr-section-title {
  color: #ffffff;
}
.cid-uA9xPX1N2T .mbr-text {
  color: #fffcee;
}
.cid-uA9xPY2Hcz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA9xPY2Hcz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9xPY2Hcz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9xPY2Hcz .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uA9xPY2Hcz .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uA9xPY2Hcz .content-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uA9xPY2Hcz .content-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uA9xPY2Hcz .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uA9xPY2Hcz .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uA9xPY2Hcz .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uA9xPY2Hcz .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uA9xPY2Hcz .image-wrapper {
  padding-left: 30px;
}
@media (max-width: 992px) {
  .cid-uA9xPY2Hcz .image-wrapper {
    padding-left: 0;
  }
}
.cid-uA9xPY2Hcz .image-wrapper img {
  height: 540px;
  object-fit: cover;
  border-radius: 0 16rem;
}
@media (max-width: 992px) {
  .cid-uA9xPY2Hcz .image-wrapper img {
    height: 350px;
    border-radius: 0 8rem;
  }
}
.cid-uA9xPY2Hcz .mbr-section-title {
  color: #000000;
}
.cid-uA9xPY2Hcz .mbr-desc {
  color: #000000;
}
.cid-uA9xPY2Hcz .mbr-text {
  color: #000000;
}
.cid-uA9xPZeNyp {
  display: flex;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #0c2c68;
}
.cid-uA9xPZeNyp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9xPZeNyp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9xPZeNyp .line {
  width: 100%;
  opacity: 0.6;
  height: 1px;
  background: currentColor;
  margin-top: 8rem;
}
.cid-uA9xPZeNyp .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uA9xPZeNyp .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uA9xPZeNyp {
    align-items: center;
  }
  .cid-uA9xPZeNyp .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uA9xPZeNyp .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uA9xPZeNyp {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uA9xPZeNyp .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uA9xPZeNyp .content-wrap {
    width: 100%;
  }
}
.cid-uA9xPZeNyp .mbr-section-title {
  text-align: left;
  color: #fffcee;
}
.cid-uA9xPZeNyp .mbr-text,
.cid-uA9xPZeNyp .mbr-section-btn {
  text-align: left;
  color: #fffcee;
}
.cid-uA9xPZeNyp .mbr-section-title,
.cid-uA9xPZeNyp .line {
  color: #fffcee;
}
.cid-uA9xQ0l7OM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0c2c68;
}
.cid-uA9xQ0l7OM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9xQ0l7OM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9xQ0l7OM .container,
.cid-uA9xQ0l7OM .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uA9xQ0l7OM .container,
  .cid-uA9xQ0l7OM .container-fluid {
    padding: 0 20px;
  }
}
.cid-uA9xQ0l7OM .row {
  position: relative;
  justify-content: center;
  padding: 100px 4px;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uA9xQ0l7OM .row {
    padding: 85px 0;
    margin: 0;
  }
}
.cid-uA9xQ0l7OM .row .card {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-uA9xQ0l7OM .card {
    margin-bottom: 20px;
  }
}
.cid-uA9xQ0l7OM .card .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
  background-color: #291f1e;
  padding: 50px 16px;
}
@media (max-width: 992px) {
  .cid-uA9xQ0l7OM .card .card-wrapper {
    padding: 20px 8px;
  }
}
.cid-uA9xQ0l7OM .card .card-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uA9xQ0l7OM .card .card-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uA9xQ0l7OM .mbr-card-title {
  color: #3d4045;
}
.cid-uA9xQ0l7OM .mbr-text {
  color: #3d4045;
  text-align: center;
}
.cid-uA9xQ0l7OM .mbr-card-title,
.cid-uA9xQ0l7OM .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uA9xQ1A28Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uA9xQ1A28Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9xQ1A28Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9xQ1A28Y .container,
.cid-uA9xQ1A28Y .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uA9xQ1A28Y .container,
  .cid-uA9xQ1A28Y .container-fluid {
    padding: 0 20px;
  }
}
.cid-uA9xQ1A28Y .row {
  position: relative;
  padding: 100px 26px;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uA9xQ1A28Y .row {
    padding: 85px 8px;
    margin: 0;
  }
}
.cid-uA9xQ1A28Y .title-wrapper {
  margin-bottom: 85px;
}
@media (max-width: 992px) {
  .cid-uA9xQ1A28Y .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uA9xQ1A28Y .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uA9xQ1A28Y .panel-group {
  padding: 0 20%;
}
@media (max-width: 992px) {
  .cid-uA9xQ1A28Y .panel-group {
    padding: 0 12px;
  }
}
.cid-uA9xQ1A28Y .panel-group .card {
  border-radius: 0;
}
.cid-uA9xQ1A28Y .panel-group .card .card-header {
  background-color: transparent;
  border-bottom: none;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uA9xQ1A28Y .panel-group .card .card-header {
    padding: 15px 0;
  }
}
.cid-uA9xQ1A28Y .panel-group .card .card-header .panel-title {
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid #260a30;
}
.cid-uA9xQ1A28Y .panel-group .card .card-header .panel-title:not(.collapsed) {
  border-bottom: 1px solid #000000;
}
.cid-uA9xQ1A28Y .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #000000;
}
.cid-uA9xQ1A28Y .panel-group .card .card-header .panel-title:hover,
.cid-uA9xQ1A28Y .panel-group .card .card-header .panel-title:focus {
  border-bottom: 1px solid #000000;
}
.cid-uA9xQ1A28Y .panel-group .card .card-header .panel-title:hover .panel-title-edit,
.cid-uA9xQ1A28Y .panel-group .card .card-header .panel-title:focus .panel-title-edit {
  color: #000000;
}
.cid-uA9xQ1A28Y .panel-group .card .card-header .panel-title .panel-title-edit {
  margin: 0;
  transition: all 0.3s ease-out;
}
.cid-uA9xQ1A28Y .panel-group .card .panel-collapse .panel-body .panel-text {
  margin: 32px 0;
}
.cid-uA9xQ1A28Y .mbr-section-title {
  color: #000000;
}
.cid-uA9xQ1A28Y .panel-title-edit {
  color: #0c2c68;
}
.cid-uA9xQ1A28Y .panel-text {
  color: #3d4045;
}
.cid-uA9xQ2YJt3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA9xQ2YJt3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9xQ2YJt3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9xQ2YJt3 .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uA9xQ2YJt3 .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uA9xQ2YJt3 .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uA9xQ2YJt3 .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uA9xQ2YJt3 .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #0c2c68;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uA9xQ2YJt3 .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uA9xQ2YJt3 .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uA9xQ2YJt3 .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uA9xQ2YJt3 .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uA9xQ2YJt3 .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uA9xQ2YJt3 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uA9xQ2YJt3 .mbr-section-title,
.cid-uA9xQ2YJt3 .mbr-section-btn {
  color: #ffffff;
}
.cid-uA9xQ3YGNc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uA9xQ3YGNc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9xQ3YGNc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9xQ3YGNc .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uA9xQ3YGNc .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uA9xQ3YGNc .container {
    padding: 0 25px;
  }
}
.cid-uA9xQ3YGNc .video-block .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uA9xQ3YGNc .video-block .video-wrapper {
  border: 1px solid #e33030;
}
.cid-uA9xQ3YGNc .video-block .video-wrapper iframe {
  height: 450px;
  object-fit: cover;
}
.cid-uA9xQ3YGNc .video-block .video-wrapper .app-video-wrapper img {
  height: 450px;
  object-fit: cover;
}
.cid-uA9xQ3YGNc .video-block .video-wrapper .app-video-wrapper::before {
  color: #ffffff;
  text-shadow: none;
}
.cid-uA9xQ3YGNc .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uA9xQ542T8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0c2c68;
}
.cid-uA9xQ542T8 .content_wrapper {
  position: relative;
  z-index: 1;
}
.cid-uA9xQ542T8 .content_wrapper:hover .mbr-section-title a {
  color: #c4d6b0 !important;
}
.cid-uA9xQ542T8 .mbr-section-title,
.cid-uA9xQ542T8 .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-uA9xQ542T8 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uA9xQ542T8 .mbr-section-btn .btn-secondary-outline:hover,
.cid-uA9xQ542T8 .mbr-section-btn .btn-secondary-outline .active,
.cid-uA9xQ542T8 .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffeb69 !important;
}
.cid-uA9xQ542T8 .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  color: #fef2ed;
  top: -6%;
  right: 13%;
  z-index: -1;
}
.cid-uA9xQ542T8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9xQ542T8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9xQ542T8 .mbr-section-title {
  color: #ffffff;
}
.cid-uA9xQ542T8 .mbr-text,
.cid-uA9xQ542T8 .mbr-section-btn {
  color: #ffffff;
}
.cid-uA9VX7MD0F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA9VX7MD0F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9VX7MD0F .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-uA9VX7MD0F .container {
    padding: 0 30px;
  }
}
.cid-uA9VX7MD0F .row {
  justify-content: center;
}
.cid-uA9VX7MD0F .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA9VX7MD0F .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uA9VX7MD0F .panel-group .card {
  border-radius: 2rem 0 2rem 0 !important;
  border: 1px solid #0c2c68;
  margin-bottom: 24px;
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uA9VX7MD0F .panel-group .card {
    padding: 30px 20px;
  }
}
.cid-uA9VX7MD0F .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uA9VX7MD0F .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uA9VX7MD0F .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uA9VX7MD0F .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 45px;
  height: 45px;
  min-width: 45px;
  transition: all 0.3s ease-in-out;
  color: #c7fcb5;
  background-color: #0c2c68;
  border-radius: 100%;
  margin-left: 20px;
}
.cid-uA9VX7MD0F .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uA9VX7MD0F .panel-group .card .panel-collapse .panel-body {
  padding-top: 30px;
}
.cid-uA9VX7MD0F .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uA9VX7MD0F .mbr-section-title {
  color: #000000;
}
.cid-uA9VX7MD0F .panel-title-edit {
  color: #0c2c68;
}
.cid-uA9VX7MD0F .panel-text {
  color: #144031;
}
.cid-uA9xQ64E4C {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uA9xQ64E4C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9xQ64E4C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9xQ64E4C .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uA9xQ64E4C .content-wrapper {
    padding: 0;
  }
}
.cid-uA9xQ64E4C .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uA9xQ64E4C .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uA9xQ64E4C .content-wrapper .google-map {
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
}
.cid-uA9xQ64E4C .content-wrapper .google-map iframe {
  height: 600px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uA9xQ64E4C .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uA9xQ64E4C .mbr-section-title {
  color: #050f0f;
}
.cid-uA9xQ64E4C .mbr-section-title,
.cid-uA9xQ64E4C .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uA9xQ7foTQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0c2c68;
}
.cid-uA9xQ7foTQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9xQ7foTQ .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-uA9xQ7foTQ .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uA9xQ7foTQ .container {
    padding: 0 12px;
  }
}
.cid-uA9xQ7foTQ .title-wrapper a {
  display: block;
}
.cid-uA9xQ7foTQ .title-wrapper a .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uA9xQ7foTQ .list-wrapper .mbr-list-title {
  margin-bottom: 12px;
}
.cid-uA9xQ7foTQ .list-wrapper .list,
.cid-uA9xQ7foTQ .list-wrapper .list_main {
  margin-bottom: 70px;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uA9xQ7foTQ .list-wrapper .list,
  .cid-uA9xQ7foTQ .list-wrapper .list_main {
    margin-bottom: 24px;
  }
}
.cid-uA9xQ7foTQ .list-wrapper .list .item-wrap,
.cid-uA9xQ7foTQ .list-wrapper .list_main .item-wrap {
  margin: 12px 0 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uA9xQ7foTQ .list-wrapper .list .item-wrap:hover,
.cid-uA9xQ7foTQ .list-wrapper .list_main .item-wrap:hover,
.cid-uA9xQ7foTQ .list-wrapper .list .item-wrap:focus,
.cid-uA9xQ7foTQ .list-wrapper .list_main .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-uA9xQ7foTQ .contacts-wrapper .list {
  margin-bottom: 40px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uA9xQ7foTQ .contacts-wrapper .list {
    margin-bottom: 24px;
  }
}
.cid-uA9xQ7foTQ .contacts-wrapper .list .item-wrap {
  opacity: .7;
  margin: 0 32px 16px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uA9xQ7foTQ .contacts-wrapper .list .item-wrap:hover,
.cid-uA9xQ7foTQ .contacts-wrapper .list .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-uA9xQ7foTQ .social-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  height: 100px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uA9xQ7foTQ .social-row {
    justify-content: center;
    margin-bottom: 24px;
  }
}
.cid-uA9xQ7foTQ .social-row .soc-item {
  margin-right: 24px;
}
.cid-uA9xQ7foTQ .social-row .soc-item a:hover .mbr-iconfont,
.cid-uA9xQ7foTQ .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ff6928;
}
.cid-uA9xQ7foTQ .social-row .soc-item a .mbr-iconfont {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
  background-color: #ffffff;
  color: #222222;
  transition: all 0.3s ease-in-out;
}
.cid-uA9xQ7foTQ .copyright {
  margin-bottom: 0;
  opacity: .7;
  color: #ffffff;
  text-align: center;
}
.cid-uA9xQ7foTQ .mbr-section-title {
  color: #ffffff;
}
.cid-uA9xQ7foTQ .mbr-list-title {
  color: #fffcee;
}
.cid-uA9xQ7foTQ .list {
  color: #ffffff;
}
.cid-uA9xQ7foTQ .list_main {
  color: #ffffff;
}
.cid-uA9xQGQF2Q {
  z-index: 1000;
  width: 100%;
}
.cid-uA9xQGQF2Q nav.navbar {
  position: fixed;
}
.cid-uA9xQGQF2Q .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA9xQGQF2Q .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uA9xQGQF2Q .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uA9xQGQF2Q .dropdown-item:hover,
.cid-uA9xQGQF2Q .dropdown-item:focus {
  background: #ffeb69 !important;
  color: white !important;
}
.cid-uA9xQGQF2Q .dropdown-item:hover span {
  color: white;
}
.cid-uA9xQGQF2Q .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uA9xQGQF2Q .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uA9xQGQF2Q .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uA9xQGQF2Q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uA9xQGQF2Q .nav-link {
  position: relative;
}
.cid-uA9xQGQF2Q .container {
  display: flex;
  margin: auto;
}
.cid-uA9xQGQF2Q .iconfont-wrapper {
  color: #1f1437 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uA9xQGQF2Q .dropdown-menu,
.cid-uA9xQGQF2Q .navbar.opened {
  background: #0c2c68 !important;
}
.cid-uA9xQGQF2Q .nav-item:focus,
.cid-uA9xQGQF2Q .nav-link:focus {
  outline: none;
}
.cid-uA9xQGQF2Q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uA9xQGQF2Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uA9xQGQF2Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uA9xQGQF2Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uA9xQGQF2Q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uA9xQGQF2Q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uA9xQGQF2Q .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #0c2c68;
  -webkit-backdrop-filter: saturate(180%) blur(50px);
  backdrop-filter: saturate(180%) blur(50px);
}
.cid-uA9xQGQF2Q .navbar.opened {
  transition: all 0.3s;
}
.cid-uA9xQGQF2Q .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uA9xQGQF2Q .navbar .navbar-logo img {
  width: auto;
}
.cid-uA9xQGQF2Q .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uA9xQGQF2Q .navbar.collapsed {
  justify-content: center;
}
.cid-uA9xQGQF2Q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uA9xQGQF2Q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uA9xQGQF2Q .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-uA9xQGQF2Q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uA9xQGQF2Q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uA9xQGQF2Q .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-uA9xQGQF2Q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uA9xQGQF2Q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uA9xQGQF2Q .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uA9xQGQF2Q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uA9xQGQF2Q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uA9xQGQF2Q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uA9xQGQF2Q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uA9xQGQF2Q .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-uA9xQGQF2Q .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uA9xQGQF2Q .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uA9xQGQF2Q .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uA9xQGQF2Q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uA9xQGQF2Q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uA9xQGQF2Q .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uA9xQGQF2Q .navbar.navbar-short {
  min-height: 60px;
}
.cid-uA9xQGQF2Q .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uA9xQGQF2Q .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uA9xQGQF2Q .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uA9xQGQF2Q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uA9xQGQF2Q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uA9xQGQF2Q .dropdown-item.active,
.cid-uA9xQGQF2Q .dropdown-item:active {
  background-color: transparent;
}
.cid-uA9xQGQF2Q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uA9xQGQF2Q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uA9xQGQF2Q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uA9xQGQF2Q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0c2c68;
}
.cid-uA9xQGQF2Q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uA9xQGQF2Q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uA9xQGQF2Q ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uA9xQGQF2Q .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uA9xQGQF2Q button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uA9xQGQF2Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #393193;
}
.cid-uA9xQGQF2Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uA9xQGQF2Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA9xQGQF2Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uA9xQGQF2Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uA9xQGQF2Q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA9xQGQF2Q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uA9xQGQF2Q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uA9xQGQF2Q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uA9xQGQF2Q .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uA9xQGQF2Q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uA9xQGQF2Q .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uA9xQGQF2Q .navbar {
    height: 70px;
  }
  .cid-uA9xQGQF2Q .navbar.opened {
    height: auto;
  }
  .cid-uA9xQGQF2Q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uA9xQIz8Jt {
  padding-top: 10rem;
  padding-bottom: 1rem;
  background-color: #f9f9fc;
}
.cid-uA9xQIz8Jt .image-wrapper {
  margin-bottom: 170px;
}
.cid-uA9xQIz8Jt .image-wrapper img {
  width: 100%;
  height: 520px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uA9xQIz8Jt .image-wrapper img {
    height: 180px;
  }
}
@media (max-width: 992px) {
  .cid-uA9xQIz8Jt .image-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uA9xQIz8Jt .text .text-wrapper .mbr-section-subtitle {
  margin-bottom: 22px;
  letter-spacing: .13em;
}
@media (max-width: 992px) {
  .cid-uA9xQIz8Jt .text .text-wrapper .mbr-section-subtitle {
    margin-bottom: 7px;
  }
}
.cid-uA9xQIz8Jt .text .text-wrapper .mbr-section-title {
  margin-bottom: 45px;
}
.cid-uA9xQIz8Jt .mbr-text {
  margin-left: 30px;
  margin-bottom: 30px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-uA9xQIz8Jt .mbr-text {
    margin: 0 0 30px 0;
  }
}
.cid-uA9xQIz8Jt .item-link {
  margin-left: 30px;
  display: block;
}
@media (max-width: 992px) {
  .cid-uA9xQIz8Jt .item-link {
    margin: 0 0 40px 0;
  }
}
.cid-uA9xQIz8Jt .item-link .mbr-link {
  margin: 0;
  display: inline-block;
}
.cid-uA9xQIz8Jt .item-link .mbr-link::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000000;
  margin-top: 5px;
  transition: all .4s ease;
}
.cid-uA9xQIz8Jt .item-link:hover .mbr-link::after {
  width: 0;
}
.cid-uA9xQIz8Jt .card-wrap {
  position: relative;
}
.cid-uA9xQIz8Jt .card-wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 72px 65px;
  width: 138%;
  background-color: #ff4712;
}
@media (max-width: 992px) {
  .cid-uA9xQIz8Jt .card-wrapper {
    position: static;
    width: 100%;
    padding: 38px;
  }
}
.cid-uA9xQIz8Jt .card-wrapper .item-card {
  padding: 0;
}
.cid-uA9xQIz8Jt .card-wrapper .item-card .mbr-card-title {
  margin: 0;
}
.cid-uA9xQIz8Jt .card-wrapper .item-card .mbr-number {
  margin: 34px 0 5px 0;
}
.cid-uA9xQIz8Jt .card-wrapper .item-card .mbr-desc {
  margin: 0;
  opacity: .7;
}
.cid-uA9xQIz8Jt .card-wrapper .item-card:first-child {
  padding-right: 10px;
}
.cid-uA9xQIz8Jt .mbr-section-subtitle {
  color: #FF4712;
}
.cid-uA9xQIz8Jt .mbr-section-title {
  color: #20232a;
}
.cid-uA9xQIz8Jt .mbr-link {
  color: #20232a;
}
.cid-uA9xQIz8Jt .mbr-card-title {
  color: #fafafa;
}
.cid-uA9xQIz8Jt .mbr-number {
  color: #fafafa;
}
.cid-uA9xQIz8Jt .mbr-desc {
  color: #fafafa;
}
.cid-uA9xQJKYIr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0c2c68;
}
.cid-uA9xQJKYIr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9xQJKYIr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9xQJKYIr .container-fluid {
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uA9xQJKYIr .container-fluid {
    padding: 0 6px;
  }
}
@media (max-width: 992px) {
  .cid-uA9xQJKYIr .container {
    padding: 0 6px;
  }
}
.cid-uA9xQJKYIr .row {
  margin: 0;
  padding: 0 150px;
}
@media (max-width: 1440px) {
  .cid-uA9xQJKYIr .row {
    padding: 0 32px;
  }
}
@media (max-width: 1200px) {
  .cid-uA9xQJKYIr .row {
    padding: 0 8px;
  }
}
@media (max-width: 992px) {
  .cid-uA9xQJKYIr .row {
    padding: 0 60px;
  }
}
@media (max-width: 768px) {
  .cid-uA9xQJKYIr .row {
    padding: 0 30px;
  }
}
.cid-uA9xQJKYIr .row .card {
  padding: 0;
  border-radius: 0 !important;
  overflow: visible;
}
.cid-uA9xQJKYIr .content-wrapper {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #f6e420;
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uA9xQJKYIr .content-wrapper {
    display: block;
    padding: 22px;
  }
}
.cid-uA9xQJKYIr .content-wrapper .title-wrapper {
  width: 45%;
  padding-right: 22px;
}
@media (max-width: 992px) {
  .cid-uA9xQJKYIr .content-wrapper .title-wrapper {
    margin-bottom: 40px;
    width: 100%;
    padding: 0;
  }
}
.cid-uA9xQJKYIr .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uA9xQJKYIr .content-wrapper .list-wrapper {
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uA9xQJKYIr .content-wrapper .list-wrapper {
    width: 100%;
  }
}
.cid-uA9xQJKYIr .content-wrapper .list-wrapper .list {
  margin: 0;
  padding-left: 20px;
  list-style-position: inside;
}
@media (max-width: 992px) {
  .cid-uA9xQJKYIr .content-wrapper .list-wrapper .list {
    padding: 0;
  }
}
.cid-uA9xQJKYIr .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-uA9xQJKYIr .content-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uA9xQJKYIr .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uA9xQJKYIr .list {
  color: #131313;
}
.cid-uA9xQJKYIr .list,
.cid-uA9xQJKYIr .item-wrap {
  color: #ffffff;
}
.cid-uA9xQKQKql {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uA9xQKQKql .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9xQKQKql .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9xQKQKql .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uA9xQKQKql .content-wrapper {
    padding: 0;
  }
}
.cid-uA9xQKQKql .content-wrapper .rating-wrapper {
  margin-bottom: 24px;
}
.cid-uA9xQKQKql .content-wrapper .rating-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  justify-content: center;
}
.cid-uA9xQKQKql .content-wrapper .rating-wrapper .list .item-wrap {
  padding: 12px;
  -webkit-text-stroke-width: .15rem;
  -webkit-text-stroke-color: #050f0f;
  margin-bottom: 0;
}
.cid-uA9xQKQKql .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 75%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uA9xQKQKql .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 24px;
    width: 100%;
  }
}
.cid-uA9xQKQKql .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uA9xQKQKql .list {
  color: #ffe66d;
  text-align: center;
}
.cid-uA9xQKQKql .mbr-text,
.cid-uA9xQKQKql .text-wrapper {
  color: #050f0f;
}
.cid-uA9xQKQKql .mbr-desc {
  color: #050f0f;
  text-align: center;
}
.cid-uA9xQKQKql .mbr-text,
.cid-uA9xQKQKql .text-wrapper,
.cid-uA9xQKQKql .rating-wrapper {
  text-align: center;
}
.cid-uA9xQLS7mO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0c2c68;
}
.cid-uA9xQLS7mO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9xQLS7mO .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-uA9xQLS7mO .container {
    padding: 0 15px;
  }
}
.cid-uA9xQLS7mO .content-wrapper {
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-uA9xQLS7mO .content-wrapper {
    margin-top: 40px;
    padding: 0;
  }
}
.cid-uA9xQLS7mO .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
}
.cid-uA9xQLS7mO .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uA9xQLS7mO .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uA9xQLS7mO .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uA9xQLS7mO .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uA9xQLS7mO .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-uA9xQLS7mO .image-wrapper img {
  width: 400px;
  height: 400px;
  border: 3px solid #f7f7f7;
  box-shadow: 10px 10px 50px #d2d2df;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1500px) {
  .cid-uA9xQLS7mO .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1199px) {
  .cid-uA9xQLS7mO .image-wrapper img {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-uA9xQLS7mO .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uA9xQLS7mO .mbr-section-title {
  color: #ffffff;
}
.cid-uA9xQLS7mO .mbr-section-subtitle {
  color: #f2ac2b;
}
.cid-uA9xQLS7mO .mbr-text {
  color: #ffffff;
}
.cid-uA9xQLS7mO .mbr-section-title,
.cid-uA9xQLS7mO .mbr-section-btn {
  color: #ffffff;
}
.cid-uA9xQN5mYZ {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA9xQN5mYZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9xQN5mYZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9xQN5mYZ .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uA9xQN5mYZ .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uA9xQN5mYZ .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uA9xQN5mYZ .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uA9xQN5mYZ .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uA9xQN5mYZ .item {
    margin-bottom: 28px;
  }
}
.cid-uA9xQN5mYZ .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uA9xQN5mYZ .item .item-wrapper:hover,
.cid-uA9xQN5mYZ .item .item-wrapper:focus {
  border: 2px solid #ffeb69;
  background-color: #ffeb69;
}
.cid-uA9xQN5mYZ .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-uA9xQN5mYZ .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uA9xQN5mYZ .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 220px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uA9xQN5mYZ .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uA9xQN5mYZ .item .item-wrapper .item-wrap .item-img .item-content {
    padding: 16px;
  }
}
.cid-uA9xQN5mYZ .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uA9xQN5mYZ .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-uA9xQN5mYZ .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-uA9xQN5mYZ .item .item-wrapper .item-wrap .date-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-uA9xQN5mYZ .item .item-wrapper .item-wrap .date-wrapper .item-date {
  padding-right: 8px;
  margin-bottom: 0;
}
.cid-uA9xQN5mYZ .item .item-wrapper .item-wrap .date-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #078efb;
}
.cid-uA9xQN5mYZ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uA9xQN5mYZ .item-title {
  color: #9aa0a6;
}
.cid-uA9xQN5mYZ .item-text {
  color: #ffffff;
}
.cid-uA9xQN5mYZ .item-date {
  color: #9aa0a6;
}
.cid-uA9xQN5mYZ .mbr-section-title,
.cid-uA9xQN5mYZ .mbr-section-btn {
  text-align: center;
}
.cid-uA9xQN5mYZ .item-title,
.cid-uA9xQN5mYZ .icon-wrapper {
  color: #fffcee;
  text-align: center;
}
.cid-uA9xQOu8vu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uA9xQOu8vu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9xQOu8vu .mbr-iconfont {
  font-size: 1.6rem;
  color: #ffeb69;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed #c4d6b0;
  border-radius: 50%;
  transition: all 0.3s;
  margin: 0 0.5rem;
}
.cid-uA9xQOu8vu .mbr-iconfont:hover {
  background: #ffeb69;
  color: #c4d6b0;
}
.cid-uA9xQOu8vu .icon-wrap {
  display: flex;
}
.cid-uA9xQOu8vu .link-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-uA9xQOu8vu .link {
  display: flex;
}
.cid-uA9xQOu8vu .mbr-linkiconfont {
  font-size: 0.8rem;
  color: #c4d6b0;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed #c4d6b0;
  margin-right: 1rem;
  border-radius: 50%;
  background: #3a341c;
  transition: all 0.3s;
}
.cid-uA9xQOu8vu .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-uA9xQOu8vu .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 9px;
  background: #d4ceff;
  z-index: -1;
}
.cid-uA9xQOu8vu .text-wrapper {
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uA9xQOu8vu .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uA9xQOu8vu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9xQOu8vu .row {
  align-items: center;
  background: #0c2c68;
  transition: all 0.3s;
  margin: 0;
  padding: 2rem 0;
}
.cid-uA9xQOu8vu .row:hover {
  background: #7787a5;
}
.cid-uA9xQOu8vu .mbr-link {
  color: #132835;
}
.cid-uA9xQOu8vu .mbr-text,
.cid-uA9xQOu8vu .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uA9xQOu8vu .mbr-section-subtitle,
.cid-uA9xQOu8vu .subtitle-wrap {
  text-align: center;
}
.cid-uA9xQOu8vu .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uA9xQPPOoc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0c2c68;
}
.cid-uA9xQPPOoc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9xQPPOoc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9xQPPOoc .row {
  padding: 1rem;
}
.cid-uA9xQPPOoc .row {
  padding: 0 110px;
}
@media (max-width: 992px) {
  .cid-uA9xQPPOoc .row {
    padding: 0 12px;
  }
}
.cid-uA9xQPPOoc .row::before {
  content: '';
  display: block;
  width: 60%;
  height: 65%;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #000000;
  border-radius: 100% 0 0 0;
  left: 0;
  border-radius: 0 100% 0 0;
}
.cid-uA9xQPPOoc .row::after {
  content: '';
  position: absolute;
  left: -28rem;
  top: 0;
  display: block;
  width: 1000px;
  height: 1000px;
  border: 80px solid #000000;
  border-radius: 50%;
  background-color: transparent;
  left: auto;
  right: -28rem;
}
@media (max-width: 992px) {
  .cid-uA9xQPPOoc .row::after {
    display: none;
  }
}
.cid-uA9xQPPOoc .title-wrapper {
  margin-bottom: 15px;
  z-index: 1;
  position: relative;
}
.cid-uA9xQPPOoc .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uA9xQPPOoc .title-wrapper .mbr-section-title span {
  color: #c4d6b0;
}
.cid-uA9xQPPOoc .text-wrapper {
  padding: 25px;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uA9xQPPOoc .text-wrapper {
    padding: 0;
  }
}
.cid-uA9xQPPOoc .text-wrapper .mbr-text {
  margin: 0;
}
.cid-uA9xQPPOoc .mbr-section-title {
  color: #ffffff;
}
.cid-uA9xQPPOoc .mbr-text {
  color: #fffcee;
}
.cid-uA9xQQSQA6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA9xQQSQA6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9xQQSQA6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9xQQSQA6 .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uA9xQQSQA6 .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uA9xQQSQA6 .content-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uA9xQQSQA6 .content-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uA9xQQSQA6 .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uA9xQQSQA6 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uA9xQQSQA6 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uA9xQQSQA6 .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uA9xQQSQA6 .image-wrapper {
  padding-left: 30px;
}
@media (max-width: 992px) {
  .cid-uA9xQQSQA6 .image-wrapper {
    padding-left: 0;
  }
}
.cid-uA9xQQSQA6 .image-wrapper img {
  height: 540px;
  object-fit: cover;
  border-radius: 0 16rem;
}
@media (max-width: 992px) {
  .cid-uA9xQQSQA6 .image-wrapper img {
    height: 350px;
    border-radius: 0 8rem;
  }
}
.cid-uA9xQQSQA6 .mbr-section-title {
  color: #000000;
}
.cid-uA9xQQSQA6 .mbr-desc {
  color: #000000;
}
.cid-uA9xQQSQA6 .mbr-text {
  color: #000000;
}
.cid-uA9xQSoicF {
  display: flex;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #0c2c68;
}
.cid-uA9xQSoicF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9xQSoicF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9xQSoicF .line {
  width: 100%;
  opacity: 0.6;
  height: 1px;
  background: currentColor;
  margin-top: 8rem;
}
.cid-uA9xQSoicF .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uA9xQSoicF .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uA9xQSoicF {
    align-items: center;
  }
  .cid-uA9xQSoicF .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uA9xQSoicF .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uA9xQSoicF {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uA9xQSoicF .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uA9xQSoicF .content-wrap {
    width: 100%;
  }
}
.cid-uA9xQSoicF .mbr-section-title {
  text-align: left;
  color: #fffcee;
}
.cid-uA9xQSoicF .mbr-text,
.cid-uA9xQSoicF .mbr-section-btn {
  text-align: left;
  color: #fffcee;
}
.cid-uA9xQSoicF .mbr-section-title,
.cid-uA9xQSoicF .line {
  color: #fffcee;
}
.cid-uA9xQTOTl7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0c2c68;
}
.cid-uA9xQTOTl7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9xQTOTl7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9xQTOTl7 .container,
.cid-uA9xQTOTl7 .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uA9xQTOTl7 .container,
  .cid-uA9xQTOTl7 .container-fluid {
    padding: 0 20px;
  }
}
.cid-uA9xQTOTl7 .row {
  position: relative;
  justify-content: center;
  padding: 100px 4px;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uA9xQTOTl7 .row {
    padding: 85px 0;
    margin: 0;
  }
}
.cid-uA9xQTOTl7 .row .card {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-uA9xQTOTl7 .card {
    margin-bottom: 20px;
  }
}
.cid-uA9xQTOTl7 .card .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
  background-color: #291f1e;
  padding: 50px 16px;
}
@media (max-width: 992px) {
  .cid-uA9xQTOTl7 .card .card-wrapper {
    padding: 20px 8px;
  }
}
.cid-uA9xQTOTl7 .card .card-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uA9xQTOTl7 .card .card-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uA9xQTOTl7 .mbr-card-title {
  color: #3d4045;
}
.cid-uA9xQTOTl7 .mbr-text {
  color: #3d4045;
  text-align: center;
}
.cid-uA9xQTOTl7 .mbr-card-title,
.cid-uA9xQTOTl7 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uA9xQVjUc0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uA9xQVjUc0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9xQVjUc0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9xQVjUc0 .container,
.cid-uA9xQVjUc0 .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uA9xQVjUc0 .container,
  .cid-uA9xQVjUc0 .container-fluid {
    padding: 0 20px;
  }
}
.cid-uA9xQVjUc0 .row {
  position: relative;
  padding: 100px 26px;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uA9xQVjUc0 .row {
    padding: 85px 8px;
    margin: 0;
  }
}
.cid-uA9xQVjUc0 .title-wrapper {
  margin-bottom: 85px;
}
@media (max-width: 992px) {
  .cid-uA9xQVjUc0 .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uA9xQVjUc0 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uA9xQVjUc0 .panel-group {
  padding: 0 20%;
}
@media (max-width: 992px) {
  .cid-uA9xQVjUc0 .panel-group {
    padding: 0 12px;
  }
}
.cid-uA9xQVjUc0 .panel-group .card {
  border-radius: 0;
}
.cid-uA9xQVjUc0 .panel-group .card .card-header {
  background-color: transparent;
  border-bottom: none;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uA9xQVjUc0 .panel-group .card .card-header {
    padding: 15px 0;
  }
}
.cid-uA9xQVjUc0 .panel-group .card .card-header .panel-title {
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid #260a30;
}
.cid-uA9xQVjUc0 .panel-group .card .card-header .panel-title:not(.collapsed) {
  border-bottom: 1px solid #000000;
}
.cid-uA9xQVjUc0 .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #000000;
}
.cid-uA9xQVjUc0 .panel-group .card .card-header .panel-title:hover,
.cid-uA9xQVjUc0 .panel-group .card .card-header .panel-title:focus {
  border-bottom: 1px solid #000000;
}
.cid-uA9xQVjUc0 .panel-group .card .card-header .panel-title:hover .panel-title-edit,
.cid-uA9xQVjUc0 .panel-group .card .card-header .panel-title:focus .panel-title-edit {
  color: #000000;
}
.cid-uA9xQVjUc0 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin: 0;
  transition: all 0.3s ease-out;
}
.cid-uA9xQVjUc0 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin: 32px 0;
}
.cid-uA9xQVjUc0 .mbr-section-title {
  color: #000000;
}
.cid-uA9xQVjUc0 .panel-title-edit {
  color: #0c2c68;
}
.cid-uA9xQVjUc0 .panel-text {
  color: #3d4045;
}
.cid-uA9xQWY2o0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA9xQWY2o0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9xQWY2o0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9xQWY2o0 .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uA9xQWY2o0 .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uA9xQWY2o0 .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uA9xQWY2o0 .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uA9xQWY2o0 .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #0c2c68;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uA9xQWY2o0 .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uA9xQWY2o0 .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uA9xQWY2o0 .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uA9xQWY2o0 .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uA9xQWY2o0 .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uA9xQWY2o0 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uA9xQWY2o0 .mbr-section-title,
.cid-uA9xQWY2o0 .mbr-section-btn {
  color: #ffffff;
}
.cid-uA9xQYvnF5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uA9xQYvnF5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9xQYvnF5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9xQYvnF5 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uA9xQYvnF5 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uA9xQYvnF5 .container {
    padding: 0 25px;
  }
}
.cid-uA9xQYvnF5 .video-block .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uA9xQYvnF5 .video-block .video-wrapper {
  border: 1px solid #e33030;
}
.cid-uA9xQYvnF5 .video-block .video-wrapper iframe {
  height: 450px;
  object-fit: cover;
}
.cid-uA9xQYvnF5 .video-block .video-wrapper .app-video-wrapper img {
  height: 450px;
  object-fit: cover;
}
.cid-uA9xQYvnF5 .video-block .video-wrapper .app-video-wrapper::before {
  color: #ffffff;
  text-shadow: none;
}
.cid-uA9xQYvnF5 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uA9xQZUi2S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0c2c68;
}
.cid-uA9xQZUi2S .content_wrapper {
  position: relative;
  z-index: 1;
}
.cid-uA9xQZUi2S .content_wrapper:hover .mbr-section-title a {
  color: #c4d6b0 !important;
}
.cid-uA9xQZUi2S .mbr-section-title,
.cid-uA9xQZUi2S .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-uA9xQZUi2S .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uA9xQZUi2S .mbr-section-btn .btn-secondary-outline:hover,
.cid-uA9xQZUi2S .mbr-section-btn .btn-secondary-outline .active,
.cid-uA9xQZUi2S .mbr-section-btn .btn-secondary-outline:focus {
  color: #ffeb69 !important;
}
.cid-uA9xQZUi2S .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  color: #fef2ed;
  top: -6%;
  right: 13%;
  z-index: -1;
}
.cid-uA9xQZUi2S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9xQZUi2S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9xQZUi2S .mbr-section-title {
  color: #ffffff;
}
.cid-uA9xQZUi2S .mbr-text,
.cid-uA9xQZUi2S .mbr-section-btn {
  color: #ffffff;
}
.cid-uAa0RUkZwx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uAa0RUkZwx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAa0RUkZwx .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-uAa0RUkZwx .container {
    padding: 0 30px;
  }
}
.cid-uAa0RUkZwx .row {
  justify-content: center;
}
.cid-uAa0RUkZwx .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uAa0RUkZwx .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uAa0RUkZwx .panel-group .card {
  border-radius: 2rem 0 2rem 0 !important;
  border: 1px solid #0c2c68;
  margin-bottom: 24px;
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uAa0RUkZwx .panel-group .card {
    padding: 30px 20px;
  }
}
.cid-uAa0RUkZwx .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uAa0RUkZwx .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uAa0RUkZwx .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uAa0RUkZwx .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 45px;
  height: 45px;
  min-width: 45px;
  transition: all 0.3s ease-in-out;
  color: #c7fcb5;
  background-color: #0c2c68;
  border-radius: 100%;
  margin-left: 20px;
}
.cid-uAa0RUkZwx .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uAa0RUkZwx .panel-group .card .panel-collapse .panel-body {
  padding-top: 30px;
}
.cid-uAa0RUkZwx .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uAa0RUkZwx .mbr-section-title {
  color: #000000;
}
.cid-uAa0RUkZwx .panel-title-edit {
  color: #0c2c68;
}
.cid-uAa0RUkZwx .panel-text {
  color: #144031;
}
.cid-uA9xR1nSXL {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uA9xR1nSXL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9xR1nSXL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA9xR1nSXL .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uA9xR1nSXL .content-wrapper {
    padding: 0;
  }
}
.cid-uA9xR1nSXL .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uA9xR1nSXL .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uA9xR1nSXL .content-wrapper .google-map {
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
}
.cid-uA9xR1nSXL .content-wrapper .google-map iframe {
  height: 600px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uA9xR1nSXL .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uA9xR1nSXL .mbr-section-title {
  color: #050f0f;
}
.cid-uA9xR1nSXL .mbr-section-title,
.cid-uA9xR1nSXL .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uA9xR2WGLn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0c2c68;
}
.cid-uA9xR2WGLn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA9xR2WGLn .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-uA9xR2WGLn .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uA9xR2WGLn .container {
    padding: 0 12px;
  }
}
.cid-uA9xR2WGLn .title-wrapper a {
  display: block;
}
.cid-uA9xR2WGLn .title-wrapper a .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uA9xR2WGLn .list-wrapper .mbr-list-title {
  margin-bottom: 12px;
}
.cid-uA9xR2WGLn .list-wrapper .list,
.cid-uA9xR2WGLn .list-wrapper .list_main {
  margin-bottom: 70px;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uA9xR2WGLn .list-wrapper .list,
  .cid-uA9xR2WGLn .list-wrapper .list_main {
    margin-bottom: 24px;
  }
}
.cid-uA9xR2WGLn .list-wrapper .list .item-wrap,
.cid-uA9xR2WGLn .list-wrapper .list_main .item-wrap {
  margin: 12px 0 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uA9xR2WGLn .list-wrapper .list .item-wrap:hover,
.cid-uA9xR2WGLn .list-wrapper .list_main .item-wrap:hover,
.cid-uA9xR2WGLn .list-wrapper .list .item-wrap:focus,
.cid-uA9xR2WGLn .list-wrapper .list_main .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-uA9xR2WGLn .contacts-wrapper .list {
  margin-bottom: 40px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uA9xR2WGLn .contacts-wrapper .list {
    margin-bottom: 24px;
  }
}
.cid-uA9xR2WGLn .contacts-wrapper .list .item-wrap {
  opacity: .7;
  margin: 0 32px 16px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uA9xR2WGLn .contacts-wrapper .list .item-wrap:hover,
.cid-uA9xR2WGLn .contacts-wrapper .list .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-uA9xR2WGLn .social-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  height: 100px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uA9xR2WGLn .social-row {
    justify-content: center;
    margin-bottom: 24px;
  }
}
.cid-uA9xR2WGLn .social-row .soc-item {
  margin-right: 24px;
}
.cid-uA9xR2WGLn .social-row .soc-item a:hover .mbr-iconfont,
.cid-uA9xR2WGLn .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ff6928;
}
.cid-uA9xR2WGLn .social-row .soc-item a .mbr-iconfont {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
  background-color: #ffffff;
  color: #222222;
  transition: all 0.3s ease-in-out;
}
.cid-uA9xR2WGLn .copyright {
  margin-bottom: 0;
  opacity: .7;
  color: #ffffff;
  text-align: center;
}
.cid-uA9xR2WGLn .mbr-section-title {
  color: #ffffff;
}
.cid-uA9xR2WGLn .mbr-list-title {
  color: #fffcee;
}
.cid-uA9xR2WGLn .list {
  color: #ffffff;
}
.cid-uA9xR2WGLn .list_main {
  color: #ffffff;
}
