.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: 'Onest', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Onest', sans-serif;
  font-size: 2.5rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-4 {
  font-family: 'Onest', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Onest', sans-serif;
  font-size: 2.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Onest', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn-secondary {
  color: #59f60a !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: #59f60a !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: #59f60a !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: #59f60a !important;
  border-color: #59f60a !important;
  color: #000100;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #7af83b !important;
  border-color: #7af83b !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #000100 !important;
  background-color: #7af83b !important;
  border-color: #7af83b !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: #59f60a !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: #59f60a !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: #59f60a !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: #59f60a !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: #59f60a !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: #59f60a !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: #59f60a !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: #59f60a;
  color: #59f60a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #3ba306 !important;
  background-color: transparent !important;
  border-color: #3ba306 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #000100 !important;
  background-color: #59f60a !important;
  border-color: #59f60a !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: #59f60a !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: #359505 !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: #59f60a;
}
.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: #59f60a;
  border-color: #59f60a;
  color: #091a01;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #59f60a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #defdcf;
}
.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: 'Onest', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #59f60a !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Onest', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #59f60a;
}
/* 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: #59f60a;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #59f60a;
}
.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: #59f60a;
  border-bottom-color: #59f60a;
}
.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: #59f60a !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='%2359f60a' %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-tZs6brFZOY {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tZs6brFZOY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-tZs6brFZOY .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tZs6brFZOY .btn {
  font-weight: 400;
}
.cid-tZs6brFZOY .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tZs6brFZOY .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tZs6brFZOY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tZs6brFZOY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tZs6brFZOY .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-tZs6brFZOY .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-tZs6brFZOY .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-tZs6brFZOY .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-tZs6brFZOY .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tZs6brFZOY .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tZs6brFZOY .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-tZs6brFZOY .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tZs6brFZOY .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tZs6brFZOY .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tZs6brFZOY .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tZs6brFZOY .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tZs6brFZOY .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tZs6brFZOY .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tZs6brFZOY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-tZs6brFZOY .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-tZs6brFZOY .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tZs6brFZOY .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tZs6brFZOY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tZs6brFZOY .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #fffcee;
}
.cid-tZs6brFZOY .nav-item:focus,
.cid-tZs6brFZOY .nav-link:focus {
  outline: none;
}
.cid-tZs6brFZOY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tZs6brFZOY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tZs6brFZOY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tZs6brFZOY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tZs6brFZOY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tZs6brFZOY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tZs6brFZOY .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tZs6brFZOY .navbar.opened {
  transition: all 0.25s;
}
.cid-tZs6brFZOY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tZs6brFZOY .navbar .navbar-logo img {
  width: auto;
}
.cid-tZs6brFZOY .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tZs6brFZOY .navbar.collapsed {
  justify-content: center;
}
.cid-tZs6brFZOY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tZs6brFZOY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tZs6brFZOY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tZs6brFZOY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tZs6brFZOY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tZs6brFZOY .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-tZs6brFZOY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tZs6brFZOY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tZs6brFZOY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tZs6brFZOY .navbar {
    min-height: 72px;
  }
  .cid-tZs6brFZOY .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tZs6brFZOY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tZs6brFZOY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tZs6brFZOY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tZs6brFZOY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tZs6brFZOY .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-tZs6brFZOY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tZs6brFZOY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tZs6brFZOY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tZs6brFZOY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tZs6brFZOY .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tZs6brFZOY .dropdown-item.active,
.cid-tZs6brFZOY .dropdown-item:active {
  background-color: transparent;
}
.cid-tZs6brFZOY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tZs6brFZOY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tZs6brFZOY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tZs6brFZOY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffcee;
}
.cid-tZs6brFZOY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tZs6brFZOY .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tZs6brFZOY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tZs6brFZOY .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tZs6brFZOY .navbar-buttons {
    text-align: left;
  }
}
.cid-tZs6brFZOY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tZs6brFZOY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tZs6brFZOY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tZs6brFZOY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZs6brFZOY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tZs6brFZOY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tZs6brFZOY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZs6brFZOY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tZs6brFZOY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tZs6brFZOY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tZs6brFZOY .navbar-dropdown {
  padding: 0;
  background-color: #fffcee !important;
}
.cid-tZs6brFZOY .opacityScroll {
  background: #fffcee !important;
}
.cid-tZs6brFZOY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tZs6brFZOY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tZs6brFZOY .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tZs6brFZOY .navbar {
    height: 70px;
  }
  .cid-tZs6brFZOY .navbar.opened {
    height: auto;
  }
  .cid-tZs6brFZOY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZs6brFZOY .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tZs6brFZOY .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tZs6brFZOY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tZs6brFZOY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-tZs6brFZOY .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tZs6brFZOY .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tZs6brFZOY .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tZs6brFZOY .navbar-brand {
    margin-right: auto;
  }
  .cid-tZs6brFZOY .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #fffcee;
    backdrop-filter: blur(8px);
  }
  .cid-tZs6brFZOY .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tZs6brFZOY .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tZs6brFZOY .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tZs6brFZOY .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tZs6brFZOY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tZs6brFZOY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-tZs6brFZOY .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tZs6brFZOY .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tZs6brFZOY .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tZs6brFZOY .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-tZs6brFZOY .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-tZs6brFZOY .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uiKFTszn86 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uiKFTszn86 .mbr-section-title {
  color: #ffffff;
}
.cid-uiKFTszn86 .mbr-text,
.cid-uiKFTszn86 .mbr-section-btn {
  color: #fffcee;
}
.cid-uiKFTszn86 .mbr-section-text {
  color: #ffffff;
}
.cid-uiKFTszn86 img {
  border-radius: 2rem;
}
.cid-uiKFTszn86 .mbr-section-subtitle {
  color: #8364e2;
}
.cid-uiKFTszn86 .number {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uiKFTszn86 .image-wrapper {
    display: none;
  }
}
.cid-uiKFTszn86 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiKFTszn86 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiCsmhBbLE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffcee;
}
.cid-uiCsmhBbLE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiCsmhBbLE .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-uiCsmhBbLE .container {
    padding: 0 15px;
  }
}
.cid-uiCsmhBbLE .row {
  justify-content: center;
}
.cid-uiCsmhBbLE .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uiCsmhBbLE .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uiCsmhBbLE .subtitle-wrapper {
  padding-right: 28px;
}
@media (max-width: 992px) {
  .cid-uiCsmhBbLE .subtitle-wrapper {
    padding: 0;
  }
}
.cid-uiCsmhBbLE .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uiCsmhBbLE .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uiCsmhBbLE .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-uiCsmhBbLE .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-uiCsmhBbLE .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-uiCsmhBbLE .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uiCsmhBbLE .lists-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  margin-left: -50px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #232b45;
  color: #ffa600;
  font-size: 16px;
}
@media (max-width: 992px) {
  .cid-uiCsmhBbLE .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-uiCsmhBbLE .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-uiCsmhBbLE .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uiCsmhBbLE .list {
  color: #ffffff;
}
.cid-uiCsmhBbLE .list,
.cid-uiCsmhBbLE .item-wrap {
  color: #232323;
}
.cid-uiCtsmMIQV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232b45;
}
.cid-uiCtsmMIQV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiCtsmMIQV .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-uiCtsmMIQV .container {
    padding: 0 16px;
  }
}
.cid-uiCtsmMIQV .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uiCtsmMIQV .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #000000;
}
.cid-uiCtsmMIQV .mbr-section-title {
  color: #ffffff;
}
.cid-uiCtsmMIQV .mbr-section-title,
.cid-uiCtsmMIQV .mbr-section-btn {
  text-align: center;
  color: #fffcee;
}
.cid-uiCtCI6WFW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffcee;
}
.cid-uiCtCI6WFW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiCtCI6WFW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiCtCI6WFW .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uiCtCI6WFW .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uiCtCI6WFW .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uiCtCI6WFW .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uiCtCI6WFW .container {
    padding: 0 24px;
  }
}
.cid-uiCtCI6WFW .row {
  justify-content: center;
}
.cid-uiCtCI6WFW .title-wrapper {
  padding-right: 48px;
  padding-right: 0;
  padding-left: 48px;
}
@media (max-width: 1440px) {
  .cid-uiCtCI6WFW .title-wrapper {
    padding-right: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uiCtCI6WFW .title-wrapper {
    padding-right: 0;
  }
}
@media (max-width: 1440px) {
  .cid-uiCtCI6WFW .title-wrapper {
    padding-left: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uiCtCI6WFW .title-wrapper {
    padding-left: 0;
  }
}
.cid-uiCtCI6WFW .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fffcee;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #fffcee;
}
.cid-uiCtCI6WFW .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uiCtCI6WFW .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uiCtCI6WFW .text-wrapper {
  padding-left: 48px;
  padding-left: 0;
  padding-right: 48px;
}
@media (max-width: 1440px) {
  .cid-uiCtCI6WFW .text-wrapper {
    padding-left: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uiCtCI6WFW .text-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 1440px) {
  .cid-uiCtCI6WFW .text-wrapper {
    padding-right: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uiCtCI6WFW .text-wrapper {
    padding-right: 0;
  }
}
.cid-uiCtCI6WFW .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uiCtCI6WFW .text-wrapper .mbr-text:first-child {
  margin-bottom: 16px;
}
.cid-uiCtCI6WFW .text-wrapper .mbr-text:nth-child(2) {
  opacity: .5;
}
.cid-uiCtCI6WFW .mbr-section-title {
  color: #18212d;
}
.cid-uiCtCI6WFW .mbr-desc {
  color: #18212d;
}
.cid-uiCtCI6WFW .mbr-text {
  color: #18212d;
}
.cid-uiCtCI6WFW .mbr-desc,
.cid-uiCtCI6WFW .desc-wrapper {
  text-align: center;
}
.cid-uiCuuW34p3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232b45;
}
.cid-uiCuuW34p3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiCuuW34p3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiCuuW34p3 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uiCuuW34p3 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uiCuuW34p3 .container {
    padding: 0 26px;
  }
}
.cid-uiCuuW34p3 .row {
  justify-content: center;
}
.cid-uiCuuW34p3 .content-wrapper {
  display: flex;
  align-items: center;
  padding: 100px 60px;
  background-color: #fffcee;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uiCuuW34p3 .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uiCuuW34p3 .content-wrapper .content-wrap {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uiCuuW34p3 .content-wrapper .content-wrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uiCuuW34p3 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uiCuuW34p3 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uiCuuW34p3 .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uiCuuW34p3 .content-wrapper .content-wrap .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uiCuuW34p3 .content-wrapper .content-wrap .mbr-section-btn .btn {
  width: 70%;
}
@media (max-width: 1200px) {
  .cid-uiCuuW34p3 .content-wrapper .content-wrap .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uiCuuW34p3 .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uiCuuW34p3 .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uiCuuW34p3 .content-wrapper .image-wrapper img {
  height: 685px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uiCuuW34p3 .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uiCuuW34p3 .mbr-section-title {
  color: #000000;
}
.cid-uiCuuW34p3 .mbr-section-subtitle {
  color: #000000;
}
.cid-uiCuuW34p3 .mbr-text {
  color: #000000;
}
.cid-uiCvH5hXnT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #fffcee;
}
.cid-uiCvH5hXnT .decor-wrap_1 {
  position: absolute;
  top: -65%;
  right: -10rem;
  width: 474px;
  height: 474px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #232b45 0, #232323 43%, #f92c50 100%);
}
.cid-uiCvH5hXnT .decor-wrap_2 {
  position: absolute;
  bottom: -25%;
  left: -2rem;
  width: 254px;
  height: 254px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #232b45 0, #232323 43%, #f92c50 100%);
}
.cid-uiCvH5hXnT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiCvH5hXnT .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-uiCvH5hXnT .container {
    padding: 0 30px;
  }
}
.cid-uiCvH5hXnT .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uiCvH5hXnT .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uiCvH5hXnT .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uiCvH5hXnT .text-wrapper {
  border-left: 1px solid #232b45;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-uiCvH5hXnT .text-wrapper {
    padding-left: 20px;
  }
}
.cid-uiCvH5hXnT .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uiCvH5hXnT .mbr-section-title {
  color: #232323;
}
.cid-uiCvH5hXnT .mbr-text {
  color: #232323;
}
.cid-tZsbyz3rOk {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #232b45;
}
.cid-tZsbyz3rOk .mbr-fallback-image.disabled {
  display: none;
}
@media (max-width: 767px) {
  .cid-tZsbyz3rOk .display-1 {
    font-size: 2rem;
  }
}
.cid-tZsbyz3rOk .mbr-section-title {
  padding-left: 2rem;
}
.cid-tZsbyz3rOk .content-wrap {
  position: relative;
  overflow: hidden;
}
.cid-tZsbyz3rOk .content-wrap:after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  transition: all 0.5s;
  background: #59f60a;
  left: 33px;
  top: 13px;
  border-radius: 50%;
}
.cid-tZsbyz3rOk .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.cid-tZsbyz3rOk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZsbyz3rOk .mbr-section-subtitle,
.cid-tZsbyz3rOk .line {
  color: #291f1e;
}
.cid-tZsbyz3rOk .mbr-text,
.cid-tZsbyz3rOk .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-tZsbyz3rOk .mbr-section-title,
.cid-tZsbyz3rOk .line {
  color: #fffcee;
  text-align: left;
}
.cid-tZsbyz3rOk .mbr-section-subtitle {
  color: #fffcee;
}
.cid-uiKCcjdMOE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffcee;
}
.cid-uiKCcjdMOE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiKCcjdMOE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiKCcjdMOE .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uiKCcjdMOE .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uiKCcjdMOE .content-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uiKCcjdMOE .content-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uiKCcjdMOE .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uiKCcjdMOE .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uiKCcjdMOE .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uiKCcjdMOE .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uiKCcjdMOE .image-wrapper {
  padding-left: 30px;
}
@media (max-width: 992px) {
  .cid-uiKCcjdMOE .image-wrapper {
    padding-left: 0;
  }
}
.cid-uiKCcjdMOE .image-wrapper img {
  height: 540px;
  object-fit: cover;
  border-radius: 0 16rem;
}
@media (max-width: 992px) {
  .cid-uiKCcjdMOE .image-wrapper img {
    height: 350px;
    border-radius: 0 8rem;
  }
}
.cid-uiKCcjdMOE .mbr-section-title {
  color: #000000;
}
.cid-uiKCcjdMOE .mbr-desc {
  color: #000000;
}
.cid-uiKCcjdMOE .mbr-text {
  color: #000000;
}
.cid-uiCwvGF9Ni {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232b45;
}
.cid-uiCwvGF9Ni .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiCwvGF9Ni .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiCwvGF9Ni .container,
.cid-uiCwvGF9Ni .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uiCwvGF9Ni .container,
  .cid-uiCwvGF9Ni .container-fluid {
    padding: 0 20px;
  }
}
.cid-uiCwvGF9Ni .row {
  position: relative;
  justify-content: center;
  padding: 100px 4px;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  background-color: #fffcee;
}
@media (max-width: 992px) {
  .cid-uiCwvGF9Ni .row {
    padding: 85px 0;
    margin: 0;
  }
}
.cid-uiCwvGF9Ni .row .card {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-uiCwvGF9Ni .card {
    margin-bottom: 20px;
  }
}
.cid-uiCwvGF9Ni .card .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
  background-color: #232b45;
  padding: 50px 16px;
}
@media (max-width: 992px) {
  .cid-uiCwvGF9Ni .card .card-wrapper {
    padding: 20px 8px;
  }
}
.cid-uiCwvGF9Ni .card .card-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uiCwvGF9Ni .card .card-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uiCwvGF9Ni .mbr-card-title {
  color: #3d4045;
}
.cid-uiCwvGF9Ni .mbr-text {
  color: #3d4045;
  text-align: center;
}
.cid-uiCwvGF9Ni .mbr-card-title,
.cid-uiCwvGF9Ni .mbr-section-btn {
  text-align: center;
  color: #fffcee;
}
.cid-tZscLjx1Mv {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fffcee;
}
.cid-tZscLjx1Mv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZscLjx1Mv .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-tZscLjx1Mv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZscLjx1Mv h1 {
  max-width: 800px;
}
.cid-tZscLjx1Mv p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-tZscLjx1Mv .btn:hover {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #59f60a !important;
}
.cid-tZscLjx1Mv .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-tZscLjx1Mv .btn div {
  overflow: hidden;
}
.cid-tZscLjx1Mv .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-tZscLjx1Mv {
    align-items: center;
  }
  .cid-tZscLjx1Mv .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tZscLjx1Mv .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tZscLjx1Mv {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tZscLjx1Mv .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tZscLjx1Mv .content-wrap {
    width: 100%;
  }
}
.cid-tZscLjx1Mv .mbr-section-subtitle,
.cid-tZscLjx1Mv .line {
  color: #291f1e;
}
.cid-tZscLjx1Mv .mbr-text,
.cid-tZscLjx1Mv .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-tZscLjx1Mv .mbr-section-title {
  color: #291f1e;
}
.cid-uiCxHwsNPl {
  padding-top: 60px;
  padding-bottom: 75px;
  position: relative;
  background-color: #232b45;
}
.cid-uiCxHwsNPl .accordion .card {
  overflow: visible;
}
.cid-uiCxHwsNPl .mbr-iconfont {
  font-family: 'Moririse2' !important;
  font-size: 1rem !important;
}
.cid-uiCxHwsNPl .mbri-arrow-down:before {
  content: '\e909';
}
.cid-uiCxHwsNPl .panel-text {
  padding: 0rem;
}
.cid-uiCxHwsNPl .panel-title {
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
.cid-uiCxHwsNPl .collapsed {
  border-bottom: 1px solid lightgray !important;
}
.cid-uiCxHwsNPl .card {
  border-radius: 0px;
  margin-bottom: 0px;
}
.cid-uiCxHwsNPl .card .card-header {
  border-radius: 0px;
  border: none;
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
}
.cid-uiCxHwsNPl .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-uiCxHwsNPl .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uiCxHwsNPl .card .card-header a.panel-title:active {
  border-bottom: 0px solid lightgray;
}
.cid-uiCxHwsNPl .card .card-header a.panel-title h4 {
  padding: 1.2rem;
  margin-bottom: -1px;
  font-weight: 600;
}
.cid-uiCxHwsNPl .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uiCxHwsNPl .card .panel-body {
  color: #767676;
}
.cid-uiCxHwsNPl .panel-collapse {
  border-bottom: 1px solid lightgray;
  margin-top: -1px;
}
.cid-uiCxHwsNPl H4 {
  color: #fffcee;
}
.cid-uiCxHwsNPl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiCxHwsNPl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiCxHwsNPl H2 {
  color: #fffcee;
}
.cid-uiKCC4B3Eb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uiKCC4B3Eb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiKCC4B3Eb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiKCC4B3Eb .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uiKCC4B3Eb .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uiKCC4B3Eb .container {
    padding: 0 26px;
  }
}
.cid-uiKCC4B3Eb .row {
  justify-content: center;
}
.cid-uiKCC4B3Eb .content-wrapper {
  display: flex;
  align-items: center;
  padding: 200px 100px 200px 60px;
  background-color: #232b45;
  border-radius: 20px;
  padding: 200px 60px 200px 100px;
}
@media (max-width: 1440px) {
  .cid-uiKCC4B3Eb .content-wrapper {
    padding: 100px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uiKCC4B3Eb .content-wrapper {
    padding: 100px 20px;
  }
}
@media (max-width: 1440px) {
  .cid-uiKCC4B3Eb .content-wrapper {
    padding: 100px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uiKCC4B3Eb .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uiKCC4B3Eb .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
  padding-right: 0;
  padding-left: 45px;
}
@media (max-width: 992px) {
  .cid-uiKCC4B3Eb .content-wrapper .title-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uiKCC4B3Eb .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uiKCC4B3Eb .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uiKCC4B3Eb .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uiKCC4B3Eb .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uiKCC4B3Eb .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uiKCC4B3Eb .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uiKCC4B3Eb .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uiKCC4B3Eb .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uiKCC4B3Eb .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-uiKCC4B3Eb .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uiKCC4B3Eb .mbr-section-title {
  color: #ffffff;
}
.cid-uiKCC4B3Eb .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uiKCC4B3Eb .mbr-desc {
  color: #ffffff;
}
.cid-uiKCC4B3Eb .mbr-text {
  color: #ffffff;
}
.cid-uiKCC4B3Eb .mbr-link {
  color: #ffffff;
}
.cid-uiCz9zRAyX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uiCz9zRAyX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiCz9zRAyX .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-uiCz9zRAyX .container {
    padding: 0 20px;
  }
}
.cid-uiCz9zRAyX .row {
  margin: 0;
}
.cid-uiCz9zRAyX .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uiCz9zRAyX .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uiCz9zRAyX .video-block .video-wrapper .app-video-wrapper::before {
  color: #f92c50;
  text-shadow: none;
}
.cid-uiCz9zRAyX .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uiCz9zRAyX .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uiCz9zRAyX .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uiCz9zRAyX .mbr-section-title {
  color: #fffcee;
}
.cid-uiCweCAgms {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffcee;
}
.cid-uiCweCAgms .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiCweCAgms .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiCweCAgms .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uiCweCAgms .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uiCweCAgms .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uiCweCAgms .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uiCweCAgms .container {
    padding: 0 16px;
  }
}
.cid-uiCweCAgms .row {
  justify-content: center;
}
.cid-uiCweCAgms .content-wrapper {
  padding: 80px 60px;
  display: flex;
  align-items: center;
  border-radius: 1rem;
  background-color: #232b45;
}
@media (max-width: 1200px) {
  .cid-uiCweCAgms .content-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uiCweCAgms .content-wrapper {
    padding: 30px 25px;
  }
}
.cid-uiCweCAgms .content-wrapper .image-wrap {
  min-width: 40%;
}
@media (max-width: 1200px) {
  .cid-uiCweCAgms .content-wrapper .image-wrap {
    margin-bottom: 32px;
  }
}
.cid-uiCweCAgms .content-wrapper .image-wrap img {
  height: 450px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 1200px) {
  .cid-uiCweCAgms .content-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uiCweCAgms .content-wrapper .content-wrap {
  padding-left: 64px;
  padding-left: 0;
  padding-right: 64px;
}
@media (max-width: 1200px) {
  .cid-uiCweCAgms .content-wrapper .content-wrap {
    padding: 0;
  }
}
@media (max-width: 1200px) {
  .cid-uiCweCAgms .content-wrapper .content-wrap {
    padding: 0;
  }
}
.cid-uiCweCAgms .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uiCweCAgms .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-uiCweCAgms .mbr-section-title {
  color: #fffcee;
}
.cid-uiCweCAgms .mbr-text {
  color: #fffcee;
}
.cid-uiCznuHufq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #232b45;
}
.cid-uiCznuHufq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiCznuHufq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiCznuHufq .google-map {
  height: 40rem;
  position: relative;
  border-radius: 2rem;
}
.cid-uiCznuHufq .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uiCznuHufq .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uiCznuHufq .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uiCznuHufq .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uiCznuHufq .content-head {
  max-width: 800px;
}
.cid-uiCznuHufq .mbr-section-title {
  color: #fffcee;
}
.cid-uiCzEhl1iZ {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #fffcee;
  overflow: hidden;
}
.cid-uiCzEhl1iZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiCzEhl1iZ .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-uiCzEhl1iZ .container {
    padding: 0 30px;
  }
}
.cid-uiCzEhl1iZ .row {
  justify-content: center;
}
.cid-uiCzEhl1iZ .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uiCzEhl1iZ .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uiCzEhl1iZ .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uiCzEhl1iZ .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uiCzEhl1iZ .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uiCzEhl1iZ .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uiCzEhl1iZ .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uiCzEhl1iZ .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uiCzEhl1iZ .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uiCzEhl1iZ .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uiCzEhl1iZ .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uiCzEhl1iZ .nav-wrapper .list .item-wrap:hover,
.cid-uiCzEhl1iZ .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uiCzEhl1iZ .nav-wrapper .list .item-wrap:hover::before,
.cid-uiCzEhl1iZ .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uiCzEhl1iZ .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #71eac6;
  transition: all 0.3s ease-in-out;
}
.cid-uiCzEhl1iZ .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uiCzEhl1iZ .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uiCzEhl1iZ .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uiCzEhl1iZ .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uiCzEhl1iZ .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uiCzEhl1iZ .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uiCzEhl1iZ .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uiCzEhl1iZ .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uiCzEhl1iZ .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uiCzEhl1iZ .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-uiCzEhl1iZ .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uiCzEhl1iZ .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uiCzEhl1iZ .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uiCzEhl1iZ .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uiCzEhl1iZ .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uiCzEhl1iZ .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #260a30;
}
@media (max-width: 992px) {
  .cid-uiCzEhl1iZ .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uiCzEhl1iZ .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #260a30;
}
.cid-uiCzEhl1iZ .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uiCzEhl1iZ .mbr-section-title {
  color: #bee0d6;
}
.cid-uiCzEhl1iZ .mbr-section-subtitle {
  color: #f92c50;
}
.cid-uiCzEhl1iZ .list {
  color: #bee0d6;
}
.cid-uiCzEhl1iZ .mbr-address {
  color: #bee0d6;
}
.cid-uiCzEhl1iZ .mbr-copy {
  color: #260a30;
}
.cid-uiCzEhl1iZ .list,
.cid-uiCzEhl1iZ .item-wrap,
.cid-uiCzEhl1iZ .nav-wrapper {
  color: #291f1e;
}
.cid-uiCzEhl1iZ .mbr-section-title,
.cid-uiCzEhl1iZ .logo-wrapper {
  color: #59f60a;
}
.cid-uiGbm022Mo {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uiGbm022Mo .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uiGbm022Mo .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uiGbm022Mo .btn {
  font-weight: 400;
}
.cid-uiGbm022Mo .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uiGbm022Mo .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uiGbm022Mo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uiGbm022Mo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uiGbm022Mo .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uiGbm022Mo .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uiGbm022Mo .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uiGbm022Mo .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uiGbm022Mo .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uiGbm022Mo .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uiGbm022Mo .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uiGbm022Mo .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uiGbm022Mo .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uiGbm022Mo .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uiGbm022Mo .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uiGbm022Mo .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uiGbm022Mo .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uiGbm022Mo .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uiGbm022Mo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uiGbm022Mo .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uiGbm022Mo .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uiGbm022Mo .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uiGbm022Mo .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uiGbm022Mo .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #fffcee;
}
.cid-uiGbm022Mo .nav-item:focus,
.cid-uiGbm022Mo .nav-link:focus {
  outline: none;
}
.cid-uiGbm022Mo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uiGbm022Mo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uiGbm022Mo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uiGbm022Mo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uiGbm022Mo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uiGbm022Mo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uiGbm022Mo .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uiGbm022Mo .navbar.opened {
  transition: all 0.25s;
}
.cid-uiGbm022Mo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uiGbm022Mo .navbar .navbar-logo img {
  width: auto;
}
.cid-uiGbm022Mo .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uiGbm022Mo .navbar.collapsed {
  justify-content: center;
}
.cid-uiGbm022Mo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uiGbm022Mo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uiGbm022Mo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uiGbm022Mo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uiGbm022Mo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uiGbm022Mo .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-uiGbm022Mo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uiGbm022Mo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uiGbm022Mo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uiGbm022Mo .navbar {
    min-height: 72px;
  }
  .cid-uiGbm022Mo .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uiGbm022Mo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uiGbm022Mo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uiGbm022Mo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uiGbm022Mo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uiGbm022Mo .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-uiGbm022Mo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uiGbm022Mo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uiGbm022Mo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uiGbm022Mo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uiGbm022Mo .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uiGbm022Mo .dropdown-item.active,
.cid-uiGbm022Mo .dropdown-item:active {
  background-color: transparent;
}
.cid-uiGbm022Mo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uiGbm022Mo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uiGbm022Mo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uiGbm022Mo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffcee;
}
.cid-uiGbm022Mo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uiGbm022Mo .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uiGbm022Mo ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uiGbm022Mo .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uiGbm022Mo .navbar-buttons {
    text-align: left;
  }
}
.cid-uiGbm022Mo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uiGbm022Mo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uiGbm022Mo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uiGbm022Mo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uiGbm022Mo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uiGbm022Mo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uiGbm022Mo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uiGbm022Mo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uiGbm022Mo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uiGbm022Mo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uiGbm022Mo .navbar-dropdown {
  padding: 0;
  background-color: #fffcee !important;
}
.cid-uiGbm022Mo .opacityScroll {
  background: #fffcee !important;
}
.cid-uiGbm022Mo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uiGbm022Mo .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uiGbm022Mo .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uiGbm022Mo .navbar {
    height: 70px;
  }
  .cid-uiGbm022Mo .navbar.opened {
    height: auto;
  }
  .cid-uiGbm022Mo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uiGbm022Mo .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uiGbm022Mo .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uiGbm022Mo .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uiGbm022Mo .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uiGbm022Mo .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uiGbm022Mo .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uiGbm022Mo .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uiGbm022Mo .navbar-brand {
    margin-right: auto;
  }
  .cid-uiGbm022Mo .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #fffcee;
    backdrop-filter: blur(8px);
  }
  .cid-uiGbm022Mo .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uiGbm022Mo .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uiGbm022Mo .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uiGbm022Mo .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uiGbm022Mo .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uiGbm022Mo .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uiGbm022Mo .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uiGbm022Mo .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uiGbm022Mo .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uiGbm022Mo .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uiGbm022Mo .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uiGbm022Mo .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uiGelWQfLN {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #fffcee;
}
.cid-uiGelWQfLN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiGelWQfLN .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-uiGelWQfLN .container {
    padding: 0 20px;
  }
}
.cid-uiGelWQfLN .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uiGelWQfLN .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .cid-uiGelWQfLN .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uiGelWQfLN .image-wrapper img {
  height: 650px;
  border-radius: 2rem !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uiGelWQfLN .image-wrapper img {
    height: 350px;
  }
}
.cid-uiGelWQfLN .mbr-section-title {
  color: #ffffff;
}
.cid-uiGelWQfLN .mbr-text {
  color: #ffffff;
}
.cid-uiGelWQfLN .mbr-text,
.cid-uiGelWQfLN .text-wrapper {
  color: #232323;
}
.cid-uiGelWQfLN .mbr-section-title,
.cid-uiGelWQfLN .mbr-section-btn {
  color: #000000;
}
.cid-uiGepvp3rv {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #232b45;
}
.cid-uiGepvp3rv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiGepvp3rv .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-uiGepvp3rv .container {
    padding: 0 24px;
  }
}
.cid-uiGepvp3rv .content-wrapper .mbr-section-title {
  margin-bottom: 28px;
}
.cid-uiGepvp3rv .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 18px;
}
@media (max-width: 1200px) {
  .cid-uiGepvp3rv .content-wrapper .text-wrap .mbr-text {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uiGepvp3rv .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uiGepvp3rv .mbr-section-title {
  color: #202020;
}
.cid-uiGepvp3rv .mbr-text,
.cid-uiGepvp3rv .text-wrap {
  color: #fffcee;
  text-align: center;
}
.cid-uiGepvp3rv .mbr-section-title,
.cid-uiGepvp3rv .mbr-section-btn {
  text-align: center;
}
.cid-uiGiPfkQox {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uiGiPfkQox .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiGiPfkQox .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiGiPfkQox .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 35px 0;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uiGiPfkQox .content-wrapper {
    padding: 16px 0;
  }
}
.cid-uiGiPfkQox .content-wrapper .google-map {
  width: 100%;
}
.cid-uiGiPfkQox .content-wrapper .google-map iframe {
  height: 550px;
  border-radius: 3rem;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-uiGiPfkQox .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uiGiPfkQox .content-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 3rem;
  background-color: #d0e59f;
  border-radius: 0 !important;
}
.cid-uiGbm6cGqN {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #fffcee;
  overflow: hidden;
}
.cid-uiGbm6cGqN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiGbm6cGqN .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-uiGbm6cGqN .container {
    padding: 0 30px;
  }
}
.cid-uiGbm6cGqN .row {
  justify-content: center;
}
.cid-uiGbm6cGqN .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uiGbm6cGqN .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uiGbm6cGqN .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uiGbm6cGqN .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uiGbm6cGqN .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uiGbm6cGqN .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uiGbm6cGqN .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uiGbm6cGqN .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uiGbm6cGqN .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uiGbm6cGqN .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uiGbm6cGqN .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uiGbm6cGqN .nav-wrapper .list .item-wrap:hover,
.cid-uiGbm6cGqN .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uiGbm6cGqN .nav-wrapper .list .item-wrap:hover::before,
.cid-uiGbm6cGqN .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uiGbm6cGqN .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #71eac6;
  transition: all 0.3s ease-in-out;
}
.cid-uiGbm6cGqN .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uiGbm6cGqN .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uiGbm6cGqN .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uiGbm6cGqN .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uiGbm6cGqN .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uiGbm6cGqN .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uiGbm6cGqN .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uiGbm6cGqN .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uiGbm6cGqN .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uiGbm6cGqN .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-uiGbm6cGqN .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uiGbm6cGqN .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uiGbm6cGqN .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uiGbm6cGqN .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uiGbm6cGqN .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uiGbm6cGqN .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #260a30;
}
@media (max-width: 992px) {
  .cid-uiGbm6cGqN .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uiGbm6cGqN .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #260a30;
}
.cid-uiGbm6cGqN .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uiGbm6cGqN .mbr-section-title {
  color: #bee0d6;
}
.cid-uiGbm6cGqN .mbr-section-subtitle {
  color: #f92c50;
}
.cid-uiGbm6cGqN .list {
  color: #bee0d6;
}
.cid-uiGbm6cGqN .mbr-address {
  color: #bee0d6;
}
.cid-uiGbm6cGqN .mbr-copy {
  color: #260a30;
}
.cid-uiGbm6cGqN .list,
.cid-uiGbm6cGqN .item-wrap,
.cid-uiGbm6cGqN .nav-wrapper {
  color: #291f1e;
}
.cid-uiGbm6cGqN .mbr-section-title,
.cid-uiGbm6cGqN .logo-wrapper {
  color: #59f60a;
}
.cid-uiGfLGIxE9 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uiGfLGIxE9 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uiGfLGIxE9 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uiGfLGIxE9 .btn {
  font-weight: 400;
}
.cid-uiGfLGIxE9 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uiGfLGIxE9 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uiGfLGIxE9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uiGfLGIxE9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uiGfLGIxE9 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uiGfLGIxE9 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uiGfLGIxE9 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uiGfLGIxE9 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uiGfLGIxE9 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uiGfLGIxE9 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uiGfLGIxE9 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uiGfLGIxE9 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uiGfLGIxE9 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uiGfLGIxE9 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uiGfLGIxE9 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uiGfLGIxE9 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uiGfLGIxE9 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uiGfLGIxE9 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uiGfLGIxE9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uiGfLGIxE9 .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uiGfLGIxE9 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uiGfLGIxE9 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uiGfLGIxE9 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uiGfLGIxE9 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #fffcee;
}
.cid-uiGfLGIxE9 .nav-item:focus,
.cid-uiGfLGIxE9 .nav-link:focus {
  outline: none;
}
.cid-uiGfLGIxE9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uiGfLGIxE9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uiGfLGIxE9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uiGfLGIxE9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uiGfLGIxE9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uiGfLGIxE9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uiGfLGIxE9 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uiGfLGIxE9 .navbar.opened {
  transition: all 0.25s;
}
.cid-uiGfLGIxE9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uiGfLGIxE9 .navbar .navbar-logo img {
  width: auto;
}
.cid-uiGfLGIxE9 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uiGfLGIxE9 .navbar.collapsed {
  justify-content: center;
}
.cid-uiGfLGIxE9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uiGfLGIxE9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uiGfLGIxE9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uiGfLGIxE9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uiGfLGIxE9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uiGfLGIxE9 .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-uiGfLGIxE9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uiGfLGIxE9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uiGfLGIxE9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uiGfLGIxE9 .navbar {
    min-height: 72px;
  }
  .cid-uiGfLGIxE9 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uiGfLGIxE9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uiGfLGIxE9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uiGfLGIxE9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uiGfLGIxE9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uiGfLGIxE9 .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-uiGfLGIxE9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uiGfLGIxE9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uiGfLGIxE9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uiGfLGIxE9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uiGfLGIxE9 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uiGfLGIxE9 .dropdown-item.active,
.cid-uiGfLGIxE9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uiGfLGIxE9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uiGfLGIxE9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uiGfLGIxE9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uiGfLGIxE9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffcee;
}
.cid-uiGfLGIxE9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uiGfLGIxE9 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uiGfLGIxE9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uiGfLGIxE9 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uiGfLGIxE9 .navbar-buttons {
    text-align: left;
  }
}
.cid-uiGfLGIxE9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uiGfLGIxE9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uiGfLGIxE9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uiGfLGIxE9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uiGfLGIxE9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uiGfLGIxE9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uiGfLGIxE9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uiGfLGIxE9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uiGfLGIxE9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uiGfLGIxE9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uiGfLGIxE9 .navbar-dropdown {
  padding: 0;
  background-color: #fffcee !important;
}
.cid-uiGfLGIxE9 .opacityScroll {
  background: #fffcee !important;
}
.cid-uiGfLGIxE9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uiGfLGIxE9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uiGfLGIxE9 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uiGfLGIxE9 .navbar {
    height: 70px;
  }
  .cid-uiGfLGIxE9 .navbar.opened {
    height: auto;
  }
  .cid-uiGfLGIxE9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uiGfLGIxE9 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uiGfLGIxE9 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uiGfLGIxE9 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uiGfLGIxE9 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uiGfLGIxE9 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uiGfLGIxE9 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uiGfLGIxE9 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uiGfLGIxE9 .navbar-brand {
    margin-right: auto;
  }
  .cid-uiGfLGIxE9 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #fffcee;
    backdrop-filter: blur(8px);
  }
  .cid-uiGfLGIxE9 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uiGfLGIxE9 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uiGfLGIxE9 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uiGfLGIxE9 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uiGfLGIxE9 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uiGfLGIxE9 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uiGfLGIxE9 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uiGfLGIxE9 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uiGfLGIxE9 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uiGfLGIxE9 .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uiGfLGIxE9 .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uiGfLGIxE9 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uiGfLHdPle {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #fffcee;
}
.cid-uiGfLHdPle .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiGfLHdPle .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-uiGfLHdPle .container {
    padding: 0 20px;
  }
}
.cid-uiGfLHdPle .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uiGfLHdPle .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .cid-uiGfLHdPle .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uiGfLHdPle .image-wrapper img {
  height: 650px;
  border-radius: 2rem !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uiGfLHdPle .image-wrapper img {
    height: 350px;
  }
}
.cid-uiGfLHdPle .mbr-section-title {
  color: #ffffff;
}
.cid-uiGfLHdPle .mbr-text {
  color: #ffffff;
}
.cid-uiGfLHdPle .mbr-text,
.cid-uiGfLHdPle .text-wrapper {
  color: #232323;
}
.cid-uiGfLHdPle .mbr-section-title,
.cid-uiGfLHdPle .mbr-section-btn {
  color: #000000;
}
.cid-uiGfLHx4lB {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #232b45;
}
.cid-uiGfLHx4lB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiGfLHx4lB .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-uiGfLHx4lB .container {
    padding: 0 24px;
  }
}
.cid-uiGfLHx4lB .content-wrapper .mbr-section-title {
  margin-bottom: 28px;
}
.cid-uiGfLHx4lB .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 18px;
}
@media (max-width: 1200px) {
  .cid-uiGfLHx4lB .content-wrapper .text-wrap .mbr-text {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uiGfLHx4lB .content-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uiGfLHx4lB .mbr-section-title {
  color: #202020;
}
.cid-uiGfLHx4lB .mbr-text,
.cid-uiGfLHx4lB .text-wrap {
  color: #fffcee;
  text-align: center;
}
.cid-uiGfLHx4lB .mbr-section-title,
.cid-uiGfLHx4lB .mbr-section-btn {
  text-align: center;
}
.cid-uiGiHkCHAc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e9e9e6;
}
.cid-uiGiHkCHAc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiGiHkCHAc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiGiHkCHAc .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 35px 0;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uiGiHkCHAc .content-wrapper {
    padding: 16px 0;
  }
}
.cid-uiGiHkCHAc .content-wrapper .google-map {
  width: 100%;
}
.cid-uiGiHkCHAc .content-wrapper .google-map iframe {
  height: 550px;
  border-radius: 3rem;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-uiGiHkCHAc .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uiGiHkCHAc .content-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 3rem;
  background-color: #d0e59f;
  border-radius: 0 !important;
}
.cid-uiGfLHQrUC {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #fffcee;
  overflow: hidden;
}
.cid-uiGfLHQrUC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiGfLHQrUC .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-uiGfLHQrUC .container {
    padding: 0 30px;
  }
}
.cid-uiGfLHQrUC .row {
  justify-content: center;
}
.cid-uiGfLHQrUC .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uiGfLHQrUC .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uiGfLHQrUC .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uiGfLHQrUC .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uiGfLHQrUC .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uiGfLHQrUC .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uiGfLHQrUC .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uiGfLHQrUC .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uiGfLHQrUC .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uiGfLHQrUC .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uiGfLHQrUC .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uiGfLHQrUC .nav-wrapper .list .item-wrap:hover,
.cid-uiGfLHQrUC .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uiGfLHQrUC .nav-wrapper .list .item-wrap:hover::before,
.cid-uiGfLHQrUC .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uiGfLHQrUC .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #71eac6;
  transition: all 0.3s ease-in-out;
}
.cid-uiGfLHQrUC .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uiGfLHQrUC .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uiGfLHQrUC .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uiGfLHQrUC .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uiGfLHQrUC .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uiGfLHQrUC .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uiGfLHQrUC .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uiGfLHQrUC .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uiGfLHQrUC .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uiGfLHQrUC .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-uiGfLHQrUC .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uiGfLHQrUC .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uiGfLHQrUC .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uiGfLHQrUC .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uiGfLHQrUC .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uiGfLHQrUC .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #260a30;
}
@media (max-width: 992px) {
  .cid-uiGfLHQrUC .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uiGfLHQrUC .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #260a30;
}
.cid-uiGfLHQrUC .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uiGfLHQrUC .mbr-section-title {
  color: #bee0d6;
}
.cid-uiGfLHQrUC .mbr-section-subtitle {
  color: #f92c50;
}
.cid-uiGfLHQrUC .list {
  color: #bee0d6;
}
.cid-uiGfLHQrUC .mbr-address {
  color: #bee0d6;
}
.cid-uiGfLHQrUC .mbr-copy {
  color: #260a30;
}
.cid-uiGfLHQrUC .list,
.cid-uiGfLHQrUC .item-wrap,
.cid-uiGfLHQrUC .nav-wrapper {
  color: #291f1e;
}
.cid-uiGfLHQrUC .mbr-section-title,
.cid-uiGfLHQrUC .logo-wrapper {
  color: #59f60a;
}
.cid-uiKLs4dFXT {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uiKLs4dFXT .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uiKLs4dFXT .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uiKLs4dFXT .btn {
  font-weight: 400;
}
.cid-uiKLs4dFXT .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uiKLs4dFXT .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uiKLs4dFXT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uiKLs4dFXT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uiKLs4dFXT .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uiKLs4dFXT .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uiKLs4dFXT .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uiKLs4dFXT .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uiKLs4dFXT .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uiKLs4dFXT .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uiKLs4dFXT .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uiKLs4dFXT .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uiKLs4dFXT .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uiKLs4dFXT .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uiKLs4dFXT .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uiKLs4dFXT .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uiKLs4dFXT .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uiKLs4dFXT .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uiKLs4dFXT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uiKLs4dFXT .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uiKLs4dFXT .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uiKLs4dFXT .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uiKLs4dFXT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uiKLs4dFXT .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #fffcee;
}
.cid-uiKLs4dFXT .nav-item:focus,
.cid-uiKLs4dFXT .nav-link:focus {
  outline: none;
}
.cid-uiKLs4dFXT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uiKLs4dFXT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uiKLs4dFXT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uiKLs4dFXT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uiKLs4dFXT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uiKLs4dFXT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uiKLs4dFXT .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uiKLs4dFXT .navbar.opened {
  transition: all 0.25s;
}
.cid-uiKLs4dFXT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uiKLs4dFXT .navbar .navbar-logo img {
  width: auto;
}
.cid-uiKLs4dFXT .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uiKLs4dFXT .navbar.collapsed {
  justify-content: center;
}
.cid-uiKLs4dFXT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uiKLs4dFXT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uiKLs4dFXT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uiKLs4dFXT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uiKLs4dFXT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uiKLs4dFXT .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-uiKLs4dFXT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uiKLs4dFXT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uiKLs4dFXT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uiKLs4dFXT .navbar {
    min-height: 72px;
  }
  .cid-uiKLs4dFXT .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uiKLs4dFXT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uiKLs4dFXT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uiKLs4dFXT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uiKLs4dFXT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uiKLs4dFXT .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-uiKLs4dFXT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uiKLs4dFXT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uiKLs4dFXT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uiKLs4dFXT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uiKLs4dFXT .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uiKLs4dFXT .dropdown-item.active,
.cid-uiKLs4dFXT .dropdown-item:active {
  background-color: transparent;
}
.cid-uiKLs4dFXT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uiKLs4dFXT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uiKLs4dFXT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uiKLs4dFXT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffcee;
}
.cid-uiKLs4dFXT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uiKLs4dFXT .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uiKLs4dFXT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uiKLs4dFXT .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uiKLs4dFXT .navbar-buttons {
    text-align: left;
  }
}
.cid-uiKLs4dFXT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uiKLs4dFXT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uiKLs4dFXT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uiKLs4dFXT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uiKLs4dFXT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uiKLs4dFXT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uiKLs4dFXT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uiKLs4dFXT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uiKLs4dFXT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uiKLs4dFXT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uiKLs4dFXT .navbar-dropdown {
  padding: 0;
  background-color: #fffcee !important;
}
.cid-uiKLs4dFXT .opacityScroll {
  background: #fffcee !important;
}
.cid-uiKLs4dFXT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uiKLs4dFXT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uiKLs4dFXT .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uiKLs4dFXT .navbar {
    height: 70px;
  }
  .cid-uiKLs4dFXT .navbar.opened {
    height: auto;
  }
  .cid-uiKLs4dFXT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uiKLs4dFXT .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uiKLs4dFXT .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uiKLs4dFXT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uiKLs4dFXT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uiKLs4dFXT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uiKLs4dFXT .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uiKLs4dFXT .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uiKLs4dFXT .navbar-brand {
    margin-right: auto;
  }
  .cid-uiKLs4dFXT .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #fffcee;
    backdrop-filter: blur(8px);
  }
  .cid-uiKLs4dFXT .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uiKLs4dFXT .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uiKLs4dFXT .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uiKLs4dFXT .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uiKLs4dFXT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uiKLs4dFXT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uiKLs4dFXT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uiKLs4dFXT .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uiKLs4dFXT .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uiKLs4dFXT .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uiKLs4dFXT .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uiKLs4dFXT .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uiKLs4FHHM {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uiKLs4FHHM .mbr-section-title {
  color: #ffffff;
}
.cid-uiKLs4FHHM .mbr-text,
.cid-uiKLs4FHHM .mbr-section-btn {
  color: #fffcee;
}
.cid-uiKLs4FHHM .mbr-section-text {
  color: #ffffff;
}
.cid-uiKLs4FHHM img {
  border-radius: 2rem;
}
.cid-uiKLs4FHHM .mbr-section-subtitle {
  color: #8364e2;
}
.cid-uiKLs4FHHM .number {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uiKLs4FHHM .image-wrapper {
    display: none;
  }
}
.cid-uiKLs4FHHM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiKLs4FHHM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiKLs54EnE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffcee;
}
.cid-uiKLs54EnE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiKLs54EnE .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-uiKLs54EnE .container {
    padding: 0 15px;
  }
}
.cid-uiKLs54EnE .row {
  justify-content: center;
}
.cid-uiKLs54EnE .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uiKLs54EnE .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uiKLs54EnE .subtitle-wrapper {
  padding-right: 28px;
}
@media (max-width: 992px) {
  .cid-uiKLs54EnE .subtitle-wrapper {
    padding: 0;
  }
}
.cid-uiKLs54EnE .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uiKLs54EnE .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uiKLs54EnE .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-uiKLs54EnE .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-uiKLs54EnE .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-uiKLs54EnE .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uiKLs54EnE .lists-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  margin-left: -50px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #232b45;
  color: #ffa600;
  font-size: 16px;
}
@media (max-width: 992px) {
  .cid-uiKLs54EnE .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-uiKLs54EnE .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-uiKLs54EnE .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uiKLs54EnE .list {
  color: #ffffff;
}
.cid-uiKLs54EnE .list,
.cid-uiKLs54EnE .item-wrap {
  color: #232323;
}
.cid-uiKLs5wAFP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232b45;
}
.cid-uiKLs5wAFP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiKLs5wAFP .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-uiKLs5wAFP .container {
    padding: 0 16px;
  }
}
.cid-uiKLs5wAFP .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uiKLs5wAFP .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #000000;
}
.cid-uiKLs5wAFP .mbr-section-title {
  color: #ffffff;
}
.cid-uiKLs5wAFP .mbr-section-title,
.cid-uiKLs5wAFP .mbr-section-btn {
  text-align: center;
  color: #fffcee;
}
.cid-uiKLs5TTng {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffcee;
}
.cid-uiKLs5TTng .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiKLs5TTng .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiKLs5TTng .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uiKLs5TTng .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uiKLs5TTng .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uiKLs5TTng .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uiKLs5TTng .container {
    padding: 0 24px;
  }
}
.cid-uiKLs5TTng .row {
  justify-content: center;
}
.cid-uiKLs5TTng .title-wrapper {
  padding-right: 48px;
  padding-right: 0;
  padding-left: 48px;
}
@media (max-width: 1440px) {
  .cid-uiKLs5TTng .title-wrapper {
    padding-right: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uiKLs5TTng .title-wrapper {
    padding-right: 0;
  }
}
@media (max-width: 1440px) {
  .cid-uiKLs5TTng .title-wrapper {
    padding-left: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uiKLs5TTng .title-wrapper {
    padding-left: 0;
  }
}
.cid-uiKLs5TTng .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fffcee;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #fffcee;
}
.cid-uiKLs5TTng .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uiKLs5TTng .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uiKLs5TTng .text-wrapper {
  padding-left: 48px;
  padding-left: 0;
  padding-right: 48px;
}
@media (max-width: 1440px) {
  .cid-uiKLs5TTng .text-wrapper {
    padding-left: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uiKLs5TTng .text-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 1440px) {
  .cid-uiKLs5TTng .text-wrapper {
    padding-right: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uiKLs5TTng .text-wrapper {
    padding-right: 0;
  }
}
.cid-uiKLs5TTng .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uiKLs5TTng .text-wrapper .mbr-text:first-child {
  margin-bottom: 16px;
}
.cid-uiKLs5TTng .text-wrapper .mbr-text:nth-child(2) {
  opacity: .5;
}
.cid-uiKLs5TTng .mbr-section-title {
  color: #18212d;
}
.cid-uiKLs5TTng .mbr-desc {
  color: #18212d;
}
.cid-uiKLs5TTng .mbr-text {
  color: #18212d;
}
.cid-uiKLs5TTng .mbr-desc,
.cid-uiKLs5TTng .desc-wrapper {
  text-align: center;
}
.cid-uiLdOR1IV6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232b45;
}
.cid-uiLdOR1IV6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiLdOR1IV6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiLdOR1IV6 .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uiLdOR1IV6 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uiLdOR1IV6 .container {
    padding: 0 26px;
  }
}
.cid-uiLdOR1IV6 .row {
  justify-content: center;
}
.cid-uiLdOR1IV6 .content-wrapper {
  display: flex;
  align-items: center;
  padding: 100px 60px;
  background-color: #fffcee;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uiLdOR1IV6 .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uiLdOR1IV6 .content-wrapper .content-wrap {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uiLdOR1IV6 .content-wrapper .content-wrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uiLdOR1IV6 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uiLdOR1IV6 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uiLdOR1IV6 .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uiLdOR1IV6 .content-wrapper .content-wrap .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uiLdOR1IV6 .content-wrapper .content-wrap .mbr-section-btn .btn {
  width: 70%;
}
@media (max-width: 1200px) {
  .cid-uiLdOR1IV6 .content-wrapper .content-wrap .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uiLdOR1IV6 .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uiLdOR1IV6 .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uiLdOR1IV6 .content-wrapper .image-wrapper img {
  height: 685px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uiLdOR1IV6 .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uiLdOR1IV6 .mbr-section-title {
  color: #000000;
}
.cid-uiLdOR1IV6 .mbr-section-subtitle {
  color: #000000;
}
.cid-uiLdOR1IV6 .mbr-text {
  color: #000000;
}
.cid-uiKLs6MzZa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #fffcee;
}
.cid-uiKLs6MzZa .decor-wrap_1 {
  position: absolute;
  top: -65%;
  right: -10rem;
  width: 474px;
  height: 474px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #232b45 0, #232323 43%, #232b45 100%);
}
.cid-uiKLs6MzZa .decor-wrap_2 {
  position: absolute;
  bottom: -25%;
  left: -2rem;
  width: 254px;
  height: 254px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #232b45 0, #232323 43%, #232b45 100%);
}
.cid-uiKLs6MzZa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiKLs6MzZa .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-uiKLs6MzZa .container {
    padding: 0 30px;
  }
}
.cid-uiKLs6MzZa .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uiKLs6MzZa .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uiKLs6MzZa .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uiKLs6MzZa .text-wrapper {
  border-left: 1px solid #232b45;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-uiKLs6MzZa .text-wrapper {
    padding-left: 20px;
  }
}
.cid-uiKLs6MzZa .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uiKLs6MzZa .mbr-section-title {
  color: #232323;
}
.cid-uiKLs6MzZa .mbr-text {
  color: #232323;
}
.cid-uiKLs7e2IZ {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #232b45;
}
.cid-uiKLs7e2IZ .mbr-fallback-image.disabled {
  display: none;
}
@media (max-width: 767px) {
  .cid-uiKLs7e2IZ .display-1 {
    font-size: 2rem;
  }
}
.cid-uiKLs7e2IZ .mbr-section-title {
  padding-left: 2rem;
}
.cid-uiKLs7e2IZ .content-wrap {
  position: relative;
  overflow: hidden;
}
.cid-uiKLs7e2IZ .content-wrap:after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  transition: all 0.5s;
  background: #59f60a;
  left: 33px;
  top: 13px;
  border-radius: 50%;
}
.cid-uiKLs7e2IZ .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.cid-uiKLs7e2IZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiKLs7e2IZ .mbr-section-subtitle,
.cid-uiKLs7e2IZ .line {
  color: #291f1e;
}
.cid-uiKLs7e2IZ .mbr-text,
.cid-uiKLs7e2IZ .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uiKLs7e2IZ .mbr-section-title,
.cid-uiKLs7e2IZ .line {
  color: #fffcee;
  text-align: left;
}
.cid-uiKLs7e2IZ .mbr-section-subtitle {
  color: #fffcee;
}
.cid-uiKLs7JP42 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffcee;
}
.cid-uiKLs7JP42 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiKLs7JP42 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiKLs7JP42 .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uiKLs7JP42 .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uiKLs7JP42 .content-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uiKLs7JP42 .content-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uiKLs7JP42 .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uiKLs7JP42 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uiKLs7JP42 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uiKLs7JP42 .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uiKLs7JP42 .image-wrapper {
  padding-left: 30px;
}
@media (max-width: 992px) {
  .cid-uiKLs7JP42 .image-wrapper {
    padding-left: 0;
  }
}
.cid-uiKLs7JP42 .image-wrapper img {
  height: 540px;
  object-fit: cover;
  border-radius: 0 16rem;
}
@media (max-width: 992px) {
  .cid-uiKLs7JP42 .image-wrapper img {
    height: 350px;
    border-radius: 0 8rem;
  }
}
.cid-uiKLs7JP42 .mbr-section-title {
  color: #000000;
}
.cid-uiKLs7JP42 .mbr-desc {
  color: #000000;
}
.cid-uiKLs7JP42 .mbr-text {
  color: #000000;
}
.cid-uiKLs8aLgZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232b45;
}
.cid-uiKLs8aLgZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiKLs8aLgZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiKLs8aLgZ .container,
.cid-uiKLs8aLgZ .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uiKLs8aLgZ .container,
  .cid-uiKLs8aLgZ .container-fluid {
    padding: 0 20px;
  }
}
.cid-uiKLs8aLgZ .row {
  position: relative;
  justify-content: center;
  padding: 100px 4px;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  background-color: #fffcee;
}
@media (max-width: 992px) {
  .cid-uiKLs8aLgZ .row {
    padding: 85px 0;
    margin: 0;
  }
}
.cid-uiKLs8aLgZ .row .card {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-uiKLs8aLgZ .card {
    margin-bottom: 20px;
  }
}
.cid-uiKLs8aLgZ .card .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
  background-color: #232b45;
  padding: 50px 16px;
}
@media (max-width: 992px) {
  .cid-uiKLs8aLgZ .card .card-wrapper {
    padding: 20px 8px;
  }
}
.cid-uiKLs8aLgZ .card .card-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uiKLs8aLgZ .card .card-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uiKLs8aLgZ .mbr-card-title {
  color: #3d4045;
}
.cid-uiKLs8aLgZ .mbr-text {
  color: #3d4045;
  text-align: center;
}
.cid-uiKLs8aLgZ .mbr-card-title,
.cid-uiKLs8aLgZ .mbr-section-btn {
  text-align: center;
  color: #fffcee;
}
.cid-uiKLs8IMq2 {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fffcee;
}
.cid-uiKLs8IMq2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiKLs8IMq2 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uiKLs8IMq2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiKLs8IMq2 h1 {
  max-width: 800px;
}
.cid-uiKLs8IMq2 p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uiKLs8IMq2 .btn:hover {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #59f60a !important;
}
.cid-uiKLs8IMq2 .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uiKLs8IMq2 .btn div {
  overflow: hidden;
}
.cid-uiKLs8IMq2 .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-uiKLs8IMq2 {
    align-items: center;
  }
  .cid-uiKLs8IMq2 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uiKLs8IMq2 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uiKLs8IMq2 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uiKLs8IMq2 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uiKLs8IMq2 .content-wrap {
    width: 100%;
  }
}
.cid-uiKLs8IMq2 .mbr-section-subtitle,
.cid-uiKLs8IMq2 .line {
  color: #291f1e;
}
.cid-uiKLs8IMq2 .mbr-text,
.cid-uiKLs8IMq2 .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uiKLs8IMq2 .mbr-section-title {
  color: #291f1e;
}
.cid-uiKLs98I6P {
  padding-top: 60px;
  padding-bottom: 75px;
  position: relative;
  background-color: #232b45;
}
.cid-uiKLs98I6P .accordion .card {
  overflow: visible;
}
.cid-uiKLs98I6P .mbr-iconfont {
  font-family: 'Moririse2' !important;
  font-size: 1rem !important;
}
.cid-uiKLs98I6P .mbri-arrow-down:before {
  content: '\e909';
}
.cid-uiKLs98I6P .panel-text {
  padding: 0rem;
}
.cid-uiKLs98I6P .panel-title {
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
.cid-uiKLs98I6P .collapsed {
  border-bottom: 1px solid lightgray !important;
}
.cid-uiKLs98I6P .card {
  border-radius: 0px;
  margin-bottom: 0px;
}
.cid-uiKLs98I6P .card .card-header {
  border-radius: 0px;
  border: none;
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
}
.cid-uiKLs98I6P .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-uiKLs98I6P .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uiKLs98I6P .card .card-header a.panel-title:active {
  border-bottom: 0px solid lightgray;
}
.cid-uiKLs98I6P .card .card-header a.panel-title h4 {
  padding: 1.2rem;
  margin-bottom: -1px;
  font-weight: 600;
}
.cid-uiKLs98I6P .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uiKLs98I6P .card .panel-body {
  color: #767676;
}
.cid-uiKLs98I6P .panel-collapse {
  border-bottom: 1px solid lightgray;
  margin-top: -1px;
}
.cid-uiKLs98I6P H4 {
  color: #fffcee;
}
.cid-uiKLs98I6P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiKLs98I6P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiKLs98I6P H2 {
  color: #fffcee;
}
.cid-uiKLs9JHme {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uiKLs9JHme .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiKLs9JHme .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiKLs9JHme .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uiKLs9JHme .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uiKLs9JHme .container {
    padding: 0 26px;
  }
}
.cid-uiKLs9JHme .row {
  justify-content: center;
}
.cid-uiKLs9JHme .content-wrapper {
  display: flex;
  align-items: center;
  padding: 200px 100px 200px 60px;
  background-color: #232b45;
  border-radius: 20px;
  padding: 200px 60px 200px 100px;
}
@media (max-width: 1440px) {
  .cid-uiKLs9JHme .content-wrapper {
    padding: 100px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uiKLs9JHme .content-wrapper {
    padding: 100px 20px;
  }
}
@media (max-width: 1440px) {
  .cid-uiKLs9JHme .content-wrapper {
    padding: 100px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uiKLs9JHme .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uiKLs9JHme .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
  padding-right: 0;
  padding-left: 45px;
}
@media (max-width: 992px) {
  .cid-uiKLs9JHme .content-wrapper .title-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uiKLs9JHme .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uiKLs9JHme .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uiKLs9JHme .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uiKLs9JHme .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uiKLs9JHme .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uiKLs9JHme .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uiKLs9JHme .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uiKLs9JHme .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uiKLs9JHme .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-uiKLs9JHme .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uiKLs9JHme .mbr-section-title {
  color: #ffffff;
}
.cid-uiKLs9JHme .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uiKLs9JHme .mbr-desc {
  color: #ffffff;
}
.cid-uiKLs9JHme .mbr-text {
  color: #ffffff;
}
.cid-uiKLs9JHme .mbr-link {
  color: #ffffff;
}
.cid-uiKLsab7aI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uiKLsab7aI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiKLsab7aI .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-uiKLsab7aI .container {
    padding: 0 20px;
  }
}
.cid-uiKLsab7aI .row {
  margin: 0;
}
.cid-uiKLsab7aI .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uiKLsab7aI .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uiKLsab7aI .video-block .video-wrapper .app-video-wrapper::before {
  color: #f92c50;
  text-shadow: none;
}
.cid-uiKLsab7aI .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uiKLsab7aI .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uiKLsab7aI .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uiKLsab7aI .mbr-section-title {
  color: #fffcee;
}
.cid-uiKLsaFLi8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffcee;
}
.cid-uiKLsaFLi8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiKLsaFLi8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiKLsaFLi8 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uiKLsaFLi8 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uiKLsaFLi8 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uiKLsaFLi8 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uiKLsaFLi8 .container {
    padding: 0 16px;
  }
}
.cid-uiKLsaFLi8 .row {
  justify-content: center;
}
.cid-uiKLsaFLi8 .content-wrapper {
  padding: 80px 60px;
  display: flex;
  align-items: center;
  border-radius: 1rem;
  background-color: #232b45;
}
@media (max-width: 1200px) {
  .cid-uiKLsaFLi8 .content-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uiKLsaFLi8 .content-wrapper {
    padding: 30px 25px;
  }
}
.cid-uiKLsaFLi8 .content-wrapper .image-wrap {
  min-width: 40%;
}
@media (max-width: 1200px) {
  .cid-uiKLsaFLi8 .content-wrapper .image-wrap {
    margin-bottom: 32px;
  }
}
.cid-uiKLsaFLi8 .content-wrapper .image-wrap img {
  height: 450px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 1200px) {
  .cid-uiKLsaFLi8 .content-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uiKLsaFLi8 .content-wrapper .content-wrap {
  padding-left: 64px;
  padding-left: 0;
  padding-right: 64px;
}
@media (max-width: 1200px) {
  .cid-uiKLsaFLi8 .content-wrapper .content-wrap {
    padding: 0;
  }
}
@media (max-width: 1200px) {
  .cid-uiKLsaFLi8 .content-wrapper .content-wrap {
    padding: 0;
  }
}
.cid-uiKLsaFLi8 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uiKLsaFLi8 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-uiKLsaFLi8 .mbr-section-title {
  color: #fffcee;
}
.cid-uiKLsaFLi8 .mbr-text {
  color: #fffcee;
}
.cid-uiLk6wrXQu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uiLk6wrXQu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiLk6wrXQu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiLk6wrXQu .items-wrapper {
  justify-content: space-between;
  margin: 0 -5px;
}
.cid-uiLk6wrXQu .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uiLk6wrXQu .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uiLk6wrXQu .panel-group .card {
  position: relative;
  padding: 32px;
  margin-top: 8px;
  background-color: #232b45;
}
@media (max-width: 992px) {
  .cid-uiLk6wrXQu .panel-group .card {
    padding: 24px;
    margin-top: 16px;
  }
}
.cid-uiLk6wrXQu .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uiLk6wrXQu .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uiLk6wrXQu .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uiLk6wrXQu .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uiLk6wrXQu .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uiLk6wrXQu .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uiLk6wrXQu .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #fffcee;
}
.cid-uiLk6wrXQu .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uiLk6wrXQu .panel-group .card .card-header .panel-title:hover .icon-wrapper,
.cid-uiLk6wrXQu .panel-group .card .card-header .panel-title:focus .icon-wrapper {
  opacity: .3;
}
.cid-uiLk6wrXQu .panel-group .card .panel-collapse .panel-body {
  margin: 32px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uiLk6wrXQu .panel-group .card .panel-collapse .panel-body {
    margin: 24px 0 0 0;
  }
}
.cid-uiLk6wrXQu .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uiLk6wrXQu .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uiLk6wrXQu .card {
  justify-content: space-between;
}
.cid-uiLk6wrXQu .mbr-section-title {
  color: #232b45;
  text-align: center;
}
.cid-uiLk6wrXQu .panel-title-edit {
  color: #fffcee;
}
.cid-uiLk6wrXQu .panel-text {
  color: #f24d4a;
}
.cid-uiLk6wrXQu .panel-text,
.cid-uiLk6wrXQu .panel-body {
  color: #fffcee;
}
.cid-uiKLsb8KqA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #232b45;
}
.cid-uiKLsb8KqA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiKLsb8KqA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiKLsb8KqA .google-map {
  height: 40rem;
  position: relative;
  border-radius: 2rem;
}
.cid-uiKLsb8KqA .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uiKLsb8KqA .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uiKLsb8KqA .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uiKLsb8KqA .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uiKLsb8KqA .content-head {
  max-width: 800px;
}
.cid-uiKLsb8KqA .mbr-section-title {
  color: #fffcee;
}
.cid-uiKLsbFWfP {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #fffcee;
  overflow: hidden;
}
.cid-uiKLsbFWfP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiKLsbFWfP .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-uiKLsbFWfP .container {
    padding: 0 30px;
  }
}
.cid-uiKLsbFWfP .row {
  justify-content: center;
}
.cid-uiKLsbFWfP .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uiKLsbFWfP .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uiKLsbFWfP .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uiKLsbFWfP .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uiKLsbFWfP .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uiKLsbFWfP .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uiKLsbFWfP .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uiKLsbFWfP .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uiKLsbFWfP .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uiKLsbFWfP .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uiKLsbFWfP .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uiKLsbFWfP .nav-wrapper .list .item-wrap:hover,
.cid-uiKLsbFWfP .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uiKLsbFWfP .nav-wrapper .list .item-wrap:hover::before,
.cid-uiKLsbFWfP .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uiKLsbFWfP .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #71eac6;
  transition: all 0.3s ease-in-out;
}
.cid-uiKLsbFWfP .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uiKLsbFWfP .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uiKLsbFWfP .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uiKLsbFWfP .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uiKLsbFWfP .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uiKLsbFWfP .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uiKLsbFWfP .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uiKLsbFWfP .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uiKLsbFWfP .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uiKLsbFWfP .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-uiKLsbFWfP .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uiKLsbFWfP .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uiKLsbFWfP .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uiKLsbFWfP .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uiKLsbFWfP .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uiKLsbFWfP .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #260a30;
}
@media (max-width: 992px) {
  .cid-uiKLsbFWfP .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uiKLsbFWfP .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #260a30;
}
.cid-uiKLsbFWfP .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uiKLsbFWfP .mbr-section-title {
  color: #bee0d6;
}
.cid-uiKLsbFWfP .mbr-section-subtitle {
  color: #f92c50;
}
.cid-uiKLsbFWfP .list {
  color: #bee0d6;
}
.cid-uiKLsbFWfP .mbr-address {
  color: #bee0d6;
}
.cid-uiKLsbFWfP .mbr-copy {
  color: #260a30;
}
.cid-uiKLsbFWfP .list,
.cid-uiKLsbFWfP .item-wrap,
.cid-uiKLsbFWfP .nav-wrapper {
  color: #291f1e;
}
.cid-uiKLsbFWfP .mbr-section-title,
.cid-uiKLsbFWfP .logo-wrapper {
  color: #59f60a;
}
.cid-uiKLsEygcN {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uiKLsEygcN .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uiKLsEygcN .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uiKLsEygcN .btn {
  font-weight: 400;
}
.cid-uiKLsEygcN .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uiKLsEygcN .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uiKLsEygcN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uiKLsEygcN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uiKLsEygcN .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uiKLsEygcN .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uiKLsEygcN .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uiKLsEygcN .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uiKLsEygcN .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uiKLsEygcN .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uiKLsEygcN .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uiKLsEygcN .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uiKLsEygcN .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uiKLsEygcN .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uiKLsEygcN .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uiKLsEygcN .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uiKLsEygcN .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uiKLsEygcN .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uiKLsEygcN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uiKLsEygcN .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uiKLsEygcN .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uiKLsEygcN .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uiKLsEygcN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uiKLsEygcN .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #fffcee;
}
.cid-uiKLsEygcN .nav-item:focus,
.cid-uiKLsEygcN .nav-link:focus {
  outline: none;
}
.cid-uiKLsEygcN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uiKLsEygcN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uiKLsEygcN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uiKLsEygcN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uiKLsEygcN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uiKLsEygcN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uiKLsEygcN .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uiKLsEygcN .navbar.opened {
  transition: all 0.25s;
}
.cid-uiKLsEygcN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uiKLsEygcN .navbar .navbar-logo img {
  width: auto;
}
.cid-uiKLsEygcN .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uiKLsEygcN .navbar.collapsed {
  justify-content: center;
}
.cid-uiKLsEygcN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uiKLsEygcN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uiKLsEygcN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uiKLsEygcN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uiKLsEygcN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uiKLsEygcN .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-uiKLsEygcN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uiKLsEygcN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uiKLsEygcN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uiKLsEygcN .navbar {
    min-height: 72px;
  }
  .cid-uiKLsEygcN .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uiKLsEygcN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uiKLsEygcN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uiKLsEygcN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uiKLsEygcN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uiKLsEygcN .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-uiKLsEygcN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uiKLsEygcN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uiKLsEygcN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uiKLsEygcN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uiKLsEygcN .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uiKLsEygcN .dropdown-item.active,
.cid-uiKLsEygcN .dropdown-item:active {
  background-color: transparent;
}
.cid-uiKLsEygcN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uiKLsEygcN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uiKLsEygcN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uiKLsEygcN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffcee;
}
.cid-uiKLsEygcN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uiKLsEygcN .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uiKLsEygcN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uiKLsEygcN .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uiKLsEygcN .navbar-buttons {
    text-align: left;
  }
}
.cid-uiKLsEygcN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uiKLsEygcN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uiKLsEygcN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uiKLsEygcN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uiKLsEygcN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uiKLsEygcN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uiKLsEygcN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uiKLsEygcN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uiKLsEygcN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uiKLsEygcN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uiKLsEygcN .navbar-dropdown {
  padding: 0;
  background-color: #fffcee !important;
}
.cid-uiKLsEygcN .opacityScroll {
  background: #fffcee !important;
}
.cid-uiKLsEygcN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uiKLsEygcN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uiKLsEygcN .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uiKLsEygcN .navbar {
    height: 70px;
  }
  .cid-uiKLsEygcN .navbar.opened {
    height: auto;
  }
  .cid-uiKLsEygcN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uiKLsEygcN .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uiKLsEygcN .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uiKLsEygcN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uiKLsEygcN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uiKLsEygcN .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uiKLsEygcN .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uiKLsEygcN .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uiKLsEygcN .navbar-brand {
    margin-right: auto;
  }
  .cid-uiKLsEygcN .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #fffcee;
    backdrop-filter: blur(8px);
  }
  .cid-uiKLsEygcN .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uiKLsEygcN .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uiKLsEygcN .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uiKLsEygcN .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uiKLsEygcN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uiKLsEygcN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uiKLsEygcN .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uiKLsEygcN .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uiKLsEygcN .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uiKLsEygcN .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uiKLsEygcN .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uiKLsEygcN .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uiKLsEZb2x {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uiKLsEZb2x .mbr-section-title {
  color: #ffffff;
}
.cid-uiKLsEZb2x .mbr-text,
.cid-uiKLsEZb2x .mbr-section-btn {
  color: #fffcee;
}
.cid-uiKLsEZb2x .mbr-section-text {
  color: #ffffff;
}
.cid-uiKLsEZb2x img {
  border-radius: 2rem;
}
.cid-uiKLsEZb2x .mbr-section-subtitle {
  color: #8364e2;
}
.cid-uiKLsEZb2x .number {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uiKLsEZb2x .image-wrapper {
    display: none;
  }
}
.cid-uiKLsEZb2x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiKLsEZb2x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiKLsFrat2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffcee;
}
.cid-uiKLsFrat2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiKLsFrat2 .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-uiKLsFrat2 .container {
    padding: 0 15px;
  }
}
.cid-uiKLsFrat2 .row {
  justify-content: center;
}
.cid-uiKLsFrat2 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uiKLsFrat2 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uiKLsFrat2 .subtitle-wrapper {
  padding-right: 28px;
}
@media (max-width: 992px) {
  .cid-uiKLsFrat2 .subtitle-wrapper {
    padding: 0;
  }
}
.cid-uiKLsFrat2 .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uiKLsFrat2 .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uiKLsFrat2 .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-uiKLsFrat2 .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-uiKLsFrat2 .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-uiKLsFrat2 .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uiKLsFrat2 .lists-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  margin-left: -50px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #232b45;
  color: #ffa600;
  font-size: 16px;
}
@media (max-width: 992px) {
  .cid-uiKLsFrat2 .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-uiKLsFrat2 .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-uiKLsFrat2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uiKLsFrat2 .list {
  color: #ffffff;
}
.cid-uiKLsFrat2 .list,
.cid-uiKLsFrat2 .item-wrap {
  color: #232323;
}
.cid-uiKLsFPn1X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232b45;
}
.cid-uiKLsFPn1X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiKLsFPn1X .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-uiKLsFPn1X .container {
    padding: 0 16px;
  }
}
.cid-uiKLsFPn1X .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uiKLsFPn1X .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #000000;
}
.cid-uiKLsFPn1X .mbr-section-title {
  color: #ffffff;
}
.cid-uiKLsFPn1X .mbr-section-title,
.cid-uiKLsFPn1X .mbr-section-btn {
  text-align: center;
  color: #fffcee;
}
.cid-uiKLsGcfSE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffcee;
}
.cid-uiKLsGcfSE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiKLsGcfSE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiKLsGcfSE .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uiKLsGcfSE .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uiKLsGcfSE .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uiKLsGcfSE .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uiKLsGcfSE .container {
    padding: 0 24px;
  }
}
.cid-uiKLsGcfSE .row {
  justify-content: center;
}
.cid-uiKLsGcfSE .title-wrapper {
  padding-right: 48px;
  padding-right: 0;
  padding-left: 48px;
}
@media (max-width: 1440px) {
  .cid-uiKLsGcfSE .title-wrapper {
    padding-right: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uiKLsGcfSE .title-wrapper {
    padding-right: 0;
  }
}
@media (max-width: 1440px) {
  .cid-uiKLsGcfSE .title-wrapper {
    padding-left: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uiKLsGcfSE .title-wrapper {
    padding-left: 0;
  }
}
.cid-uiKLsGcfSE .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fffcee;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #fffcee;
}
.cid-uiKLsGcfSE .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uiKLsGcfSE .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uiKLsGcfSE .text-wrapper {
  padding-left: 48px;
  padding-left: 0;
  padding-right: 48px;
}
@media (max-width: 1440px) {
  .cid-uiKLsGcfSE .text-wrapper {
    padding-left: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uiKLsGcfSE .text-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 1440px) {
  .cid-uiKLsGcfSE .text-wrapper {
    padding-right: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uiKLsGcfSE .text-wrapper {
    padding-right: 0;
  }
}
.cid-uiKLsGcfSE .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uiKLsGcfSE .text-wrapper .mbr-text:first-child {
  margin-bottom: 16px;
}
.cid-uiKLsGcfSE .text-wrapper .mbr-text:nth-child(2) {
  opacity: .5;
}
.cid-uiKLsGcfSE .mbr-section-title {
  color: #18212d;
}
.cid-uiKLsGcfSE .mbr-desc {
  color: #18212d;
}
.cid-uiKLsGcfSE .mbr-text {
  color: #18212d;
}
.cid-uiKLsGcfSE .mbr-desc,
.cid-uiKLsGcfSE .desc-wrapper {
  text-align: center;
}
.cid-uiLdS3eIHO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232b45;
}
.cid-uiLdS3eIHO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiLdS3eIHO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiLdS3eIHO .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uiLdS3eIHO .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uiLdS3eIHO .container {
    padding: 0 26px;
  }
}
.cid-uiLdS3eIHO .row {
  justify-content: center;
}
.cid-uiLdS3eIHO .content-wrapper {
  display: flex;
  align-items: center;
  padding: 100px 60px;
  background-color: #fffcee;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uiLdS3eIHO .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uiLdS3eIHO .content-wrapper .content-wrap {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uiLdS3eIHO .content-wrapper .content-wrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uiLdS3eIHO .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uiLdS3eIHO .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uiLdS3eIHO .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uiLdS3eIHO .content-wrapper .content-wrap .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uiLdS3eIHO .content-wrapper .content-wrap .mbr-section-btn .btn {
  width: 70%;
}
@media (max-width: 1200px) {
  .cid-uiLdS3eIHO .content-wrapper .content-wrap .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uiLdS3eIHO .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uiLdS3eIHO .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uiLdS3eIHO .content-wrapper .image-wrapper img {
  height: 685px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uiLdS3eIHO .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uiLdS3eIHO .mbr-section-title {
  color: #000000;
}
.cid-uiLdS3eIHO .mbr-section-subtitle {
  color: #000000;
}
.cid-uiLdS3eIHO .mbr-text {
  color: #000000;
}
.cid-uiKLsH6BIS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #fffcee;
}
.cid-uiKLsH6BIS .decor-wrap_1 {
  position: absolute;
  top: -65%;
  right: -10rem;
  width: 474px;
  height: 474px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #232b45 0, #232323 43%, #f92c50 100%);
}
.cid-uiKLsH6BIS .decor-wrap_2 {
  position: absolute;
  bottom: -25%;
  left: -2rem;
  width: 254px;
  height: 254px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #232b45 0, #232323 43%, #f92c50 100%);
}
.cid-uiKLsH6BIS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiKLsH6BIS .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-uiKLsH6BIS .container {
    padding: 0 30px;
  }
}
.cid-uiKLsH6BIS .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uiKLsH6BIS .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uiKLsH6BIS .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uiKLsH6BIS .text-wrapper {
  border-left: 1px solid #232b45;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-uiKLsH6BIS .text-wrapper {
    padding-left: 20px;
  }
}
.cid-uiKLsH6BIS .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uiKLsH6BIS .mbr-section-title {
  color: #232323;
}
.cid-uiKLsH6BIS .mbr-text {
  color: #232323;
}
.cid-uiKLsHvwpk {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #232b45;
}
.cid-uiKLsHvwpk .mbr-fallback-image.disabled {
  display: none;
}
@media (max-width: 767px) {
  .cid-uiKLsHvwpk .display-1 {
    font-size: 2rem;
  }
}
.cid-uiKLsHvwpk .mbr-section-title {
  padding-left: 2rem;
}
.cid-uiKLsHvwpk .content-wrap {
  position: relative;
  overflow: hidden;
}
.cid-uiKLsHvwpk .content-wrap:after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  transition: all 0.5s;
  background: #59f60a;
  left: 33px;
  top: 13px;
  border-radius: 50%;
}
.cid-uiKLsHvwpk .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.cid-uiKLsHvwpk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiKLsHvwpk .mbr-section-subtitle,
.cid-uiKLsHvwpk .line {
  color: #291f1e;
}
.cid-uiKLsHvwpk .mbr-text,
.cid-uiKLsHvwpk .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uiKLsHvwpk .mbr-section-title,
.cid-uiKLsHvwpk .line {
  color: #fffcee;
  text-align: left;
}
.cid-uiKLsHvwpk .mbr-section-subtitle {
  color: #fffcee;
}
.cid-uiKLsHYFsk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffcee;
}
.cid-uiKLsHYFsk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiKLsHYFsk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiKLsHYFsk .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uiKLsHYFsk .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uiKLsHYFsk .content-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uiKLsHYFsk .content-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uiKLsHYFsk .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uiKLsHYFsk .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uiKLsHYFsk .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uiKLsHYFsk .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uiKLsHYFsk .image-wrapper {
  padding-left: 30px;
}
@media (max-width: 992px) {
  .cid-uiKLsHYFsk .image-wrapper {
    padding-left: 0;
  }
}
.cid-uiKLsHYFsk .image-wrapper img {
  height: 540px;
  object-fit: cover;
  border-radius: 0 16rem;
}
@media (max-width: 992px) {
  .cid-uiKLsHYFsk .image-wrapper img {
    height: 350px;
    border-radius: 0 8rem;
  }
}
.cid-uiKLsHYFsk .mbr-section-title {
  color: #000000;
}
.cid-uiKLsHYFsk .mbr-desc {
  color: #000000;
}
.cid-uiKLsHYFsk .mbr-text {
  color: #000000;
}
.cid-uiKLsInocD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232b45;
}
.cid-uiKLsInocD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiKLsInocD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiKLsInocD .container,
.cid-uiKLsInocD .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uiKLsInocD .container,
  .cid-uiKLsInocD .container-fluid {
    padding: 0 20px;
  }
}
.cid-uiKLsInocD .row {
  position: relative;
  justify-content: center;
  padding: 100px 4px;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  background-color: #fffcee;
}
@media (max-width: 992px) {
  .cid-uiKLsInocD .row {
    padding: 85px 0;
    margin: 0;
  }
}
.cid-uiKLsInocD .row .card {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-uiKLsInocD .card {
    margin-bottom: 20px;
  }
}
.cid-uiKLsInocD .card .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
  background-color: #232b45;
  padding: 50px 16px;
}
@media (max-width: 992px) {
  .cid-uiKLsInocD .card .card-wrapper {
    padding: 20px 8px;
  }
}
.cid-uiKLsInocD .card .card-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uiKLsInocD .card .card-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uiKLsInocD .mbr-card-title {
  color: #3d4045;
}
.cid-uiKLsInocD .mbr-text {
  color: #3d4045;
  text-align: center;
}
.cid-uiKLsInocD .mbr-card-title,
.cid-uiKLsInocD .mbr-section-btn {
  text-align: center;
  color: #fffcee;
}
.cid-uiKLsISJaB {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fffcee;
}
.cid-uiKLsISJaB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiKLsISJaB .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uiKLsISJaB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiKLsISJaB h1 {
  max-width: 800px;
}
.cid-uiKLsISJaB p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uiKLsISJaB .btn:hover {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #59f60a !important;
}
.cid-uiKLsISJaB .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uiKLsISJaB .btn div {
  overflow: hidden;
}
.cid-uiKLsISJaB .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-uiKLsISJaB {
    align-items: center;
  }
  .cid-uiKLsISJaB .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uiKLsISJaB .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uiKLsISJaB {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uiKLsISJaB .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uiKLsISJaB .content-wrap {
    width: 100%;
  }
}
.cid-uiKLsISJaB .mbr-section-subtitle,
.cid-uiKLsISJaB .line {
  color: #291f1e;
}
.cid-uiKLsISJaB .mbr-text,
.cid-uiKLsISJaB .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uiKLsISJaB .mbr-section-title {
  color: #291f1e;
}
.cid-uiKLsJjZo2 {
  padding-top: 60px;
  padding-bottom: 75px;
  position: relative;
  background-color: #232b45;
}
.cid-uiKLsJjZo2 .accordion .card {
  overflow: visible;
}
.cid-uiKLsJjZo2 .mbr-iconfont {
  font-family: 'Moririse2' !important;
  font-size: 1rem !important;
}
.cid-uiKLsJjZo2 .mbri-arrow-down:before {
  content: '\e909';
}
.cid-uiKLsJjZo2 .panel-text {
  padding: 0rem;
}
.cid-uiKLsJjZo2 .panel-title {
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
.cid-uiKLsJjZo2 .collapsed {
  border-bottom: 1px solid lightgray !important;
}
.cid-uiKLsJjZo2 .card {
  border-radius: 0px;
  margin-bottom: 0px;
}
.cid-uiKLsJjZo2 .card .card-header {
  border-radius: 0px;
  border: none;
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
}
.cid-uiKLsJjZo2 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-uiKLsJjZo2 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uiKLsJjZo2 .card .card-header a.panel-title:active {
  border-bottom: 0px solid lightgray;
}
.cid-uiKLsJjZo2 .card .card-header a.panel-title h4 {
  padding: 1.2rem;
  margin-bottom: -1px;
  font-weight: 600;
}
.cid-uiKLsJjZo2 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uiKLsJjZo2 .card .panel-body {
  color: #767676;
}
.cid-uiKLsJjZo2 .panel-collapse {
  border-bottom: 1px solid lightgray;
  margin-top: -1px;
}
.cid-uiKLsJjZo2 H4 {
  color: #fffcee;
}
.cid-uiKLsJjZo2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiKLsJjZo2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiKLsJjZo2 H2 {
  color: #fffcee;
}
.cid-uiKLsJUd8I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uiKLsJUd8I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiKLsJUd8I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiKLsJUd8I .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uiKLsJUd8I .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uiKLsJUd8I .container {
    padding: 0 26px;
  }
}
.cid-uiKLsJUd8I .row {
  justify-content: center;
}
.cid-uiKLsJUd8I .content-wrapper {
  display: flex;
  align-items: center;
  padding: 200px 100px 200px 60px;
  background-color: #232b45;
  border-radius: 20px;
  padding: 200px 60px 200px 100px;
}
@media (max-width: 1440px) {
  .cid-uiKLsJUd8I .content-wrapper {
    padding: 100px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uiKLsJUd8I .content-wrapper {
    padding: 100px 20px;
  }
}
@media (max-width: 1440px) {
  .cid-uiKLsJUd8I .content-wrapper {
    padding: 100px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uiKLsJUd8I .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uiKLsJUd8I .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
  padding-right: 0;
  padding-left: 45px;
}
@media (max-width: 992px) {
  .cid-uiKLsJUd8I .content-wrapper .title-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uiKLsJUd8I .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uiKLsJUd8I .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uiKLsJUd8I .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uiKLsJUd8I .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uiKLsJUd8I .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uiKLsJUd8I .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uiKLsJUd8I .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uiKLsJUd8I .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uiKLsJUd8I .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-uiKLsJUd8I .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uiKLsJUd8I .mbr-section-title {
  color: #ffffff;
}
.cid-uiKLsJUd8I .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uiKLsJUd8I .mbr-desc {
  color: #ffffff;
}
.cid-uiKLsJUd8I .mbr-text {
  color: #ffffff;
}
.cid-uiKLsJUd8I .mbr-link {
  color: #ffffff;
}
.cid-uiKLsKk4B3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uiKLsKk4B3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiKLsKk4B3 .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-uiKLsKk4B3 .container {
    padding: 0 20px;
  }
}
.cid-uiKLsKk4B3 .row {
  margin: 0;
}
.cid-uiKLsKk4B3 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uiKLsKk4B3 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uiKLsKk4B3 .video-block .video-wrapper .app-video-wrapper::before {
  color: #f92c50;
  text-shadow: none;
}
.cid-uiKLsKk4B3 .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uiKLsKk4B3 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uiKLsKk4B3 .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uiKLsKk4B3 .mbr-section-title {
  color: #fffcee;
}
.cid-uiKLsKOMW4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffcee;
}
.cid-uiKLsKOMW4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiKLsKOMW4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiKLsKOMW4 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uiKLsKOMW4 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uiKLsKOMW4 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uiKLsKOMW4 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uiKLsKOMW4 .container {
    padding: 0 16px;
  }
}
.cid-uiKLsKOMW4 .row {
  justify-content: center;
}
.cid-uiKLsKOMW4 .content-wrapper {
  padding: 80px 60px;
  display: flex;
  align-items: center;
  border-radius: 1rem;
  background-color: #232b45;
}
@media (max-width: 1200px) {
  .cid-uiKLsKOMW4 .content-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uiKLsKOMW4 .content-wrapper {
    padding: 30px 25px;
  }
}
.cid-uiKLsKOMW4 .content-wrapper .image-wrap {
  min-width: 40%;
}
@media (max-width: 1200px) {
  .cid-uiKLsKOMW4 .content-wrapper .image-wrap {
    margin-bottom: 32px;
  }
}
.cid-uiKLsKOMW4 .content-wrapper .image-wrap img {
  height: 450px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 1200px) {
  .cid-uiKLsKOMW4 .content-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uiKLsKOMW4 .content-wrapper .content-wrap {
  padding-left: 64px;
  padding-left: 0;
  padding-right: 64px;
}
@media (max-width: 1200px) {
  .cid-uiKLsKOMW4 .content-wrapper .content-wrap {
    padding: 0;
  }
}
@media (max-width: 1200px) {
  .cid-uiKLsKOMW4 .content-wrapper .content-wrap {
    padding: 0;
  }
}
.cid-uiKLsKOMW4 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uiKLsKOMW4 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-uiKLsKOMW4 .mbr-section-title {
  color: #fffcee;
}
.cid-uiKLsKOMW4 .mbr-text {
  color: #fffcee;
}
.cid-uiLo5xj0ma {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232b45;
}
.cid-uiLo5xj0ma .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiLo5xj0ma .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiLo5xj0ma .col-title {
  position: relative;
  z-index: 10;
  margin-bottom: 2.5rem;
}
.cid-uiLo5xj0ma .mbr-section-title {
  color: #fffcee;
}
.cid-uiLo5xj0ma .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-uiLo5xj0ma .panel-group {
  border: none;
  padding: 0 !important;
  background-color: #ffffff;
}
.cid-uiLo5xj0ma .card {
  padding: 0 !important;
  border-radius: 0 !important;
}
.cid-uiLo5xj0ma .card:not(:first-child) {
  border-top: 1px solid #232323;
}
.cid-uiLo5xj0ma .mbr-iconfont {
  font-size: 10px !important;
  font-family: 'Moririse2' !important;
  color: #1f1d1a;
  margin-left: 1rem;
  padding: 17px;
  background-color: #232b45;
  transition: all ease-in-out 0.3s;
  border-radius: 50%;
}
.cid-uiLo5xj0ma .card-header {
  border-bottom: none !important;
  padding: 0 !important;
}
.cid-uiLo5xj0ma .card-header .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-uiLo5xj0ma .panel-title {
  padding: 2rem !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-uiLo5xj0ma .panel-title {
    padding: 20px !important;
  }
}
.cid-uiLo5xj0ma .panel-title:hover {
  text-decoration-line: none !important;
}
.cid-uiLo5xj0ma .panel-title:hover .panel-title-edit {
  text-decoration: underline !important;
}
.cid-uiLo5xj0ma .panel-body {
  padding: 0 2rem 2rem 2rem;
  width: 100%;
  max-width: 720px;
}
@media (max-width: 767px) {
  .cid-uiLo5xj0ma .panel-body {
    padding: 0 20px 20px 20px;
  }
}
.cid-uiLo5xj0ma .panel-text {
  margin-bottom: 16px;
  color: #353535;
}
.cid-uiLo5xj0ma .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uiLo5xj0ma .panel-title-edit {
  color: #1F1D1A;
  padding-right: 12px;
}
.cid-uiKLsLiH6f {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #232b45;
}
.cid-uiKLsLiH6f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiKLsLiH6f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiKLsLiH6f .google-map {
  height: 40rem;
  position: relative;
  border-radius: 2rem;
}
.cid-uiKLsLiH6f .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uiKLsLiH6f .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uiKLsLiH6f .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uiKLsLiH6f .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uiKLsLiH6f .content-head {
  max-width: 800px;
}
.cid-uiKLsLiH6f .mbr-section-title {
  color: #fffcee;
}
.cid-uiKLsLRUrN {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #fffcee;
  overflow: hidden;
}
.cid-uiKLsLRUrN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiKLsLRUrN .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-uiKLsLRUrN .container {
    padding: 0 30px;
  }
}
.cid-uiKLsLRUrN .row {
  justify-content: center;
}
.cid-uiKLsLRUrN .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uiKLsLRUrN .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uiKLsLRUrN .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uiKLsLRUrN .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uiKLsLRUrN .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uiKLsLRUrN .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uiKLsLRUrN .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uiKLsLRUrN .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uiKLsLRUrN .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uiKLsLRUrN .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uiKLsLRUrN .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uiKLsLRUrN .nav-wrapper .list .item-wrap:hover,
.cid-uiKLsLRUrN .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uiKLsLRUrN .nav-wrapper .list .item-wrap:hover::before,
.cid-uiKLsLRUrN .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uiKLsLRUrN .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #71eac6;
  transition: all 0.3s ease-in-out;
}
.cid-uiKLsLRUrN .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uiKLsLRUrN .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uiKLsLRUrN .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uiKLsLRUrN .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uiKLsLRUrN .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uiKLsLRUrN .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uiKLsLRUrN .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uiKLsLRUrN .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uiKLsLRUrN .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uiKLsLRUrN .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-uiKLsLRUrN .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uiKLsLRUrN .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uiKLsLRUrN .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uiKLsLRUrN .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uiKLsLRUrN .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uiKLsLRUrN .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #260a30;
}
@media (max-width: 992px) {
  .cid-uiKLsLRUrN .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uiKLsLRUrN .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #260a30;
}
.cid-uiKLsLRUrN .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uiKLsLRUrN .mbr-section-title {
  color: #bee0d6;
}
.cid-uiKLsLRUrN .mbr-section-subtitle {
  color: #f92c50;
}
.cid-uiKLsLRUrN .list {
  color: #bee0d6;
}
.cid-uiKLsLRUrN .mbr-address {
  color: #bee0d6;
}
.cid-uiKLsLRUrN .mbr-copy {
  color: #260a30;
}
.cid-uiKLsLRUrN .list,
.cid-uiKLsLRUrN .item-wrap,
.cid-uiKLsLRUrN .nav-wrapper {
  color: #291f1e;
}
.cid-uiKLsLRUrN .mbr-section-title,
.cid-uiKLsLRUrN .logo-wrapper {
  color: #59f60a;
}
.cid-uiKLtaGohZ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uiKLtaGohZ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uiKLtaGohZ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uiKLtaGohZ .btn {
  font-weight: 400;
}
.cid-uiKLtaGohZ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uiKLtaGohZ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uiKLtaGohZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uiKLtaGohZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uiKLtaGohZ .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uiKLtaGohZ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uiKLtaGohZ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uiKLtaGohZ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uiKLtaGohZ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uiKLtaGohZ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uiKLtaGohZ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uiKLtaGohZ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uiKLtaGohZ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uiKLtaGohZ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uiKLtaGohZ .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uiKLtaGohZ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uiKLtaGohZ .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uiKLtaGohZ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uiKLtaGohZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uiKLtaGohZ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
}
@media (max-width: 992px) {
  .cid-uiKLtaGohZ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uiKLtaGohZ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uiKLtaGohZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uiKLtaGohZ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #fffcee;
}
.cid-uiKLtaGohZ .nav-item:focus,
.cid-uiKLtaGohZ .nav-link:focus {
  outline: none;
}
.cid-uiKLtaGohZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uiKLtaGohZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uiKLtaGohZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uiKLtaGohZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uiKLtaGohZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uiKLtaGohZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uiKLtaGohZ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uiKLtaGohZ .navbar.opened {
  transition: all 0.25s;
}
.cid-uiKLtaGohZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uiKLtaGohZ .navbar .navbar-logo img {
  width: auto;
}
.cid-uiKLtaGohZ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uiKLtaGohZ .navbar.collapsed {
  justify-content: center;
}
.cid-uiKLtaGohZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uiKLtaGohZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uiKLtaGohZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uiKLtaGohZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uiKLtaGohZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uiKLtaGohZ .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-uiKLtaGohZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uiKLtaGohZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uiKLtaGohZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uiKLtaGohZ .navbar {
    min-height: 72px;
  }
  .cid-uiKLtaGohZ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uiKLtaGohZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uiKLtaGohZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uiKLtaGohZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uiKLtaGohZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uiKLtaGohZ .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-uiKLtaGohZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uiKLtaGohZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uiKLtaGohZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uiKLtaGohZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uiKLtaGohZ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uiKLtaGohZ .dropdown-item.active,
.cid-uiKLtaGohZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uiKLtaGohZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uiKLtaGohZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uiKLtaGohZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uiKLtaGohZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fffcee;
}
.cid-uiKLtaGohZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uiKLtaGohZ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uiKLtaGohZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uiKLtaGohZ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uiKLtaGohZ .navbar-buttons {
    text-align: left;
  }
}
.cid-uiKLtaGohZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uiKLtaGohZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uiKLtaGohZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uiKLtaGohZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uiKLtaGohZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uiKLtaGohZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uiKLtaGohZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uiKLtaGohZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uiKLtaGohZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uiKLtaGohZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uiKLtaGohZ .navbar-dropdown {
  padding: 0;
  background-color: #fffcee !important;
}
.cid-uiKLtaGohZ .opacityScroll {
  background: #fffcee !important;
}
.cid-uiKLtaGohZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uiKLtaGohZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uiKLtaGohZ .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uiKLtaGohZ .navbar {
    height: 70px;
  }
  .cid-uiKLtaGohZ .navbar.opened {
    height: auto;
  }
  .cid-uiKLtaGohZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uiKLtaGohZ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uiKLtaGohZ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uiKLtaGohZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uiKLtaGohZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uiKLtaGohZ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uiKLtaGohZ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uiKLtaGohZ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uiKLtaGohZ .navbar-brand {
    margin-right: auto;
  }
  .cid-uiKLtaGohZ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #fffcee;
    backdrop-filter: blur(8px);
  }
  .cid-uiKLtaGohZ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uiKLtaGohZ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uiKLtaGohZ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uiKLtaGohZ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uiKLtaGohZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uiKLtaGohZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uiKLtaGohZ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uiKLtaGohZ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uiKLtaGohZ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uiKLtaGohZ .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uiKLtaGohZ .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uiKLtaGohZ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uiKLtb7pJ9 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uiKLtb7pJ9 .mbr-section-title {
  color: #ffffff;
}
.cid-uiKLtb7pJ9 .mbr-text,
.cid-uiKLtb7pJ9 .mbr-section-btn {
  color: #fffcee;
}
.cid-uiKLtb7pJ9 .mbr-section-text {
  color: #ffffff;
}
.cid-uiKLtb7pJ9 img {
  border-radius: 2rem;
}
.cid-uiKLtb7pJ9 .mbr-section-subtitle {
  color: #8364e2;
}
.cid-uiKLtb7pJ9 .number {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uiKLtb7pJ9 .image-wrapper {
    display: none;
  }
}
.cid-uiKLtb7pJ9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiKLtb7pJ9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiKLtbzLcr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffcee;
}
.cid-uiKLtbzLcr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiKLtbzLcr .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-uiKLtbzLcr .container {
    padding: 0 15px;
  }
}
.cid-uiKLtbzLcr .row {
  justify-content: center;
}
.cid-uiKLtbzLcr .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uiKLtbzLcr .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uiKLtbzLcr .subtitle-wrapper {
  padding-right: 28px;
}
@media (max-width: 992px) {
  .cid-uiKLtbzLcr .subtitle-wrapper {
    padding: 0;
  }
}
.cid-uiKLtbzLcr .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uiKLtbzLcr .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uiKLtbzLcr .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-uiKLtbzLcr .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-uiKLtbzLcr .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-uiKLtbzLcr .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uiKLtbzLcr .lists-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  margin-left: -50px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #232b45;
  color: #ffa600;
  font-size: 16px;
}
@media (max-width: 992px) {
  .cid-uiKLtbzLcr .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-uiKLtbzLcr .mbr-section-title {
  color: #232323;
  text-align: left;
}
.cid-uiKLtbzLcr .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uiKLtbzLcr .list {
  color: #ffffff;
}
.cid-uiKLtbzLcr .list,
.cid-uiKLtbzLcr .item-wrap {
  color: #232323;
}
.cid-uiKLtbUVGq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232b45;
}
.cid-uiKLtbUVGq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiKLtbUVGq .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-uiKLtbUVGq .container {
    padding: 0 16px;
  }
}
.cid-uiKLtbUVGq .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uiKLtbUVGq .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #000000;
}
.cid-uiKLtbUVGq .mbr-section-title {
  color: #ffffff;
}
.cid-uiKLtbUVGq .mbr-section-title,
.cid-uiKLtbUVGq .mbr-section-btn {
  text-align: center;
  color: #fffcee;
}
.cid-uiKLtcjRP9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffcee;
}
.cid-uiKLtcjRP9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiKLtcjRP9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiKLtcjRP9 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uiKLtcjRP9 .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uiKLtcjRP9 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uiKLtcjRP9 .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uiKLtcjRP9 .container {
    padding: 0 24px;
  }
}
.cid-uiKLtcjRP9 .row {
  justify-content: center;
}
.cid-uiKLtcjRP9 .title-wrapper {
  padding-right: 48px;
  padding-right: 0;
  padding-left: 48px;
}
@media (max-width: 1440px) {
  .cid-uiKLtcjRP9 .title-wrapper {
    padding-right: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uiKLtcjRP9 .title-wrapper {
    padding-right: 0;
  }
}
@media (max-width: 1440px) {
  .cid-uiKLtcjRP9 .title-wrapper {
    padding-left: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uiKLtcjRP9 .title-wrapper {
    padding-left: 0;
  }
}
.cid-uiKLtcjRP9 .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fffcee;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #fffcee;
}
.cid-uiKLtcjRP9 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uiKLtcjRP9 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uiKLtcjRP9 .text-wrapper {
  padding-left: 48px;
  padding-left: 0;
  padding-right: 48px;
}
@media (max-width: 1440px) {
  .cid-uiKLtcjRP9 .text-wrapper {
    padding-left: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uiKLtcjRP9 .text-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 1440px) {
  .cid-uiKLtcjRP9 .text-wrapper {
    padding-right: 16px;
  }
}
@media (max-width: 992px) {
  .cid-uiKLtcjRP9 .text-wrapper {
    padding-right: 0;
  }
}
.cid-uiKLtcjRP9 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uiKLtcjRP9 .text-wrapper .mbr-text:first-child {
  margin-bottom: 16px;
}
.cid-uiKLtcjRP9 .text-wrapper .mbr-text:nth-child(2) {
  opacity: .5;
}
.cid-uiKLtcjRP9 .mbr-section-title {
  color: #18212d;
}
.cid-uiKLtcjRP9 .mbr-desc {
  color: #18212d;
}
.cid-uiKLtcjRP9 .mbr-text {
  color: #18212d;
}
.cid-uiKLtcjRP9 .mbr-desc,
.cid-uiKLtcjRP9 .desc-wrapper {
  text-align: center;
}
.cid-uiLdV82yeF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232b45;
}
.cid-uiLdV82yeF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiLdV82yeF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiLdV82yeF .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uiLdV82yeF .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uiLdV82yeF .container {
    padding: 0 26px;
  }
}
.cid-uiLdV82yeF .row {
  justify-content: center;
}
.cid-uiLdV82yeF .content-wrapper {
  display: flex;
  align-items: center;
  padding: 100px 60px;
  background-color: #fffcee;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uiLdV82yeF .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uiLdV82yeF .content-wrapper .content-wrap {
  width: 50%;
  padding-right: 45px;
}
@media (max-width: 992px) {
  .cid-uiLdV82yeF .content-wrapper .content-wrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uiLdV82yeF .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uiLdV82yeF .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uiLdV82yeF .content-wrapper .content-wrap .mbr-section-btn {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uiLdV82yeF .content-wrapper .content-wrap .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uiLdV82yeF .content-wrapper .content-wrap .mbr-section-btn .btn {
  width: 70%;
}
@media (max-width: 1200px) {
  .cid-uiLdV82yeF .content-wrapper .content-wrap .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uiLdV82yeF .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uiLdV82yeF .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uiLdV82yeF .content-wrapper .image-wrapper img {
  height: 685px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uiLdV82yeF .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uiLdV82yeF .mbr-section-title {
  color: #000000;
}
.cid-uiLdV82yeF .mbr-section-subtitle {
  color: #000000;
}
.cid-uiLdV82yeF .mbr-text {
  color: #000000;
}
.cid-uiKLtddnN8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #fffcee;
}
.cid-uiKLtddnN8 .decor-wrap_1 {
  position: absolute;
  top: -65%;
  right: -10rem;
  width: 474px;
  height: 474px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #232b45 0, #232323 43%, #232b45 100%);
}
.cid-uiKLtddnN8 .decor-wrap_2 {
  position: absolute;
  bottom: -25%;
  left: -2rem;
  width: 254px;
  height: 254px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #232b45 0, #232323 43%, #232b45 100%);
}
.cid-uiKLtddnN8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiKLtddnN8 .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-uiKLtddnN8 .container {
    padding: 0 30px;
  }
}
.cid-uiKLtddnN8 .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uiKLtddnN8 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uiKLtddnN8 .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uiKLtddnN8 .text-wrapper {
  border-left: 1px solid #232b45;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-uiKLtddnN8 .text-wrapper {
    padding-left: 20px;
  }
}
.cid-uiKLtddnN8 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uiKLtddnN8 .mbr-section-title {
  color: #232323;
}
.cid-uiKLtddnN8 .mbr-text {
  color: #232323;
}
.cid-uiKLtdBiP5 {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #232b45;
}
.cid-uiKLtdBiP5 .mbr-fallback-image.disabled {
  display: none;
}
@media (max-width: 767px) {
  .cid-uiKLtdBiP5 .display-1 {
    font-size: 2rem;
  }
}
.cid-uiKLtdBiP5 .mbr-section-title {
  padding-left: 2rem;
}
.cid-uiKLtdBiP5 .content-wrap {
  position: relative;
  overflow: hidden;
}
.cid-uiKLtdBiP5 .content-wrap:after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  transition: all 0.5s;
  background: #59f60a;
  left: 33px;
  top: 13px;
  border-radius: 50%;
}
.cid-uiKLtdBiP5 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.cid-uiKLtdBiP5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiKLtdBiP5 .mbr-section-subtitle,
.cid-uiKLtdBiP5 .line {
  color: #291f1e;
}
.cid-uiKLtdBiP5 .mbr-text,
.cid-uiKLtdBiP5 .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uiKLtdBiP5 .mbr-section-title,
.cid-uiKLtdBiP5 .line {
  color: #fffcee;
  text-align: left;
}
.cid-uiKLtdBiP5 .mbr-section-subtitle {
  color: #fffcee;
}
.cid-uiKLte6BLO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffcee;
}
.cid-uiKLte6BLO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiKLte6BLO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiKLte6BLO .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uiKLte6BLO .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uiKLte6BLO .content-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uiKLte6BLO .content-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uiKLte6BLO .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uiKLte6BLO .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uiKLte6BLO .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uiKLte6BLO .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uiKLte6BLO .image-wrapper {
  padding-left: 30px;
}
@media (max-width: 992px) {
  .cid-uiKLte6BLO .image-wrapper {
    padding-left: 0;
  }
}
.cid-uiKLte6BLO .image-wrapper img {
  height: 540px;
  object-fit: cover;
  border-radius: 0 16rem;
}
@media (max-width: 992px) {
  .cid-uiKLte6BLO .image-wrapper img {
    height: 350px;
    border-radius: 0 8rem;
  }
}
.cid-uiKLte6BLO .mbr-section-title {
  color: #000000;
}
.cid-uiKLte6BLO .mbr-desc {
  color: #000000;
}
.cid-uiKLte6BLO .mbr-text {
  color: #000000;
}
.cid-uiKLtevKZm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232b45;
}
.cid-uiKLtevKZm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiKLtevKZm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiKLtevKZm .container,
.cid-uiKLtevKZm .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uiKLtevKZm .container,
  .cid-uiKLtevKZm .container-fluid {
    padding: 0 20px;
  }
}
.cid-uiKLtevKZm .row {
  position: relative;
  justify-content: center;
  padding: 100px 4px;
  overflow: hidden;
  margin: 0;
  border-radius: 10px;
  background-color: #fffcee;
}
@media (max-width: 992px) {
  .cid-uiKLtevKZm .row {
    padding: 85px 0;
    margin: 0;
  }
}
.cid-uiKLtevKZm .row .card {
  padding: 0 22px;
}
@media (max-width: 992px) {
  .cid-uiKLtevKZm .card {
    margin-bottom: 20px;
  }
}
.cid-uiKLtevKZm .card .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 10px;
  background-color: #232b45;
  padding: 50px 16px;
}
@media (max-width: 992px) {
  .cid-uiKLtevKZm .card .card-wrapper {
    padding: 20px 8px;
  }
}
.cid-uiKLtevKZm .card .card-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uiKLtevKZm .card .card-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uiKLtevKZm .mbr-card-title {
  color: #3d4045;
}
.cid-uiKLtevKZm .mbr-text {
  color: #3d4045;
  text-align: center;
}
.cid-uiKLtevKZm .mbr-card-title,
.cid-uiKLtevKZm .mbr-section-btn {
  text-align: center;
  color: #fffcee;
}
.cid-uiKLtf20XB {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #fffcee;
}
.cid-uiKLtf20XB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiKLtf20XB .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uiKLtf20XB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiKLtf20XB h1 {
  max-width: 800px;
}
.cid-uiKLtf20XB p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-uiKLtf20XB .btn:hover {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #59f60a !important;
}
.cid-uiKLtf20XB .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uiKLtf20XB .btn div {
  overflow: hidden;
}
.cid-uiKLtf20XB .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-uiKLtf20XB {
    align-items: center;
  }
  .cid-uiKLtf20XB .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uiKLtf20XB .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uiKLtf20XB {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uiKLtf20XB .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uiKLtf20XB .content-wrap {
    width: 100%;
  }
}
.cid-uiKLtf20XB .mbr-section-subtitle,
.cid-uiKLtf20XB .line {
  color: #291f1e;
}
.cid-uiKLtf20XB .mbr-text,
.cid-uiKLtf20XB .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uiKLtf20XB .mbr-section-title {
  color: #291f1e;
}
.cid-uiKLtftkTe {
  padding-top: 60px;
  padding-bottom: 75px;
  position: relative;
  background-color: #232b45;
}
.cid-uiKLtftkTe .accordion .card {
  overflow: visible;
}
.cid-uiKLtftkTe .mbr-iconfont {
  font-family: 'Moririse2' !important;
  font-size: 1rem !important;
}
.cid-uiKLtftkTe .mbri-arrow-down:before {
  content: '\e909';
}
.cid-uiKLtftkTe .panel-text {
  padding: 0rem;
}
.cid-uiKLtftkTe .panel-title {
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
.cid-uiKLtftkTe .collapsed {
  border-bottom: 1px solid lightgray !important;
}
.cid-uiKLtftkTe .card {
  border-radius: 0px;
  margin-bottom: 0px;
}
.cid-uiKLtftkTe .card .card-header {
  border-radius: 0px;
  border: none;
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
}
.cid-uiKLtftkTe .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-uiKLtftkTe .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uiKLtftkTe .card .card-header a.panel-title:active {
  border-bottom: 0px solid lightgray;
}
.cid-uiKLtftkTe .card .card-header a.panel-title h4 {
  padding: 1.2rem;
  margin-bottom: -1px;
  font-weight: 600;
}
.cid-uiKLtftkTe .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uiKLtftkTe .card .panel-body {
  color: #767676;
}
.cid-uiKLtftkTe .panel-collapse {
  border-bottom: 1px solid lightgray;
  margin-top: -1px;
}
.cid-uiKLtftkTe H4 {
  color: #fffcee;
}
.cid-uiKLtftkTe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiKLtftkTe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiKLtftkTe H2 {
  color: #fffcee;
}
.cid-uiKLtg4pVT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uiKLtg4pVT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiKLtg4pVT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiKLtg4pVT .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uiKLtg4pVT .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uiKLtg4pVT .container {
    padding: 0 26px;
  }
}
.cid-uiKLtg4pVT .row {
  justify-content: center;
}
.cid-uiKLtg4pVT .content-wrapper {
  display: flex;
  align-items: center;
  padding: 200px 100px 200px 60px;
  background-color: #232b45;
  border-radius: 20px;
  padding: 200px 60px 200px 100px;
}
@media (max-width: 1440px) {
  .cid-uiKLtg4pVT .content-wrapper {
    padding: 100px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uiKLtg4pVT .content-wrapper {
    padding: 100px 20px;
  }
}
@media (max-width: 1440px) {
  .cid-uiKLtg4pVT .content-wrapper {
    padding: 100px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uiKLtg4pVT .content-wrapper {
    padding: 100px 20px;
    display: block;
  }
}
.cid-uiKLtg4pVT .content-wrapper .title-wrapper {
  width: 50%;
  padding-right: 45px;
  padding-right: 0;
  padding-left: 45px;
}
@media (max-width: 992px) {
  .cid-uiKLtg4pVT .content-wrapper .title-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uiKLtg4pVT .content-wrapper .title-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uiKLtg4pVT .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uiKLtg4pVT .content-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uiKLtg4pVT .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uiKLtg4pVT .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uiKLtg4pVT .content-wrapper .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uiKLtg4pVT .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uiKLtg4pVT .content-wrapper .text-wrapper .link-wrapper:hover .mbr-link,
.cid-uiKLtg4pVT .content-wrapper .text-wrapper .link-wrapper:focus .mbr-link {
  color: #000000;
}
.cid-uiKLtg4pVT .content-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uiKLtg4pVT .mbr-section-title {
  color: #ffffff;
}
.cid-uiKLtg4pVT .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uiKLtg4pVT .mbr-desc {
  color: #ffffff;
}
.cid-uiKLtg4pVT .mbr-text {
  color: #ffffff;
}
.cid-uiKLtg4pVT .mbr-link {
  color: #ffffff;
}
.cid-uiKLtgzxlo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uiKLtgzxlo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiKLtgzxlo .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-uiKLtgzxlo .container {
    padding: 0 20px;
  }
}
.cid-uiKLtgzxlo .row {
  margin: 0;
}
.cid-uiKLtgzxlo .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uiKLtgzxlo .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uiKLtgzxlo .video-block .video-wrapper .app-video-wrapper::before {
  color: #f92c50;
  text-shadow: none;
}
.cid-uiKLtgzxlo .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uiKLtgzxlo .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uiKLtgzxlo .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uiKLtgzxlo .mbr-section-title {
  color: #fffcee;
}
.cid-uiKLth03LO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffcee;
}
.cid-uiKLth03LO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiKLth03LO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiKLth03LO .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uiKLth03LO .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uiKLth03LO .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uiKLth03LO .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uiKLth03LO .container {
    padding: 0 16px;
  }
}
.cid-uiKLth03LO .row {
  justify-content: center;
}
.cid-uiKLth03LO .content-wrapper {
  padding: 80px 60px;
  display: flex;
  align-items: center;
  border-radius: 1rem;
  background-color: #232b45;
}
@media (max-width: 1200px) {
  .cid-uiKLth03LO .content-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uiKLth03LO .content-wrapper {
    padding: 30px 25px;
  }
}
.cid-uiKLth03LO .content-wrapper .image-wrap {
  min-width: 40%;
}
@media (max-width: 1200px) {
  .cid-uiKLth03LO .content-wrapper .image-wrap {
    margin-bottom: 32px;
  }
}
.cid-uiKLth03LO .content-wrapper .image-wrap img {
  height: 450px;
  object-fit: cover;
  border-radius: 1rem !important;
}
@media (max-width: 1200px) {
  .cid-uiKLth03LO .content-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uiKLth03LO .content-wrapper .content-wrap {
  padding-left: 64px;
  padding-left: 0;
  padding-right: 64px;
}
@media (max-width: 1200px) {
  .cid-uiKLth03LO .content-wrapper .content-wrap {
    padding: 0;
  }
}
@media (max-width: 1200px) {
  .cid-uiKLth03LO .content-wrapper .content-wrap {
    padding: 0;
  }
}
.cid-uiKLth03LO .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uiKLth03LO .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-uiKLth03LO .mbr-section-title {
  color: #fffcee;
}
.cid-uiKLth03LO .mbr-text {
  color: #fffcee;
}
.cid-uiLoOBTxpt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232b45;
}
.cid-uiLoOBTxpt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiLoOBTxpt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiLoOBTxpt .col-title {
  position: relative;
  z-index: 10;
  margin-bottom: 2.5rem;
}
.cid-uiLoOBTxpt .mbr-section-title {
  color: #fffcee;
}
.cid-uiLoOBTxpt .mbr-section-subtitle {
  color: #FEF9EE;
  margin-top: 1rem;
}
.cid-uiLoOBTxpt .panel-group {
  border: none;
  padding: 0 !important;
  background-color: #ffffff;
}
.cid-uiLoOBTxpt .card {
  padding: 0 !important;
  border-radius: 0 !important;
}
.cid-uiLoOBTxpt .card:not(:first-child) {
  border-top: 1px solid #bbbbbb;
}
.cid-uiLoOBTxpt .mbr-iconfont {
  font-size: 10px !important;
  font-family: 'Moririse2' !important;
  color: #1f1d1a;
  margin-left: 1rem;
  padding: 17px;
  background-color: #fffcee;
  transition: all ease-in-out 0.3s;
  border-radius: 50%;
}
.cid-uiLoOBTxpt .card-header {
  border-bottom: none !important;
  padding: 0 !important;
}
.cid-uiLoOBTxpt .card-header .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-uiLoOBTxpt .panel-title {
  padding: 2rem !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cid-uiLoOBTxpt .panel-title {
    padding: 20px !important;
  }
}
.cid-uiLoOBTxpt .panel-title:hover {
  text-decoration-line: none !important;
}
.cid-uiLoOBTxpt .panel-title:hover .panel-title-edit {
  text-decoration: underline !important;
}
.cid-uiLoOBTxpt .panel-body {
  padding: 0 2rem 2rem 2rem;
  width: 100%;
  max-width: 720px;
}
@media (max-width: 767px) {
  .cid-uiLoOBTxpt .panel-body {
    padding: 0 20px 20px 20px;
  }
}
.cid-uiLoOBTxpt .panel-text {
  margin-bottom: 16px;
  color: #353535;
}
.cid-uiLoOBTxpt .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uiLoOBTxpt .panel-title-edit {
  color: #1F1D1A;
  padding-right: 12px;
}
.cid-uiKLthvBiy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #232b45;
}
.cid-uiKLthvBiy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiKLthvBiy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uiKLthvBiy .google-map {
  height: 40rem;
  position: relative;
  border-radius: 2rem;
}
.cid-uiKLthvBiy .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uiKLthvBiy .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uiKLthvBiy .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uiKLthvBiy .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uiKLthvBiy .content-head {
  max-width: 800px;
}
.cid-uiKLthvBiy .mbr-section-title {
  color: #fffcee;
}
.cid-uiKLthZVTU {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #fffcee;
  overflow: hidden;
}
.cid-uiKLthZVTU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uiKLthZVTU .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-uiKLthZVTU .container {
    padding: 0 30px;
  }
}
.cid-uiKLthZVTU .row {
  justify-content: center;
}
.cid-uiKLthZVTU .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uiKLthZVTU .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uiKLthZVTU .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uiKLthZVTU .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uiKLthZVTU .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uiKLthZVTU .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uiKLthZVTU .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uiKLthZVTU .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uiKLthZVTU .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uiKLthZVTU .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uiKLthZVTU .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uiKLthZVTU .nav-wrapper .list .item-wrap:hover,
.cid-uiKLthZVTU .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uiKLthZVTU .nav-wrapper .list .item-wrap:hover::before,
.cid-uiKLthZVTU .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uiKLthZVTU .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #71eac6;
  transition: all 0.3s ease-in-out;
}
.cid-uiKLthZVTU .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uiKLthZVTU .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uiKLthZVTU .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uiKLthZVTU .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uiKLthZVTU .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uiKLthZVTU .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uiKLthZVTU .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uiKLthZVTU .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uiKLthZVTU .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uiKLthZVTU .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-uiKLthZVTU .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uiKLthZVTU .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uiKLthZVTU .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uiKLthZVTU .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uiKLthZVTU .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uiKLthZVTU .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #260a30;
}
@media (max-width: 992px) {
  .cid-uiKLthZVTU .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uiKLthZVTU .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #260a30;
}
.cid-uiKLthZVTU .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uiKLthZVTU .mbr-section-title {
  color: #bee0d6;
}
.cid-uiKLthZVTU .mbr-section-subtitle {
  color: #f92c50;
}
.cid-uiKLthZVTU .list {
  color: #bee0d6;
}
.cid-uiKLthZVTU .mbr-address {
  color: #bee0d6;
}
.cid-uiKLthZVTU .mbr-copy {
  color: #260a30;
}
.cid-uiKLthZVTU .list,
.cid-uiKLthZVTU .item-wrap,
.cid-uiKLthZVTU .nav-wrapper {
  color: #291f1e;
}
.cid-uiKLthZVTU .mbr-section-title,
.cid-uiKLthZVTU .logo-wrapper {
  color: #59f60a;
}
