.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: 'Oleo Script', display;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Oleo Script', display;
  font-size: 3.5rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-4 {
  font-family: 'Oleo Script', display;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Oleo Script', display;
  font-size: 2.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Oleo Script', display;
  font-size: 1.1rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((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.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.875rem + (3.5 - 1.875) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((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.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn-secondary {
  color: #4b3cf3 !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: #4b3cf3 !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: #4b3cf3 !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: #4b3cf3 !important;
  border-color: #4b3cf3 !important;
  color: #ffffff;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #776cf6 !important;
  border-color: #776cf6 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #776cf6 !important;
  border-color: #776cf6 !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: #4b3cf3 !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: #4b3cf3 !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: #4b3cf3 !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: #4b3cf3 !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: #4b3cf3 !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: #4b3cf3 !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: #4b3cf3 !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: #4b3cf3;
  color: #4b3cf3;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #1c0dcc !important;
  background-color: transparent !important;
  border-color: #1c0dcc !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #4b3cf3 !important;
  border-color: #4b3cf3 !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: #4b3cf3 !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: #1a0cbd !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: #4b3cf3;
}
.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: #4b3cf3;
  border-color: #4b3cf3;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #4b3cf3;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fcfcff;
}
.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: 'Oleo Script', display;
  font-size: 1.1rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #4b3cf3 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Oleo Script', display;
  font-size: 1.1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #4b3cf3;
}
/* 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: #4b3cf3;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #4b3cf3;
}
.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: #4b3cf3;
  border-bottom-color: #4b3cf3;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #4b3cf3 !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='%234b3cf3' %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: #ffc091;
}
.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 - 2.1rem);
  }
}
.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: #ffc091;
}
.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: #ffc091 !important;
}
.cid-tZs6brFZOY .opacityScroll {
  background: #ffc091 !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: #ffc091;
    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-upMOUsu8Te {
  padding-top: 11rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upMOUsu8Te .decor-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 52%;
  height: 95%;
  border-radius: 0 85% 0 0;
  background-color: #ffc091;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-upMOUsu8Te .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-upMOUsu8Te .mbr-fallback-image.disabled {
  display: none;
}
.cid-upMOUsu8Te .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upMOUsu8Te .row {
  position: relative;
  z-index: 1;
}
.cid-upMOUsu8Te .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-upMOUsu8Te .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-upMOUsu8Te .image-wrapper {
  margin-right: 18px;
}
@media (max-width: 992px) {
  .cid-upMOUsu8Te .image-wrapper {
    margin-right: 0;
    margin-bottom: 46px;
  }
}
.cid-upMOUsu8Te .image-wrapper img {
  height: 620px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-upMOUsu8Te .image-wrapper img {
    height: 350px;
  }
}
.cid-upMOUsu8Te .content-wrapper {
  padding-top: 64px;
}
@media (max-width: 992px) {
  .cid-upMOUsu8Te .content-wrapper {
    padding-top: 22px;
  }
}
.cid-upMOUsu8Te .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 46px;
  display: inline-block;
  width: 55%;
}
@media (max-width: 992px) {
  .cid-upMOUsu8Te .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-upMOUsu8Te .content-wrapper .desc-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-upMOUsu8Te .content-wrapper .desc-wrapper {
    display: block;
  }
}
.cid-upMOUsu8Te .content-wrapper .desc-wrapper .mbr-desc {
  width: 50%;
  margin-right: 20px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-upMOUsu8Te .content-wrapper .desc-wrapper .mbr-desc {
    margin-right: 0;
    width: 100%;
    margin-bottom: 12px;
  }
}
.cid-upMOUsu8Te .content-wrapper .desc-wrapper .mbr-section-btn {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-upMOUsu8Te .content-wrapper .desc-wrapper .mbr-section-btn {
    width: 100%;
  }
}
.cid-upMOUsu8Te .content-wrapper .desc-wrapper .mbr-section-btn .btn {
  padding: 29px 64px;
}
@media (max-width: 1200px) {
  .cid-upMOUsu8Te .content-wrapper .desc-wrapper .mbr-section-btn .btn {
    padding: 20px 32px;
  }
}
.cid-upMOUsu8Te .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-upMOUsu8Te .mbr-text {
  color: #51565c;
}
.cid-upMOUsu8Te .mbr-desc {
  color: #51565c;
}
.cid-upMOUsu8Te .mbr-text,
.cid-upMOUsu8Te .text-wrapper {
  color: #000000;
}
.cid-upMPSyhtrW {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-upMPSyhtrW .container {
    max-width: 1162px;
  }
}
@media (max-width: 768px) {
  .cid-upMPSyhtrW .top {
    margin-top: 10rem;
  }
}
.cid-upMPSyhtrW .mbr-section-title {
  text-align: center;
  font-weight: 600;
  line-height: 1.2;
}
.cid-upMPSyhtrW .mbr-text {
  font-size: 24px;
  line-height: 1.3;
  color: #000000;
}
.cid-upMPSyhtrW .index {
  z-index: 3;
}
.cid-upMPSyhtrW ul {
  list-style: none;
  margin: 0;
  padding-left: 40px;
}
.cid-upMPSyhtrW li {
  margin-bottom: 47px;
  position: relative;
}
.cid-upMPSyhtrW ul li::before {
  position: relative;
  content: "\2713";
  left: -40px;
  top: -5%;
  color: #4b3cf3;
  border: 2px solid #000000;
  font-weight: bold;
  font-size: 2rem;
  padding: 0 .5rem;
}
.cid-upMPSyhtrW .wrap {
  right: 80%;
  top: 0;
  width: 400px;
  height: 200px;
  position: absolute;
}
@media (max-width: 991px) {
  .cid-upMPSyhtrW .wrap {
    top: -10%;
    right: 5%;
  }
}
@media (max-width: 768px) {
  .cid-upMPSyhtrW .wrap {
    top: 10%;
  }
}
.cid-upMPSyhtrW .wrap .anim {
  width: 195px;
  height: 195px;
  position: relative;
  object-fit: cover;
  border-radius: 100%;
  animation: 15s linear 0s normal none infinite running rot1;
  -webkit-animation: 15s linear 0s normal none infinite running rot1;
}
@media (min-width: 992px) {
  .cid-upMPSyhtrW .wrap {
    right: 5%;
    top: -10%;
  }
}
@media (min-width: 1400px) {
  .cid-upMPSyhtrW .wrap {
    right: -5%;
    top: -5%;
  }
}
@keyframes rot1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.cid-upMPSyhtrW .mbr-section-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  color: #000000;
  font-size: 25px;
}
.cid-upMPSyhtrW .text {
  font-size: 30px;
  color: #cbc0ff;
  font-weight: 600;
  -webkit-transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
  text-shadow: 0px 1px 0 #fbfdfc, 0px -1px 0 #fbfdfc, 1px 0px 0 #fbfdfc, -1px 0px 0 #fbfdfc, 1px 1px 0 #fbfdfc, 1px -1px 0 #fbfdfc, -1px 1px 0 #fbfdfc, -1px -1px 0 #fbfdfc, 0px 2px 0 #fbfdfc, 0px -2px 0 #fbfdfc, 2px 0px 0 #fbfdfc, -2px 0px 0 #fbfdfc, 2px 2px 0 #fbfdfc, 2px -2px 0 #fbfdfc, -2px 2px 0 #fbfdfc, -2px -2px 0 #fbfdfc, 0px 3px 0 #fbfdfc, 0px -3px 0 #fbfdfc, 3px 0px 0 #fbfdfc, -3px 0px 0 #fbfdfc, 3px 3px 0 #fbfdfc, 3px -3px 0 #fbfdfc, -3px 3px 0 #fbfdfc, -3px -3px 0 #fbfdfc, 0px 4px 0 #fbfdfc, 0px -4px 0 #fbfdfc, 4px 0px 0 #fbfdfc, -4px 0px 0 #fbfdfc, 4px 4px 0 #fbfdfc, 4px -4px 0 #fbfdfc, -4px 4px 0 #fbfdfc, -4px -4px 0 #fbfdfc;
  -webkit-text-shadow: 0px 1px 0 #fbfdfc, 0px -1px 0 #fbfdfc, 1px 0px 0 #fbfdfc, -1px 0px 0 #fbfdfc, 1px 1px 0 #fbfdfc, 1px -1px 0 #fbfdfc, -1px 1px 0 #fbfdfc, -1px -1px 0 #fbfdfc, 0px 2px 0 #fbfdfc, 0px -2px 0 #fbfdfc, 2px 0px 0 #fbfdfc, -2px 0px 0 #fbfdfc, 2px 2px 0 #fbfdfc, 2px -2px 0 #fbfdfc, -2px 2px 0 #fbfdfc, -2px -2px 0 #fbfdfc, 0px 3px 0 #fbfdfc, 0px -3px 0 #fbfdfc, 3px 0px 0 #fbfdfc, -3px 0px 0 #fbfdfc, 3px 3px 0 #fbfdfc, 3px -3px 0 #fbfdfc, -3px 3px 0 #fbfdfc, -3px -3px 0 #fbfdfc, 0px 4px 0 #fbfdfc, 0px -4px 0 #fbfdfc, 4px 0px 0 #fbfdfc, -4px 0px 0 #fbfdfc, 4px 4px 0 #fbfdfc, 4px -4px 0 #fbfdfc, -4px 4px 0 #fbfdfc, -4px -4px 0 #fbfdfc;
  -moz-text-shadow: 0px 1px 0 #fbfdfc, 0px -1px 0 #fbfdfc, 1px 0px 0 #fbfdfc, -1px 0px 0 #fbfdfc, 1px 1px 0 #fbfdfc, 1px -1px 0 #fbfdfc, -1px 1px 0 #fbfdfc, -1px -1px 0 #fbfdfc, 0px 2px 0 #fbfdfc, 0px -2px 0 #fbfdfc, 2px 0px 0 #fbfdfc, -2px 0px 0 #fbfdfc, 2px 2px 0 #fbfdfc, 2px -2px 0 #fbfdfc, -2px 2px 0 #fbfdfc, -2px -2px 0 #fbfdfc, 0px 3px 0 #fbfdfc, 0px -3px 0 #fbfdfc, 3px 0px 0 #fbfdfc, -3px 0px 0 #fbfdfc, 3px 3px 0 #fbfdfc, 3px -3px 0 #fbfdfc, -3px 3px 0 #fbfdfc, -3px -3px 0 #fbfdfc, 0px 4px 0 #fbfdfc, 0px -4px 0 #fbfdfc, 4px 0px 0 #fbfdfc, -4px 0px 0 #fbfdfc, 4px 4px 0 #fbfdfc, 4px -4px 0 #fbfdfc, -4px 4px 0 #fbfdfc, -4px -4px 0 #fbfdfc;
  text-align: end;
}
.cid-upMPSyhtrW .text1 {
  bottom: -75%;
  right: 10%;
  position: absolute;
  font-size: 140px;
  color: #f4d7d7;
  font-weight: 700;
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
  text-shadow: 0px 1px 0 #fbfdfc, 0px -1px 0 #fbfdfc, 1px 0px 0 #fbfdfc, -1px 0px 0 #fbfdfc, 1px 1px 0 #fbfdfc, 1px -1px 0 #fbfdfc, -1px 1px 0 #fbfdfc, -1px -1px 0 #fbfdfc, 0px 2px 0 #fbfdfc, 0px -2px 0 #fbfdfc, 2px 0px 0 #fbfdfc, -2px 0px 0 #fbfdfc, 2px 2px 0 #fbfdfc, 2px -2px 0 #fbfdfc, -2px 2px 0 #fbfdfc, -2px -2px 0 #fbfdfc, 0px 3px 0 #fbfdfc, 0px -3px 0 #fbfdfc, 3px 0px 0 #fbfdfc, -3px 0px 0 #fbfdfc, 3px 3px 0 #fbfdfc, 3px -3px 0 #fbfdfc, -3px 3px 0 #fbfdfc, -3px -3px 0 #fbfdfc, 0px 4px 0 #fbfdfc, 0px -4px 0 #fbfdfc, 4px 0px 0 #fbfdfc, -4px 0px 0 #fbfdfc, 4px 4px 0 #fbfdfc, 4px -4px 0 #fbfdfc, -4px 4px 0 #fbfdfc, -4px -4px 0 #fbfdfc;
  -webkit-text-shadow: 0px 1px 0 #fbfdfc, 0px -1px 0 #fbfdfc, 1px 0px 0 #fbfdfc, -1px 0px 0 #fbfdfc, 1px 1px 0 #fbfdfc, 1px -1px 0 #fbfdfc, -1px 1px 0 #fbfdfc, -1px -1px 0 #fbfdfc, 0px 2px 0 #fbfdfc, 0px -2px 0 #fbfdfc, 2px 0px 0 #fbfdfc, -2px 0px 0 #fbfdfc, 2px 2px 0 #fbfdfc, 2px -2px 0 #fbfdfc, -2px 2px 0 #fbfdfc, -2px -2px 0 #fbfdfc, 0px 3px 0 #fbfdfc, 0px -3px 0 #fbfdfc, 3px 0px 0 #fbfdfc, -3px 0px 0 #fbfdfc, 3px 3px 0 #fbfdfc, 3px -3px 0 #fbfdfc, -3px 3px 0 #fbfdfc, -3px -3px 0 #fbfdfc, 0px 4px 0 #fbfdfc, 0px -4px 0 #fbfdfc, 4px 0px 0 #fbfdfc, -4px 0px 0 #fbfdfc, 4px 4px 0 #fbfdfc, 4px -4px 0 #fbfdfc, -4px 4px 0 #fbfdfc, -4px -4px 0 #fbfdfc;
  -moz-text-shadow: 0px 1px 0 #fbfdfc, 0px -1px 0 #fbfdfc, 1px 0px 0 #fbfdfc, -1px 0px 0 #fbfdfc, 1px 1px 0 #fbfdfc, 1px -1px 0 #fbfdfc, -1px 1px 0 #fbfdfc, -1px -1px 0 #fbfdfc, 0px 2px 0 #fbfdfc, 0px -2px 0 #fbfdfc, 2px 0px 0 #fbfdfc, -2px 0px 0 #fbfdfc, 2px 2px 0 #fbfdfc, 2px -2px 0 #fbfdfc, -2px 2px 0 #fbfdfc, -2px -2px 0 #fbfdfc, 0px 3px 0 #fbfdfc, 0px -3px 0 #fbfdfc, 3px 0px 0 #fbfdfc, -3px 0px 0 #fbfdfc, 3px 3px 0 #fbfdfc, 3px -3px 0 #fbfdfc, -3px 3px 0 #fbfdfc, -3px -3px 0 #fbfdfc, 0px 4px 0 #fbfdfc, 0px -4px 0 #fbfdfc, 4px 0px 0 #fbfdfc, -4px 0px 0 #fbfdfc, 4px 4px 0 #fbfdfc, 4px -4px 0 #fbfdfc, -4px 4px 0 #fbfdfc, -4px -4px 0 #fbfdfc;
}
.cid-upMPSyhtrW .mbr-text UL {
  text-align: left;
}
.cid-upLZsafN8g {
  display: flex;
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffc091;
}
.cid-upLZsafN8g .mbr-fallback-image.disabled {
  display: none;
}
.cid-upLZsafN8g .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-upLZsafN8g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upLZsafN8g .btn:hover {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #4b3cf3 !important;
}
.cid-upLZsafN8g .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-upLZsafN8g .btn div {
  overflow: hidden;
}
.cid-upLZsafN8g .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-upLZsafN8g {
    align-items: center;
  }
  .cid-upLZsafN8g .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-upLZsafN8g .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-upLZsafN8g {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-upLZsafN8g .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-upLZsafN8g .content-wrap {
    width: 100%;
  }
}
.cid-upLZsafN8g .mbr-section-subtitle,
.cid-upLZsafN8g .line {
  color: #291f1e;
}
.cid-upLZsafN8g .mbr-text,
.cid-upLZsafN8g .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-upLZsafN8g .mbr-section-title {
  color: #291f1e;
}
.cid-upMQea1cAh {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-upMQea1cAh .mbr-fallback-image.disabled {
  display: none;
}
.cid-upMQea1cAh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upMQea1cAh .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-upMQea1cAh .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-upMQea1cAh .container {
    padding: 0 16px;
  }
}
.cid-upMQea1cAh .card {
  justify-content: center;
}
.cid-upMQea1cAh .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #ffc091;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-upMQea1cAh .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-upMQea1cAh .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-upMQea1cAh .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-upMQea1cAh .mbr-section-title {
  color: #000000;
}
.cid-upMQea1cAh .mbr-text {
  color: #000000;
}
.cid-upMQea1cAh .mbr-desc {
  color: #000000;
}
.cid-upMQea1cAh .mbr-section-title,
.cid-upMQea1cAh .title-wrapper {
  text-align: center;
}
.cid-uTaWJ8pjwo {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uTaWJ8pjwo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTaWJ8pjwo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTaWJ8pjwo .row {
  flex-direction: row-reverse;
}
.cid-upLPrZ9XrK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffc091;
}
.cid-upLPrZ9XrK blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-upLPrZ9XrK .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-upLOJUk57R {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #291f1e;
}
.cid-upLOJUk57R img,
.cid-upLOJUk57R .item-img {
  width: 100%;
}
.cid-upLOJUk57R .item:focus,
.cid-upLOJUk57R span:focus {
  outline: none;
}
.cid-upLOJUk57R .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-upLOJUk57R .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-upLOJUk57R .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-upLOJUk57R .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-upLOJUk57R .mbr-section-btn {
  margin-top: auto !important;
}
.cid-upLOJUk57R .mbr-section-title {
  color: #232323;
}
.cid-upLOJUk57R .mbr-text,
.cid-upLOJUk57R .mbr-section-btn {
  text-align: left;
}
.cid-upLOJUk57R .item-title {
  text-align: center;
}
.cid-upLOJUk57R .item-subtitle {
  text-align: left;
}
.cid-upLOJUk57R .item-title DIV {
  text-align: center;
}
.cid-upMQFcq1jz {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffc091;
  overflow: hidden;
}
.cid-upMQFcq1jz .mbr-fallback-image.disabled {
  display: none;
}
.cid-upMQFcq1jz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upMQFcq1jz .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-upMQFcq1jz .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-upMQFcq1jz .container {
    padding: 0 30px;
  }
}
.cid-upMQFcq1jz .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-upMQFcq1jz .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-upMQFcq1jz .content-wrapper {
    padding: 0;
  }
}
.cid-upMQFcq1jz .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-upMQFcq1jz .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-upMQFcq1jz .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #254b45;
}
@media (max-width: 992px) {
  .cid-upMQFcq1jz .content-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-upMQFcq1jz .content-wrapper .mbr-section-title {
  margin-bottom: 180px;
}
@media (max-width: 992px) {
  .cid-upMQFcq1jz .content-wrapper .mbr-section-title {
    margin-bottom: 80px;
  }
}
.cid-upMQFcq1jz .content-wrapper .text-wrapper {
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .cid-upMQFcq1jz .content-wrapper .text-wrapper {
    padding-left: 120px;
  }
}
@media (max-width: 992px) {
  .cid-upMQFcq1jz .content-wrapper .text-wrapper {
    padding-left: 0;
  }
}
.cid-upMQFcq1jz .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-upMQFcq1jz .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-upMQFcq1jz .mbr-desc {
  color: #254b45;
}
.cid-upMQFcq1jz .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-upMQFcq1jz .mbr-text {
  color: #254b45;
}
.cid-upMQFcq1jz .mbr-text,
.cid-upMQFcq1jz .mbr-section-btn {
  color: #000000;
}
.cid-tZsbpveFKF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tZsbpveFKF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZsbpveFKF .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-tZsbpveFKF .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tZsbpveFKF .line {
  width: 100%;
  height: 1px;
  background: gray;
  opacity: 0.5;
  margin: 1rem 0;
}
.cid-tZsbpveFKF .card-title {
  position: relative;
  padding-bottom: 1rem;
}
.cid-tZsbpveFKF .card-title:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  left: -35px;
  top: 3px;
  background: currentColor;
  border-radius: 50%;
}
.cid-tZsbpveFKF .card-box {
  padding: 0 2rem;
}
.cid-tZsbpveFKF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZsbpveFKF .card-title,
.cid-tZsbpveFKF .iconfont-wrapper,
.cid-tZsbpveFKF .card-text {
  color: #000000;
  text-align: center;
}
.cid-tZsbpveFKF .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tZsbpveFKF .mbr-section-btn {
  text-align: center;
}
.cid-tZsbpveFKF .card-text,
.cid-tZsbpveFKF .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-tZsbpveFKF .card-title,
.cid-tZsbpveFKF .iconfont-wrapper {
  text-align: center;
  color: #000000;
}
.cid-tZsbpveFKF .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-upMR68Ml6v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-upMR68Ml6v .mbr-fallback-image.disabled {
  display: none;
}
.cid-upMR68Ml6v .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-upMR68Ml6v .container {
    padding: 0 22px;
  }
}
.cid-upMR68Ml6v .card {
  justify-content: center;
}
.cid-upMR68Ml6v .content-wrapper {
  padding-right: 32px;
  padding-right: 0;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-upMR68Ml6v .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-upMR68Ml6v .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-upMR68Ml6v .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-upMR68Ml6v .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-upMR68Ml6v .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-upMR68Ml6v .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 100% !important;
  object-fit: cover;
  box-shadow: 10px 10px 60px #00d0f3;
}
@media (max-width: 1440px) {
  .cid-upMR68Ml6v .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-upMR68Ml6v .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-upMR68Ml6v .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-upMR68Ml6v .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.cid-upMR68Ml6v .mbr-section-title {
  color: #ffffff;
}
.cid-upMR68Ml6v .mbr-text {
  color: #ffffff;
}
.cid-upLWCEycZA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffc091;
}
.cid-upLWCEycZA .mbr-fallback-image.disabled {
  display: none;
}
.cid-upLWCEycZA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upLWCEycZA .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-upLWCEycZA .row {
    flex-direction: column-reverse;
  }
  .cid-upLWCEycZA .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-upLWCEycZA .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-upLWCEycZA .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-upLWCEycZA .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-upLWCEycZA .card-title {
  text-align: center;
  color: #000000;
}
.cid-upLWCEycZA .mbr-text,
.cid-upLWCEycZA .mbr-section-btn {
  text-align: center;
}
.cid-upMRxdOf3i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upMRxdOf3i .mbr-fallback-image.disabled {
  display: none;
}
.cid-upMRxdOf3i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upMRxdOf3i .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-upMRxdOf3i .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-upMRxdOf3i .container {
    padding: 0 16px;
  }
}
.cid-upMRxdOf3i .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-upMRxdOf3i .row {
    margin: 0 10px;
  }
}
.cid-upMRxdOf3i .row .card {
  position: relative;
  padding: 0;
}
.cid-upMRxdOf3i .row .card .decor-wrapper_1 {
  position: absolute;
  top: -25rem;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #ffc091;
  border-radius: 15rem;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-upMRxdOf3i .row .card .decor-wrapper_1 {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-upMRxdOf3i .row .card .decor-wrapper_1 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-upMRxdOf3i .row .card .decor-wrapper_2 {
  position: absolute;
  top: 0;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #ffc091;
  border-radius: 14%;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-upMRxdOf3i .row .card .decor-wrapper_2 {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-upMRxdOf3i .row .card .decor-wrapper_2 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-upMRxdOf3i .title-wrapper {
  position: relative;
  z-index: 1;
  padding-left: 100px;
  width: 60%;
  margin: 0 auto;
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-upMRxdOf3i .title-wrapper {
    padding-left: 0;
    width: 100%;
  }
}
.cid-upMRxdOf3i .title-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-upMRxdOf3i .title-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-upMRxdOf3i .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 75px;
  height: 75px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #192227;
  background-color: #ffc091;
  transform: rotate(45deg);
  border-radius: 100%;
}
.cid-upMRxdOf3i .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-upMRxdOf3i .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-upMRxdOf3i .title-wrapper .mbr-text {
  margin: 0;
}
.cid-upMRxdOf3i .mbr-section-title {
  color: #fdfcfc;
}
.cid-upMRxdOf3i .mbr-text {
  color: #F9A600;
}
.cid-upMRxdOf3i .mbr-section-title,
.cid-upMRxdOf3i .icon-wrapper {
  color: #000000;
}
.cid-upMRxdOf3i .mbr-text,
.cid-upMRxdOf3i .mbr-section-btn {
  color: #000000;
}
.cid-upLWYkjnDn {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffc091;
}
.cid-upLWYkjnDn .title-text {
  margin-bottom: 70px;
}
.cid-upLWYkjnDn .title-text .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-upLWYkjnDn .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-upLWYkjnDn .title-text .mbr-section-title {
  color: #130947;
}
.cid-upLWYkjnDn .title-text .mbr-section-title span {
  font-weight: 900;
}
.cid-upLWYkjnDn .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-upLWYkjnDn .mbr-iconfont {
  font-family: 'Moririse2' !important;
  display: inline-flex;
  -webkit-transform-origin: ;
  transform-origin: ;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #222222;
}
.cid-upLWYkjnDn .mbr-iconfont:before {
  -webkit-transform: scaleY(0) !important;
  transform: scaleY(0) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-upLWYkjnDn .collapsed .mbr-iconfont {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-upLWYkjnDn .collapsed .mbr-iconfont:before {
  -webkit-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-upLWYkjnDn .accordion-content {
  flex-basis: 100%;
}
.cid-upLWYkjnDn .panel-group {
  width: 100%;
}
.cid-upLWYkjnDn .panel-text,
.cid-upLWYkjnDn .header-text,
.cid-upLWYkjnDn .mbr-section-subtitle {
  color: #222222;
}
.cid-upLWYkjnDn .card {
  margin-bottom: 30px;
  margin-top: 30px;
  border: none;
  border-radius: 0 !important;
}
.cid-upLWYkjnDn .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-upLWYkjnDn .card .card-header a.panel-title {
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none !important;
  border-radius: 0 !important;
  line-height: normal;
}
.cid-upLWYkjnDn .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-upLWYkjnDn .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-upLWYkjnDn .card .card-header a.panel-title h4 {
  padding: 17px 42px 17px 35px;
  margin-bottom: 0;
  width: 100%;
  line-height: 1.5;
  font-weight: 400 !important;
}
.cid-upLWYkjnDn .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  line-height: 1.6 !important;
}
.cid-upLWYkjnDn .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 29px;
  -webkit-transform: none;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
}
.cid-upLWYkjnDn .card .card-header a.panel-title .toggle-icon:before,
.cid-upLWYkjnDn .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-upLWYkjnDn .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  -webkit-transform: none;
  transform: none;
}
.cid-upLWYkjnDn .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-upLWYkjnDn .card .card-header a.panel-title[aria-expanded='true'] {
  background-color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-upLWYkjnDn .card .card-header a.panel-title[aria-expanded='true'] .header-text,
.cid-upLWYkjnDn .card .card-header a.panel-title[aria-expanded='true'] .sign {
  color: #000000 !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-upLWYkjnDn .card .panel-body {
  background: #ffffff;
  padding: 30px 55px 35px 40px !important;
}
.cid-upLWYkjnDn .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-upLWYkjnDn .mbr-fallback-image.disabled {
  display: none;
}
.cid-upLWYkjnDn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upLWYkjnDn .title-text .mbr-section-title {
  color: #050f0f;
  text-align: center;
}
.cid-upLWYkjnDn .header-text {
  text-align: center;
}
.cid-upMS1OzZdV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-upMS1OzZdV .mbr-fallback-image.disabled {
  display: none;
}
.cid-upMS1OzZdV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upMS1OzZdV .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-upMS1OzZdV .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-upMS1OzZdV .container {
    padding: 0 30px;
  }
}
.cid-upMS1OzZdV .card-wrapper {
  display: flex;
  padding: 70px 0;
  border-top: 10px solid #ffffff;
  border-bottom: 10px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-upMS1OzZdV .card-wrapper {
    padding: 45px 0;
  }
}
@media (max-width: 992px) {
  .cid-upMS1OzZdV .card-wrapper {
    display: block;
  }
}
.cid-upMS1OzZdV .card-wrapper .title-wrapper {
  width: 50%;
  margin-right: 50px;
  margin-right: 0;
  margin-left: 50px;
}
@media (max-width: 992px) {
  .cid-upMS1OzZdV .card-wrapper .title-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-upMS1OzZdV .card-wrapper .title-wrapper {
    width: 100%;
    margin: 0;
  }
}
.cid-upMS1OzZdV .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-upMS1OzZdV .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-upMS1OzZdV .card-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-upMS1OzZdV .card-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-upMS1OzZdV .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-upMS1OzZdV .mbr-section-title {
  color: #f7f7f7;
}
.cid-upMS1OzZdV .mbr-text {
  color: #ffffff;
}
.cid-upM0pYYaFK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-upM0pYYaFK .mbr-fallback-image.disabled {
  display: none;
}
.cid-upM0pYYaFK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upM0pYYaFK .google-map {
  height: 30rem;
  position: relative;
}
.cid-upM0pYYaFK .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-upM0pYYaFK .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-upM0pYYaFK .google-map[data-state] {
  background: #e9e5dc;
}
.cid-upM0pYYaFK .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uTbtmbBARt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffc091;
}
.cid-uTbtmbBARt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTbtmbBARt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTbtmbBARt .row {
  justify-content: space-between;
}
.cid-uTbtmbBARt .content-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uTbtmbBARt .content-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uTbtmbBARt .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uTbtmbBARt .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uTbtmbBARt .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-uTbtmbBARt .list-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uTbtmbBARt .list-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uTbtmbBARt .list-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uTbtmbBARt .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uTbtmbBARt .list-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-uTbtmbBARt .list-wrapper .list .item-wrap:hover,
.cid-uTbtmbBARt .list-wrapper .list .item-wrap:focus {
  color: #000000;
}
.cid-uTbtmbBARt .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uTbtmbBARt .content-wrap {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uTbtmbBARt .content-wrap {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uTbtmbBARt .content-wrap {
    margin-bottom: 35px;
  }
}
.cid-uTbtmbBARt .content-wrap .mbr-desc {
  margin-bottom: 20px;
}
.cid-uTbtmbBARt .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uTbtmbBARt .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uTbtmbBARt .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uTbtmbBARt .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uTbtmbBARt .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #000000;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uTbtmbBARt .copy-wrapper .mbr-section-btn-main {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uTbtmbBARt .copy-wrapper .mbr-section-btn-main {
    margin-bottom: 15px;
  }
}
.cid-uTbtmbBARt .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uTbtmbBARt .mbr-section-title {
  color: #000000;
}
.cid-uTbtmbBARt .mbr-text {
  color: #000000;
}
.cid-uTbtmbBARt .list {
  color: #000000;
}
.cid-uTbtmbBARt .mbr-desc {
  color: #000000;
}
.cid-uTbtmbBARt .mbr-copy {
  color: #000000;
}
.cid-uTbtmbBARt .mbr-desc,
.cid-uTbtmbBARt .social-wrapper {
  text-align: center;
}
.cid-uTbtmbBARt .mbr-copy,
.cid-uTbtmbBARt .mbr-section-btn-main {
  text-align: center;
}
.cid-upM8Bmfu65 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-upM8Bmfu65 .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-upM8Bmfu65 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-upM8Bmfu65 .btn {
  font-weight: 400;
}
.cid-upM8Bmfu65 .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-upM8Bmfu65 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-upM8Bmfu65 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upM8Bmfu65 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upM8Bmfu65 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-upM8Bmfu65 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-upM8Bmfu65 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-upM8Bmfu65 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-upM8Bmfu65 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-upM8Bmfu65 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-upM8Bmfu65 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-upM8Bmfu65 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-upM8Bmfu65 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-upM8Bmfu65 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-upM8Bmfu65 .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-upM8Bmfu65 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-upM8Bmfu65 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-upM8Bmfu65 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-upM8Bmfu65 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-upM8Bmfu65 .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-upM8Bmfu65 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-upM8Bmfu65 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-upM8Bmfu65 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-upM8Bmfu65 .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: #ffc091;
}
.cid-upM8Bmfu65 .nav-item:focus,
.cid-upM8Bmfu65 .nav-link:focus {
  outline: none;
}
.cid-upM8Bmfu65 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upM8Bmfu65 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upM8Bmfu65 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upM8Bmfu65 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upM8Bmfu65 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upM8Bmfu65 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upM8Bmfu65 .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-upM8Bmfu65 .navbar.opened {
  transition: all 0.25s;
}
.cid-upM8Bmfu65 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-upM8Bmfu65 .navbar .navbar-logo img {
  width: auto;
}
.cid-upM8Bmfu65 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-upM8Bmfu65 .navbar.collapsed {
  justify-content: center;
}
.cid-upM8Bmfu65 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upM8Bmfu65 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upM8Bmfu65 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-upM8Bmfu65 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upM8Bmfu65 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upM8Bmfu65 .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-upM8Bmfu65 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upM8Bmfu65 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-upM8Bmfu65 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-upM8Bmfu65 .navbar {
    min-height: 72px;
  }
  .cid-upM8Bmfu65 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-upM8Bmfu65 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upM8Bmfu65 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upM8Bmfu65 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upM8Bmfu65 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upM8Bmfu65 .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-upM8Bmfu65 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upM8Bmfu65 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-upM8Bmfu65 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upM8Bmfu65 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-upM8Bmfu65 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-upM8Bmfu65 .dropdown-item.active,
.cid-upM8Bmfu65 .dropdown-item:active {
  background-color: transparent;
}
.cid-upM8Bmfu65 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upM8Bmfu65 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upM8Bmfu65 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upM8Bmfu65 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffc091;
}
.cid-upM8Bmfu65 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-upM8Bmfu65 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-upM8Bmfu65 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-upM8Bmfu65 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-upM8Bmfu65 .navbar-buttons {
    text-align: left;
  }
}
.cid-upM8Bmfu65 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-upM8Bmfu65 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-upM8Bmfu65 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upM8Bmfu65 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upM8Bmfu65 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upM8Bmfu65 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upM8Bmfu65 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upM8Bmfu65 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upM8Bmfu65 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upM8Bmfu65 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upM8Bmfu65 .navbar-dropdown {
  padding: 0;
  background-color: #ffc091 !important;
}
.cid-upM8Bmfu65 .opacityScroll {
  background: #ffc091 !important;
}
.cid-upM8Bmfu65 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-upM8Bmfu65 .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-upM8Bmfu65 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-upM8Bmfu65 .navbar {
    height: 70px;
  }
  .cid-upM8Bmfu65 .navbar.opened {
    height: auto;
  }
  .cid-upM8Bmfu65 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upM8Bmfu65 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-upM8Bmfu65 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-upM8Bmfu65 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-upM8Bmfu65 .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-upM8Bmfu65 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-upM8Bmfu65 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-upM8Bmfu65 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-upM8Bmfu65 .navbar-brand {
    margin-right: auto;
  }
  .cid-upM8Bmfu65 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffc091;
    backdrop-filter: blur(8px);
  }
  .cid-upM8Bmfu65 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-upM8Bmfu65 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-upM8Bmfu65 .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-upM8Bmfu65 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-upM8Bmfu65 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-upM8Bmfu65 .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-upM8Bmfu65 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-upM8Bmfu65 .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-upM8Bmfu65 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-upM8Bmfu65 .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-upM8Bmfu65 .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-upM8Bmfu65 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-upMU37TlU7 {
  background-color: #181818;
}
.cid-upMU37TlU7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upMU37TlU7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upMU37TlU7 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-upMU37TlU7 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-upMU37TlU7 .container {
    padding: 0 30px;
  }
}
.cid-upMU37TlU7 .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-upMU37TlU7 .image-wrapper {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-upMU37TlU7 .image-wrapper img {
  height: 250px;
  object-fit: cover;
  border-radius: 3em;
}
.cid-upMU37TlU7 .text-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-upMU37TlU7 .text-wrapper {
    margin: 0;
  }
}
.cid-upMU37TlU7 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-upMU37TlU7 .mbr-text {
  color: #ffffff;
}
.cid-upM8BnS9ql {
  display: flex;
  padding-top: 4rem;
  padding-bottom: 8rem;
  background-color: #ffc091;
}
.cid-upM8BnS9ql .mbr-fallback-image.disabled {
  display: none;
}
.cid-upM8BnS9ql .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-upM8BnS9ql .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upM8BnS9ql .btn:hover {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #4b3cf3 !important;
}
.cid-upM8BnS9ql .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-upM8BnS9ql .btn div {
  overflow: hidden;
}
.cid-upM8BnS9ql .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-upM8BnS9ql {
    align-items: center;
  }
  .cid-upM8BnS9ql .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-upM8BnS9ql .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-upM8BnS9ql {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-upM8BnS9ql .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-upM8BnS9ql .content-wrap {
    width: 100%;
  }
}
.cid-upM8BnS9ql .mbr-section-subtitle,
.cid-upM8BnS9ql .line {
  color: #291f1e;
}
.cid-upM8BnS9ql .mbr-text,
.cid-upM8BnS9ql .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-upM8BnS9ql .mbr-section-title {
  color: #291f1e;
}
.cid-upM8Bojfcf {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f7fff7;
}
.cid-upM8Bojfcf .mbr-fallback-image.disabled {
  display: none;
}
.cid-upM8Bojfcf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upM8Bojfcf .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-upM8Bojfcf .content-wrapper {
    padding: 0;
  }
}
.cid-upM8Bojfcf .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-upM8Bojfcf .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-upM8Bojfcf .content-wrapper .google-map {
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
}
.cid-upM8Bojfcf .content-wrapper .google-map iframe {
  height: 600px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-upM8Bojfcf .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-upM8Bojfcf .mbr-section-title {
  color: #050f0f;
}
.cid-uTbtmbBARt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffc091;
}
.cid-uTbtmbBARt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTbtmbBARt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTbtmbBARt .row {
  justify-content: space-between;
}
.cid-uTbtmbBARt .content-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uTbtmbBARt .content-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uTbtmbBARt .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uTbtmbBARt .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uTbtmbBARt .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-uTbtmbBARt .list-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uTbtmbBARt .list-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uTbtmbBARt .list-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uTbtmbBARt .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uTbtmbBARt .list-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-uTbtmbBARt .list-wrapper .list .item-wrap:hover,
.cid-uTbtmbBARt .list-wrapper .list .item-wrap:focus {
  color: #000000;
}
.cid-uTbtmbBARt .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uTbtmbBARt .content-wrap {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uTbtmbBARt .content-wrap {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uTbtmbBARt .content-wrap {
    margin-bottom: 35px;
  }
}
.cid-uTbtmbBARt .content-wrap .mbr-desc {
  margin-bottom: 20px;
}
.cid-uTbtmbBARt .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uTbtmbBARt .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uTbtmbBARt .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uTbtmbBARt .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uTbtmbBARt .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #000000;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uTbtmbBARt .copy-wrapper .mbr-section-btn-main {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uTbtmbBARt .copy-wrapper .mbr-section-btn-main {
    margin-bottom: 15px;
  }
}
.cid-uTbtmbBARt .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uTbtmbBARt .mbr-section-title {
  color: #000000;
}
.cid-uTbtmbBARt .mbr-text {
  color: #000000;
}
.cid-uTbtmbBARt .list {
  color: #000000;
}
.cid-uTbtmbBARt .mbr-desc {
  color: #000000;
}
.cid-uTbtmbBARt .mbr-copy {
  color: #000000;
}
.cid-uTbtmbBARt .mbr-desc,
.cid-uTbtmbBARt .social-wrapper {
  text-align: center;
}
.cid-uTbtmbBARt .mbr-copy,
.cid-uTbtmbBARt .mbr-section-btn-main {
  text-align: center;
}
.cid-upM7F59dsA {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-upM7F59dsA .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-upM7F59dsA .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-upM7F59dsA .btn {
  font-weight: 400;
}
.cid-upM7F59dsA .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-upM7F59dsA .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-upM7F59dsA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upM7F59dsA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upM7F59dsA .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-upM7F59dsA .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-upM7F59dsA .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-upM7F59dsA .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-upM7F59dsA .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-upM7F59dsA .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-upM7F59dsA .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-upM7F59dsA .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-upM7F59dsA .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-upM7F59dsA .nav-link {
  width: fit-content;
  position: relative;
}
.cid-upM7F59dsA .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-upM7F59dsA .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-upM7F59dsA .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-upM7F59dsA .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-upM7F59dsA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-upM7F59dsA .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-upM7F59dsA .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-upM7F59dsA .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-upM7F59dsA .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-upM7F59dsA .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: #ffc091;
}
.cid-upM7F59dsA .nav-item:focus,
.cid-upM7F59dsA .nav-link:focus {
  outline: none;
}
.cid-upM7F59dsA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upM7F59dsA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upM7F59dsA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upM7F59dsA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upM7F59dsA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upM7F59dsA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upM7F59dsA .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-upM7F59dsA .navbar.opened {
  transition: all 0.25s;
}
.cid-upM7F59dsA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-upM7F59dsA .navbar .navbar-logo img {
  width: auto;
}
.cid-upM7F59dsA .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-upM7F59dsA .navbar.collapsed {
  justify-content: center;
}
.cid-upM7F59dsA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upM7F59dsA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upM7F59dsA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-upM7F59dsA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upM7F59dsA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upM7F59dsA .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-upM7F59dsA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upM7F59dsA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-upM7F59dsA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-upM7F59dsA .navbar {
    min-height: 72px;
  }
  .cid-upM7F59dsA .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-upM7F59dsA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upM7F59dsA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upM7F59dsA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upM7F59dsA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upM7F59dsA .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-upM7F59dsA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upM7F59dsA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-upM7F59dsA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upM7F59dsA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-upM7F59dsA .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-upM7F59dsA .dropdown-item.active,
.cid-upM7F59dsA .dropdown-item:active {
  background-color: transparent;
}
.cid-upM7F59dsA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upM7F59dsA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upM7F59dsA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upM7F59dsA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffc091;
}
.cid-upM7F59dsA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-upM7F59dsA .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-upM7F59dsA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-upM7F59dsA .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-upM7F59dsA .navbar-buttons {
    text-align: left;
  }
}
.cid-upM7F59dsA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-upM7F59dsA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-upM7F59dsA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upM7F59dsA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upM7F59dsA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upM7F59dsA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upM7F59dsA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upM7F59dsA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upM7F59dsA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upM7F59dsA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upM7F59dsA .navbar-dropdown {
  padding: 0;
  background-color: #ffc091 !important;
}
.cid-upM7F59dsA .opacityScroll {
  background: #ffc091 !important;
}
.cid-upM7F59dsA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-upM7F59dsA .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-upM7F59dsA .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-upM7F59dsA .navbar {
    height: 70px;
  }
  .cid-upM7F59dsA .navbar.opened {
    height: auto;
  }
  .cid-upM7F59dsA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upM7F59dsA .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-upM7F59dsA .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-upM7F59dsA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-upM7F59dsA .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-upM7F59dsA .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-upM7F59dsA .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-upM7F59dsA .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-upM7F59dsA .navbar-brand {
    margin-right: auto;
  }
  .cid-upM7F59dsA .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffc091;
    backdrop-filter: blur(8px);
  }
  .cid-upM7F59dsA .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-upM7F59dsA .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-upM7F59dsA .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-upM7F59dsA .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-upM7F59dsA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-upM7F59dsA .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-upM7F59dsA .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-upM7F59dsA .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-upM7F59dsA .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-upM7F59dsA .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-upM7F59dsA .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-upM7F59dsA .navbar-collapse {
    padding: 1rem;
  }
}
.cid-upMTGiQNPT {
  background-color: #181818;
}
.cid-upMTGiQNPT .mbr-fallback-image.disabled {
  display: none;
}
.cid-upMTGiQNPT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upMTGiQNPT .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-upMTGiQNPT .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-upMTGiQNPT .container {
    padding: 0 30px;
  }
}
.cid-upMTGiQNPT .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-upMTGiQNPT .image-wrapper {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-upMTGiQNPT .image-wrapper img {
  height: 250px;
  object-fit: cover;
  border-radius: 3em;
}
.cid-upMTGiQNPT .text-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-upMTGiQNPT .text-wrapper {
    margin: 0;
  }
}
.cid-upMTGiQNPT .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-upMTGiQNPT .mbr-text {
  color: #ffffff;
}
.cid-upM8efTjXN {
  display: flex;
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffc091;
}
.cid-upM8efTjXN .mbr-fallback-image.disabled {
  display: none;
}
.cid-upM8efTjXN .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-upM8efTjXN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upM8efTjXN .btn:hover {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #4b3cf3 !important;
}
.cid-upM8efTjXN .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-upM8efTjXN .btn div {
  overflow: hidden;
}
.cid-upM8efTjXN .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-upM8efTjXN {
    align-items: center;
  }
  .cid-upM8efTjXN .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-upM8efTjXN .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-upM8efTjXN {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-upM8efTjXN .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-upM8efTjXN .content-wrap {
    width: 100%;
  }
}
.cid-upM8efTjXN .mbr-section-subtitle,
.cid-upM8efTjXN .line {
  color: #291f1e;
}
.cid-upM8efTjXN .mbr-text,
.cid-upM8efTjXN .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-upM8efTjXN .mbr-section-title {
  color: #291f1e;
}
.cid-upM7YfEI7U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-upM7YfEI7U .mbr-fallback-image.disabled {
  display: none;
}
.cid-upM7YfEI7U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upM7YfEI7U .content-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-upM7YfEI7U .content-wrapper {
    padding: 0;
  }
}
.cid-upM7YfEI7U .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-upM7YfEI7U .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-upM7YfEI7U .content-wrapper .google-map {
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
}
.cid-upM7YfEI7U .content-wrapper .google-map iframe {
  height: 600px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-upM7YfEI7U .content-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-upM7YfEI7U .mbr-section-title {
  color: #050f0f;
}
.cid-uTbtmbBARt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffc091;
}
.cid-uTbtmbBARt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTbtmbBARt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTbtmbBARt .row {
  justify-content: space-between;
}
.cid-uTbtmbBARt .content-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uTbtmbBARt .content-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uTbtmbBARt .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uTbtmbBARt .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uTbtmbBARt .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-uTbtmbBARt .list-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uTbtmbBARt .list-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uTbtmbBARt .list-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uTbtmbBARt .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uTbtmbBARt .list-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-uTbtmbBARt .list-wrapper .list .item-wrap:hover,
.cid-uTbtmbBARt .list-wrapper .list .item-wrap:focus {
  color: #000000;
}
.cid-uTbtmbBARt .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uTbtmbBARt .content-wrap {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uTbtmbBARt .content-wrap {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uTbtmbBARt .content-wrap {
    margin-bottom: 35px;
  }
}
.cid-uTbtmbBARt .content-wrap .mbr-desc {
  margin-bottom: 20px;
}
.cid-uTbtmbBARt .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uTbtmbBARt .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uTbtmbBARt .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uTbtmbBARt .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uTbtmbBARt .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #000000;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uTbtmbBARt .copy-wrapper .mbr-section-btn-main {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uTbtmbBARt .copy-wrapper .mbr-section-btn-main {
    margin-bottom: 15px;
  }
}
.cid-uTbtmbBARt .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uTbtmbBARt .mbr-section-title {
  color: #000000;
}
.cid-uTbtmbBARt .mbr-text {
  color: #000000;
}
.cid-uTbtmbBARt .list {
  color: #000000;
}
.cid-uTbtmbBARt .mbr-desc {
  color: #000000;
}
.cid-uTbtmbBARt .mbr-copy {
  color: #000000;
}
.cid-uTbtmbBARt .mbr-desc,
.cid-uTbtmbBARt .social-wrapper {
  text-align: center;
}
.cid-uTbtmbBARt .mbr-copy,
.cid-uTbtmbBARt .mbr-section-btn-main {
  text-align: center;
}
.cid-uTbxFUZ4dA {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uTbxFUZ4dA .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-uTbxFUZ4dA .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uTbxFUZ4dA .btn {
  font-weight: 400;
}
.cid-uTbxFUZ4dA .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-uTbxFUZ4dA .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uTbxFUZ4dA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uTbxFUZ4dA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTbxFUZ4dA .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uTbxFUZ4dA .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uTbxFUZ4dA .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uTbxFUZ4dA .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uTbxFUZ4dA .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uTbxFUZ4dA .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uTbxFUZ4dA .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uTbxFUZ4dA .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uTbxFUZ4dA .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uTbxFUZ4dA .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uTbxFUZ4dA .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uTbxFUZ4dA .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uTbxFUZ4dA .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uTbxFUZ4dA .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uTbxFUZ4dA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uTbxFUZ4dA .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-uTbxFUZ4dA .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uTbxFUZ4dA .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uTbxFUZ4dA .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uTbxFUZ4dA .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: #ffc091;
}
.cid-uTbxFUZ4dA .nav-item:focus,
.cid-uTbxFUZ4dA .nav-link:focus {
  outline: none;
}
.cid-uTbxFUZ4dA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTbxFUZ4dA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTbxFUZ4dA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTbxFUZ4dA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTbxFUZ4dA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTbxFUZ4dA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTbxFUZ4dA .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-uTbxFUZ4dA .navbar.opened {
  transition: all 0.25s;
}
.cid-uTbxFUZ4dA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uTbxFUZ4dA .navbar .navbar-logo img {
  width: auto;
}
.cid-uTbxFUZ4dA .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uTbxFUZ4dA .navbar.collapsed {
  justify-content: center;
}
.cid-uTbxFUZ4dA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTbxFUZ4dA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uTbxFUZ4dA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uTbxFUZ4dA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTbxFUZ4dA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTbxFUZ4dA .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-uTbxFUZ4dA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTbxFUZ4dA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uTbxFUZ4dA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uTbxFUZ4dA .navbar {
    min-height: 72px;
  }
  .cid-uTbxFUZ4dA .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uTbxFUZ4dA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTbxFUZ4dA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTbxFUZ4dA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTbxFUZ4dA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uTbxFUZ4dA .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-uTbxFUZ4dA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uTbxFUZ4dA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uTbxFUZ4dA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTbxFUZ4dA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uTbxFUZ4dA .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uTbxFUZ4dA .dropdown-item.active,
.cid-uTbxFUZ4dA .dropdown-item:active {
  background-color: transparent;
}
.cid-uTbxFUZ4dA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uTbxFUZ4dA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTbxFUZ4dA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTbxFUZ4dA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffc091;
}
.cid-uTbxFUZ4dA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uTbxFUZ4dA .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uTbxFUZ4dA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uTbxFUZ4dA .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uTbxFUZ4dA .navbar-buttons {
    text-align: left;
  }
}
.cid-uTbxFUZ4dA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uTbxFUZ4dA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uTbxFUZ4dA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTbxFUZ4dA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTbxFUZ4dA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTbxFUZ4dA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTbxFUZ4dA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTbxFUZ4dA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTbxFUZ4dA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTbxFUZ4dA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTbxFUZ4dA .navbar-dropdown {
  padding: 0;
  background-color: #ffc091 !important;
}
.cid-uTbxFUZ4dA .opacityScroll {
  background: #ffc091 !important;
}
.cid-uTbxFUZ4dA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uTbxFUZ4dA .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-uTbxFUZ4dA .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTbxFUZ4dA .navbar {
    height: 70px;
  }
  .cid-uTbxFUZ4dA .navbar.opened {
    height: auto;
  }
  .cid-uTbxFUZ4dA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTbxFUZ4dA .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uTbxFUZ4dA .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uTbxFUZ4dA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uTbxFUZ4dA .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-uTbxFUZ4dA .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uTbxFUZ4dA .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uTbxFUZ4dA .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uTbxFUZ4dA .navbar-brand {
    margin-right: auto;
  }
  .cid-uTbxFUZ4dA .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffc091;
    backdrop-filter: blur(8px);
  }
  .cid-uTbxFUZ4dA .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uTbxFUZ4dA .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uTbxFUZ4dA .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-uTbxFUZ4dA .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uTbxFUZ4dA .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uTbxFUZ4dA .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-uTbxFUZ4dA .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uTbxFUZ4dA .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-uTbxFUZ4dA .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uTbxFUZ4dA .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uTbxFUZ4dA .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uTbxFUZ4dA .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uTbxFWqdzH {
  padding-top: 11rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uTbxFWqdzH .decor-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 52%;
  height: 95%;
  border-radius: 0 85% 0 0;
  background-color: #ffc091;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uTbxFWqdzH .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-uTbxFWqdzH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTbxFWqdzH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTbxFWqdzH .row {
  position: relative;
  z-index: 1;
}
.cid-uTbxFWqdzH .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uTbxFWqdzH .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uTbxFWqdzH .image-wrapper {
  margin-right: 18px;
}
@media (max-width: 992px) {
  .cid-uTbxFWqdzH .image-wrapper {
    margin-right: 0;
    margin-bottom: 46px;
  }
}
.cid-uTbxFWqdzH .image-wrapper img {
  height: 620px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uTbxFWqdzH .image-wrapper img {
    height: 350px;
  }
}
.cid-uTbxFWqdzH .content-wrapper {
  padding-top: 64px;
}
@media (max-width: 992px) {
  .cid-uTbxFWqdzH .content-wrapper {
    padding-top: 22px;
  }
}
.cid-uTbxFWqdzH .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 46px;
  display: inline-block;
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uTbxFWqdzH .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uTbxFWqdzH .content-wrapper .desc-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uTbxFWqdzH .content-wrapper .desc-wrapper {
    display: block;
  }
}
.cid-uTbxFWqdzH .content-wrapper .desc-wrapper .mbr-desc {
  width: 50%;
  margin-right: 20px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTbxFWqdzH .content-wrapper .desc-wrapper .mbr-desc {
    margin-right: 0;
    width: 100%;
    margin-bottom: 12px;
  }
}
.cid-uTbxFWqdzH .content-wrapper .desc-wrapper .mbr-section-btn {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uTbxFWqdzH .content-wrapper .desc-wrapper .mbr-section-btn {
    width: 100%;
  }
}
.cid-uTbxFWqdzH .content-wrapper .desc-wrapper .mbr-section-btn .btn {
  padding: 29px 64px;
}
@media (max-width: 1200px) {
  .cid-uTbxFWqdzH .content-wrapper .desc-wrapper .mbr-section-btn .btn {
    padding: 20px 32px;
  }
}
.cid-uTbxFWqdzH .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-uTbxFWqdzH .mbr-text {
  color: #51565c;
}
.cid-uTbxFWqdzH .mbr-desc {
  color: #51565c;
}
.cid-uTbxFWqdzH .mbr-text,
.cid-uTbxFWqdzH .text-wrapper {
  color: #000000;
}
.cid-uTbxFX63zt {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-uTbxFX63zt .container {
    max-width: 1162px;
  }
}
@media (max-width: 768px) {
  .cid-uTbxFX63zt .top {
    margin-top: 10rem;
  }
}
.cid-uTbxFX63zt .mbr-section-title {
  text-align: center;
  font-weight: 600;
  line-height: 1.2;
}
.cid-uTbxFX63zt .mbr-text {
  font-size: 24px;
  line-height: 1.3;
  color: #000000;
}
.cid-uTbxFX63zt .index {
  z-index: 3;
}
.cid-uTbxFX63zt ul {
  list-style: none;
  margin: 0;
  padding-left: 40px;
}
.cid-uTbxFX63zt li {
  margin-bottom: 47px;
  position: relative;
}
.cid-uTbxFX63zt ul li::before {
  position: relative;
  content: "\2713";
  left: -40px;
  top: -5%;
  color: #4b3cf3;
  border: 2px solid #000000;
  font-weight: bold;
  font-size: 2rem;
  padding: 0 .5rem;
}
.cid-uTbxFX63zt .wrap {
  right: 80%;
  top: 0;
  width: 400px;
  height: 200px;
  position: absolute;
}
@media (max-width: 991px) {
  .cid-uTbxFX63zt .wrap {
    top: -10%;
    right: 5%;
  }
}
@media (max-width: 768px) {
  .cid-uTbxFX63zt .wrap {
    top: 10%;
  }
}
.cid-uTbxFX63zt .wrap .anim {
  width: 195px;
  height: 195px;
  position: relative;
  object-fit: cover;
  border-radius: 100%;
  animation: 15s linear 0s normal none infinite running rot1;
  -webkit-animation: 15s linear 0s normal none infinite running rot1;
}
@media (min-width: 992px) {
  .cid-uTbxFX63zt .wrap {
    right: 5%;
    top: -10%;
  }
}
@media (min-width: 1400px) {
  .cid-uTbxFX63zt .wrap {
    right: -5%;
    top: -5%;
  }
}
@keyframes rot1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.cid-uTbxFX63zt .mbr-section-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  color: #000000;
  font-size: 25px;
}
.cid-uTbxFX63zt .text {
  font-size: 30px;
  color: #cbc0ff;
  font-weight: 600;
  -webkit-transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
  text-shadow: 0px 1px 0 #fbfdfc, 0px -1px 0 #fbfdfc, 1px 0px 0 #fbfdfc, -1px 0px 0 #fbfdfc, 1px 1px 0 #fbfdfc, 1px -1px 0 #fbfdfc, -1px 1px 0 #fbfdfc, -1px -1px 0 #fbfdfc, 0px 2px 0 #fbfdfc, 0px -2px 0 #fbfdfc, 2px 0px 0 #fbfdfc, -2px 0px 0 #fbfdfc, 2px 2px 0 #fbfdfc, 2px -2px 0 #fbfdfc, -2px 2px 0 #fbfdfc, -2px -2px 0 #fbfdfc, 0px 3px 0 #fbfdfc, 0px -3px 0 #fbfdfc, 3px 0px 0 #fbfdfc, -3px 0px 0 #fbfdfc, 3px 3px 0 #fbfdfc, 3px -3px 0 #fbfdfc, -3px 3px 0 #fbfdfc, -3px -3px 0 #fbfdfc, 0px 4px 0 #fbfdfc, 0px -4px 0 #fbfdfc, 4px 0px 0 #fbfdfc, -4px 0px 0 #fbfdfc, 4px 4px 0 #fbfdfc, 4px -4px 0 #fbfdfc, -4px 4px 0 #fbfdfc, -4px -4px 0 #fbfdfc;
  -webkit-text-shadow: 0px 1px 0 #fbfdfc, 0px -1px 0 #fbfdfc, 1px 0px 0 #fbfdfc, -1px 0px 0 #fbfdfc, 1px 1px 0 #fbfdfc, 1px -1px 0 #fbfdfc, -1px 1px 0 #fbfdfc, -1px -1px 0 #fbfdfc, 0px 2px 0 #fbfdfc, 0px -2px 0 #fbfdfc, 2px 0px 0 #fbfdfc, -2px 0px 0 #fbfdfc, 2px 2px 0 #fbfdfc, 2px -2px 0 #fbfdfc, -2px 2px 0 #fbfdfc, -2px -2px 0 #fbfdfc, 0px 3px 0 #fbfdfc, 0px -3px 0 #fbfdfc, 3px 0px 0 #fbfdfc, -3px 0px 0 #fbfdfc, 3px 3px 0 #fbfdfc, 3px -3px 0 #fbfdfc, -3px 3px 0 #fbfdfc, -3px -3px 0 #fbfdfc, 0px 4px 0 #fbfdfc, 0px -4px 0 #fbfdfc, 4px 0px 0 #fbfdfc, -4px 0px 0 #fbfdfc, 4px 4px 0 #fbfdfc, 4px -4px 0 #fbfdfc, -4px 4px 0 #fbfdfc, -4px -4px 0 #fbfdfc;
  -moz-text-shadow: 0px 1px 0 #fbfdfc, 0px -1px 0 #fbfdfc, 1px 0px 0 #fbfdfc, -1px 0px 0 #fbfdfc, 1px 1px 0 #fbfdfc, 1px -1px 0 #fbfdfc, -1px 1px 0 #fbfdfc, -1px -1px 0 #fbfdfc, 0px 2px 0 #fbfdfc, 0px -2px 0 #fbfdfc, 2px 0px 0 #fbfdfc, -2px 0px 0 #fbfdfc, 2px 2px 0 #fbfdfc, 2px -2px 0 #fbfdfc, -2px 2px 0 #fbfdfc, -2px -2px 0 #fbfdfc, 0px 3px 0 #fbfdfc, 0px -3px 0 #fbfdfc, 3px 0px 0 #fbfdfc, -3px 0px 0 #fbfdfc, 3px 3px 0 #fbfdfc, 3px -3px 0 #fbfdfc, -3px 3px 0 #fbfdfc, -3px -3px 0 #fbfdfc, 0px 4px 0 #fbfdfc, 0px -4px 0 #fbfdfc, 4px 0px 0 #fbfdfc, -4px 0px 0 #fbfdfc, 4px 4px 0 #fbfdfc, 4px -4px 0 #fbfdfc, -4px 4px 0 #fbfdfc, -4px -4px 0 #fbfdfc;
  text-align: end;
}
.cid-uTbxFX63zt .text1 {
  bottom: -75%;
  right: 10%;
  position: absolute;
  font-size: 140px;
  color: #f4d7d7;
  font-weight: 700;
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
  text-shadow: 0px 1px 0 #fbfdfc, 0px -1px 0 #fbfdfc, 1px 0px 0 #fbfdfc, -1px 0px 0 #fbfdfc, 1px 1px 0 #fbfdfc, 1px -1px 0 #fbfdfc, -1px 1px 0 #fbfdfc, -1px -1px 0 #fbfdfc, 0px 2px 0 #fbfdfc, 0px -2px 0 #fbfdfc, 2px 0px 0 #fbfdfc, -2px 0px 0 #fbfdfc, 2px 2px 0 #fbfdfc, 2px -2px 0 #fbfdfc, -2px 2px 0 #fbfdfc, -2px -2px 0 #fbfdfc, 0px 3px 0 #fbfdfc, 0px -3px 0 #fbfdfc, 3px 0px 0 #fbfdfc, -3px 0px 0 #fbfdfc, 3px 3px 0 #fbfdfc, 3px -3px 0 #fbfdfc, -3px 3px 0 #fbfdfc, -3px -3px 0 #fbfdfc, 0px 4px 0 #fbfdfc, 0px -4px 0 #fbfdfc, 4px 0px 0 #fbfdfc, -4px 0px 0 #fbfdfc, 4px 4px 0 #fbfdfc, 4px -4px 0 #fbfdfc, -4px 4px 0 #fbfdfc, -4px -4px 0 #fbfdfc;
  -webkit-text-shadow: 0px 1px 0 #fbfdfc, 0px -1px 0 #fbfdfc, 1px 0px 0 #fbfdfc, -1px 0px 0 #fbfdfc, 1px 1px 0 #fbfdfc, 1px -1px 0 #fbfdfc, -1px 1px 0 #fbfdfc, -1px -1px 0 #fbfdfc, 0px 2px 0 #fbfdfc, 0px -2px 0 #fbfdfc, 2px 0px 0 #fbfdfc, -2px 0px 0 #fbfdfc, 2px 2px 0 #fbfdfc, 2px -2px 0 #fbfdfc, -2px 2px 0 #fbfdfc, -2px -2px 0 #fbfdfc, 0px 3px 0 #fbfdfc, 0px -3px 0 #fbfdfc, 3px 0px 0 #fbfdfc, -3px 0px 0 #fbfdfc, 3px 3px 0 #fbfdfc, 3px -3px 0 #fbfdfc, -3px 3px 0 #fbfdfc, -3px -3px 0 #fbfdfc, 0px 4px 0 #fbfdfc, 0px -4px 0 #fbfdfc, 4px 0px 0 #fbfdfc, -4px 0px 0 #fbfdfc, 4px 4px 0 #fbfdfc, 4px -4px 0 #fbfdfc, -4px 4px 0 #fbfdfc, -4px -4px 0 #fbfdfc;
  -moz-text-shadow: 0px 1px 0 #fbfdfc, 0px -1px 0 #fbfdfc, 1px 0px 0 #fbfdfc, -1px 0px 0 #fbfdfc, 1px 1px 0 #fbfdfc, 1px -1px 0 #fbfdfc, -1px 1px 0 #fbfdfc, -1px -1px 0 #fbfdfc, 0px 2px 0 #fbfdfc, 0px -2px 0 #fbfdfc, 2px 0px 0 #fbfdfc, -2px 0px 0 #fbfdfc, 2px 2px 0 #fbfdfc, 2px -2px 0 #fbfdfc, -2px 2px 0 #fbfdfc, -2px -2px 0 #fbfdfc, 0px 3px 0 #fbfdfc, 0px -3px 0 #fbfdfc, 3px 0px 0 #fbfdfc, -3px 0px 0 #fbfdfc, 3px 3px 0 #fbfdfc, 3px -3px 0 #fbfdfc, -3px 3px 0 #fbfdfc, -3px -3px 0 #fbfdfc, 0px 4px 0 #fbfdfc, 0px -4px 0 #fbfdfc, 4px 0px 0 #fbfdfc, -4px 0px 0 #fbfdfc, 4px 4px 0 #fbfdfc, 4px -4px 0 #fbfdfc, -4px 4px 0 #fbfdfc, -4px -4px 0 #fbfdfc;
}
.cid-uTbxFX63zt .mbr-text UL {
  text-align: left;
}
.cid-uTbxFXFrL9 {
  display: flex;
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffc091;
}
.cid-uTbxFXFrL9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTbxFXFrL9 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uTbxFXFrL9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTbxFXFrL9 .btn:hover {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #4b3cf3 !important;
}
.cid-uTbxFXFrL9 .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uTbxFXFrL9 .btn div {
  overflow: hidden;
}
.cid-uTbxFXFrL9 .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-uTbxFXFrL9 {
    align-items: center;
  }
  .cid-uTbxFXFrL9 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uTbxFXFrL9 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uTbxFXFrL9 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uTbxFXFrL9 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uTbxFXFrL9 .content-wrap {
    width: 100%;
  }
}
.cid-uTbxFXFrL9 .mbr-section-subtitle,
.cid-uTbxFXFrL9 .line {
  color: #291f1e;
}
.cid-uTbxFXFrL9 .mbr-text,
.cid-uTbxFXFrL9 .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uTbxFXFrL9 .mbr-section-title {
  color: #291f1e;
}
.cid-uTbxFYvZu9 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uTbxFYvZu9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTbxFYvZu9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTbxFYvZu9 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uTbxFYvZu9 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uTbxFYvZu9 .container {
    padding: 0 16px;
  }
}
.cid-uTbxFYvZu9 .card {
  justify-content: center;
}
.cid-uTbxFYvZu9 .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #ffc091;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uTbxFYvZu9 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uTbxFYvZu9 .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uTbxFYvZu9 .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uTbxFYvZu9 .mbr-section-title {
  color: #000000;
}
.cid-uTbxFYvZu9 .mbr-text {
  color: #000000;
}
.cid-uTbxFYvZu9 .mbr-desc {
  color: #000000;
}
.cid-uTbxFYvZu9 .mbr-section-title,
.cid-uTbxFYvZu9 .title-wrapper {
  text-align: center;
}
.cid-uTbxFZ4eqM {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uTbxFZ4eqM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTbxFZ4eqM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTbxFZ4eqM .row {
  flex-direction: row-reverse;
}
.cid-uTbxFZKgf6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffc091;
}
.cid-uTbxFZKgf6 blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uTbxFZKgf6 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uTbxG0kKfH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #291f1e;
}
.cid-uTbxG0kKfH img,
.cid-uTbxG0kKfH .item-img {
  width: 100%;
}
.cid-uTbxG0kKfH .item:focus,
.cid-uTbxG0kKfH span:focus {
  outline: none;
}
.cid-uTbxG0kKfH .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uTbxG0kKfH .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uTbxG0kKfH .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uTbxG0kKfH .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uTbxG0kKfH .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uTbxG0kKfH .mbr-section-title {
  color: #232323;
}
.cid-uTbxG0kKfH .mbr-text,
.cid-uTbxG0kKfH .mbr-section-btn {
  text-align: left;
}
.cid-uTbxG0kKfH .item-title {
  text-align: center;
}
.cid-uTbxG0kKfH .item-subtitle {
  text-align: left;
}
.cid-uTbxG0kKfH .item-title DIV {
  text-align: center;
}
.cid-uTbxG1f6jW {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffc091;
  overflow: hidden;
}
.cid-uTbxG1f6jW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTbxG1f6jW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTbxG1f6jW .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uTbxG1f6jW .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uTbxG1f6jW .container {
    padding: 0 30px;
  }
}
.cid-uTbxG1f6jW .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uTbxG1f6jW .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uTbxG1f6jW .content-wrapper {
    padding: 0;
  }
}
.cid-uTbxG1f6jW .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-uTbxG1f6jW .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-uTbxG1f6jW .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #254b45;
}
@media (max-width: 992px) {
  .cid-uTbxG1f6jW .content-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-uTbxG1f6jW .content-wrapper .mbr-section-title {
  margin-bottom: 180px;
}
@media (max-width: 992px) {
  .cid-uTbxG1f6jW .content-wrapper .mbr-section-title {
    margin-bottom: 80px;
  }
}
.cid-uTbxG1f6jW .content-wrapper .text-wrapper {
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .cid-uTbxG1f6jW .content-wrapper .text-wrapper {
    padding-left: 120px;
  }
}
@media (max-width: 992px) {
  .cid-uTbxG1f6jW .content-wrapper .text-wrapper {
    padding-left: 0;
  }
}
.cid-uTbxG1f6jW .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uTbxG1f6jW .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uTbxG1f6jW .mbr-desc {
  color: #254b45;
}
.cid-uTbxG1f6jW .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uTbxG1f6jW .mbr-text {
  color: #254b45;
}
.cid-uTbxG1f6jW .mbr-text,
.cid-uTbxG1f6jW .mbr-section-btn {
  color: #000000;
}
.cid-uTbxG1XiXn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uTbxG1XiXn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTbxG1XiXn .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uTbxG1XiXn .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uTbxG1XiXn .line {
  width: 100%;
  height: 1px;
  background: gray;
  opacity: 0.5;
  margin: 1rem 0;
}
.cid-uTbxG1XiXn .card-title {
  position: relative;
  padding-bottom: 1rem;
}
.cid-uTbxG1XiXn .card-title:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  left: -35px;
  top: 3px;
  background: currentColor;
  border-radius: 50%;
}
.cid-uTbxG1XiXn .card-box {
  padding: 0 2rem;
}
.cid-uTbxG1XiXn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTbxG1XiXn .card-title,
.cid-uTbxG1XiXn .iconfont-wrapper,
.cid-uTbxG1XiXn .card-text {
  color: #000000;
  text-align: center;
}
.cid-uTbxG1XiXn .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uTbxG1XiXn .mbr-section-btn {
  text-align: center;
}
.cid-uTbxG1XiXn .card-text,
.cid-uTbxG1XiXn .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uTbxG1XiXn .card-title,
.cid-uTbxG1XiXn .iconfont-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uTbxG1XiXn .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uTbxG2SKlk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uTbxG2SKlk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTbxG2SKlk .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-uTbxG2SKlk .container {
    padding: 0 22px;
  }
}
.cid-uTbxG2SKlk .card {
  justify-content: center;
}
.cid-uTbxG2SKlk .content-wrapper {
  padding-right: 32px;
  padding-right: 0;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-uTbxG2SKlk .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uTbxG2SKlk .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uTbxG2SKlk .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uTbxG2SKlk .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uTbxG2SKlk .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uTbxG2SKlk .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 100% !important;
  object-fit: cover;
  box-shadow: 10px 10px 60px #00d0f3;
}
@media (max-width: 1440px) {
  .cid-uTbxG2SKlk .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uTbxG2SKlk .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-uTbxG2SKlk .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uTbxG2SKlk .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.cid-uTbxG2SKlk .mbr-section-title {
  color: #ffffff;
}
.cid-uTbxG2SKlk .mbr-text {
  color: #ffffff;
}
.cid-uTbxG3D9al {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffc091;
}
.cid-uTbxG3D9al .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTbxG3D9al .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTbxG3D9al .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uTbxG3D9al .row {
    flex-direction: column-reverse;
  }
  .cid-uTbxG3D9al .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uTbxG3D9al .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uTbxG3D9al .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uTbxG3D9al .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uTbxG3D9al .card-title {
  text-align: center;
  color: #000000;
}
.cid-uTbxG3D9al .mbr-text,
.cid-uTbxG3D9al .mbr-section-btn {
  text-align: center;
}
.cid-uTbxG4Sfes {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uTbxG4Sfes .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTbxG4Sfes .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTbxG4Sfes .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uTbxG4Sfes .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uTbxG4Sfes .container {
    padding: 0 16px;
  }
}
.cid-uTbxG4Sfes .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uTbxG4Sfes .row {
    margin: 0 10px;
  }
}
.cid-uTbxG4Sfes .row .card {
  position: relative;
  padding: 0;
}
.cid-uTbxG4Sfes .row .card .decor-wrapper_1 {
  position: absolute;
  top: -25rem;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #ffc091;
  border-radius: 15rem;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-uTbxG4Sfes .row .card .decor-wrapper_1 {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-uTbxG4Sfes .row .card .decor-wrapper_1 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-uTbxG4Sfes .row .card .decor-wrapper_2 {
  position: absolute;
  top: 0;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #ffc091;
  border-radius: 14%;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-uTbxG4Sfes .row .card .decor-wrapper_2 {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-uTbxG4Sfes .row .card .decor-wrapper_2 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-uTbxG4Sfes .title-wrapper {
  position: relative;
  z-index: 1;
  padding-left: 100px;
  width: 60%;
  margin: 0 auto;
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-uTbxG4Sfes .title-wrapper {
    padding-left: 0;
    width: 100%;
  }
}
.cid-uTbxG4Sfes .title-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uTbxG4Sfes .title-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uTbxG4Sfes .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 75px;
  height: 75px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #192227;
  background-color: #ffc091;
  transform: rotate(45deg);
  border-radius: 100%;
}
.cid-uTbxG4Sfes .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uTbxG4Sfes .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uTbxG4Sfes .title-wrapper .mbr-text {
  margin: 0;
}
.cid-uTbxG4Sfes .mbr-section-title {
  color: #fdfcfc;
}
.cid-uTbxG4Sfes .mbr-text {
  color: #F9A600;
}
.cid-uTbxG4Sfes .mbr-section-title,
.cid-uTbxG4Sfes .icon-wrapper {
  color: #000000;
}
.cid-uTbxG4Sfes .mbr-text,
.cid-uTbxG4Sfes .mbr-section-btn {
  color: #000000;
}
.cid-uTbxG5RQGo {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffc091;
}
.cid-uTbxG5RQGo .title-text {
  margin-bottom: 70px;
}
.cid-uTbxG5RQGo .title-text .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-uTbxG5RQGo .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uTbxG5RQGo .title-text .mbr-section-title {
  color: #130947;
}
.cid-uTbxG5RQGo .title-text .mbr-section-title span {
  font-weight: 900;
}
.cid-uTbxG5RQGo .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-uTbxG5RQGo .mbr-iconfont {
  font-family: 'Moririse2' !important;
  display: inline-flex;
  -webkit-transform-origin: ;
  transform-origin: ;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #222222;
}
.cid-uTbxG5RQGo .mbr-iconfont:before {
  -webkit-transform: scaleY(0) !important;
  transform: scaleY(0) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-uTbxG5RQGo .collapsed .mbr-iconfont {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-uTbxG5RQGo .collapsed .mbr-iconfont:before {
  -webkit-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-uTbxG5RQGo .accordion-content {
  flex-basis: 100%;
}
.cid-uTbxG5RQGo .panel-group {
  width: 100%;
}
.cid-uTbxG5RQGo .panel-text,
.cid-uTbxG5RQGo .header-text,
.cid-uTbxG5RQGo .mbr-section-subtitle {
  color: #222222;
}
.cid-uTbxG5RQGo .card {
  margin-bottom: 30px;
  margin-top: 30px;
  border: none;
  border-radius: 0 !important;
}
.cid-uTbxG5RQGo .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-uTbxG5RQGo .card .card-header a.panel-title {
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none !important;
  border-radius: 0 !important;
  line-height: normal;
}
.cid-uTbxG5RQGo .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uTbxG5RQGo .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-uTbxG5RQGo .card .card-header a.panel-title h4 {
  padding: 17px 42px 17px 35px;
  margin-bottom: 0;
  width: 100%;
  line-height: 1.5;
  font-weight: 400 !important;
}
.cid-uTbxG5RQGo .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  line-height: 1.6 !important;
}
.cid-uTbxG5RQGo .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 29px;
  -webkit-transform: none;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
}
.cid-uTbxG5RQGo .card .card-header a.panel-title .toggle-icon:before,
.cid-uTbxG5RQGo .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-uTbxG5RQGo .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  -webkit-transform: none;
  transform: none;
}
.cid-uTbxG5RQGo .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-uTbxG5RQGo .card .card-header a.panel-title[aria-expanded='true'] {
  background-color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-uTbxG5RQGo .card .card-header a.panel-title[aria-expanded='true'] .header-text,
.cid-uTbxG5RQGo .card .card-header a.panel-title[aria-expanded='true'] .sign {
  color: #000000 !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-uTbxG5RQGo .card .panel-body {
  background: #ffffff;
  padding: 30px 55px 35px 40px !important;
}
.cid-uTbxG5RQGo .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-uTbxG5RQGo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTbxG5RQGo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTbxG5RQGo .title-text .mbr-section-title {
  color: #050f0f;
  text-align: center;
}
.cid-uTbxG5RQGo .header-text {
  text-align: center;
}
.cid-uTbxG9pRTG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-uTbxG9pRTG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTbxG9pRTG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTbxG9pRTG .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uTbxG9pRTG .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uTbxG9pRTG .container {
    padding: 0 30px;
  }
}
.cid-uTbxG9pRTG .card-wrapper {
  display: flex;
  padding: 70px 0;
  border-top: 10px solid #ffffff;
  border-bottom: 10px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uTbxG9pRTG .card-wrapper {
    padding: 45px 0;
  }
}
@media (max-width: 992px) {
  .cid-uTbxG9pRTG .card-wrapper {
    display: block;
  }
}
.cid-uTbxG9pRTG .card-wrapper .title-wrapper {
  width: 50%;
  margin-right: 50px;
  margin-right: 0;
  margin-left: 50px;
}
@media (max-width: 992px) {
  .cid-uTbxG9pRTG .card-wrapper .title-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uTbxG9pRTG .card-wrapper .title-wrapper {
    width: 100%;
    margin: 0;
  }
}
.cid-uTbxG9pRTG .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTbxG9pRTG .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uTbxG9pRTG .card-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uTbxG9pRTG .card-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uTbxG9pRTG .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uTbxG9pRTG .mbr-section-title {
  color: #f7f7f7;
}
.cid-uTbxG9pRTG .mbr-text {
  color: #ffffff;
}
.cid-uTcigfYMi3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffc091;
}
.cid-uTcigfYMi3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTcigfYMi3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTcigfYMi3 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uTcigfYMi3 .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uTcigfYMi3 .panel-group .card {
  position: relative;
  padding: 48px 0;
  background-color: transparent;
  border-bottom: 1px solid #000000;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-uTcigfYMi3 .panel-group .card {
    padding: 32px 0;
  }
}
@media (max-width: 992px) {
  .cid-uTcigfYMi3 .panel-group .card {
    padding: 24px 0;
  }
}
.cid-uTcigfYMi3 .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-uTcigfYMi3 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uTcigfYMi3 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uTcigfYMi3 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uTcigfYMi3 .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #8e73fe;
}
.cid-uTcigfYMi3 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uTcigfYMi3 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uTcigfYMi3 .panel-group .card .panel-collapse .panel-body {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-uTcigfYMi3 .panel-group .card .panel-collapse .panel-body {
    margin-top: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uTcigfYMi3 .panel-group .card .panel-collapse .panel-body {
    margin-top: 24px;
  }
}
.cid-uTcigfYMi3 .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTcigfYMi3 .panel-group .card .panel-collapse .panel-body .panel-text {
    margin-top: 24px;
    width: 100%;
  }
}
.cid-uTcigfYMi3 .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uTcigfYMi3 .panel-title-edit {
  color: #2c2c26;
}
.cid-uTcigfYMi3 .panel-text {
  color: #2c2c26;
}
.cid-uTbxGarbl8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uTbxGarbl8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTbxGarbl8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTbxGarbl8 .google-map {
  height: 30rem;
  position: relative;
}
.cid-uTbxGarbl8 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uTbxGarbl8 .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-uTbxGarbl8 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uTbxGarbl8 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uTbxGbI4jI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffc091;
}
.cid-uTbxGbI4jI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTbxGbI4jI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTbxGbI4jI .row {
  justify-content: space-between;
}
.cid-uTbxGbI4jI .content-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uTbxGbI4jI .content-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uTbxGbI4jI .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uTbxGbI4jI .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uTbxGbI4jI .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-uTbxGbI4jI .list-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uTbxGbI4jI .list-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uTbxGbI4jI .list-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uTbxGbI4jI .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uTbxGbI4jI .list-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-uTbxGbI4jI .list-wrapper .list .item-wrap:hover,
.cid-uTbxGbI4jI .list-wrapper .list .item-wrap:focus {
  color: #000000;
}
.cid-uTbxGbI4jI .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uTbxGbI4jI .content-wrap {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uTbxGbI4jI .content-wrap {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uTbxGbI4jI .content-wrap {
    margin-bottom: 35px;
  }
}
.cid-uTbxGbI4jI .content-wrap .mbr-desc {
  margin-bottom: 20px;
}
.cid-uTbxGbI4jI .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uTbxGbI4jI .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uTbxGbI4jI .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uTbxGbI4jI .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uTbxGbI4jI .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #000000;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uTbxGbI4jI .copy-wrapper .mbr-section-btn-main {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uTbxGbI4jI .copy-wrapper .mbr-section-btn-main {
    margin-bottom: 15px;
  }
}
.cid-uTbxGbI4jI .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uTbxGbI4jI .mbr-section-title {
  color: #000000;
}
.cid-uTbxGbI4jI .mbr-text {
  color: #000000;
}
.cid-uTbxGbI4jI .list {
  color: #000000;
}
.cid-uTbxGbI4jI .mbr-desc {
  color: #000000;
}
.cid-uTbxGbI4jI .mbr-copy {
  color: #000000;
}
.cid-uTbxGbI4jI .mbr-desc,
.cid-uTbxGbI4jI .social-wrapper {
  text-align: center;
}
.cid-uTbxGbI4jI .mbr-copy,
.cid-uTbxGbI4jI .mbr-section-btn-main {
  text-align: center;
}
.cid-uTcjzj8onY {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uTcjzj8onY .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-uTcjzj8onY .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uTcjzj8onY .btn {
  font-weight: 400;
}
.cid-uTcjzj8onY .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-uTcjzj8onY .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uTcjzj8onY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uTcjzj8onY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTcjzj8onY .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uTcjzj8onY .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uTcjzj8onY .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uTcjzj8onY .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uTcjzj8onY .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uTcjzj8onY .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uTcjzj8onY .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uTcjzj8onY .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uTcjzj8onY .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uTcjzj8onY .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uTcjzj8onY .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uTcjzj8onY .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uTcjzj8onY .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uTcjzj8onY .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uTcjzj8onY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uTcjzj8onY .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-uTcjzj8onY .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uTcjzj8onY .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uTcjzj8onY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uTcjzj8onY .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: #ffc091;
}
.cid-uTcjzj8onY .nav-item:focus,
.cid-uTcjzj8onY .nav-link:focus {
  outline: none;
}
.cid-uTcjzj8onY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTcjzj8onY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTcjzj8onY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTcjzj8onY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTcjzj8onY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTcjzj8onY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTcjzj8onY .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-uTcjzj8onY .navbar.opened {
  transition: all 0.25s;
}
.cid-uTcjzj8onY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uTcjzj8onY .navbar .navbar-logo img {
  width: auto;
}
.cid-uTcjzj8onY .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uTcjzj8onY .navbar.collapsed {
  justify-content: center;
}
.cid-uTcjzj8onY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTcjzj8onY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uTcjzj8onY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uTcjzj8onY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTcjzj8onY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTcjzj8onY .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-uTcjzj8onY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTcjzj8onY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uTcjzj8onY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uTcjzj8onY .navbar {
    min-height: 72px;
  }
  .cid-uTcjzj8onY .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uTcjzj8onY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTcjzj8onY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTcjzj8onY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTcjzj8onY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uTcjzj8onY .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-uTcjzj8onY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uTcjzj8onY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uTcjzj8onY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTcjzj8onY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uTcjzj8onY .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uTcjzj8onY .dropdown-item.active,
.cid-uTcjzj8onY .dropdown-item:active {
  background-color: transparent;
}
.cid-uTcjzj8onY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uTcjzj8onY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTcjzj8onY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTcjzj8onY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffc091;
}
.cid-uTcjzj8onY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uTcjzj8onY .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uTcjzj8onY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uTcjzj8onY .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uTcjzj8onY .navbar-buttons {
    text-align: left;
  }
}
.cid-uTcjzj8onY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uTcjzj8onY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uTcjzj8onY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTcjzj8onY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTcjzj8onY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTcjzj8onY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTcjzj8onY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTcjzj8onY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTcjzj8onY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTcjzj8onY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTcjzj8onY .navbar-dropdown {
  padding: 0;
  background-color: #ffc091 !important;
}
.cid-uTcjzj8onY .opacityScroll {
  background: #ffc091 !important;
}
.cid-uTcjzj8onY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uTcjzj8onY .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-uTcjzj8onY .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTcjzj8onY .navbar {
    height: 70px;
  }
  .cid-uTcjzj8onY .navbar.opened {
    height: auto;
  }
  .cid-uTcjzj8onY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTcjzj8onY .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uTcjzj8onY .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uTcjzj8onY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uTcjzj8onY .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-uTcjzj8onY .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uTcjzj8onY .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uTcjzj8onY .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uTcjzj8onY .navbar-brand {
    margin-right: auto;
  }
  .cid-uTcjzj8onY .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffc091;
    backdrop-filter: blur(8px);
  }
  .cid-uTcjzj8onY .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uTcjzj8onY .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uTcjzj8onY .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-uTcjzj8onY .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uTcjzj8onY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uTcjzj8onY .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-uTcjzj8onY .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uTcjzj8onY .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-uTcjzj8onY .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uTcjzj8onY .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uTcjzj8onY .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uTcjzj8onY .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uTcjzkznbX {
  padding-top: 11rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uTcjzkznbX .decor-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 52%;
  height: 95%;
  border-radius: 0 85% 0 0;
  background-color: #ffc091;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uTcjzkznbX .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-uTcjzkznbX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTcjzkznbX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTcjzkznbX .row {
  position: relative;
  z-index: 1;
}
.cid-uTcjzkznbX .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uTcjzkznbX .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uTcjzkznbX .image-wrapper {
  margin-right: 18px;
}
@media (max-width: 992px) {
  .cid-uTcjzkznbX .image-wrapper {
    margin-right: 0;
    margin-bottom: 46px;
  }
}
.cid-uTcjzkznbX .image-wrapper img {
  height: 620px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uTcjzkznbX .image-wrapper img {
    height: 350px;
  }
}
.cid-uTcjzkznbX .content-wrapper {
  padding-top: 64px;
}
@media (max-width: 992px) {
  .cid-uTcjzkznbX .content-wrapper {
    padding-top: 22px;
  }
}
.cid-uTcjzkznbX .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 46px;
  display: inline-block;
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uTcjzkznbX .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uTcjzkznbX .content-wrapper .desc-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uTcjzkznbX .content-wrapper .desc-wrapper {
    display: block;
  }
}
.cid-uTcjzkznbX .content-wrapper .desc-wrapper .mbr-desc {
  width: 50%;
  margin-right: 20px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTcjzkznbX .content-wrapper .desc-wrapper .mbr-desc {
    margin-right: 0;
    width: 100%;
    margin-bottom: 12px;
  }
}
.cid-uTcjzkznbX .content-wrapper .desc-wrapper .mbr-section-btn {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uTcjzkznbX .content-wrapper .desc-wrapper .mbr-section-btn {
    width: 100%;
  }
}
.cid-uTcjzkznbX .content-wrapper .desc-wrapper .mbr-section-btn .btn {
  padding: 29px 64px;
}
@media (max-width: 1200px) {
  .cid-uTcjzkznbX .content-wrapper .desc-wrapper .mbr-section-btn .btn {
    padding: 20px 32px;
  }
}
.cid-uTcjzkznbX .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-uTcjzkznbX .mbr-text {
  color: #51565c;
}
.cid-uTcjzkznbX .mbr-desc {
  color: #51565c;
}
.cid-uTcjzkznbX .mbr-text,
.cid-uTcjzkznbX .text-wrapper {
  color: #000000;
}
.cid-uTcjzli4Nm {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-uTcjzli4Nm .container {
    max-width: 1162px;
  }
}
@media (max-width: 768px) {
  .cid-uTcjzli4Nm .top {
    margin-top: 10rem;
  }
}
.cid-uTcjzli4Nm .mbr-section-title {
  text-align: center;
  font-weight: 600;
  line-height: 1.2;
}
.cid-uTcjzli4Nm .mbr-text {
  font-size: 24px;
  line-height: 1.3;
  color: #000000;
}
.cid-uTcjzli4Nm .index {
  z-index: 3;
}
.cid-uTcjzli4Nm ul {
  list-style: none;
  margin: 0;
  padding-left: 40px;
}
.cid-uTcjzli4Nm li {
  margin-bottom: 47px;
  position: relative;
}
.cid-uTcjzli4Nm ul li::before {
  position: relative;
  content: "\2713";
  left: -40px;
  top: -5%;
  color: #4b3cf3;
  border: 2px solid #000000;
  font-weight: bold;
  font-size: 2rem;
  padding: 0 .5rem;
}
.cid-uTcjzli4Nm .wrap {
  right: 80%;
  top: 0;
  width: 400px;
  height: 200px;
  position: absolute;
}
@media (max-width: 991px) {
  .cid-uTcjzli4Nm .wrap {
    top: -10%;
    right: 5%;
  }
}
@media (max-width: 768px) {
  .cid-uTcjzli4Nm .wrap {
    top: 10%;
  }
}
.cid-uTcjzli4Nm .wrap .anim {
  width: 195px;
  height: 195px;
  position: relative;
  object-fit: cover;
  border-radius: 100%;
  animation: 15s linear 0s normal none infinite running rot1;
  -webkit-animation: 15s linear 0s normal none infinite running rot1;
}
@media (min-width: 992px) {
  .cid-uTcjzli4Nm .wrap {
    right: 5%;
    top: -10%;
  }
}
@media (min-width: 1400px) {
  .cid-uTcjzli4Nm .wrap {
    right: -5%;
    top: -5%;
  }
}
@keyframes rot1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.cid-uTcjzli4Nm .mbr-section-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  color: #000000;
  font-size: 25px;
}
.cid-uTcjzli4Nm .text {
  font-size: 30px;
  color: #cbc0ff;
  font-weight: 600;
  -webkit-transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
  text-shadow: 0px 1px 0 #fbfdfc, 0px -1px 0 #fbfdfc, 1px 0px 0 #fbfdfc, -1px 0px 0 #fbfdfc, 1px 1px 0 #fbfdfc, 1px -1px 0 #fbfdfc, -1px 1px 0 #fbfdfc, -1px -1px 0 #fbfdfc, 0px 2px 0 #fbfdfc, 0px -2px 0 #fbfdfc, 2px 0px 0 #fbfdfc, -2px 0px 0 #fbfdfc, 2px 2px 0 #fbfdfc, 2px -2px 0 #fbfdfc, -2px 2px 0 #fbfdfc, -2px -2px 0 #fbfdfc, 0px 3px 0 #fbfdfc, 0px -3px 0 #fbfdfc, 3px 0px 0 #fbfdfc, -3px 0px 0 #fbfdfc, 3px 3px 0 #fbfdfc, 3px -3px 0 #fbfdfc, -3px 3px 0 #fbfdfc, -3px -3px 0 #fbfdfc, 0px 4px 0 #fbfdfc, 0px -4px 0 #fbfdfc, 4px 0px 0 #fbfdfc, -4px 0px 0 #fbfdfc, 4px 4px 0 #fbfdfc, 4px -4px 0 #fbfdfc, -4px 4px 0 #fbfdfc, -4px -4px 0 #fbfdfc;
  -webkit-text-shadow: 0px 1px 0 #fbfdfc, 0px -1px 0 #fbfdfc, 1px 0px 0 #fbfdfc, -1px 0px 0 #fbfdfc, 1px 1px 0 #fbfdfc, 1px -1px 0 #fbfdfc, -1px 1px 0 #fbfdfc, -1px -1px 0 #fbfdfc, 0px 2px 0 #fbfdfc, 0px -2px 0 #fbfdfc, 2px 0px 0 #fbfdfc, -2px 0px 0 #fbfdfc, 2px 2px 0 #fbfdfc, 2px -2px 0 #fbfdfc, -2px 2px 0 #fbfdfc, -2px -2px 0 #fbfdfc, 0px 3px 0 #fbfdfc, 0px -3px 0 #fbfdfc, 3px 0px 0 #fbfdfc, -3px 0px 0 #fbfdfc, 3px 3px 0 #fbfdfc, 3px -3px 0 #fbfdfc, -3px 3px 0 #fbfdfc, -3px -3px 0 #fbfdfc, 0px 4px 0 #fbfdfc, 0px -4px 0 #fbfdfc, 4px 0px 0 #fbfdfc, -4px 0px 0 #fbfdfc, 4px 4px 0 #fbfdfc, 4px -4px 0 #fbfdfc, -4px 4px 0 #fbfdfc, -4px -4px 0 #fbfdfc;
  -moz-text-shadow: 0px 1px 0 #fbfdfc, 0px -1px 0 #fbfdfc, 1px 0px 0 #fbfdfc, -1px 0px 0 #fbfdfc, 1px 1px 0 #fbfdfc, 1px -1px 0 #fbfdfc, -1px 1px 0 #fbfdfc, -1px -1px 0 #fbfdfc, 0px 2px 0 #fbfdfc, 0px -2px 0 #fbfdfc, 2px 0px 0 #fbfdfc, -2px 0px 0 #fbfdfc, 2px 2px 0 #fbfdfc, 2px -2px 0 #fbfdfc, -2px 2px 0 #fbfdfc, -2px -2px 0 #fbfdfc, 0px 3px 0 #fbfdfc, 0px -3px 0 #fbfdfc, 3px 0px 0 #fbfdfc, -3px 0px 0 #fbfdfc, 3px 3px 0 #fbfdfc, 3px -3px 0 #fbfdfc, -3px 3px 0 #fbfdfc, -3px -3px 0 #fbfdfc, 0px 4px 0 #fbfdfc, 0px -4px 0 #fbfdfc, 4px 0px 0 #fbfdfc, -4px 0px 0 #fbfdfc, 4px 4px 0 #fbfdfc, 4px -4px 0 #fbfdfc, -4px 4px 0 #fbfdfc, -4px -4px 0 #fbfdfc;
  text-align: end;
}
.cid-uTcjzli4Nm .text1 {
  bottom: -75%;
  right: 10%;
  position: absolute;
  font-size: 140px;
  color: #f4d7d7;
  font-weight: 700;
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
  text-shadow: 0px 1px 0 #fbfdfc, 0px -1px 0 #fbfdfc, 1px 0px 0 #fbfdfc, -1px 0px 0 #fbfdfc, 1px 1px 0 #fbfdfc, 1px -1px 0 #fbfdfc, -1px 1px 0 #fbfdfc, -1px -1px 0 #fbfdfc, 0px 2px 0 #fbfdfc, 0px -2px 0 #fbfdfc, 2px 0px 0 #fbfdfc, -2px 0px 0 #fbfdfc, 2px 2px 0 #fbfdfc, 2px -2px 0 #fbfdfc, -2px 2px 0 #fbfdfc, -2px -2px 0 #fbfdfc, 0px 3px 0 #fbfdfc, 0px -3px 0 #fbfdfc, 3px 0px 0 #fbfdfc, -3px 0px 0 #fbfdfc, 3px 3px 0 #fbfdfc, 3px -3px 0 #fbfdfc, -3px 3px 0 #fbfdfc, -3px -3px 0 #fbfdfc, 0px 4px 0 #fbfdfc, 0px -4px 0 #fbfdfc, 4px 0px 0 #fbfdfc, -4px 0px 0 #fbfdfc, 4px 4px 0 #fbfdfc, 4px -4px 0 #fbfdfc, -4px 4px 0 #fbfdfc, -4px -4px 0 #fbfdfc;
  -webkit-text-shadow: 0px 1px 0 #fbfdfc, 0px -1px 0 #fbfdfc, 1px 0px 0 #fbfdfc, -1px 0px 0 #fbfdfc, 1px 1px 0 #fbfdfc, 1px -1px 0 #fbfdfc, -1px 1px 0 #fbfdfc, -1px -1px 0 #fbfdfc, 0px 2px 0 #fbfdfc, 0px -2px 0 #fbfdfc, 2px 0px 0 #fbfdfc, -2px 0px 0 #fbfdfc, 2px 2px 0 #fbfdfc, 2px -2px 0 #fbfdfc, -2px 2px 0 #fbfdfc, -2px -2px 0 #fbfdfc, 0px 3px 0 #fbfdfc, 0px -3px 0 #fbfdfc, 3px 0px 0 #fbfdfc, -3px 0px 0 #fbfdfc, 3px 3px 0 #fbfdfc, 3px -3px 0 #fbfdfc, -3px 3px 0 #fbfdfc, -3px -3px 0 #fbfdfc, 0px 4px 0 #fbfdfc, 0px -4px 0 #fbfdfc, 4px 0px 0 #fbfdfc, -4px 0px 0 #fbfdfc, 4px 4px 0 #fbfdfc, 4px -4px 0 #fbfdfc, -4px 4px 0 #fbfdfc, -4px -4px 0 #fbfdfc;
  -moz-text-shadow: 0px 1px 0 #fbfdfc, 0px -1px 0 #fbfdfc, 1px 0px 0 #fbfdfc, -1px 0px 0 #fbfdfc, 1px 1px 0 #fbfdfc, 1px -1px 0 #fbfdfc, -1px 1px 0 #fbfdfc, -1px -1px 0 #fbfdfc, 0px 2px 0 #fbfdfc, 0px -2px 0 #fbfdfc, 2px 0px 0 #fbfdfc, -2px 0px 0 #fbfdfc, 2px 2px 0 #fbfdfc, 2px -2px 0 #fbfdfc, -2px 2px 0 #fbfdfc, -2px -2px 0 #fbfdfc, 0px 3px 0 #fbfdfc, 0px -3px 0 #fbfdfc, 3px 0px 0 #fbfdfc, -3px 0px 0 #fbfdfc, 3px 3px 0 #fbfdfc, 3px -3px 0 #fbfdfc, -3px 3px 0 #fbfdfc, -3px -3px 0 #fbfdfc, 0px 4px 0 #fbfdfc, 0px -4px 0 #fbfdfc, 4px 0px 0 #fbfdfc, -4px 0px 0 #fbfdfc, 4px 4px 0 #fbfdfc, 4px -4px 0 #fbfdfc, -4px 4px 0 #fbfdfc, -4px -4px 0 #fbfdfc;
}
.cid-uTcjzli4Nm .mbr-text UL {
  text-align: left;
}
.cid-uTcjzm3cti {
  display: flex;
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffc091;
}
.cid-uTcjzm3cti .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTcjzm3cti .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uTcjzm3cti .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTcjzm3cti .btn:hover {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #4b3cf3 !important;
}
.cid-uTcjzm3cti .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uTcjzm3cti .btn div {
  overflow: hidden;
}
.cid-uTcjzm3cti .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-uTcjzm3cti {
    align-items: center;
  }
  .cid-uTcjzm3cti .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uTcjzm3cti .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uTcjzm3cti {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uTcjzm3cti .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uTcjzm3cti .content-wrap {
    width: 100%;
  }
}
.cid-uTcjzm3cti .mbr-section-subtitle,
.cid-uTcjzm3cti .line {
  color: #291f1e;
}
.cid-uTcjzm3cti .mbr-text,
.cid-uTcjzm3cti .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uTcjzm3cti .mbr-section-title {
  color: #291f1e;
}
.cid-uTcjzmYJJd {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uTcjzmYJJd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTcjzmYJJd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTcjzmYJJd .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uTcjzmYJJd .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uTcjzmYJJd .container {
    padding: 0 16px;
  }
}
.cid-uTcjzmYJJd .card {
  justify-content: center;
}
.cid-uTcjzmYJJd .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #ffc091;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uTcjzmYJJd .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uTcjzmYJJd .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uTcjzmYJJd .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uTcjzmYJJd .mbr-section-title {
  color: #000000;
}
.cid-uTcjzmYJJd .mbr-text {
  color: #000000;
}
.cid-uTcjzmYJJd .mbr-desc {
  color: #000000;
}
.cid-uTcjzmYJJd .mbr-section-title,
.cid-uTcjzmYJJd .title-wrapper {
  text-align: center;
}
.cid-uTcjznY5Xq {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uTcjznY5Xq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTcjznY5Xq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTcjznY5Xq .row {
  flex-direction: row-reverse;
}
.cid-uTcjzoVZsE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffc091;
}
.cid-uTcjzoVZsE blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uTcjzoVZsE .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uTcjzpvfWm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #291f1e;
}
.cid-uTcjzpvfWm img,
.cid-uTcjzpvfWm .item-img {
  width: 100%;
}
.cid-uTcjzpvfWm .item:focus,
.cid-uTcjzpvfWm span:focus {
  outline: none;
}
.cid-uTcjzpvfWm .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uTcjzpvfWm .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uTcjzpvfWm .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uTcjzpvfWm .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uTcjzpvfWm .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uTcjzpvfWm .mbr-section-title {
  color: #232323;
}
.cid-uTcjzpvfWm .mbr-text,
.cid-uTcjzpvfWm .mbr-section-btn {
  text-align: left;
}
.cid-uTcjzpvfWm .item-title {
  text-align: center;
}
.cid-uTcjzpvfWm .item-subtitle {
  text-align: left;
}
.cid-uTcjzpvfWm .item-title DIV {
  text-align: center;
}
.cid-uTcjzqBtUo {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffc091;
  overflow: hidden;
}
.cid-uTcjzqBtUo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTcjzqBtUo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTcjzqBtUo .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uTcjzqBtUo .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uTcjzqBtUo .container {
    padding: 0 30px;
  }
}
.cid-uTcjzqBtUo .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uTcjzqBtUo .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uTcjzqBtUo .content-wrapper {
    padding: 0;
  }
}
.cid-uTcjzqBtUo .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-uTcjzqBtUo .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-uTcjzqBtUo .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #254b45;
}
@media (max-width: 992px) {
  .cid-uTcjzqBtUo .content-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-uTcjzqBtUo .content-wrapper .mbr-section-title {
  margin-bottom: 180px;
}
@media (max-width: 992px) {
  .cid-uTcjzqBtUo .content-wrapper .mbr-section-title {
    margin-bottom: 80px;
  }
}
.cid-uTcjzqBtUo .content-wrapper .text-wrapper {
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .cid-uTcjzqBtUo .content-wrapper .text-wrapper {
    padding-left: 120px;
  }
}
@media (max-width: 992px) {
  .cid-uTcjzqBtUo .content-wrapper .text-wrapper {
    padding-left: 0;
  }
}
.cid-uTcjzqBtUo .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uTcjzqBtUo .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uTcjzqBtUo .mbr-desc {
  color: #254b45;
}
.cid-uTcjzqBtUo .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uTcjzqBtUo .mbr-text {
  color: #254b45;
}
.cid-uTcjzqBtUo .mbr-text,
.cid-uTcjzqBtUo .mbr-section-btn {
  color: #000000;
}
.cid-uTcjzroZsy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uTcjzroZsy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTcjzroZsy .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uTcjzroZsy .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uTcjzroZsy .line {
  width: 100%;
  height: 1px;
  background: gray;
  opacity: 0.5;
  margin: 1rem 0;
}
.cid-uTcjzroZsy .card-title {
  position: relative;
  padding-bottom: 1rem;
}
.cid-uTcjzroZsy .card-title:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  left: -35px;
  top: 3px;
  background: currentColor;
  border-radius: 50%;
}
.cid-uTcjzroZsy .card-box {
  padding: 0 2rem;
}
.cid-uTcjzroZsy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTcjzroZsy .card-title,
.cid-uTcjzroZsy .iconfont-wrapper,
.cid-uTcjzroZsy .card-text {
  color: #000000;
  text-align: center;
}
.cid-uTcjzroZsy .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uTcjzroZsy .mbr-section-btn {
  text-align: center;
}
.cid-uTcjzroZsy .card-text,
.cid-uTcjzroZsy .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uTcjzroZsy .card-title,
.cid-uTcjzroZsy .iconfont-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uTcjzroZsy .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uTcjzssgCC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uTcjzssgCC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTcjzssgCC .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-uTcjzssgCC .container {
    padding: 0 22px;
  }
}
.cid-uTcjzssgCC .card {
  justify-content: center;
}
.cid-uTcjzssgCC .content-wrapper {
  padding-right: 32px;
  padding-right: 0;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-uTcjzssgCC .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uTcjzssgCC .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uTcjzssgCC .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uTcjzssgCC .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uTcjzssgCC .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uTcjzssgCC .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 100% !important;
  object-fit: cover;
  box-shadow: 10px 10px 60px #00d0f3;
}
@media (max-width: 1440px) {
  .cid-uTcjzssgCC .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uTcjzssgCC .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-uTcjzssgCC .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uTcjzssgCC .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.cid-uTcjzssgCC .mbr-section-title {
  color: #ffffff;
}
.cid-uTcjzssgCC .mbr-text {
  color: #ffffff;
}
.cid-uTcjztm1ee {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffc091;
}
.cid-uTcjztm1ee .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTcjztm1ee .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTcjztm1ee .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uTcjztm1ee .row {
    flex-direction: column-reverse;
  }
  .cid-uTcjztm1ee .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uTcjztm1ee .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uTcjztm1ee .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uTcjztm1ee .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uTcjztm1ee .card-title {
  text-align: center;
  color: #000000;
}
.cid-uTcjztm1ee .mbr-text,
.cid-uTcjztm1ee .mbr-section-btn {
  text-align: center;
}
.cid-uTcjzue3Ku {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uTcjzue3Ku .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTcjzue3Ku .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTcjzue3Ku .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uTcjzue3Ku .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uTcjzue3Ku .container {
    padding: 0 16px;
  }
}
.cid-uTcjzue3Ku .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uTcjzue3Ku .row {
    margin: 0 10px;
  }
}
.cid-uTcjzue3Ku .row .card {
  position: relative;
  padding: 0;
}
.cid-uTcjzue3Ku .row .card .decor-wrapper_1 {
  position: absolute;
  top: -25rem;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #ffc091;
  border-radius: 15rem;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-uTcjzue3Ku .row .card .decor-wrapper_1 {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-uTcjzue3Ku .row .card .decor-wrapper_1 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-uTcjzue3Ku .row .card .decor-wrapper_2 {
  position: absolute;
  top: 0;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #ffc091;
  border-radius: 14%;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-uTcjzue3Ku .row .card .decor-wrapper_2 {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-uTcjzue3Ku .row .card .decor-wrapper_2 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-uTcjzue3Ku .title-wrapper {
  position: relative;
  z-index: 1;
  padding-left: 100px;
  width: 60%;
  margin: 0 auto;
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-uTcjzue3Ku .title-wrapper {
    padding-left: 0;
    width: 100%;
  }
}
.cid-uTcjzue3Ku .title-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uTcjzue3Ku .title-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uTcjzue3Ku .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 75px;
  height: 75px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #192227;
  background-color: #ffc091;
  transform: rotate(45deg);
  border-radius: 100%;
}
.cid-uTcjzue3Ku .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uTcjzue3Ku .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uTcjzue3Ku .title-wrapper .mbr-text {
  margin: 0;
}
.cid-uTcjzue3Ku .mbr-section-title {
  color: #fdfcfc;
}
.cid-uTcjzue3Ku .mbr-text {
  color: #F9A600;
}
.cid-uTcjzue3Ku .mbr-section-title,
.cid-uTcjzue3Ku .icon-wrapper {
  color: #000000;
}
.cid-uTcjzue3Ku .mbr-text,
.cid-uTcjzue3Ku .mbr-section-btn {
  color: #000000;
}
.cid-uTcjzv35gu {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffc091;
}
.cid-uTcjzv35gu .title-text {
  margin-bottom: 70px;
}
.cid-uTcjzv35gu .title-text .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-uTcjzv35gu .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uTcjzv35gu .title-text .mbr-section-title {
  color: #130947;
}
.cid-uTcjzv35gu .title-text .mbr-section-title span {
  font-weight: 900;
}
.cid-uTcjzv35gu .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-uTcjzv35gu .mbr-iconfont {
  font-family: 'Moririse2' !important;
  display: inline-flex;
  -webkit-transform-origin: ;
  transform-origin: ;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #222222;
}
.cid-uTcjzv35gu .mbr-iconfont:before {
  -webkit-transform: scaleY(0) !important;
  transform: scaleY(0) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-uTcjzv35gu .collapsed .mbr-iconfont {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-uTcjzv35gu .collapsed .mbr-iconfont:before {
  -webkit-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-uTcjzv35gu .accordion-content {
  flex-basis: 100%;
}
.cid-uTcjzv35gu .panel-group {
  width: 100%;
}
.cid-uTcjzv35gu .panel-text,
.cid-uTcjzv35gu .header-text,
.cid-uTcjzv35gu .mbr-section-subtitle {
  color: #222222;
}
.cid-uTcjzv35gu .card {
  margin-bottom: 30px;
  margin-top: 30px;
  border: none;
  border-radius: 0 !important;
}
.cid-uTcjzv35gu .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-uTcjzv35gu .card .card-header a.panel-title {
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none !important;
  border-radius: 0 !important;
  line-height: normal;
}
.cid-uTcjzv35gu .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uTcjzv35gu .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-uTcjzv35gu .card .card-header a.panel-title h4 {
  padding: 17px 42px 17px 35px;
  margin-bottom: 0;
  width: 100%;
  line-height: 1.5;
  font-weight: 400 !important;
}
.cid-uTcjzv35gu .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  line-height: 1.6 !important;
}
.cid-uTcjzv35gu .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 29px;
  -webkit-transform: none;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
}
.cid-uTcjzv35gu .card .card-header a.panel-title .toggle-icon:before,
.cid-uTcjzv35gu .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-uTcjzv35gu .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  -webkit-transform: none;
  transform: none;
}
.cid-uTcjzv35gu .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-uTcjzv35gu .card .card-header a.panel-title[aria-expanded='true'] {
  background-color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-uTcjzv35gu .card .card-header a.panel-title[aria-expanded='true'] .header-text,
.cid-uTcjzv35gu .card .card-header a.panel-title[aria-expanded='true'] .sign {
  color: #000000 !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-uTcjzv35gu .card .panel-body {
  background: #ffffff;
  padding: 30px 55px 35px 40px !important;
}
.cid-uTcjzv35gu .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-uTcjzv35gu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTcjzv35gu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTcjzv35gu .title-text .mbr-section-title {
  color: #050f0f;
  text-align: center;
}
.cid-uTcjzv35gu .header-text {
  text-align: center;
}
.cid-uTcjzwvCeC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-uTcjzwvCeC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTcjzwvCeC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTcjzwvCeC .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uTcjzwvCeC .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uTcjzwvCeC .container {
    padding: 0 30px;
  }
}
.cid-uTcjzwvCeC .card-wrapper {
  display: flex;
  padding: 70px 0;
  border-top: 10px solid #ffffff;
  border-bottom: 10px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uTcjzwvCeC .card-wrapper {
    padding: 45px 0;
  }
}
@media (max-width: 992px) {
  .cid-uTcjzwvCeC .card-wrapper {
    display: block;
  }
}
.cid-uTcjzwvCeC .card-wrapper .title-wrapper {
  width: 50%;
  margin-right: 50px;
  margin-right: 0;
  margin-left: 50px;
}
@media (max-width: 992px) {
  .cid-uTcjzwvCeC .card-wrapper .title-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uTcjzwvCeC .card-wrapper .title-wrapper {
    width: 100%;
    margin: 0;
  }
}
.cid-uTcjzwvCeC .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTcjzwvCeC .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uTcjzwvCeC .card-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uTcjzwvCeC .card-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uTcjzwvCeC .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uTcjzwvCeC .mbr-section-title {
  color: #f7f7f7;
}
.cid-uTcjzwvCeC .mbr-text {
  color: #ffffff;
}
.cid-uTcjzxhlaK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffc091;
}
.cid-uTcjzxhlaK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTcjzxhlaK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTcjzxhlaK .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uTcjzxhlaK .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uTcjzxhlaK .panel-group .card {
  position: relative;
  padding: 48px 0;
  background-color: transparent;
  border-bottom: 1px solid #000000;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-uTcjzxhlaK .panel-group .card {
    padding: 32px 0;
  }
}
@media (max-width: 992px) {
  .cid-uTcjzxhlaK .panel-group .card {
    padding: 24px 0;
  }
}
.cid-uTcjzxhlaK .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-uTcjzxhlaK .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uTcjzxhlaK .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uTcjzxhlaK .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uTcjzxhlaK .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #8e73fe;
}
.cid-uTcjzxhlaK .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uTcjzxhlaK .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uTcjzxhlaK .panel-group .card .panel-collapse .panel-body {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-uTcjzxhlaK .panel-group .card .panel-collapse .panel-body {
    margin-top: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uTcjzxhlaK .panel-group .card .panel-collapse .panel-body {
    margin-top: 24px;
  }
}
.cid-uTcjzxhlaK .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTcjzxhlaK .panel-group .card .panel-collapse .panel-body .panel-text {
    margin-top: 24px;
    width: 100%;
  }
}
.cid-uTcjzxhlaK .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uTcjzxhlaK .panel-title-edit {
  color: #2c2c26;
}
.cid-uTcjzxhlaK .panel-text {
  color: #2c2c26;
}
.cid-uTcjzyqyoY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uTcjzyqyoY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTcjzyqyoY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTcjzyqyoY .google-map {
  height: 30rem;
  position: relative;
}
.cid-uTcjzyqyoY .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uTcjzyqyoY .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-uTcjzyqyoY .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uTcjzyqyoY .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uTcjzzGGA0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffc091;
}
.cid-uTcjzzGGA0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTcjzzGGA0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTcjzzGGA0 .row {
  justify-content: space-between;
}
.cid-uTcjzzGGA0 .content-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uTcjzzGGA0 .content-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uTcjzzGGA0 .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uTcjzzGGA0 .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uTcjzzGGA0 .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-uTcjzzGGA0 .list-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uTcjzzGGA0 .list-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uTcjzzGGA0 .list-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uTcjzzGGA0 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uTcjzzGGA0 .list-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-uTcjzzGGA0 .list-wrapper .list .item-wrap:hover,
.cid-uTcjzzGGA0 .list-wrapper .list .item-wrap:focus {
  color: #000000;
}
.cid-uTcjzzGGA0 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uTcjzzGGA0 .content-wrap {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uTcjzzGGA0 .content-wrap {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uTcjzzGGA0 .content-wrap {
    margin-bottom: 35px;
  }
}
.cid-uTcjzzGGA0 .content-wrap .mbr-desc {
  margin-bottom: 20px;
}
.cid-uTcjzzGGA0 .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uTcjzzGGA0 .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uTcjzzGGA0 .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uTcjzzGGA0 .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uTcjzzGGA0 .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #000000;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uTcjzzGGA0 .copy-wrapper .mbr-section-btn-main {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uTcjzzGGA0 .copy-wrapper .mbr-section-btn-main {
    margin-bottom: 15px;
  }
}
.cid-uTcjzzGGA0 .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uTcjzzGGA0 .mbr-section-title {
  color: #000000;
}
.cid-uTcjzzGGA0 .mbr-text {
  color: #000000;
}
.cid-uTcjzzGGA0 .list {
  color: #000000;
}
.cid-uTcjzzGGA0 .mbr-desc {
  color: #000000;
}
.cid-uTcjzzGGA0 .mbr-copy {
  color: #000000;
}
.cid-uTcjzzGGA0 .mbr-desc,
.cid-uTcjzzGGA0 .social-wrapper {
  text-align: center;
}
.cid-uTcjzzGGA0 .mbr-copy,
.cid-uTcjzzGGA0 .mbr-section-btn-main {
  text-align: center;
}
.cid-uTcnrFvwBC {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uTcnrFvwBC .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-uTcnrFvwBC .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uTcnrFvwBC .btn {
  font-weight: 400;
}
.cid-uTcnrFvwBC .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-uTcnrFvwBC .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uTcnrFvwBC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uTcnrFvwBC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTcnrFvwBC .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uTcnrFvwBC .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uTcnrFvwBC .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uTcnrFvwBC .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uTcnrFvwBC .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uTcnrFvwBC .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uTcnrFvwBC .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uTcnrFvwBC .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uTcnrFvwBC .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uTcnrFvwBC .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uTcnrFvwBC .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uTcnrFvwBC .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uTcnrFvwBC .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uTcnrFvwBC .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uTcnrFvwBC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uTcnrFvwBC .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-uTcnrFvwBC .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uTcnrFvwBC .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uTcnrFvwBC .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uTcnrFvwBC .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: #ffc091;
}
.cid-uTcnrFvwBC .nav-item:focus,
.cid-uTcnrFvwBC .nav-link:focus {
  outline: none;
}
.cid-uTcnrFvwBC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTcnrFvwBC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTcnrFvwBC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTcnrFvwBC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTcnrFvwBC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTcnrFvwBC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTcnrFvwBC .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-uTcnrFvwBC .navbar.opened {
  transition: all 0.25s;
}
.cid-uTcnrFvwBC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uTcnrFvwBC .navbar .navbar-logo img {
  width: auto;
}
.cid-uTcnrFvwBC .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uTcnrFvwBC .navbar.collapsed {
  justify-content: center;
}
.cid-uTcnrFvwBC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTcnrFvwBC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uTcnrFvwBC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 2.1rem);
  }
}
.cid-uTcnrFvwBC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTcnrFvwBC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTcnrFvwBC .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-uTcnrFvwBC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTcnrFvwBC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uTcnrFvwBC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uTcnrFvwBC .navbar {
    min-height: 72px;
  }
  .cid-uTcnrFvwBC .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uTcnrFvwBC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTcnrFvwBC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTcnrFvwBC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTcnrFvwBC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uTcnrFvwBC .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-uTcnrFvwBC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uTcnrFvwBC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uTcnrFvwBC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTcnrFvwBC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uTcnrFvwBC .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uTcnrFvwBC .dropdown-item.active,
.cid-uTcnrFvwBC .dropdown-item:active {
  background-color: transparent;
}
.cid-uTcnrFvwBC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uTcnrFvwBC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTcnrFvwBC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTcnrFvwBC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffc091;
}
.cid-uTcnrFvwBC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uTcnrFvwBC .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uTcnrFvwBC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uTcnrFvwBC .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uTcnrFvwBC .navbar-buttons {
    text-align: left;
  }
}
.cid-uTcnrFvwBC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uTcnrFvwBC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uTcnrFvwBC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTcnrFvwBC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTcnrFvwBC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTcnrFvwBC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTcnrFvwBC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTcnrFvwBC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTcnrFvwBC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTcnrFvwBC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTcnrFvwBC .navbar-dropdown {
  padding: 0;
  background-color: #ffc091 !important;
}
.cid-uTcnrFvwBC .opacityScroll {
  background: #ffc091 !important;
}
.cid-uTcnrFvwBC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uTcnrFvwBC .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-uTcnrFvwBC .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTcnrFvwBC .navbar {
    height: 70px;
  }
  .cid-uTcnrFvwBC .navbar.opened {
    height: auto;
  }
  .cid-uTcnrFvwBC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTcnrFvwBC .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uTcnrFvwBC .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uTcnrFvwBC .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uTcnrFvwBC .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-uTcnrFvwBC .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uTcnrFvwBC .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uTcnrFvwBC .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uTcnrFvwBC .navbar-brand {
    margin-right: auto;
  }
  .cid-uTcnrFvwBC .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffc091;
    backdrop-filter: blur(8px);
  }
  .cid-uTcnrFvwBC .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uTcnrFvwBC .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uTcnrFvwBC .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-uTcnrFvwBC .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uTcnrFvwBC .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uTcnrFvwBC .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-uTcnrFvwBC .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uTcnrFvwBC .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-uTcnrFvwBC .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uTcnrFvwBC .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-uTcnrFvwBC .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uTcnrFvwBC .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uTcnrGwUCK {
  padding-top: 11rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uTcnrGwUCK .decor-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 52%;
  height: 95%;
  border-radius: 0 85% 0 0;
  background-color: #ffc091;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uTcnrGwUCK .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-uTcnrGwUCK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTcnrGwUCK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTcnrGwUCK .row {
  position: relative;
  z-index: 1;
}
.cid-uTcnrGwUCK .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uTcnrGwUCK .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uTcnrGwUCK .image-wrapper {
  margin-right: 18px;
}
@media (max-width: 992px) {
  .cid-uTcnrGwUCK .image-wrapper {
    margin-right: 0;
    margin-bottom: 46px;
  }
}
.cid-uTcnrGwUCK .image-wrapper img {
  height: 620px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uTcnrGwUCK .image-wrapper img {
    height: 350px;
  }
}
.cid-uTcnrGwUCK .content-wrapper {
  padding-top: 64px;
}
@media (max-width: 992px) {
  .cid-uTcnrGwUCK .content-wrapper {
    padding-top: 22px;
  }
}
.cid-uTcnrGwUCK .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 46px;
  display: inline-block;
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uTcnrGwUCK .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uTcnrGwUCK .content-wrapper .desc-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uTcnrGwUCK .content-wrapper .desc-wrapper {
    display: block;
  }
}
.cid-uTcnrGwUCK .content-wrapper .desc-wrapper .mbr-desc {
  width: 50%;
  margin-right: 20px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTcnrGwUCK .content-wrapper .desc-wrapper .mbr-desc {
    margin-right: 0;
    width: 100%;
    margin-bottom: 12px;
  }
}
.cid-uTcnrGwUCK .content-wrapper .desc-wrapper .mbr-section-btn {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uTcnrGwUCK .content-wrapper .desc-wrapper .mbr-section-btn {
    width: 100%;
  }
}
.cid-uTcnrGwUCK .content-wrapper .desc-wrapper .mbr-section-btn .btn {
  padding: 29px 64px;
}
@media (max-width: 1200px) {
  .cid-uTcnrGwUCK .content-wrapper .desc-wrapper .mbr-section-btn .btn {
    padding: 20px 32px;
  }
}
.cid-uTcnrGwUCK .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-uTcnrGwUCK .mbr-text {
  color: #51565c;
}
.cid-uTcnrGwUCK .mbr-desc {
  color: #51565c;
}
.cid-uTcnrGwUCK .mbr-text,
.cid-uTcnrGwUCK .text-wrapper {
  color: #000000;
}
.cid-uTcnrHh8L7 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-uTcnrHh8L7 .container {
    max-width: 1162px;
  }
}
@media (max-width: 768px) {
  .cid-uTcnrHh8L7 .top {
    margin-top: 10rem;
  }
}
.cid-uTcnrHh8L7 .mbr-section-title {
  text-align: center;
  font-weight: 600;
  line-height: 1.2;
}
.cid-uTcnrHh8L7 .mbr-text {
  font-size: 24px;
  line-height: 1.3;
  color: #000000;
}
.cid-uTcnrHh8L7 .index {
  z-index: 3;
}
.cid-uTcnrHh8L7 ul {
  list-style: none;
  margin: 0;
  padding-left: 40px;
}
.cid-uTcnrHh8L7 li {
  margin-bottom: 47px;
  position: relative;
}
.cid-uTcnrHh8L7 ul li::before {
  position: relative;
  content: "\2713";
  left: -40px;
  top: -5%;
  color: #4b3cf3;
  border: 2px solid #000000;
  font-weight: bold;
  font-size: 2rem;
  padding: 0 .5rem;
}
.cid-uTcnrHh8L7 .wrap {
  right: 80%;
  top: 0;
  width: 400px;
  height: 200px;
  position: absolute;
}
@media (max-width: 991px) {
  .cid-uTcnrHh8L7 .wrap {
    top: -10%;
    right: 5%;
  }
}
@media (max-width: 768px) {
  .cid-uTcnrHh8L7 .wrap {
    top: 10%;
  }
}
.cid-uTcnrHh8L7 .wrap .anim {
  width: 195px;
  height: 195px;
  position: relative;
  object-fit: cover;
  border-radius: 100%;
  animation: 15s linear 0s normal none infinite running rot1;
  -webkit-animation: 15s linear 0s normal none infinite running rot1;
}
@media (min-width: 992px) {
  .cid-uTcnrHh8L7 .wrap {
    right: 5%;
    top: -10%;
  }
}
@media (min-width: 1400px) {
  .cid-uTcnrHh8L7 .wrap {
    right: -5%;
    top: -5%;
  }
}
@keyframes rot1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.cid-uTcnrHh8L7 .mbr-section-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  color: #000000;
  font-size: 25px;
}
.cid-uTcnrHh8L7 .text {
  font-size: 30px;
  color: #cbc0ff;
  font-weight: 600;
  -webkit-transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
  text-shadow: 0px 1px 0 #fbfdfc, 0px -1px 0 #fbfdfc, 1px 0px 0 #fbfdfc, -1px 0px 0 #fbfdfc, 1px 1px 0 #fbfdfc, 1px -1px 0 #fbfdfc, -1px 1px 0 #fbfdfc, -1px -1px 0 #fbfdfc, 0px 2px 0 #fbfdfc, 0px -2px 0 #fbfdfc, 2px 0px 0 #fbfdfc, -2px 0px 0 #fbfdfc, 2px 2px 0 #fbfdfc, 2px -2px 0 #fbfdfc, -2px 2px 0 #fbfdfc, -2px -2px 0 #fbfdfc, 0px 3px 0 #fbfdfc, 0px -3px 0 #fbfdfc, 3px 0px 0 #fbfdfc, -3px 0px 0 #fbfdfc, 3px 3px 0 #fbfdfc, 3px -3px 0 #fbfdfc, -3px 3px 0 #fbfdfc, -3px -3px 0 #fbfdfc, 0px 4px 0 #fbfdfc, 0px -4px 0 #fbfdfc, 4px 0px 0 #fbfdfc, -4px 0px 0 #fbfdfc, 4px 4px 0 #fbfdfc, 4px -4px 0 #fbfdfc, -4px 4px 0 #fbfdfc, -4px -4px 0 #fbfdfc;
  -webkit-text-shadow: 0px 1px 0 #fbfdfc, 0px -1px 0 #fbfdfc, 1px 0px 0 #fbfdfc, -1px 0px 0 #fbfdfc, 1px 1px 0 #fbfdfc, 1px -1px 0 #fbfdfc, -1px 1px 0 #fbfdfc, -1px -1px 0 #fbfdfc, 0px 2px 0 #fbfdfc, 0px -2px 0 #fbfdfc, 2px 0px 0 #fbfdfc, -2px 0px 0 #fbfdfc, 2px 2px 0 #fbfdfc, 2px -2px 0 #fbfdfc, -2px 2px 0 #fbfdfc, -2px -2px 0 #fbfdfc, 0px 3px 0 #fbfdfc, 0px -3px 0 #fbfdfc, 3px 0px 0 #fbfdfc, -3px 0px 0 #fbfdfc, 3px 3px 0 #fbfdfc, 3px -3px 0 #fbfdfc, -3px 3px 0 #fbfdfc, -3px -3px 0 #fbfdfc, 0px 4px 0 #fbfdfc, 0px -4px 0 #fbfdfc, 4px 0px 0 #fbfdfc, -4px 0px 0 #fbfdfc, 4px 4px 0 #fbfdfc, 4px -4px 0 #fbfdfc, -4px 4px 0 #fbfdfc, -4px -4px 0 #fbfdfc;
  -moz-text-shadow: 0px 1px 0 #fbfdfc, 0px -1px 0 #fbfdfc, 1px 0px 0 #fbfdfc, -1px 0px 0 #fbfdfc, 1px 1px 0 #fbfdfc, 1px -1px 0 #fbfdfc, -1px 1px 0 #fbfdfc, -1px -1px 0 #fbfdfc, 0px 2px 0 #fbfdfc, 0px -2px 0 #fbfdfc, 2px 0px 0 #fbfdfc, -2px 0px 0 #fbfdfc, 2px 2px 0 #fbfdfc, 2px -2px 0 #fbfdfc, -2px 2px 0 #fbfdfc, -2px -2px 0 #fbfdfc, 0px 3px 0 #fbfdfc, 0px -3px 0 #fbfdfc, 3px 0px 0 #fbfdfc, -3px 0px 0 #fbfdfc, 3px 3px 0 #fbfdfc, 3px -3px 0 #fbfdfc, -3px 3px 0 #fbfdfc, -3px -3px 0 #fbfdfc, 0px 4px 0 #fbfdfc, 0px -4px 0 #fbfdfc, 4px 0px 0 #fbfdfc, -4px 0px 0 #fbfdfc, 4px 4px 0 #fbfdfc, 4px -4px 0 #fbfdfc, -4px 4px 0 #fbfdfc, -4px -4px 0 #fbfdfc;
  text-align: end;
}
.cid-uTcnrHh8L7 .text1 {
  bottom: -75%;
  right: 10%;
  position: absolute;
  font-size: 140px;
  color: #f4d7d7;
  font-weight: 700;
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  transform: rotate(20deg);
  text-shadow: 0px 1px 0 #fbfdfc, 0px -1px 0 #fbfdfc, 1px 0px 0 #fbfdfc, -1px 0px 0 #fbfdfc, 1px 1px 0 #fbfdfc, 1px -1px 0 #fbfdfc, -1px 1px 0 #fbfdfc, -1px -1px 0 #fbfdfc, 0px 2px 0 #fbfdfc, 0px -2px 0 #fbfdfc, 2px 0px 0 #fbfdfc, -2px 0px 0 #fbfdfc, 2px 2px 0 #fbfdfc, 2px -2px 0 #fbfdfc, -2px 2px 0 #fbfdfc, -2px -2px 0 #fbfdfc, 0px 3px 0 #fbfdfc, 0px -3px 0 #fbfdfc, 3px 0px 0 #fbfdfc, -3px 0px 0 #fbfdfc, 3px 3px 0 #fbfdfc, 3px -3px 0 #fbfdfc, -3px 3px 0 #fbfdfc, -3px -3px 0 #fbfdfc, 0px 4px 0 #fbfdfc, 0px -4px 0 #fbfdfc, 4px 0px 0 #fbfdfc, -4px 0px 0 #fbfdfc, 4px 4px 0 #fbfdfc, 4px -4px 0 #fbfdfc, -4px 4px 0 #fbfdfc, -4px -4px 0 #fbfdfc;
  -webkit-text-shadow: 0px 1px 0 #fbfdfc, 0px -1px 0 #fbfdfc, 1px 0px 0 #fbfdfc, -1px 0px 0 #fbfdfc, 1px 1px 0 #fbfdfc, 1px -1px 0 #fbfdfc, -1px 1px 0 #fbfdfc, -1px -1px 0 #fbfdfc, 0px 2px 0 #fbfdfc, 0px -2px 0 #fbfdfc, 2px 0px 0 #fbfdfc, -2px 0px 0 #fbfdfc, 2px 2px 0 #fbfdfc, 2px -2px 0 #fbfdfc, -2px 2px 0 #fbfdfc, -2px -2px 0 #fbfdfc, 0px 3px 0 #fbfdfc, 0px -3px 0 #fbfdfc, 3px 0px 0 #fbfdfc, -3px 0px 0 #fbfdfc, 3px 3px 0 #fbfdfc, 3px -3px 0 #fbfdfc, -3px 3px 0 #fbfdfc, -3px -3px 0 #fbfdfc, 0px 4px 0 #fbfdfc, 0px -4px 0 #fbfdfc, 4px 0px 0 #fbfdfc, -4px 0px 0 #fbfdfc, 4px 4px 0 #fbfdfc, 4px -4px 0 #fbfdfc, -4px 4px 0 #fbfdfc, -4px -4px 0 #fbfdfc;
  -moz-text-shadow: 0px 1px 0 #fbfdfc, 0px -1px 0 #fbfdfc, 1px 0px 0 #fbfdfc, -1px 0px 0 #fbfdfc, 1px 1px 0 #fbfdfc, 1px -1px 0 #fbfdfc, -1px 1px 0 #fbfdfc, -1px -1px 0 #fbfdfc, 0px 2px 0 #fbfdfc, 0px -2px 0 #fbfdfc, 2px 0px 0 #fbfdfc, -2px 0px 0 #fbfdfc, 2px 2px 0 #fbfdfc, 2px -2px 0 #fbfdfc, -2px 2px 0 #fbfdfc, -2px -2px 0 #fbfdfc, 0px 3px 0 #fbfdfc, 0px -3px 0 #fbfdfc, 3px 0px 0 #fbfdfc, -3px 0px 0 #fbfdfc, 3px 3px 0 #fbfdfc, 3px -3px 0 #fbfdfc, -3px 3px 0 #fbfdfc, -3px -3px 0 #fbfdfc, 0px 4px 0 #fbfdfc, 0px -4px 0 #fbfdfc, 4px 0px 0 #fbfdfc, -4px 0px 0 #fbfdfc, 4px 4px 0 #fbfdfc, 4px -4px 0 #fbfdfc, -4px 4px 0 #fbfdfc, -4px -4px 0 #fbfdfc;
}
.cid-uTcnrHh8L7 .mbr-text UL {
  text-align: left;
}
.cid-uTcnrHSZSt {
  display: flex;
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffc091;
}
.cid-uTcnrHSZSt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTcnrHSZSt .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uTcnrHSZSt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTcnrHSZSt .btn:hover {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #4b3cf3 !important;
}
.cid-uTcnrHSZSt .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-uTcnrHSZSt .btn div {
  overflow: hidden;
}
.cid-uTcnrHSZSt .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-uTcnrHSZSt {
    align-items: center;
  }
  .cid-uTcnrHSZSt .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uTcnrHSZSt .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uTcnrHSZSt {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uTcnrHSZSt .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uTcnrHSZSt .content-wrap {
    width: 100%;
  }
}
.cid-uTcnrHSZSt .mbr-section-subtitle,
.cid-uTcnrHSZSt .line {
  color: #291f1e;
}
.cid-uTcnrHSZSt .mbr-text,
.cid-uTcnrHSZSt .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-uTcnrHSZSt .mbr-section-title {
  color: #291f1e;
}
.cid-uTcnrItR5k {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uTcnrItR5k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTcnrItR5k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTcnrItR5k .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uTcnrItR5k .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uTcnrItR5k .container {
    padding: 0 16px;
  }
}
.cid-uTcnrItR5k .card {
  justify-content: center;
}
.cid-uTcnrItR5k .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #ffc091;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uTcnrItR5k .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uTcnrItR5k .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uTcnrItR5k .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uTcnrItR5k .mbr-section-title {
  color: #000000;
}
.cid-uTcnrItR5k .mbr-text {
  color: #000000;
}
.cid-uTcnrItR5k .mbr-desc {
  color: #000000;
}
.cid-uTcnrItR5k .mbr-section-title,
.cid-uTcnrItR5k .title-wrapper {
  text-align: center;
}
.cid-uTcnrIXMTM {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uTcnrIXMTM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTcnrIXMTM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTcnrIXMTM .row {
  flex-direction: row-reverse;
}
.cid-uTcnrJzkhb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffc091;
}
.cid-uTcnrJzkhb blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-uTcnrJzkhb .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uTcnrK7D9G {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #291f1e;
}
.cid-uTcnrK7D9G img,
.cid-uTcnrK7D9G .item-img {
  width: 100%;
}
.cid-uTcnrK7D9G .item:focus,
.cid-uTcnrK7D9G span:focus {
  outline: none;
}
.cid-uTcnrK7D9G .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uTcnrK7D9G .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uTcnrK7D9G .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uTcnrK7D9G .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uTcnrK7D9G .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uTcnrK7D9G .mbr-section-title {
  color: #232323;
}
.cid-uTcnrK7D9G .mbr-text,
.cid-uTcnrK7D9G .mbr-section-btn {
  text-align: left;
}
.cid-uTcnrK7D9G .item-title {
  text-align: center;
}
.cid-uTcnrK7D9G .item-subtitle {
  text-align: left;
}
.cid-uTcnrK7D9G .item-title DIV {
  text-align: center;
}
.cid-uTcnrL00Sg {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffc091;
  overflow: hidden;
}
.cid-uTcnrL00Sg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTcnrL00Sg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTcnrL00Sg .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uTcnrL00Sg .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uTcnrL00Sg .container {
    padding: 0 30px;
  }
}
.cid-uTcnrL00Sg .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uTcnrL00Sg .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uTcnrL00Sg .content-wrapper {
    padding: 0;
  }
}
.cid-uTcnrL00Sg .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-uTcnrL00Sg .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-uTcnrL00Sg .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #254b45;
}
@media (max-width: 992px) {
  .cid-uTcnrL00Sg .content-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-uTcnrL00Sg .content-wrapper .mbr-section-title {
  margin-bottom: 180px;
}
@media (max-width: 992px) {
  .cid-uTcnrL00Sg .content-wrapper .mbr-section-title {
    margin-bottom: 80px;
  }
}
.cid-uTcnrL00Sg .content-wrapper .text-wrapper {
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .cid-uTcnrL00Sg .content-wrapper .text-wrapper {
    padding-left: 120px;
  }
}
@media (max-width: 992px) {
  .cid-uTcnrL00Sg .content-wrapper .text-wrapper {
    padding-left: 0;
  }
}
.cid-uTcnrL00Sg .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uTcnrL00Sg .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uTcnrL00Sg .mbr-desc {
  color: #254b45;
}
.cid-uTcnrL00Sg .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uTcnrL00Sg .mbr-text {
  color: #254b45;
}
.cid-uTcnrL00Sg .mbr-text,
.cid-uTcnrL00Sg .mbr-section-btn {
  color: #000000;
}
.cid-uTcnrLwEhV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uTcnrLwEhV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTcnrLwEhV .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uTcnrLwEhV .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uTcnrLwEhV .line {
  width: 100%;
  height: 1px;
  background: gray;
  opacity: 0.5;
  margin: 1rem 0;
}
.cid-uTcnrLwEhV .card-title {
  position: relative;
  padding-bottom: 1rem;
}
.cid-uTcnrLwEhV .card-title:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  left: -35px;
  top: 3px;
  background: currentColor;
  border-radius: 50%;
}
.cid-uTcnrLwEhV .card-box {
  padding: 0 2rem;
}
.cid-uTcnrLwEhV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTcnrLwEhV .card-title,
.cid-uTcnrLwEhV .iconfont-wrapper,
.cid-uTcnrLwEhV .card-text {
  color: #000000;
  text-align: center;
}
.cid-uTcnrLwEhV .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uTcnrLwEhV .mbr-section-btn {
  text-align: center;
}
.cid-uTcnrLwEhV .card-text,
.cid-uTcnrLwEhV .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uTcnrLwEhV .card-title,
.cid-uTcnrLwEhV .iconfont-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uTcnrLwEhV .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uTcnrMgrEF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uTcnrMgrEF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTcnrMgrEF .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-uTcnrMgrEF .container {
    padding: 0 22px;
  }
}
.cid-uTcnrMgrEF .card {
  justify-content: center;
}
.cid-uTcnrMgrEF .content-wrapper {
  padding-right: 32px;
  padding-right: 0;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-uTcnrMgrEF .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uTcnrMgrEF .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uTcnrMgrEF .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uTcnrMgrEF .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uTcnrMgrEF .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uTcnrMgrEF .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 100% !important;
  object-fit: cover;
  box-shadow: 10px 10px 60px #00d0f3;
}
@media (max-width: 1440px) {
  .cid-uTcnrMgrEF .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uTcnrMgrEF .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-uTcnrMgrEF .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uTcnrMgrEF .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.cid-uTcnrMgrEF .mbr-section-title {
  color: #ffffff;
}
.cid-uTcnrMgrEF .mbr-text {
  color: #ffffff;
}
.cid-uTcnrMRc8d {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffc091;
}
.cid-uTcnrMRc8d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTcnrMRc8d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTcnrMRc8d .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uTcnrMRc8d .row {
    flex-direction: column-reverse;
  }
  .cid-uTcnrMRc8d .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uTcnrMRc8d .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uTcnrMRc8d .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-uTcnrMRc8d .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uTcnrMRc8d .card-title {
  text-align: center;
  color: #000000;
}
.cid-uTcnrMRc8d .mbr-text,
.cid-uTcnrMRc8d .mbr-section-btn {
  text-align: center;
}
.cid-uTcrJZLy8T {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-uTcrJZLy8T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTcrJZLy8T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTcrJZLy8T .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uTcrJZLy8T .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uTcrJZLy8T .container {
    padding: 0 30px;
  }
}
.cid-uTcrJZLy8T .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-uTcrJZLy8T .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uTcrJZLy8T .content-wrapper {
    padding: 0;
  }
}
.cid-uTcrJZLy8T .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-uTcrJZLy8T .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-uTcrJZLy8T .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #254b45;
}
@media (max-width: 992px) {
  .cid-uTcrJZLy8T .content-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-uTcrJZLy8T .content-wrapper .mbr-section-title {
  margin-bottom: 180px;
}
@media (max-width: 992px) {
  .cid-uTcrJZLy8T .content-wrapper .mbr-section-title {
    margin-bottom: 80px;
  }
}
.cid-uTcrJZLy8T .content-wrapper .text-wrapper {
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .cid-uTcrJZLy8T .content-wrapper .text-wrapper {
    padding-left: 120px;
  }
}
@media (max-width: 992px) {
  .cid-uTcrJZLy8T .content-wrapper .text-wrapper {
    padding-left: 0;
  }
}
.cid-uTcrJZLy8T .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uTcrJZLy8T .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uTcrJZLy8T .mbr-desc {
  color: #254b45;
}
.cid-uTcrJZLy8T .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uTcrJZLy8T .mbr-text {
  color: #254b45;
}
.cid-uTcrJZLy8T .mbr-text,
.cid-uTcrJZLy8T .mbr-section-btn {
  color: #000000;
}
.cid-uTcnrP3efn {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffc091;
}
.cid-uTcnrP3efn .title-text {
  margin-bottom: 70px;
}
.cid-uTcnrP3efn .title-text .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-uTcnrP3efn .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-uTcnrP3efn .title-text .mbr-section-title {
  color: #130947;
}
.cid-uTcnrP3efn .title-text .mbr-section-title span {
  font-weight: 900;
}
.cid-uTcnrP3efn .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-uTcnrP3efn .mbr-iconfont {
  font-family: 'Moririse2' !important;
  display: inline-flex;
  -webkit-transform-origin: ;
  transform-origin: ;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #222222;
}
.cid-uTcnrP3efn .mbr-iconfont:before {
  -webkit-transform: scaleY(0) !important;
  transform: scaleY(0) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-uTcnrP3efn .collapsed .mbr-iconfont {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-uTcnrP3efn .collapsed .mbr-iconfont:before {
  -webkit-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-uTcnrP3efn .accordion-content {
  flex-basis: 100%;
}
.cid-uTcnrP3efn .panel-group {
  width: 100%;
}
.cid-uTcnrP3efn .panel-text,
.cid-uTcnrP3efn .header-text,
.cid-uTcnrP3efn .mbr-section-subtitle {
  color: #222222;
}
.cid-uTcnrP3efn .card {
  margin-bottom: 30px;
  margin-top: 30px;
  border: none;
  border-radius: 0 !important;
}
.cid-uTcnrP3efn .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-uTcnrP3efn .card .card-header a.panel-title {
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  text-decoration: none !important;
  border-radius: 0 !important;
  line-height: normal;
}
.cid-uTcnrP3efn .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uTcnrP3efn .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-uTcnrP3efn .card .card-header a.panel-title h4 {
  padding: 17px 42px 17px 35px;
  margin-bottom: 0;
  width: 100%;
  line-height: 1.5;
  font-weight: 400 !important;
}
.cid-uTcnrP3efn .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  line-height: 1.6 !important;
}
.cid-uTcnrP3efn .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 29px;
  -webkit-transform: none;
  transform: none;
  display: inline-block;
  height: 2px;
  margin-left: 0;
  width: 12px;
}
.cid-uTcnrP3efn .card .card-header a.panel-title .toggle-icon:before,
.cid-uTcnrP3efn .card .card-header a.panel-title .toggle-icon:after {
  background: currentColor;
  border: 0;
  box-sizing: border-box;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-uTcnrP3efn .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: currentColor;
  border: 0;
  -webkit-transform: none;
  transform: none;
}
.cid-uTcnrP3efn .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-uTcnrP3efn .card .card-header a.panel-title[aria-expanded='true'] {
  background-color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-uTcnrP3efn .card .card-header a.panel-title[aria-expanded='true'] .header-text,
.cid-uTcnrP3efn .card .card-header a.panel-title[aria-expanded='true'] .sign {
  color: #000000 !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-uTcnrP3efn .card .panel-body {
  background: #ffffff;
  padding: 30px 55px 35px 40px !important;
}
.cid-uTcnrP3efn .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-uTcnrP3efn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTcnrP3efn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTcnrP3efn .title-text .mbr-section-title {
  color: #050f0f;
  text-align: center;
}
.cid-uTcnrP3efn .header-text {
  text-align: center;
}
.cid-uTcnrQajOf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-uTcnrQajOf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTcnrQajOf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTcnrQajOf .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uTcnrQajOf .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uTcnrQajOf .container {
    padding: 0 30px;
  }
}
.cid-uTcnrQajOf .card-wrapper {
  display: flex;
  padding: 70px 0;
  border-top: 10px solid #ffffff;
  border-bottom: 10px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uTcnrQajOf .card-wrapper {
    padding: 45px 0;
  }
}
@media (max-width: 992px) {
  .cid-uTcnrQajOf .card-wrapper {
    display: block;
  }
}
.cid-uTcnrQajOf .card-wrapper .title-wrapper {
  width: 50%;
  margin-right: 50px;
  margin-right: 0;
  margin-left: 50px;
}
@media (max-width: 992px) {
  .cid-uTcnrQajOf .card-wrapper .title-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-uTcnrQajOf .card-wrapper .title-wrapper {
    width: 100%;
    margin: 0;
  }
}
.cid-uTcnrQajOf .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTcnrQajOf .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uTcnrQajOf .card-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uTcnrQajOf .card-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-uTcnrQajOf .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uTcnrQajOf .mbr-section-title {
  color: #f7f7f7;
}
.cid-uTcnrQajOf .mbr-text {
  color: #ffffff;
}
.cid-uTcnrQQwvu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffc091;
}
.cid-uTcnrQQwvu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTcnrQQwvu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTcnrQQwvu .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uTcnrQQwvu .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uTcnrQQwvu .panel-group .card {
  position: relative;
  padding: 48px 0;
  background-color: transparent;
  border-bottom: 1px solid #000000;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .cid-uTcnrQQwvu .panel-group .card {
    padding: 32px 0;
  }
}
@media (max-width: 992px) {
  .cid-uTcnrQQwvu .panel-group .card {
    padding: 24px 0;
  }
}
.cid-uTcnrQQwvu .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-uTcnrQQwvu .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uTcnrQQwvu .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uTcnrQQwvu .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uTcnrQQwvu .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #8e73fe;
}
.cid-uTcnrQQwvu .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uTcnrQQwvu .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uTcnrQQwvu .panel-group .card .panel-collapse .panel-body {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-uTcnrQQwvu .panel-group .card .panel-collapse .panel-body {
    margin-top: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uTcnrQQwvu .panel-group .card .panel-collapse .panel-body {
    margin-top: 24px;
  }
}
.cid-uTcnrQQwvu .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uTcnrQQwvu .panel-group .card .panel-collapse .panel-body .panel-text {
    margin-top: 24px;
    width: 100%;
  }
}
.cid-uTcnrQQwvu .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uTcnrQQwvu .panel-title-edit {
  color: #2c2c26;
}
.cid-uTcnrQQwvu .panel-text {
  color: #2c2c26;
}
.cid-uTcnrRPkFv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uTcnrRPkFv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTcnrRPkFv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTcnrRPkFv .google-map {
  height: 30rem;
  position: relative;
}
.cid-uTcnrRPkFv .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uTcnrRPkFv .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-uTcnrRPkFv .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uTcnrRPkFv .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uTcnrTqVvX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffc091;
}
.cid-uTcnrTqVvX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTcnrTqVvX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTcnrTqVvX .row {
  justify-content: space-between;
}
.cid-uTcnrTqVvX .content-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uTcnrTqVvX .content-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uTcnrTqVvX .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uTcnrTqVvX .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uTcnrTqVvX .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-uTcnrTqVvX .list-wrapper {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uTcnrTqVvX .list-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uTcnrTqVvX .list-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uTcnrTqVvX .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uTcnrTqVvX .list-wrapper .list .item-wrap {
  cursor: pointer;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-uTcnrTqVvX .list-wrapper .list .item-wrap:hover,
.cid-uTcnrTqVvX .list-wrapper .list .item-wrap:focus {
  color: #000000;
}
.cid-uTcnrTqVvX .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uTcnrTqVvX .content-wrap {
  margin-bottom: 110px;
}
@media (max-width: 1200px) {
  .cid-uTcnrTqVvX .content-wrap {
    margin-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .cid-uTcnrTqVvX .content-wrap {
    margin-bottom: 35px;
  }
}
.cid-uTcnrTqVvX .content-wrap .mbr-desc {
  margin-bottom: 20px;
}
.cid-uTcnrTqVvX .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uTcnrTqVvX .content-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uTcnrTqVvX .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uTcnrTqVvX .content-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uTcnrTqVvX .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #000000;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px;
}
.cid-uTcnrTqVvX .copy-wrapper .mbr-section-btn-main {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uTcnrTqVvX .copy-wrapper .mbr-section-btn-main {
    margin-bottom: 15px;
  }
}
.cid-uTcnrTqVvX .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uTcnrTqVvX .mbr-section-title {
  color: #000000;
}
.cid-uTcnrTqVvX .mbr-text {
  color: #000000;
}
.cid-uTcnrTqVvX .list {
  color: #000000;
}
.cid-uTcnrTqVvX .mbr-desc {
  color: #000000;
}
.cid-uTcnrTqVvX .mbr-copy {
  color: #000000;
}
.cid-uTcnrTqVvX .mbr-desc,
.cid-uTcnrTqVvX .social-wrapper {
  text-align: center;
}
.cid-uTcnrTqVvX .mbr-copy,
.cid-uTcnrTqVvX .mbr-section-btn-main {
  text-align: center;
}
