.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.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.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.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.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))));
  }
}
@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: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.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))));
  }
}
/* 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.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
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 - 5rem);
  }
}
.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-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: left;
  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: 8rem;
  padding-bottom: 8rem;
  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: 5rem;
  padding-bottom: 5rem;
  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;
}
@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-upLPrZ9XrK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffc091;
}
.cid-upLPrZ9XrK blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.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: left;
}
.cid-upLOJUk57R .item-subtitle {
  text-align: left;
}
.cid-upMQFcq1jz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  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;
}
@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;
}
.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: #291f1e;
}
.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: #ffffff;
  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: left;
  color: #c4d6b0;
}
.cid-tZsbpveFKF .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-upLWYkjnDn {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.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: #ffc091;
  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: #ffc091;
  -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-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-upMRxdOf3i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.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-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: 5rem;
  padding-bottom: 5rem;
  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-upM116pEw0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffc091;
}
.cid-upM116pEw0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upM116pEw0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upM116pEw0 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-upM116pEw0 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-upM116pEw0 .row {
    text-align: center;
  }
  .cid-upM116pEw0 .social-row {
    justify-content: center;
  }
}
.cid-upM116pEw0 .list {
  list-style: none;
  padding-left: 0;
  color: #291f1e;
}
@media (max-width: 991px) {
  .cid-upM116pEw0 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-upM116pEw0 .list {
    margin-bottom: 0rem;
  }
}
.cid-upM116pEw0 .mbr-text {
  color: #bbbbbb;
}
.cid-upM116pEw0 .mbr-iconfont {
  color: black;
}
.cid-upM116pEw0 .mbr-section-subtitle {
  color: #000000;
}
.cid-upM52GFTCc {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffc091;
}
.cid-upM52GFTCc .mbr-text {
  color: #000000;
}
.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: #f7f7f7;
}
.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 - 5rem);
  }
}
.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: #f7f7f7;
}
.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: #f7f7f7 !important;
}
.cid-upM7F59dsA .opacityScroll {
  background: #f7f7f7 !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: #f7f7f7;
    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 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  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-upM7Fdcfoo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffc091;
}
.cid-upM7Fdcfoo .mbr-fallback-image.disabled {
  display: none;
}
.cid-upM7Fdcfoo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upM7Fdcfoo .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-upM7Fdcfoo .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-upM7Fdcfoo .row {
    text-align: center;
  }
  .cid-upM7Fdcfoo .social-row {
    justify-content: center;
  }
}
.cid-upM7Fdcfoo .list {
  list-style: none;
  padding-left: 0;
  color: #291f1e;
}
@media (max-width: 991px) {
  .cid-upM7Fdcfoo .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-upM7Fdcfoo .list {
    margin-bottom: 0rem;
  }
}
.cid-upM7Fdcfoo .mbr-text {
  color: #bbbbbb;
}
.cid-upM7Fdcfoo .mbr-iconfont {
  color: black;
}
.cid-upM7Fdcfoo .mbr-section-subtitle {
  color: #000000;
}
.cid-upM7FedTJX {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffc091;
}
.cid-upM7FedTJX .mbr-text {
  color: #000000;
}
.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: #f7f7f7;
}
.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 - 5rem);
  }
}
.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: #f7f7f7;
}
.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: #f7f7f7 !important;
}
.cid-upM8Bmfu65 .opacityScroll {
  background: #f7f7f7 !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: #f7f7f7;
    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 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  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: 5rem;
  padding-bottom: 5rem;
  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-upM8BoLSKe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffc091;
}
.cid-upM8BoLSKe .mbr-fallback-image.disabled {
  display: none;
}
.cid-upM8BoLSKe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upM8BoLSKe .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-upM8BoLSKe .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-upM8BoLSKe .row {
    text-align: center;
  }
  .cid-upM8BoLSKe .social-row {
    justify-content: center;
  }
}
.cid-upM8BoLSKe .list {
  list-style: none;
  padding-left: 0;
  color: #291f1e;
}
@media (max-width: 991px) {
  .cid-upM8BoLSKe .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-upM8BoLSKe .list {
    margin-bottom: 0rem;
  }
}
.cid-upM8BoLSKe .mbr-text {
  color: #bbbbbb;
}
.cid-upM8BoLSKe .mbr-iconfont {
  color: black;
}
.cid-upM8BoLSKe .mbr-section-subtitle {
  color: #000000;
}
.cid-upM8BpILtP {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffc091;
}
.cid-upM8BpILtP .mbr-text {
  color: #000000;
}
.cid-upObG4w6FV {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-upObG4w6FV .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-upObG4w6FV .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-upObG4w6FV .btn {
  font-weight: 400;
}
.cid-upObG4w6FV .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-upObG4w6FV .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-upObG4w6FV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upObG4w6FV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upObG4w6FV .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-upObG4w6FV .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-upObG4w6FV .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-upObG4w6FV .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-upObG4w6FV .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-upObG4w6FV .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-upObG4w6FV .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-upObG4w6FV .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-upObG4w6FV .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-upObG4w6FV .nav-link {
  width: fit-content;
  position: relative;
}
.cid-upObG4w6FV .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-upObG4w6FV .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-upObG4w6FV .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-upObG4w6FV .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-upObG4w6FV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-upObG4w6FV .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-upObG4w6FV .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-upObG4w6FV .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-upObG4w6FV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-upObG4w6FV .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-upObG4w6FV .nav-item:focus,
.cid-upObG4w6FV .nav-link:focus {
  outline: none;
}
.cid-upObG4w6FV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upObG4w6FV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upObG4w6FV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upObG4w6FV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upObG4w6FV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upObG4w6FV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upObG4w6FV .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-upObG4w6FV .navbar.opened {
  transition: all 0.25s;
}
.cid-upObG4w6FV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-upObG4w6FV .navbar .navbar-logo img {
  width: auto;
}
.cid-upObG4w6FV .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-upObG4w6FV .navbar.collapsed {
  justify-content: center;
}
.cid-upObG4w6FV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upObG4w6FV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upObG4w6FV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-upObG4w6FV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upObG4w6FV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upObG4w6FV .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-upObG4w6FV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upObG4w6FV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-upObG4w6FV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-upObG4w6FV .navbar {
    min-height: 72px;
  }
  .cid-upObG4w6FV .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-upObG4w6FV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upObG4w6FV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upObG4w6FV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upObG4w6FV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upObG4w6FV .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-upObG4w6FV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upObG4w6FV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-upObG4w6FV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upObG4w6FV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-upObG4w6FV .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-upObG4w6FV .dropdown-item.active,
.cid-upObG4w6FV .dropdown-item:active {
  background-color: transparent;
}
.cid-upObG4w6FV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upObG4w6FV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upObG4w6FV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upObG4w6FV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffc091;
}
.cid-upObG4w6FV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-upObG4w6FV .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-upObG4w6FV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-upObG4w6FV .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-upObG4w6FV .navbar-buttons {
    text-align: left;
  }
}
.cid-upObG4w6FV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-upObG4w6FV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-upObG4w6FV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upObG4w6FV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upObG4w6FV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upObG4w6FV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upObG4w6FV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upObG4w6FV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upObG4w6FV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upObG4w6FV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upObG4w6FV .navbar-dropdown {
  padding: 0;
  background-color: #ffc091 !important;
}
.cid-upObG4w6FV .opacityScroll {
  background: #ffc091 !important;
}
.cid-upObG4w6FV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-upObG4w6FV .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-upObG4w6FV .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-upObG4w6FV .navbar {
    height: 70px;
  }
  .cid-upObG4w6FV .navbar.opened {
    height: auto;
  }
  .cid-upObG4w6FV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upObG4w6FV .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-upObG4w6FV .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-upObG4w6FV .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-upObG4w6FV .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-upObG4w6FV .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-upObG4w6FV .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-upObG4w6FV .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-upObG4w6FV .navbar-brand {
    margin-right: auto;
  }
  .cid-upObG4w6FV .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-upObG4w6FV .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-upObG4w6FV .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-upObG4w6FV .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-upObG4w6FV .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-upObG4w6FV .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-upObG4w6FV .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-upObG4w6FV .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-upObG4w6FV .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-upObG4w6FV .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-upObG4w6FV .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-upObG4w6FV .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-upObG4w6FV .navbar-collapse {
    padding: 1rem;
  }
}
.cid-upObG5ASUQ {
  padding-top: 11rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upObG5ASUQ .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-upObG5ASUQ .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-upObG5ASUQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-upObG5ASUQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upObG5ASUQ .row {
  position: relative;
  z-index: 1;
}
.cid-upObG5ASUQ .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-upObG5ASUQ .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-upObG5ASUQ .image-wrapper {
  margin-right: 18px;
}
@media (max-width: 992px) {
  .cid-upObG5ASUQ .image-wrapper {
    margin-right: 0;
    margin-bottom: 46px;
  }
}
.cid-upObG5ASUQ .image-wrapper img {
  height: 620px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-upObG5ASUQ .image-wrapper img {
    height: 350px;
  }
}
.cid-upObG5ASUQ .content-wrapper {
  padding-top: 64px;
}
@media (max-width: 992px) {
  .cid-upObG5ASUQ .content-wrapper {
    padding-top: 22px;
  }
}
.cid-upObG5ASUQ .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 46px;
  display: inline-block;
  width: 55%;
}
@media (max-width: 992px) {
  .cid-upObG5ASUQ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-upObG5ASUQ .content-wrapper .desc-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-upObG5ASUQ .content-wrapper .desc-wrapper {
    display: block;
  }
}
.cid-upObG5ASUQ .content-wrapper .desc-wrapper .mbr-desc {
  width: 50%;
  margin-right: 20px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-upObG5ASUQ .content-wrapper .desc-wrapper .mbr-desc {
    margin-right: 0;
    width: 100%;
    margin-bottom: 12px;
  }
}
.cid-upObG5ASUQ .content-wrapper .desc-wrapper .mbr-section-btn {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-upObG5ASUQ .content-wrapper .desc-wrapper .mbr-section-btn {
    width: 100%;
  }
}
.cid-upObG5ASUQ .content-wrapper .desc-wrapper .mbr-section-btn .btn {
  padding: 29px 64px;
}
@media (max-width: 1200px) {
  .cid-upObG5ASUQ .content-wrapper .desc-wrapper .mbr-section-btn .btn {
    padding: 20px 32px;
  }
}
.cid-upObG5ASUQ .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-upObG5ASUQ .mbr-text {
  color: #51565c;
}
.cid-upObG5ASUQ .mbr-desc {
  color: #51565c;
}
.cid-upObG5ASUQ .mbr-text,
.cid-upObG5ASUQ .text-wrapper {
  color: #000000;
}
.cid-upObG64d2S {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-upObG64d2S .container {
    max-width: 1162px;
  }
}
@media (max-width: 768px) {
  .cid-upObG64d2S .top {
    margin-top: 10rem;
  }
}
.cid-upObG64d2S .mbr-section-title {
  text-align: left;
  font-weight: 600;
  line-height: 1.2;
}
.cid-upObG64d2S .mbr-text {
  font-size: 24px;
  line-height: 1.3;
  color: #000000;
}
.cid-upObG64d2S .index {
  z-index: 3;
}
.cid-upObG64d2S ul {
  list-style: none;
  margin: 0;
  padding-left: 40px;
}
.cid-upObG64d2S li {
  margin-bottom: 47px;
  position: relative;
}
.cid-upObG64d2S 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-upObG64d2S .wrap {
  right: 80%;
  top: 0;
  width: 400px;
  height: 200px;
  position: absolute;
}
@media (max-width: 991px) {
  .cid-upObG64d2S .wrap {
    top: -10%;
    right: 5%;
  }
}
@media (max-width: 768px) {
  .cid-upObG64d2S .wrap {
    top: 10%;
  }
}
.cid-upObG64d2S .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-upObG64d2S .wrap {
    right: 5%;
    top: -10%;
  }
}
@media (min-width: 1400px) {
  .cid-upObG64d2S .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-upObG64d2S .mbr-section-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  color: #000000;
  font-size: 25px;
}
.cid-upObG64d2S .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-upObG64d2S .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-upObG64d2S .mbr-text UL {
  text-align: left;
}
.cid-upObG6AVOQ {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffc091;
}
.cid-upObG6AVOQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-upObG6AVOQ .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-upObG6AVOQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upObG6AVOQ .btn:hover {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #4b3cf3 !important;
}
.cid-upObG6AVOQ .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-upObG6AVOQ .btn div {
  overflow: hidden;
}
.cid-upObG6AVOQ .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-upObG6AVOQ {
    align-items: center;
  }
  .cid-upObG6AVOQ .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-upObG6AVOQ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-upObG6AVOQ {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-upObG6AVOQ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-upObG6AVOQ .content-wrap {
    width: 100%;
  }
}
.cid-upObG6AVOQ .mbr-section-subtitle,
.cid-upObG6AVOQ .line {
  color: #291f1e;
}
.cid-upObG6AVOQ .mbr-text,
.cid-upObG6AVOQ .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-upObG6AVOQ .mbr-section-title {
  color: #291f1e;
}
.cid-upObG78KsM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-upObG78KsM .mbr-fallback-image.disabled {
  display: none;
}
.cid-upObG78KsM .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-upObG78KsM .container {
    padding: 0 16px;
  }
}
.cid-upObG78KsM .card {
  justify-content: center;
}
.cid-upObG78KsM .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-upObG78KsM .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-upObG78KsM .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-upObG78KsM .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-upObG78KsM .mbr-section-title {
  color: #000000;
}
.cid-upObG78KsM .mbr-text {
  color: #000000;
}
.cid-upObG78KsM .mbr-desc {
  color: #000000;
}
.cid-upObG7CfKV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffc091;
}
.cid-upObG7CfKV blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-upObG84afQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #291f1e;
}
.cid-upObG84afQ img,
.cid-upObG84afQ .item-img {
  width: 100%;
}
.cid-upObG84afQ .item:focus,
.cid-upObG84afQ span:focus {
  outline: none;
}
.cid-upObG84afQ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-upObG84afQ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-upObG84afQ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-upObG84afQ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-upObG84afQ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-upObG84afQ .mbr-section-title {
  color: #232323;
}
.cid-upObG84afQ .mbr-text,
.cid-upObG84afQ .mbr-section-btn {
  text-align: left;
}
.cid-upObG84afQ .item-title {
  text-align: left;
}
.cid-upObG84afQ .item-subtitle {
  text-align: left;
}
.cid-upObG8NUUT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffc091;
  overflow: hidden;
}
.cid-upObG8NUUT .mbr-fallback-image.disabled {
  display: none;
}
.cid-upObG8NUUT .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-upObG8NUUT .container {
    padding: 0 30px;
  }
}
.cid-upObG8NUUT .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-upObG8NUUT .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-upObG8NUUT .content-wrapper {
    padding: 0;
  }
}
.cid-upObG8NUUT .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-upObG8NUUT .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-upObG8NUUT .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #254b45;
}
@media (max-width: 992px) {
  .cid-upObG8NUUT .content-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-upObG8NUUT .content-wrapper .mbr-section-title {
  margin-bottom: 180px;
}
@media (max-width: 992px) {
  .cid-upObG8NUUT .content-wrapper .mbr-section-title {
    margin-bottom: 80px;
  }
}
.cid-upObG8NUUT .content-wrapper .text-wrapper {
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .cid-upObG8NUUT .content-wrapper .text-wrapper {
    padding-left: 120px;
  }
}
@media (max-width: 992px) {
  .cid-upObG8NUUT .content-wrapper .text-wrapper {
    padding-left: 0;
  }
}
.cid-upObG8NUUT .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-upObG8NUUT .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-upObG8NUUT .mbr-desc {
  color: #254b45;
}
.cid-upObG8NUUT .mbr-section-title {
  color: #000000;
}
.cid-upObG8NUUT .mbr-text {
  color: #254b45;
}
.cid-upObG8NUUT .mbr-text,
.cid-upObG8NUUT .mbr-section-btn {
  color: #000000;
}
.cid-upObG9gNyz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #291f1e;
}
.cid-upObG9gNyz .mbr-fallback-image.disabled {
  display: none;
}
.cid-upObG9gNyz .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-upObG9gNyz .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-upObG9gNyz .line {
  width: 100%;
  height: 1px;
  background: gray;
  opacity: 0.5;
  margin: 1rem 0;
}
.cid-upObG9gNyz .card-title {
  position: relative;
  padding-bottom: 1rem;
}
.cid-upObG9gNyz .card-title:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  left: -35px;
  top: 3px;
  background: currentColor;
  border-radius: 50%;
}
.cid-upObG9gNyz .card-box {
  padding: 0 2rem;
}
.cid-upObG9gNyz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upObG9gNyz .card-title,
.cid-upObG9gNyz .iconfont-wrapper,
.cid-upObG9gNyz .card-text {
  color: #000000;
  text-align: center;
}
.cid-upObG9gNyz .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-upObG9gNyz .mbr-section-btn {
  text-align: center;
}
.cid-upObG9gNyz .card-text,
.cid-upObG9gNyz .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-upObG9gNyz .card-title,
.cid-upObG9gNyz .iconfont-wrapper {
  text-align: left;
  color: #c4d6b0;
}
.cid-upObG9gNyz .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-upObG9Wd9i {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-upObG9Wd9i .title-text {
  margin-bottom: 70px;
}
.cid-upObG9Wd9i .title-text .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-upObG9Wd9i .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-upObG9Wd9i .title-text .mbr-section-title {
  color: #130947;
}
.cid-upObG9Wd9i .title-text .mbr-section-title span {
  font-weight: 900;
}
.cid-upObG9Wd9i .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-upObG9Wd9i .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-upObG9Wd9i .mbr-iconfont:before {
  -webkit-transform: scaleY(0) !important;
  transform: scaleY(0) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-upObG9Wd9i .collapsed .mbr-iconfont {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-upObG9Wd9i .collapsed .mbr-iconfont:before {
  -webkit-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-upObG9Wd9i .accordion-content {
  flex-basis: 100%;
}
.cid-upObG9Wd9i .panel-group {
  width: 100%;
}
.cid-upObG9Wd9i .panel-text,
.cid-upObG9Wd9i .header-text,
.cid-upObG9Wd9i .mbr-section-subtitle {
  color: #222222;
}
.cid-upObG9Wd9i .card {
  margin-bottom: 30px;
  margin-top: 30px;
  border: none;
  border-radius: 0 !important;
}
.cid-upObG9Wd9i .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-upObG9Wd9i .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: #ffc091;
  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-upObG9Wd9i .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-upObG9Wd9i .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-upObG9Wd9i .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-upObG9Wd9i .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  line-height: 1.6 !important;
}
.cid-upObG9Wd9i .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-upObG9Wd9i .card .card-header a.panel-title .toggle-icon:before,
.cid-upObG9Wd9i .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-upObG9Wd9i .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-upObG9Wd9i .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-upObG9Wd9i .card .card-header a.panel-title[aria-expanded='true'] {
  background-color: #ffc091;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-upObG9Wd9i .card .card-header a.panel-title[aria-expanded='true'] .header-text,
.cid-upObG9Wd9i .card .card-header a.panel-title[aria-expanded='true'] .sign {
  color: #000000 !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-upObG9Wd9i .card .panel-body {
  background: #ffffff;
  padding: 30px 55px 35px 40px !important;
}
.cid-upObG9Wd9i .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-upObG9Wd9i .mbr-fallback-image.disabled {
  display: none;
}
.cid-upObG9Wd9i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upObG9Wd9i .title-text .mbr-section-title {
  color: #050f0f;
  text-align: center;
}
.cid-upObG9Wd9i .header-text {
  text-align: center;
}
.cid-upObGaL6On {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-upObGaL6On .mbr-fallback-image.disabled {
  display: none;
}
.cid-upObGaL6On .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-upObGaL6On .container {
    padding: 0 22px;
  }
}
.cid-upObGaL6On .card {
  justify-content: center;
}
.cid-upObGaL6On .content-wrapper {
  padding-right: 32px;
  padding-right: 0;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-upObGaL6On .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-upObGaL6On .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-upObGaL6On .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-upObGaL6On .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-upObGaL6On .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-upObGaL6On .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-upObGaL6On .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-upObGaL6On .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-upObGaL6On .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-upObGaL6On .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.cid-upObGaL6On .mbr-section-title {
  color: #ffffff;
}
.cid-upObGaL6On .mbr-text {
  color: #ffffff;
}
.cid-upObGbgW1D {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffc091;
}
.cid-upObGbgW1D .mbr-fallback-image.disabled {
  display: none;
}
.cid-upObGbgW1D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upObGbgW1D .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-upObGbgW1D .row {
    flex-direction: column-reverse;
  }
  .cid-upObGbgW1D .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-upObGbgW1D .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-upObGbgW1D .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-upObGbgW1D .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-upObGbM5Zy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-upObGbM5Zy .mbr-fallback-image.disabled {
  display: none;
}
.cid-upObGbM5Zy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upObGbM5Zy .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-upObGbM5Zy .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-upObGbM5Zy .container {
    padding: 0 16px;
  }
}
.cid-upObGbM5Zy .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-upObGbM5Zy .row {
    margin: 0 10px;
  }
}
.cid-upObGbM5Zy .row .card {
  position: relative;
  padding: 0;
}
.cid-upObGbM5Zy .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-upObGbM5Zy .row .card .decor-wrapper_1 {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-upObGbM5Zy .row .card .decor-wrapper_1 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-upObGbM5Zy .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-upObGbM5Zy .row .card .decor-wrapper_2 {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-upObGbM5Zy .row .card .decor-wrapper_2 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-upObGbM5Zy .title-wrapper {
  position: relative;
  z-index: 1;
  padding-left: 100px;
  width: 60%;
  margin: 0 auto;
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-upObGbM5Zy .title-wrapper {
    padding-left: 0;
    width: 100%;
  }
}
.cid-upObGbM5Zy .title-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-upObGbM5Zy .title-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-upObGbM5Zy .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-upObGbM5Zy .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-upObGbM5Zy .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-upObGbM5Zy .title-wrapper .mbr-text {
  margin: 0;
}
.cid-upObGbM5Zy .mbr-section-title {
  color: #fdfcfc;
}
.cid-upObGbM5Zy .mbr-text {
  color: #F9A600;
}
.cid-upObGbM5Zy .mbr-section-title,
.cid-upObGbM5Zy .icon-wrapper {
  color: #000000;
}
.cid-upObGbM5Zy .mbr-text,
.cid-upObGbM5Zy .mbr-section-btn {
  color: #000000;
}
.cid-upObGcoBEu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-upObGcoBEu .mbr-fallback-image.disabled {
  display: none;
}
.cid-upObGcoBEu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upObGcoBEu .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-upObGcoBEu .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-upObGcoBEu .container {
    padding: 0 30px;
  }
}
.cid-upObGcoBEu .card-wrapper {
  display: flex;
  padding: 70px 0;
  border-top: 10px solid #ffffff;
  border-bottom: 10px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-upObGcoBEu .card-wrapper {
    padding: 45px 0;
  }
}
@media (max-width: 992px) {
  .cid-upObGcoBEu .card-wrapper {
    display: block;
  }
}
.cid-upObGcoBEu .card-wrapper .title-wrapper {
  width: 50%;
  margin-right: 50px;
  margin-right: 0;
  margin-left: 50px;
}
@media (max-width: 992px) {
  .cid-upObGcoBEu .card-wrapper .title-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-upObGcoBEu .card-wrapper .title-wrapper {
    width: 100%;
    margin: 0;
  }
}
.cid-upObGcoBEu .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-upObGcoBEu .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-upObGcoBEu .card-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-upObGcoBEu .card-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-upObGcoBEu .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-upObGcoBEu .mbr-section-title {
  color: #f7f7f7;
}
.cid-upObGcoBEu .mbr-text {
  color: #ffffff;
}
.cid-upPvQXumgr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-upPvQXumgr .mbr-fallback-image.disabled {
  display: none;
}
.cid-upPvQXumgr .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-upPvQXumgr .container {
    padding: 0 30px;
  }
}
.cid-upPvQXumgr .row {
  justify-content: center;
}
.cid-upPvQXumgr .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-upPvQXumgr .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-upPvQXumgr .panel-group .card {
  border-radius: 2rem 0 2rem 0 !important;
  border: 1px solid #ffc091;
  margin-bottom: 24px;
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-upPvQXumgr .panel-group .card {
    padding: 30px 20px;
  }
}
.cid-upPvQXumgr .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-upPvQXumgr .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-upPvQXumgr .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-upPvQXumgr .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 45px;
  height: 45px;
  min-width: 45px;
  transition: all 0.3s ease-in-out;
  color: #fafafa;
  background-color: #ffc091;
  border-radius: 100%;
  margin-left: 20px;
}
.cid-upPvQXumgr .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-upPvQXumgr .panel-group .card .panel-collapse .panel-body {
  padding-top: 30px;
}
.cid-upPvQXumgr .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-upPvQXumgr .mbr-section-title {
  color: #ffc091;
}
.cid-upPvQXumgr .panel-title-edit {
  color: #000000;
}
.cid-upPvQXumgr .panel-text {
  color: #000000;
}
.cid-upObGcYWfn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-upObGcYWfn .mbr-fallback-image.disabled {
  display: none;
}
.cid-upObGcYWfn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upObGcYWfn .google-map {
  height: 30rem;
  position: relative;
}
.cid-upObGcYWfn .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-upObGcYWfn .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-upObGcYWfn .google-map[data-state] {
  background: #e9e5dc;
}
.cid-upObGcYWfn .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-upObGdAJNR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffc091;
}
.cid-upObGdAJNR .mbr-fallback-image.disabled {
  display: none;
}
.cid-upObGdAJNR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upObGdAJNR .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-upObGdAJNR .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-upObGdAJNR .row {
    text-align: center;
  }
  .cid-upObGdAJNR .social-row {
    justify-content: center;
  }
}
.cid-upObGdAJNR .list {
  list-style: none;
  padding-left: 0;
  color: #291f1e;
}
@media (max-width: 991px) {
  .cid-upObGdAJNR .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-upObGdAJNR .list {
    margin-bottom: 0rem;
  }
}
.cid-upObGdAJNR .mbr-text {
  color: #bbbbbb;
}
.cid-upObGdAJNR .mbr-iconfont {
  color: black;
}
.cid-upObGdAJNR .mbr-section-subtitle {
  color: #000000;
}
.cid-upObGeBlZx {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffc091;
}
.cid-upObGeBlZx .mbr-text {
  color: #000000;
}
.cid-upObGV3uys {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-upObGV3uys .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-upObGV3uys .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-upObGV3uys .btn {
  font-weight: 400;
}
.cid-upObGV3uys .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-upObGV3uys .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-upObGV3uys .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upObGV3uys .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upObGV3uys .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-upObGV3uys .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-upObGV3uys .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-upObGV3uys .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-upObGV3uys .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-upObGV3uys .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-upObGV3uys .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-upObGV3uys .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-upObGV3uys .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-upObGV3uys .nav-link {
  width: fit-content;
  position: relative;
}
.cid-upObGV3uys .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-upObGV3uys .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-upObGV3uys .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-upObGV3uys .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-upObGV3uys .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-upObGV3uys .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-upObGV3uys .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-upObGV3uys .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-upObGV3uys .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-upObGV3uys .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-upObGV3uys .nav-item:focus,
.cid-upObGV3uys .nav-link:focus {
  outline: none;
}
.cid-upObGV3uys .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upObGV3uys .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upObGV3uys .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upObGV3uys .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upObGV3uys .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upObGV3uys .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upObGV3uys .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-upObGV3uys .navbar.opened {
  transition: all 0.25s;
}
.cid-upObGV3uys .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-upObGV3uys .navbar .navbar-logo img {
  width: auto;
}
.cid-upObGV3uys .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-upObGV3uys .navbar.collapsed {
  justify-content: center;
}
.cid-upObGV3uys .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upObGV3uys .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upObGV3uys .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-upObGV3uys .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upObGV3uys .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upObGV3uys .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-upObGV3uys .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upObGV3uys .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-upObGV3uys .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-upObGV3uys .navbar {
    min-height: 72px;
  }
  .cid-upObGV3uys .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-upObGV3uys .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upObGV3uys .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upObGV3uys .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upObGV3uys .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upObGV3uys .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-upObGV3uys .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upObGV3uys .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-upObGV3uys .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upObGV3uys .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-upObGV3uys .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-upObGV3uys .dropdown-item.active,
.cid-upObGV3uys .dropdown-item:active {
  background-color: transparent;
}
.cid-upObGV3uys .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upObGV3uys .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upObGV3uys .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upObGV3uys .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffc091;
}
.cid-upObGV3uys .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-upObGV3uys .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-upObGV3uys ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-upObGV3uys .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-upObGV3uys .navbar-buttons {
    text-align: left;
  }
}
.cid-upObGV3uys button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-upObGV3uys button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-upObGV3uys button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upObGV3uys button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upObGV3uys button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upObGV3uys button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upObGV3uys nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upObGV3uys nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upObGV3uys nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upObGV3uys nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upObGV3uys .navbar-dropdown {
  padding: 0;
  background-color: #ffc091 !important;
}
.cid-upObGV3uys .opacityScroll {
  background: #ffc091 !important;
}
.cid-upObGV3uys a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-upObGV3uys .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-upObGV3uys .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-upObGV3uys .navbar {
    height: 70px;
  }
  .cid-upObGV3uys .navbar.opened {
    height: auto;
  }
  .cid-upObGV3uys .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upObGV3uys .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-upObGV3uys .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-upObGV3uys .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-upObGV3uys .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-upObGV3uys .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-upObGV3uys .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-upObGV3uys .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-upObGV3uys .navbar-brand {
    margin-right: auto;
  }
  .cid-upObGV3uys .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-upObGV3uys .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-upObGV3uys .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-upObGV3uys .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-upObGV3uys .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-upObGV3uys .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-upObGV3uys .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-upObGV3uys .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-upObGV3uys .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-upObGV3uys .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-upObGV3uys .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-upObGV3uys .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-upObGV3uys .navbar-collapse {
    padding: 1rem;
  }
}
.cid-upObGVYix4 {
  padding-top: 11rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upObGVYix4 .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-upObGVYix4 .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-upObGVYix4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upObGVYix4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upObGVYix4 .row {
  position: relative;
  z-index: 1;
}
.cid-upObGVYix4 .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-upObGVYix4 .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-upObGVYix4 .image-wrapper {
  margin-right: 18px;
}
@media (max-width: 992px) {
  .cid-upObGVYix4 .image-wrapper {
    margin-right: 0;
    margin-bottom: 46px;
  }
}
.cid-upObGVYix4 .image-wrapper img {
  height: 620px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-upObGVYix4 .image-wrapper img {
    height: 350px;
  }
}
.cid-upObGVYix4 .content-wrapper {
  padding-top: 64px;
}
@media (max-width: 992px) {
  .cid-upObGVYix4 .content-wrapper {
    padding-top: 22px;
  }
}
.cid-upObGVYix4 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 46px;
  display: inline-block;
  width: 55%;
}
@media (max-width: 992px) {
  .cid-upObGVYix4 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-upObGVYix4 .content-wrapper .desc-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-upObGVYix4 .content-wrapper .desc-wrapper {
    display: block;
  }
}
.cid-upObGVYix4 .content-wrapper .desc-wrapper .mbr-desc {
  width: 50%;
  margin-right: 20px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-upObGVYix4 .content-wrapper .desc-wrapper .mbr-desc {
    margin-right: 0;
    width: 100%;
    margin-bottom: 12px;
  }
}
.cid-upObGVYix4 .content-wrapper .desc-wrapper .mbr-section-btn {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-upObGVYix4 .content-wrapper .desc-wrapper .mbr-section-btn {
    width: 100%;
  }
}
.cid-upObGVYix4 .content-wrapper .desc-wrapper .mbr-section-btn .btn {
  padding: 29px 64px;
}
@media (max-width: 1200px) {
  .cid-upObGVYix4 .content-wrapper .desc-wrapper .mbr-section-btn .btn {
    padding: 20px 32px;
  }
}
.cid-upObGVYix4 .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-upObGVYix4 .mbr-text {
  color: #51565c;
}
.cid-upObGVYix4 .mbr-desc {
  color: #51565c;
}
.cid-upObGWuD2t {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-upObGWuD2t .container {
    max-width: 1162px;
  }
}
@media (max-width: 768px) {
  .cid-upObGWuD2t .top {
    margin-top: 10rem;
  }
}
.cid-upObGWuD2t .mbr-section-title {
  text-align: left;
  font-weight: 600;
  line-height: 1.2;
}
.cid-upObGWuD2t .mbr-text {
  font-size: 24px;
  line-height: 1.3;
  color: #000000;
}
.cid-upObGWuD2t .index {
  z-index: 3;
}
.cid-upObGWuD2t ul {
  list-style: none;
  margin: 0;
  padding-left: 40px;
}
.cid-upObGWuD2t li {
  margin-bottom: 47px;
  position: relative;
}
.cid-upObGWuD2t 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-upObGWuD2t .wrap {
  right: 80%;
  top: 0;
  width: 400px;
  height: 200px;
  position: absolute;
}
@media (max-width: 991px) {
  .cid-upObGWuD2t .wrap {
    top: -10%;
    right: 5%;
  }
}
@media (max-width: 768px) {
  .cid-upObGWuD2t .wrap {
    top: 10%;
  }
}
.cid-upObGWuD2t .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-upObGWuD2t .wrap {
    right: 5%;
    top: -10%;
  }
}
@media (min-width: 1400px) {
  .cid-upObGWuD2t .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-upObGWuD2t .mbr-section-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  color: #000000;
  font-size: 25px;
}
.cid-upObGWuD2t .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-upObGWuD2t .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-upObGWuD2t .mbr-text UL {
  text-align: left;
}
.cid-upObGWVCG9 {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffc091;
}
.cid-upObGWVCG9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upObGWVCG9 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-upObGWVCG9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upObGWVCG9 .btn:hover {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #4b3cf3 !important;
}
.cid-upObGWVCG9 .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-upObGWVCG9 .btn div {
  overflow: hidden;
}
.cid-upObGWVCG9 .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-upObGWVCG9 {
    align-items: center;
  }
  .cid-upObGWVCG9 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-upObGWVCG9 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-upObGWVCG9 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-upObGWVCG9 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-upObGWVCG9 .content-wrap {
    width: 100%;
  }
}
.cid-upObGWVCG9 .mbr-section-subtitle,
.cid-upObGWVCG9 .line {
  color: #291f1e;
}
.cid-upObGWVCG9 .mbr-text,
.cid-upObGWVCG9 .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-upObGWVCG9 .mbr-section-title {
  color: #291f1e;
}
.cid-upObGXrMFP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-upObGXrMFP .mbr-fallback-image.disabled {
  display: none;
}
.cid-upObGXrMFP .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-upObGXrMFP .container {
    padding: 0 16px;
  }
}
.cid-upObGXrMFP .card {
  justify-content: center;
}
.cid-upObGXrMFP .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-upObGXrMFP .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-upObGXrMFP .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-upObGXrMFP .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-upObGXrMFP .mbr-section-title {
  color: #000000;
}
.cid-upObGXrMFP .mbr-text {
  color: #000000;
}
.cid-upObGXrMFP .mbr-desc {
  color: #000000;
}
.cid-upObGXVYQt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffc091;
}
.cid-upObGXVYQt blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-upObGYjDBR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #291f1e;
}
.cid-upObGYjDBR img,
.cid-upObGYjDBR .item-img {
  width: 100%;
}
.cid-upObGYjDBR .item:focus,
.cid-upObGYjDBR span:focus {
  outline: none;
}
.cid-upObGYjDBR .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-upObGYjDBR .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-upObGYjDBR .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-upObGYjDBR .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-upObGYjDBR .mbr-section-btn {
  margin-top: auto !important;
}
.cid-upObGYjDBR .mbr-section-title {
  color: #232323;
}
.cid-upObGYjDBR .mbr-text,
.cid-upObGYjDBR .mbr-section-btn {
  text-align: left;
}
.cid-upObGYjDBR .item-title {
  text-align: left;
}
.cid-upObGYjDBR .item-subtitle {
  text-align: left;
}
.cid-upObGYYpR0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffc091;
  overflow: hidden;
}
.cid-upObGYYpR0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upObGYYpR0 .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-upObGYYpR0 .container {
    padding: 0 30px;
  }
}
.cid-upObGYYpR0 .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-upObGYYpR0 .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-upObGYYpR0 .content-wrapper {
    padding: 0;
  }
}
.cid-upObGYYpR0 .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-upObGYYpR0 .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-upObGYYpR0 .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #254b45;
}
@media (max-width: 992px) {
  .cid-upObGYYpR0 .content-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-upObGYYpR0 .content-wrapper .mbr-section-title {
  margin-bottom: 180px;
}
@media (max-width: 992px) {
  .cid-upObGYYpR0 .content-wrapper .mbr-section-title {
    margin-bottom: 80px;
  }
}
.cid-upObGYYpR0 .content-wrapper .text-wrapper {
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .cid-upObGYYpR0 .content-wrapper .text-wrapper {
    padding-left: 120px;
  }
}
@media (max-width: 992px) {
  .cid-upObGYYpR0 .content-wrapper .text-wrapper {
    padding-left: 0;
  }
}
.cid-upObGYYpR0 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-upObGYYpR0 .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-upObGYYpR0 .mbr-desc {
  color: #254b45;
}
.cid-upObGYYpR0 .mbr-section-title {
  color: #000000;
}
.cid-upObGYYpR0 .mbr-text {
  color: #254b45;
}
.cid-upObGYYpR0 .mbr-text,
.cid-upObGYYpR0 .mbr-section-btn {
  color: #000000;
}
.cid-upObGZuuBs {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #291f1e;
}
.cid-upObGZuuBs .mbr-fallback-image.disabled {
  display: none;
}
.cid-upObGZuuBs .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-upObGZuuBs .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-upObGZuuBs .line {
  width: 100%;
  height: 1px;
  background: gray;
  opacity: 0.5;
  margin: 1rem 0;
}
.cid-upObGZuuBs .card-title {
  position: relative;
  padding-bottom: 1rem;
}
.cid-upObGZuuBs .card-title:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  left: -35px;
  top: 3px;
  background: currentColor;
  border-radius: 50%;
}
.cid-upObGZuuBs .card-box {
  padding: 0 2rem;
}
.cid-upObGZuuBs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upObGZuuBs .card-title,
.cid-upObGZuuBs .iconfont-wrapper,
.cid-upObGZuuBs .card-text {
  color: #000000;
  text-align: center;
}
.cid-upObGZuuBs .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-upObGZuuBs .mbr-section-btn {
  text-align: center;
}
.cid-upObGZuuBs .card-text,
.cid-upObGZuuBs .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-upObGZuuBs .card-title,
.cid-upObGZuuBs .iconfont-wrapper {
  text-align: left;
  color: #c4d6b0;
}
.cid-upObGZuuBs .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-upObH08MF9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-upObH08MF9 .title-text {
  margin-bottom: 70px;
}
.cid-upObH08MF9 .title-text .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-upObH08MF9 .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-upObH08MF9 .title-text .mbr-section-title {
  color: #130947;
}
.cid-upObH08MF9 .title-text .mbr-section-title span {
  font-weight: 900;
}
.cid-upObH08MF9 .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-upObH08MF9 .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-upObH08MF9 .mbr-iconfont:before {
  -webkit-transform: scaleY(0) !important;
  transform: scaleY(0) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-upObH08MF9 .collapsed .mbr-iconfont {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-upObH08MF9 .collapsed .mbr-iconfont:before {
  -webkit-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-upObH08MF9 .accordion-content {
  flex-basis: 100%;
}
.cid-upObH08MF9 .panel-group {
  width: 100%;
}
.cid-upObH08MF9 .panel-text,
.cid-upObH08MF9 .header-text,
.cid-upObH08MF9 .mbr-section-subtitle {
  color: #222222;
}
.cid-upObH08MF9 .card {
  margin-bottom: 30px;
  margin-top: 30px;
  border: none;
  border-radius: 0 !important;
}
.cid-upObH08MF9 .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-upObH08MF9 .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: #ffc091;
  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-upObH08MF9 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-upObH08MF9 .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-upObH08MF9 .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-upObH08MF9 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  line-height: 1.6 !important;
}
.cid-upObH08MF9 .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-upObH08MF9 .card .card-header a.panel-title .toggle-icon:before,
.cid-upObH08MF9 .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-upObH08MF9 .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-upObH08MF9 .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-upObH08MF9 .card .card-header a.panel-title[aria-expanded='true'] {
  background-color: #ffc091;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-upObH08MF9 .card .card-header a.panel-title[aria-expanded='true'] .header-text,
.cid-upObH08MF9 .card .card-header a.panel-title[aria-expanded='true'] .sign {
  color: #000000 !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-upObH08MF9 .card .panel-body {
  background: #ffffff;
  padding: 30px 55px 35px 40px !important;
}
.cid-upObH08MF9 .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-upObH08MF9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upObH08MF9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upObH08MF9 .title-text .mbr-section-title {
  color: #050f0f;
  text-align: center;
}
.cid-upObH08MF9 .header-text {
  text-align: center;
}
.cid-upObH0QZmL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-upObH0QZmL .mbr-fallback-image.disabled {
  display: none;
}
.cid-upObH0QZmL .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-upObH0QZmL .container {
    padding: 0 22px;
  }
}
.cid-upObH0QZmL .card {
  justify-content: center;
}
.cid-upObH0QZmL .content-wrapper {
  padding-right: 32px;
  padding-right: 0;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-upObH0QZmL .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-upObH0QZmL .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-upObH0QZmL .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-upObH0QZmL .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-upObH0QZmL .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-upObH0QZmL .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-upObH0QZmL .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-upObH0QZmL .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-upObH0QZmL .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-upObH0QZmL .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.cid-upObH0QZmL .mbr-section-title {
  color: #ffffff;
}
.cid-upObH0QZmL .mbr-text {
  color: #ffffff;
}
.cid-upObH1rc73 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffc091;
}
.cid-upObH1rc73 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upObH1rc73 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upObH1rc73 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-upObH1rc73 .row {
    flex-direction: column-reverse;
  }
  .cid-upObH1rc73 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-upObH1rc73 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-upObH1rc73 .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-upObH1rc73 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-upObH1Vqkj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-upObH1Vqkj .mbr-fallback-image.disabled {
  display: none;
}
.cid-upObH1Vqkj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upObH1Vqkj .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-upObH1Vqkj .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-upObH1Vqkj .container {
    padding: 0 16px;
  }
}
.cid-upObH1Vqkj .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-upObH1Vqkj .row {
    margin: 0 10px;
  }
}
.cid-upObH1Vqkj .row .card {
  position: relative;
  padding: 0;
}
.cid-upObH1Vqkj .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-upObH1Vqkj .row .card .decor-wrapper_1 {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-upObH1Vqkj .row .card .decor-wrapper_1 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-upObH1Vqkj .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-upObH1Vqkj .row .card .decor-wrapper_2 {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-upObH1Vqkj .row .card .decor-wrapper_2 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-upObH1Vqkj .title-wrapper {
  position: relative;
  z-index: 1;
  padding-left: 100px;
  width: 60%;
  margin: 0 auto;
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-upObH1Vqkj .title-wrapper {
    padding-left: 0;
    width: 100%;
  }
}
.cid-upObH1Vqkj .title-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-upObH1Vqkj .title-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-upObH1Vqkj .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-upObH1Vqkj .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-upObH1Vqkj .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-upObH1Vqkj .title-wrapper .mbr-text {
  margin: 0;
}
.cid-upObH1Vqkj .mbr-section-title {
  color: #fdfcfc;
}
.cid-upObH1Vqkj .mbr-text {
  color: #F9A600;
}
.cid-upObH1Vqkj .mbr-section-title,
.cid-upObH1Vqkj .icon-wrapper {
  color: #000000;
}
.cid-upObH1Vqkj .mbr-text,
.cid-upObH1Vqkj .mbr-section-btn {
  color: #000000;
}
.cid-upObH2ufqw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-upObH2ufqw .mbr-fallback-image.disabled {
  display: none;
}
.cid-upObH2ufqw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upObH2ufqw .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-upObH2ufqw .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-upObH2ufqw .container {
    padding: 0 30px;
  }
}
.cid-upObH2ufqw .card-wrapper {
  display: flex;
  padding: 70px 0;
  border-top: 10px solid #ffffff;
  border-bottom: 10px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-upObH2ufqw .card-wrapper {
    padding: 45px 0;
  }
}
@media (max-width: 992px) {
  .cid-upObH2ufqw .card-wrapper {
    display: block;
  }
}
.cid-upObH2ufqw .card-wrapper .title-wrapper {
  width: 50%;
  margin-right: 50px;
  margin-right: 0;
  margin-left: 50px;
}
@media (max-width: 992px) {
  .cid-upObH2ufqw .card-wrapper .title-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-upObH2ufqw .card-wrapper .title-wrapper {
    width: 100%;
    margin: 0;
  }
}
.cid-upObH2ufqw .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-upObH2ufqw .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-upObH2ufqw .card-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-upObH2ufqw .card-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-upObH2ufqw .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-upObH2ufqw .mbr-section-title {
  color: #f7f7f7;
}
.cid-upObH2ufqw .mbr-text {
  color: #ffffff;
}
.cid-upPNcNmJD9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-upPNcNmJD9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upPNcNmJD9 .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-upPNcNmJD9 .container {
    padding: 0 30px;
  }
}
.cid-upPNcNmJD9 .row {
  justify-content: center;
}
.cid-upPNcNmJD9 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-upPNcNmJD9 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-upPNcNmJD9 .panel-group .card {
  border-radius: 2rem 0 2rem 0 !important;
  border: 1px solid #ffc091;
  margin-bottom: 24px;
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-upPNcNmJD9 .panel-group .card {
    padding: 30px 20px;
  }
}
.cid-upPNcNmJD9 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-upPNcNmJD9 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-upPNcNmJD9 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-upPNcNmJD9 .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 45px;
  height: 45px;
  min-width: 45px;
  transition: all 0.3s ease-in-out;
  color: #fafafa;
  background-color: #ffc091;
  border-radius: 100%;
  margin-left: 20px;
}
.cid-upPNcNmJD9 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-upPNcNmJD9 .panel-group .card .panel-collapse .panel-body {
  padding-top: 30px;
}
.cid-upPNcNmJD9 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-upPNcNmJD9 .mbr-section-title {
  color: #ffc091;
}
.cid-upPNcNmJD9 .panel-title-edit {
  color: #000000;
}
.cid-upPNcNmJD9 .panel-text {
  color: #000000;
}
.cid-upObH36I91 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-upObH36I91 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upObH36I91 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upObH36I91 .google-map {
  height: 30rem;
  position: relative;
}
.cid-upObH36I91 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-upObH36I91 .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-upObH36I91 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-upObH36I91 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-upObH3FTch {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffc091;
}
.cid-upObH3FTch .mbr-fallback-image.disabled {
  display: none;
}
.cid-upObH3FTch .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upObH3FTch .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-upObH3FTch .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-upObH3FTch .row {
    text-align: center;
  }
  .cid-upObH3FTch .social-row {
    justify-content: center;
  }
}
.cid-upObH3FTch .list {
  list-style: none;
  padding-left: 0;
  color: #291f1e;
}
@media (max-width: 991px) {
  .cid-upObH3FTch .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-upObH3FTch .list {
    margin-bottom: 0rem;
  }
}
.cid-upObH3FTch .mbr-text {
  color: #bbbbbb;
}
.cid-upObH3FTch .mbr-iconfont {
  color: black;
}
.cid-upObH3FTch .mbr-section-subtitle {
  color: #000000;
}
.cid-upObH4IQBg {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffc091;
}
.cid-upObH4IQBg .mbr-text {
  color: #000000;
}
.cid-upObHn8cBj {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-upObHn8cBj .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-upObHn8cBj .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-upObHn8cBj .btn {
  font-weight: 400;
}
.cid-upObHn8cBj .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-upObHn8cBj .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-upObHn8cBj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upObHn8cBj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upObHn8cBj .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-upObHn8cBj .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-upObHn8cBj .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-upObHn8cBj .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-upObHn8cBj .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-upObHn8cBj .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-upObHn8cBj .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-upObHn8cBj .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-upObHn8cBj .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-upObHn8cBj .nav-link {
  width: fit-content;
  position: relative;
}
.cid-upObHn8cBj .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-upObHn8cBj .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-upObHn8cBj .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-upObHn8cBj .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-upObHn8cBj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-upObHn8cBj .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-upObHn8cBj .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-upObHn8cBj .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-upObHn8cBj .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-upObHn8cBj .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-upObHn8cBj .nav-item:focus,
.cid-upObHn8cBj .nav-link:focus {
  outline: none;
}
.cid-upObHn8cBj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upObHn8cBj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upObHn8cBj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upObHn8cBj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upObHn8cBj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upObHn8cBj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upObHn8cBj .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-upObHn8cBj .navbar.opened {
  transition: all 0.25s;
}
.cid-upObHn8cBj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-upObHn8cBj .navbar .navbar-logo img {
  width: auto;
}
.cid-upObHn8cBj .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-upObHn8cBj .navbar.collapsed {
  justify-content: center;
}
.cid-upObHn8cBj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upObHn8cBj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-upObHn8cBj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-upObHn8cBj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upObHn8cBj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upObHn8cBj .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-upObHn8cBj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upObHn8cBj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-upObHn8cBj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-upObHn8cBj .navbar {
    min-height: 72px;
  }
  .cid-upObHn8cBj .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-upObHn8cBj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upObHn8cBj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upObHn8cBj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upObHn8cBj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upObHn8cBj .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-upObHn8cBj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upObHn8cBj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-upObHn8cBj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upObHn8cBj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-upObHn8cBj .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-upObHn8cBj .dropdown-item.active,
.cid-upObHn8cBj .dropdown-item:active {
  background-color: transparent;
}
.cid-upObHn8cBj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upObHn8cBj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upObHn8cBj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upObHn8cBj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffc091;
}
.cid-upObHn8cBj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-upObHn8cBj .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-upObHn8cBj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-upObHn8cBj .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-upObHn8cBj .navbar-buttons {
    text-align: left;
  }
}
.cid-upObHn8cBj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-upObHn8cBj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-upObHn8cBj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upObHn8cBj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upObHn8cBj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upObHn8cBj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upObHn8cBj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upObHn8cBj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upObHn8cBj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upObHn8cBj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upObHn8cBj .navbar-dropdown {
  padding: 0;
  background-color: #ffc091 !important;
}
.cid-upObHn8cBj .opacityScroll {
  background: #ffc091 !important;
}
.cid-upObHn8cBj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-upObHn8cBj .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-upObHn8cBj .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-upObHn8cBj .navbar {
    height: 70px;
  }
  .cid-upObHn8cBj .navbar.opened {
    height: auto;
  }
  .cid-upObHn8cBj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upObHn8cBj .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-upObHn8cBj .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-upObHn8cBj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-upObHn8cBj .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-upObHn8cBj .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-upObHn8cBj .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-upObHn8cBj .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-upObHn8cBj .navbar-brand {
    margin-right: auto;
  }
  .cid-upObHn8cBj .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-upObHn8cBj .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-upObHn8cBj .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-upObHn8cBj .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-upObHn8cBj .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-upObHn8cBj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-upObHn8cBj .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-upObHn8cBj .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-upObHn8cBj .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-upObHn8cBj .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-upObHn8cBj .navbar-collapse {
    left: -0.7rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) and (max-width: 991px) {
  .cid-upObHn8cBj .navbar-collapse {
    left: 0rem;
    width: 106%;
    border-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-upObHn8cBj .navbar-collapse {
    padding: 1rem;
  }
}
.cid-upObHoiWZI {
  padding-top: 11rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-upObHoiWZI .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-upObHoiWZI .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-upObHoiWZI .mbr-fallback-image.disabled {
  display: none;
}
.cid-upObHoiWZI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upObHoiWZI .row {
  position: relative;
  z-index: 1;
}
.cid-upObHoiWZI .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-upObHoiWZI .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-upObHoiWZI .image-wrapper {
  margin-right: 18px;
}
@media (max-width: 992px) {
  .cid-upObHoiWZI .image-wrapper {
    margin-right: 0;
    margin-bottom: 46px;
  }
}
.cid-upObHoiWZI .image-wrapper img {
  height: 620px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-upObHoiWZI .image-wrapper img {
    height: 350px;
  }
}
.cid-upObHoiWZI .content-wrapper {
  padding-top: 64px;
}
@media (max-width: 992px) {
  .cid-upObHoiWZI .content-wrapper {
    padding-top: 22px;
  }
}
.cid-upObHoiWZI .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 46px;
  display: inline-block;
  width: 55%;
}
@media (max-width: 992px) {
  .cid-upObHoiWZI .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-upObHoiWZI .content-wrapper .desc-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-upObHoiWZI .content-wrapper .desc-wrapper {
    display: block;
  }
}
.cid-upObHoiWZI .content-wrapper .desc-wrapper .mbr-desc {
  width: 50%;
  margin-right: 20px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-upObHoiWZI .content-wrapper .desc-wrapper .mbr-desc {
    margin-right: 0;
    width: 100%;
    margin-bottom: 12px;
  }
}
.cid-upObHoiWZI .content-wrapper .desc-wrapper .mbr-section-btn {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-upObHoiWZI .content-wrapper .desc-wrapper .mbr-section-btn {
    width: 100%;
  }
}
.cid-upObHoiWZI .content-wrapper .desc-wrapper .mbr-section-btn .btn {
  padding: 29px 64px;
}
@media (max-width: 1200px) {
  .cid-upObHoiWZI .content-wrapper .desc-wrapper .mbr-section-btn .btn {
    padding: 20px 32px;
  }
}
.cid-upObHoiWZI .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-upObHoiWZI .mbr-text {
  color: #51565c;
}
.cid-upObHoiWZI .mbr-desc {
  color: #51565c;
}
.cid-upObHoSxaU {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (min-width: 1400px) {
  .cid-upObHoSxaU .container {
    max-width: 1162px;
  }
}
@media (max-width: 768px) {
  .cid-upObHoSxaU .top {
    margin-top: 10rem;
  }
}
.cid-upObHoSxaU .mbr-section-title {
  text-align: left;
  font-weight: 600;
  line-height: 1.2;
}
.cid-upObHoSxaU .mbr-text {
  font-size: 24px;
  line-height: 1.3;
  color: #000000;
}
.cid-upObHoSxaU .index {
  z-index: 3;
}
.cid-upObHoSxaU ul {
  list-style: none;
  margin: 0;
  padding-left: 40px;
}
.cid-upObHoSxaU li {
  margin-bottom: 47px;
  position: relative;
}
.cid-upObHoSxaU 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-upObHoSxaU .wrap {
  right: 80%;
  top: 0;
  width: 400px;
  height: 200px;
  position: absolute;
}
@media (max-width: 991px) {
  .cid-upObHoSxaU .wrap {
    top: -10%;
    right: 5%;
  }
}
@media (max-width: 768px) {
  .cid-upObHoSxaU .wrap {
    top: 10%;
  }
}
.cid-upObHoSxaU .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-upObHoSxaU .wrap {
    right: 5%;
    top: -10%;
  }
}
@media (min-width: 1400px) {
  .cid-upObHoSxaU .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-upObHoSxaU .mbr-section-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  color: #000000;
  font-size: 25px;
}
.cid-upObHoSxaU .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-upObHoSxaU .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-upObHoSxaU .mbr-text UL {
  text-align: left;
}
.cid-upObHpuLbM {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffc091;
}
.cid-upObHpuLbM .mbr-fallback-image.disabled {
  display: none;
}
.cid-upObHpuLbM .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-upObHpuLbM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upObHpuLbM .btn:hover {
  transform: scale(1.1);
  background: #c4d6b0 !important;
  border-color: #c4d6b0 !important;
  color: #4b3cf3 !important;
}
.cid-upObHpuLbM .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-upObHpuLbM .btn div {
  overflow: hidden;
}
.cid-upObHpuLbM .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-upObHpuLbM {
    align-items: center;
  }
  .cid-upObHpuLbM .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-upObHpuLbM .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-upObHpuLbM {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-upObHpuLbM .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-upObHpuLbM .content-wrap {
    width: 100%;
  }
}
.cid-upObHpuLbM .mbr-section-subtitle,
.cid-upObHpuLbM .line {
  color: #291f1e;
}
.cid-upObHpuLbM .mbr-text,
.cid-upObHpuLbM .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-upObHpuLbM .mbr-section-title {
  color: #291f1e;
}
.cid-upObHq4RyN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-upObHq4RyN .mbr-fallback-image.disabled {
  display: none;
}
.cid-upObHq4RyN .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-upObHq4RyN .container {
    padding: 0 16px;
  }
}
.cid-upObHq4RyN .card {
  justify-content: center;
}
.cid-upObHq4RyN .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-upObHq4RyN .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-upObHq4RyN .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-upObHq4RyN .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-upObHq4RyN .mbr-section-title {
  color: #000000;
}
.cid-upObHq4RyN .mbr-text {
  color: #000000;
}
.cid-upObHq4RyN .mbr-desc {
  color: #000000;
}
.cid-upObHqLcWO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffc091;
}
.cid-upObHqLcWO blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-upObHrqOds {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #291f1e;
}
.cid-upObHrqOds img,
.cid-upObHrqOds .item-img {
  width: 100%;
}
.cid-upObHrqOds .item:focus,
.cid-upObHrqOds span:focus {
  outline: none;
}
.cid-upObHrqOds .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-upObHrqOds .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-upObHrqOds .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-upObHrqOds .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-upObHrqOds .mbr-section-btn {
  margin-top: auto !important;
}
.cid-upObHrqOds .mbr-section-title {
  color: #232323;
}
.cid-upObHrqOds .mbr-text,
.cid-upObHrqOds .mbr-section-btn {
  text-align: left;
}
.cid-upObHrqOds .item-title {
  text-align: left;
}
.cid-upObHrqOds .item-subtitle {
  text-align: left;
}
.cid-upObHsbdhU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffc091;
  overflow: hidden;
}
.cid-upObHsbdhU .mbr-fallback-image.disabled {
  display: none;
}
.cid-upObHsbdhU .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-upObHsbdhU .container {
    padding: 0 30px;
  }
}
.cid-upObHsbdhU .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-upObHsbdhU .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-upObHsbdhU .content-wrapper {
    padding: 0;
  }
}
.cid-upObHsbdhU .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-upObHsbdhU .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-upObHsbdhU .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #254b45;
}
@media (max-width: 992px) {
  .cid-upObHsbdhU .content-wrapper .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-upObHsbdhU .content-wrapper .mbr-section-title {
  margin-bottom: 180px;
}
@media (max-width: 992px) {
  .cid-upObHsbdhU .content-wrapper .mbr-section-title {
    margin-bottom: 80px;
  }
}
.cid-upObHsbdhU .content-wrapper .text-wrapper {
  padding-left: 240px;
}
@media (max-width: 1440px) {
  .cid-upObHsbdhU .content-wrapper .text-wrapper {
    padding-left: 120px;
  }
}
@media (max-width: 992px) {
  .cid-upObHsbdhU .content-wrapper .text-wrapper {
    padding-left: 0;
  }
}
.cid-upObHsbdhU .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-upObHsbdhU .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-upObHsbdhU .mbr-desc {
  color: #254b45;
}
.cid-upObHsbdhU .mbr-section-title {
  color: #000000;
}
.cid-upObHsbdhU .mbr-text {
  color: #254b45;
}
.cid-upObHsbdhU .mbr-text,
.cid-upObHsbdhU .mbr-section-btn {
  color: #000000;
}
.cid-upObHsGCIv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #291f1e;
}
.cid-upObHsGCIv .mbr-fallback-image.disabled {
  display: none;
}
.cid-upObHsGCIv .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-upObHsGCIv .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-upObHsGCIv .line {
  width: 100%;
  height: 1px;
  background: gray;
  opacity: 0.5;
  margin: 1rem 0;
}
.cid-upObHsGCIv .card-title {
  position: relative;
  padding-bottom: 1rem;
}
.cid-upObHsGCIv .card-title:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  left: -35px;
  top: 3px;
  background: currentColor;
  border-radius: 50%;
}
.cid-upObHsGCIv .card-box {
  padding: 0 2rem;
}
.cid-upObHsGCIv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upObHsGCIv .card-title,
.cid-upObHsGCIv .iconfont-wrapper,
.cid-upObHsGCIv .card-text {
  color: #000000;
  text-align: center;
}
.cid-upObHsGCIv .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-upObHsGCIv .mbr-section-btn {
  text-align: center;
}
.cid-upObHsGCIv .card-text,
.cid-upObHsGCIv .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-upObHsGCIv .card-title,
.cid-upObHsGCIv .iconfont-wrapper {
  text-align: left;
  color: #c4d6b0;
}
.cid-upObHsGCIv .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-upObHttq33 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-upObHttq33 .title-text {
  margin-bottom: 70px;
}
.cid-upObHttq33 .title-text .mbr-section-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-upObHttq33 .title-text .mbr-section-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-upObHttq33 .title-text .mbr-section-title {
  color: #130947;
}
.cid-upObHttq33 .title-text .mbr-section-title span {
  font-weight: 900;
}
.cid-upObHttq33 .title-text .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-upObHttq33 .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-upObHttq33 .mbr-iconfont:before {
  -webkit-transform: scaleY(0) !important;
  transform: scaleY(0) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-upObHttq33 .collapsed .mbr-iconfont {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cid-upObHttq33 .collapsed .mbr-iconfont:before {
  -webkit-transform: scaleY(1) !important;
  transform: scaleY(1) !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-upObHttq33 .accordion-content {
  flex-basis: 100%;
}
.cid-upObHttq33 .panel-group {
  width: 100%;
}
.cid-upObHttq33 .panel-text,
.cid-upObHttq33 .header-text,
.cid-upObHttq33 .mbr-section-subtitle {
  color: #222222;
}
.cid-upObHttq33 .card {
  margin-bottom: 30px;
  margin-top: 30px;
  border: none;
  border-radius: 0 !important;
}
.cid-upObHttq33 .card .card-header {
  border-radius: 0 !important;
  border-bottom: none !important;
  padding: 0;
}
.cid-upObHttq33 .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: #ffc091;
  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-upObHttq33 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-upObHttq33 .card .card-header a.panel-title .sign {
  padding-right: 1rem;
}
.cid-upObHttq33 .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-upObHttq33 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  line-height: 1.6 !important;
}
.cid-upObHttq33 .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-upObHttq33 .card .card-header a.panel-title .toggle-icon:before,
.cid-upObHttq33 .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-upObHttq33 .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-upObHttq33 .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-upObHttq33 .card .card-header a.panel-title[aria-expanded='true'] {
  background-color: #ffc091;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-upObHttq33 .card .card-header a.panel-title[aria-expanded='true'] .header-text,
.cid-upObHttq33 .card .card-header a.panel-title[aria-expanded='true'] .sign {
  color: #000000 !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-upObHttq33 .card .panel-body {
  background: #ffffff;
  padding: 30px 55px 35px 40px !important;
}
.cid-upObHttq33 .card .panel-body .display-4 {
  font-size: 16px;
}
.cid-upObHttq33 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upObHttq33 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upObHttq33 .title-text .mbr-section-title {
  color: #050f0f;
  text-align: center;
}
.cid-upObHttq33 .header-text {
  text-align: center;
}
.cid-upObHufz5m {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-upObHufz5m .mbr-fallback-image.disabled {
  display: none;
}
.cid-upObHufz5m .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-upObHufz5m .container {
    padding: 0 22px;
  }
}
.cid-upObHufz5m .card {
  justify-content: center;
}
.cid-upObHufz5m .content-wrapper {
  padding-right: 32px;
  padding-right: 0;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-upObHufz5m .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-upObHufz5m .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-upObHufz5m .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-upObHufz5m .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-upObHufz5m .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-upObHufz5m .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-upObHufz5m .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-upObHufz5m .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-upObHufz5m .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-upObHufz5m .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.cid-upObHufz5m .mbr-section-title {
  color: #ffffff;
}
.cid-upObHufz5m .mbr-text {
  color: #ffffff;
}
.cid-upObHuNR54 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffc091;
}
.cid-upObHuNR54 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upObHuNR54 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upObHuNR54 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-upObHuNR54 .row {
    flex-direction: column-reverse;
  }
  .cid-upObHuNR54 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-upObHuNR54 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-upObHuNR54 .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-upObHuNR54 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-upObHvorQg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-upObHvorQg .mbr-fallback-image.disabled {
  display: none;
}
.cid-upObHvorQg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upObHvorQg .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-upObHvorQg .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-upObHvorQg .container {
    padding: 0 16px;
  }
}
.cid-upObHvorQg .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-upObHvorQg .row {
    margin: 0 10px;
  }
}
.cid-upObHvorQg .row .card {
  position: relative;
  padding: 0;
}
.cid-upObHvorQg .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-upObHvorQg .row .card .decor-wrapper_1 {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-upObHvorQg .row .card .decor-wrapper_1 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-upObHvorQg .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-upObHvorQg .row .card .decor-wrapper_2 {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-upObHvorQg .row .card .decor-wrapper_2 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-upObHvorQg .title-wrapper {
  position: relative;
  z-index: 1;
  padding-left: 100px;
  width: 60%;
  margin: 0 auto;
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-upObHvorQg .title-wrapper {
    padding-left: 0;
    width: 100%;
  }
}
.cid-upObHvorQg .title-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-upObHvorQg .title-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-upObHvorQg .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-upObHvorQg .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-upObHvorQg .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-upObHvorQg .title-wrapper .mbr-text {
  margin: 0;
}
.cid-upObHvorQg .mbr-section-title {
  color: #fdfcfc;
}
.cid-upObHvorQg .mbr-text {
  color: #F9A600;
}
.cid-upObHvorQg .mbr-section-title,
.cid-upObHvorQg .icon-wrapper {
  color: #000000;
}
.cid-upObHvorQg .mbr-text,
.cid-upObHvorQg .mbr-section-btn {
  color: #000000;
}
.cid-upObHvU89K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181818;
}
.cid-upObHvU89K .mbr-fallback-image.disabled {
  display: none;
}
.cid-upObHvU89K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upObHvU89K .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-upObHvU89K .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-upObHvU89K .container {
    padding: 0 30px;
  }
}
.cid-upObHvU89K .card-wrapper {
  display: flex;
  padding: 70px 0;
  border-top: 10px solid #ffffff;
  border-bottom: 10px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-upObHvU89K .card-wrapper {
    padding: 45px 0;
  }
}
@media (max-width: 992px) {
  .cid-upObHvU89K .card-wrapper {
    display: block;
  }
}
.cid-upObHvU89K .card-wrapper .title-wrapper {
  width: 50%;
  margin-right: 50px;
  margin-right: 0;
  margin-left: 50px;
}
@media (max-width: 992px) {
  .cid-upObHvU89K .card-wrapper .title-wrapper {
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-upObHvU89K .card-wrapper .title-wrapper {
    width: 100%;
    margin: 0;
  }
}
.cid-upObHvU89K .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-upObHvU89K .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-upObHvU89K .card-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-upObHvU89K .card-wrapper .text-wrapper {
    width: 100%;
  }
}
.cid-upObHvU89K .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-upObHvU89K .mbr-section-title {
  color: #f7f7f7;
}
.cid-upObHvU89K .mbr-text {
  color: #ffffff;
}
.cid-upPNADWxG7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-upPNADWxG7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upPNADWxG7 .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-upPNADWxG7 .container {
    padding: 0 30px;
  }
}
.cid-upPNADWxG7 .row {
  justify-content: center;
}
.cid-upPNADWxG7 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-upPNADWxG7 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-upPNADWxG7 .panel-group .card {
  border-radius: 2rem 0 2rem 0 !important;
  border: 1px solid #ffc091;
  margin-bottom: 24px;
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-upPNADWxG7 .panel-group .card {
    padding: 30px 20px;
  }
}
.cid-upPNADWxG7 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-upPNADWxG7 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-upPNADWxG7 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-upPNADWxG7 .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 45px;
  height: 45px;
  min-width: 45px;
  transition: all 0.3s ease-in-out;
  color: #fafafa;
  background-color: #ffc091;
  border-radius: 100%;
  margin-left: 20px;
}
.cid-upPNADWxG7 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-upPNADWxG7 .panel-group .card .panel-collapse .panel-body {
  padding-top: 30px;
}
.cid-upPNADWxG7 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-upPNADWxG7 .mbr-section-title {
  color: #ffc091;
}
.cid-upPNADWxG7 .panel-title-edit {
  color: #000000;
}
.cid-upPNADWxG7 .panel-text {
  color: #000000;
}
.cid-upObHwrzNa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-upObHwrzNa .mbr-fallback-image.disabled {
  display: none;
}
.cid-upObHwrzNa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upObHwrzNa .google-map {
  height: 30rem;
  position: relative;
}
.cid-upObHwrzNa .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-upObHwrzNa .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-upObHwrzNa .google-map[data-state] {
  background: #e9e5dc;
}
.cid-upObHwrzNa .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-upObHx8Wi6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffc091;
}
.cid-upObHx8Wi6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upObHx8Wi6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upObHx8Wi6 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-upObHx8Wi6 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-upObHx8Wi6 .row {
    text-align: center;
  }
  .cid-upObHx8Wi6 .social-row {
    justify-content: center;
  }
}
.cid-upObHx8Wi6 .list {
  list-style: none;
  padding-left: 0;
  color: #291f1e;
}
@media (max-width: 991px) {
  .cid-upObHx8Wi6 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-upObHx8Wi6 .list {
    margin-bottom: 0rem;
  }
}
.cid-upObHx8Wi6 .mbr-text {
  color: #bbbbbb;
}
.cid-upObHx8Wi6 .mbr-iconfont {
  color: black;
}
.cid-upObHx8Wi6 .mbr-section-subtitle {
  color: #000000;
}
.cid-upObHy9gC6 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffc091;
}
.cid-upObHy9gC6 .mbr-text {
  color: #000000;
}
