body {
  font-family: Kantumruy Pro;
}
.display-1 {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 6rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.5rem;
}
.display-2 {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 2.88rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.6rem;
}
.display-4 {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-4 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-5 {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 2.13rem;
  line-height: 1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.6625rem;
}
.display-7 {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.2rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: 1;
    letter-spacing: -1vw;
  }
  .display-2 {
    font-size: 2.304rem;
    font-size: calc( 1.658rem + (2.88 - 1.658) * ((100vw - 20rem) / (48 - 20)));
    line-height: 1;
    letter-spacing: -0.75vw;
  }
  .display-4 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.704rem;
    font-size: calc( 1.3955rem + (2.13 - 1.3955) * ((100vw - 20rem) / (48 - 20)));
    line-height: 1;
    letter-spacing: -0.5vw;
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #f5ff7d !important;
}
.bg-success {
  background-color: #c5e8c0 !important;
}
.bg-info {
  background-color: #e2d7ff !important;
}
.bg-warning {
  background-color: #ff9081 !important;
}
.bg-danger {
  background-color: #ce5545 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f5ff7d !important;
  border-color: #f5ff7d !important;
  color: #737d00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #232600 !important;
  background-color: #eeff26 !important;
  border-color: #eeff26 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #737d00 !important;
  background-color: #eeff26 !important;
  border-color: #eeff26 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ede7e2 !important;
  border-color: #ede7e2 !important;
  color: #806650 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ccbbad !important;
  border-color: #ccbbad !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #806650 !important;
  background-color: #ccbbad !important;
  border-color: #ccbbad !important;
}
.btn-info,
.btn-info:active {
  background-color: #e2d7ff !important;
  border-color: #e2d7ff !important;
  color: #3b00d7 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #a380ff !important;
  border-color: #a380ff !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #3b00d7 !important;
  background-color: #a380ff !important;
  border-color: #a380ff !important;
}
.btn-success,
.btn-success:active {
  background-color: #c5e8c0 !important;
  border-color: #c5e8c0 !important;
  color: #377c2d !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #8bd180 !important;
  border-color: #8bd180 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #377c2d !important;
  background-color: #8bd180 !important;
  border-color: #8bd180 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff9081 !important;
  border-color: #ff9081 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ff442a !important;
  border-color: #ff442a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ff442a !important;
  border-color: #ff442a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ce5545 !important;
  border-color: #ce5545 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #953427 !important;
  border-color: #953427 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #953427 !important;
  border-color: #953427 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f5ff7d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #eeff26 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #737d00 !important;
  background-color: #f5ff7d !important;
  border-color: #f5ff7d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ede7e2;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ccbbad !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #806650 !important;
  background-color: #ede7e2 !important;
  border-color: #ede7e2 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e2d7ff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #a380ff !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #3b00d7 !important;
  background-color: #e2d7ff !important;
  border-color: #e2d7ff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c5e8c0;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #8bd180 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #377c2d !important;
  background-color: #c5e8c0 !important;
  border-color: #c5e8c0 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9081;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ff442a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9081 !important;
  border-color: #ff9081 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ce5545;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #953427 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ce5545 !important;
  border-color: #ce5545 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  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: transparent!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: #f5ff7d !important;
}
.text-secondary {
  color: #ede7e2 !important;
}
.text-success {
  color: #c5e8c0 !important;
}
.text-info {
  color: #e2d7ff !important;
}
.text-warning {
  color: #ff9081 !important;
}
.text-danger {
  color: #ce5545 !important;
}
.text-white {
  color: #FFFFFF !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #edff17 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #c6b3a3 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #80cd75 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #9871ff !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ff361b !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #893024 !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: #f5ff7d;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #e2d7ff;
}
.alert-warning {
  background-color: #ff9081;
}
.alert-danger {
  background-color: #ce5545;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f5ff7d;
  border-color: #f5ff7d;
  color: #8b9700;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #f5ff7d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #f9e9e6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 2.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #f5ff7d !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.5rem;
}
blockquote {
  border-color: #f5ff7d;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f5ff7d;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f5ff7d;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f5ff7d;
  border-bottom-color: #f5ff7d;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #f5ff7d !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: #ede7e2 !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='%23f5ff7d' %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-duration: .3s;
  transition: 0.4s;
}
a:hover {
  background-image: none !important;
}
.container,
.container-fluid {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0 2.8vw;
}
@media (max-width: 767px) {
  .container,
  .container-fluid {
    padding: 0 5.3vw;
  }
}
.row {
  margin-left: -0.7vw;
  margin-right: -0.7vw;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 0.7vw;
  padding-right: 0.7vw;
}
@media (max-width: 767px) {
  .row {
    margin-left: -1vw;
    margin-right: -1vw;
  }
  .row > [class*="col"] {
    padding-left: 1vw;
    padding-right: 1vw;
  }
}
.mbr-section-btn .btn {
  min-width: 80px;
  min-height: 66px;
  padding: 22px 38px;
  border-radius: 100rem !important;
  border-width: 1px;
  font-weight: 500;
  box-shadow: none !important;
  transition: .6s all !important;
}
@media (max-width: 575px) {
  .mbr-section-btn {
    width: 100%;
  }
  .mbr-section-btn .btn {
    width: 100%;
    min-width: auto !important;
  }
}
.custom-section-btn .btn {
  position: relative;
  overflow: hidden;
}
.custom-section-btn .btn-transform {
  position: relative;
  z-index: 4;
  width: 100%;
  min-width: 100%;
  animation: btn-move-out 0.6s ease-in-out;
}
.custom-section-btn .btn-primary {
  color: #000000 !important;
  background: #000000 !important;
  border: 1px solid #000000 !important;
}
.custom-section-btn .btn-primary:after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100rem !important;
  background-color: #f5ff7d;
  transition: .6s all;
}
.custom-section-btn .btn-primary:hover {
  color: #FFFFFF !important;
  border: 1px solid #000000 !important;
}
.custom-section-btn .btn-primary:hover .btn-transform {
  animation: btn-move 0.6s ease-in-out;
}
.custom-section-btn .btn-primary:hover:after {
  left: 100%;
}
.custom-section-btn .btn-white {
  color: #000000 !important;
  background: #000000 !important;
  border: 1px solid #000000 !important;
}
.custom-section-btn .btn-white:after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100rem !important;
  background-color: #ede7e2;
  transition: .6s all;
}
.custom-section-btn .btn-white:hover {
  color: #FFFFFF !important;
  border: 1px solid #000000 !important;
}
.custom-section-btn .btn-white:hover .btn-transform {
  animation: btn-move 0.6s ease-in-out;
}
.custom-section-btn .btn-white:hover:after {
  left: 100%;
}
.custom-section-btn .btn-black {
  color: #FFFFFF !important;
  background: #f5ff7d !important;
  border: 1px solid #000000 !important;
}
.custom-section-btn .btn-black:after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100rem !important;
  background-color: #000000;
  transition: .6s all;
}
.custom-section-btn .btn-black:hover {
  color: #000000 !important;
  border: 1px solid #000000 !important;
}
.custom-section-btn .btn-black:hover .btn-transform {
  animation: btn-move 0.6s ease-in-out;
}
.custom-section-btn .btn-black:hover:after {
  left: 100%;
}
.custom-section-btn .btn-black-outline {
  color: #000000 !important;
  background: #000000 !important;
  border: 1px solid #000000 !important;
}
.custom-section-btn .btn-black-outline:after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100rem !important;
  background-color: #FFFFFF;
  transition: .6s all;
}
.custom-section-btn .btn-black-outline:hover {
  color: #FFFFFF !important;
  border: 1px solid #000000 !important;
}
.custom-section-btn .btn-black-outline:hover .btn-transform {
  animation: btn-move 0.6s ease-in-out;
}
.custom-section-btn .btn-black-outline:hover:after {
  left: 100%;
}
@keyframes btn-move {
  0% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: transform;
  }
  49% {
    transform: translate3d(100%, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  50% {
    transform: translate3d(100%, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    z-index: 2;
  }
  51% {
    transform: translate3d(0, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  52% {
    transform: translate3d(0, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: auto;
    z-index: 2;
  }
}
@keyframes btn-move-out {
  0% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: transform;
  }
  49% {
    transform: translate3d(-100%, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  50% {
    transform: translate3d(-100%, 0, 0px) scale3d(0, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  51% {
    transform: translate3d(0, 0, 0px) scale3d(0, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  52% {
    transform: translate3d(0, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: auto;
  }
}
.form-wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.form-wrapper form {
  width: 100%;
}
.form-wrapper form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.form-wrapper form p {
  color: #000000;
}
.form-wrapper form .mbr-section-btn {
  text-align: right;
  justify-content: flex-end;
  margin-right: auto;
}
.form-wrapper form .form-group {
  margin-top: 0 !important;
  margin-bottom: 1rem !important;
}
.form-wrapper form .form-control {
  height: 62px;
  border: 1px solid #000000 !important;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 10px !important;
  margin-bottom: 0;
  padding: 20px 32px;
  font-size: 18px;
  line-height: normal !important;
  color: #000000;
  font-weight: 500;
}
.form-wrapper form .form-control::-webkit-input-placeholder {
  color: #757575;
}
.form-wrapper form .form-control::-moz-placeholder {
  color: #757575;
}
.form-wrapper form .form-control:-moz-placeholder {
  color: #757575;
}
.form-wrapper form .form-control:-ms-input-placeholder {
  color: #757575;
}
.form-wrapper form select {
  color: #757575 !important;
}
.form-wrapper form textarea {
  height: 100px !important;
  min-height: 100px !important;
  padding: 20px 32px !important;
  resize: none;
}
.form-wrapper form textarea::-webkit-input-placeholder {
  color: #757575 !important;
}
.form-wrapper form textarea::-moz-placeholder {
  color: #757575 !important;
}
.form-wrapper form textarea:-moz-placeholder {
  color: #757575 !important;
}
.form-wrapper form textarea:-ms-input-placeholder {
  color: #757575 !important;
}
.form-wrapper form input,
.form-wrapper form textarea {
  transition: .5s all;
}
.form-wrapper form input:active,
.form-wrapper form textarea:active,
.form-wrapper form input:focus,
.form-wrapper form textarea:focus {
  background-color: transparent !important;
  border-color: #000000 !important;
  outline: none !important;
}
.form-wrapper form input:active::-webkit-input-placeholder,
.form-wrapper form textarea:active::-webkit-input-placeholder,
.form-wrapper form input:focus::-webkit-input-placeholder,
.form-wrapper form textarea:focus::-webkit-input-placeholder {
  color: #757575 !important;
}
.form-wrapper form input:active::-moz-placeholder,
.form-wrapper form textarea:active::-moz-placeholder,
.form-wrapper form input:focus::-moz-placeholder,
.form-wrapper form textarea:focus::-moz-placeholder {
  color: #757575 !important;
}
.form-wrapper form input:active:-moz-placeholder,
.form-wrapper form textarea:active:-moz-placeholder,
.form-wrapper form input:focus:-moz-placeholder,
.form-wrapper form textarea:focus:-moz-placeholder {
  color: #757575 !important;
}
.form-wrapper form input:active:-ms-input-placeholder,
.form-wrapper form textarea:active:-ms-input-placeholder,
.form-wrapper form input:focus:-ms-input-placeholder,
.form-wrapper form textarea:focus:-ms-input-placeholder {
  color: #757575 !important;
}
.form-wrapper form .row {
  margin-left: -1rem !important;
  margin-right: -1rem !important;
}
.form-wrapper form .row [class*=col] {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.form-wrapper form label {
  width: 100%;
  color: #000000;
  margin-bottom: 0.5rem;
}
.form-wrapper form .form-check-input {
  border-color: #757575 !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.form-wrapper form .form-check-input:focus,
.form-wrapper form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #000000 !important;
}
.form-wrapper form .form-check-input:checked {
  border-color: #000000 !important;
  background-color: #757575 !important;
}
.cid-tlJB0I2EpN {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/100-1284-2000x1500.jpg");
}
.cid-tlJB0I2EpN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlJB0I2EpN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tlJB0I2EpN .mbr-section-title {
  color: #000000;
}
.cid-tlJB0I2EpN .title-container {
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .cid-tlJB0I2EpN .title-container {
    flex-wrap: wrap;
  }
}
.cid-tlJB0I2EpN .title-container-1 {
  display: block;
}
.cid-tlJB0I2EpN .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c5e8c0;
  padding: 36px;
  border-radius: 16px;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  float: left;
  border: 1px solid #000000;
}
@media (max-width: 991px) {
  .cid-tlJB0I2EpN .iconfont-wrapper {
    display: none;
  }
}
.cid-tlJB0I2EpN .iconfont-wrapper .mbr-iconfont {
  color: #000000;
  font-size: 54px;
}
.cid-tlJB0I2EpN .mbr-section-subtitle-1 {
  color: #ede7e2;
  text-shadow: 2px 0 0 #000000, 0 2px 0 #000000, -2px 0 0 #000000, 0 -2px 0 #000000;
}
@media (max-width: 991px) {
  .cid-tlJB0I2EpN .mbr-section-subtitle-1 {
    color: #000000;
    text-shadow: none;
  }
}
.cid-tlJB0I2EpN .mbr-section-subtitle-2 {
  color: #000000;
}
@media (max-width: 1199px) {
  .cid-tlJB0I2EpN .mbr-section-subtitle-2 {
    width: 100%;
  }
}
.cid-tlJB0I2EpN .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1200px) {
  .cid-tlJB0I2EpN .mbr-section-btn {
    margin: 0 10px;
    min-width: 30%;
    flex-grow: 1;
  }
  .cid-tlJB0I2EpN .mbr-section-btn .btn {
    padding: 2.3vw 4.8vw;
  }
}
@media (max-width: 1199px) {
  .cid-tlJB0I2EpN .mbr-section-btn {
    margin-top: 10px;
  }
}
@media (max-width: 575px) {
  .cid-tlJB0I2EpN .mbr-section-btn {
    align-items: stretch;
  }
}
.cid-tlJB0I2EpN .mbr-text {
  color: #ffffff;
  margin-top: 5.14vw;
  margin-left: 7.64vw;
  width: 30.56vw;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-tlJB0I2EpN .mbr-text {
    margin-top: 6.7vw;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tlJB0I2EpN .mbr-text {
    margin-top: 10.67vw;
  }
}
.cid-tlJDdPOFyU {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tlJDdPOFyU .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ede7e2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-tlJDdPOFyU .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tlJDdPOFyU .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-tlJDdPOFyU .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tlJDdPOFyU .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-tlJDdPOFyU .items-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-left: 1.736vw;
}
@media (max-width: 991px) {
  .cid-tlJDdPOFyU .items-container {
    padding-left: 6.66vw;
  }
}
.cid-tlJDdPOFyU .item {
  position: relative;
  margin-bottom: 0.83vw;
}
@media (max-width: 991px) {
  .cid-tlJDdPOFyU .item {
    margin-bottom: 3.2vw;
  }
}
.cid-tlJDdPOFyU .item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -1.4vw;
  width: 0.6vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-tlJDdPOFyU .item:before {
    left: -2.5vw;
    width: 1.2vw;
  }
}
@media (max-width: 575px) {
  .cid-tlJDdPOFyU .item:before {
    left: -2.7vw;
    width: 1.6vw;
  }
}
.cid-tlJDdPOFyU .mbr-text {
  color: #000000;
}
.cid-uCzHyjDUdE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ede7e2;
}
.cid-uCzHyjDUdE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCzHyjDUdE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCzHyjDUdE .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uCzHyjDUdE .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uCzHyjDUdE .container {
    padding: 0 12px;
  }
}
.cid-uCzHyjDUdE .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uCzHyjDUdE .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uCzHyjDUdE .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #222222;
  box-shadow: 4px 4px #222222;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uCzHyjDUdE .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uCzHyjDUdE .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uCzHyjDUdE .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uCzHyjDUdE .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uCzHyjDUdE .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uCzHyjDUdE .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uCzHyjDUdE .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uCzHyjDUdE .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uCzHyjDUdE .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uCzHyjDUdE .mbr-section-subtitle {
  color: #222222;
}
.cid-uCzHyjDUdE .mbr-text {
  color: #222222;
}
.cid-uCzHyjDUdE .list {
  color: #222222;
}
.cid-tlJGoTOZ4V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  position: relative;
}
.cid-tlJGoTOZ4V .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-tlJGoTOZ4V .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlJGoTOZ4V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tlJGoTOZ4V .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-tlJGoTOZ4V .col-text {
    order: 2;
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tlJGoTOZ4V .col-text {
    margin-top: 32px;
  }
}
@media (max-width: 991px) {
  .cid-tlJGoTOZ4V .col-img {
    order: 1;
  }
}
.cid-tlJGoTOZ4V .text-wrapper {
  width: 100%;
}
.cid-tlJGoTOZ4V .mbr-section-title {
  color: #000000;
}
.cid-tlJGoTOZ4V .mbr-text {
  color: #000000;
  width: 56%;
  margin-right: auto;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .cid-tlJGoTOZ4V .mbr-text {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tlJGoTOZ4V .mbr-text {
    margin-top: 1.5rem;
  }
}
.cid-tlJGoTOZ4V .mbr-section-btn {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-tlJGoTOZ4V .mbr-section-btn {
    margin-top: 1.5rem;
  }
}
.cid-tlJGoTOZ4V .image-wrapper {
  border-radius: 32px;
  overflow: hidden;
  border: 1px solid #000000;
}
.cid-tlJGoTOZ4V .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tlJBZh23bm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  position: relative;
}
.cid-tlJBZh23bm .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-tlJBZh23bm .mbr-section-head {
  width: 100%;
  margin-bottom: 3.4vw;
}
@media (max-width: 767px) {
  .cid-tlJBZh23bm .mbr-section-head {
    margin-bottom: 6.93vw;
  }
}
.cid-tlJBZh23bm .label-text {
  color: #FFFFFF;
  margin-bottom: 1.39vw;
}
.cid-tlJBZh23bm .mbr-section-title {
  color: #FFFFFF;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tlJBZh23bm .mbr-section-title {
    text-align: left;
  }
}
.cid-tlJBZh23bm .mbr-section-title-2 {
  margin-right: 20px;
}
.cid-tlJBZh23bm .section-head-container {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-tlJBZh23bm .section-head-container {
    flex-wrap: wrap;
  }
}
.cid-tlJBZh23bm .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c5d4fe;
  padding: 36px;
  border-radius: 50%;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-tlJBZh23bm .iconfont-wrapper {
    border-radius: 100%;
    padding: 0;
    width: 10.67vw;
    height: 10.67vw;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-tlJBZh23bm .iconfont-wrapper {
    width: 15.67vw;
    height: 15.67vw;
    margin-right: 12px;
    margin-top: 12px;
  }
}
.cid-tlJBZh23bm .iconfont-wrapper .mbr-iconfont {
  color: #000000;
  font-size: 54px;
}
@media (max-width: 991px) {
  .cid-tlJBZh23bm .iconfont-wrapper .mbr-iconfont {
    font-size: 5.6vw !important;
  }
}
@media (max-width: 767px) {
  .cid-tlJBZh23bm .iconfont-wrapper .mbr-iconfont {
    font-size: 8vw !important;
  }
}
.cid-tlJBZh23bm .mbr-section-subtitle {
  width: 35%;
  margin-bottom: 0;
  margin-top: 20px;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-tlJBZh23bm .mbr-section-subtitle {
    width: 100%;
    margin-bottom: 0;
    margin-top: 1rem;
  }
}
.cid-tlJBZh23bm .item {
  display: flex;
  align-items: stretch;
  margin-bottom: 1.4vw;
}
@media (max-width: 767px) {
  .cid-tlJBZh23bm .item {
    margin-bottom: 0.75rem;
  }
}
.cid-tlJBZh23bm .item-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 32vw;
  padding: 32px;
  border-radius: 1.7vw;
  opacity: 0.75;
  transition: border-radius 0.8s, opacity 0.6s, box-shadow 0.4s;
  background-color: #ffffff;
}
@media (max-width: 1199px) and (min-width: 767px) {
  .cid-tlJBZh23bm .item-wrap {
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .cid-tlJBZh23bm .item-wrap {
    padding: 6.4vw;
    min-height: 96vw;
    border-radius: 6.4vw;
    opacity: 1;
  }
}
.cid-tlJBZh23bm .item-wrap:hover {
  opacity: 1;
  border-radius: 2.8vw;
}
.cid-tlJBZh23bm .item-head {
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin-bottom: auto;
}
.cid-tlJBZh23bm .item-title {
  color: #000000;
  margin-bottom: 8px;
}
.cid-tlJBZh23bm .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 11.11vw;
  border-radius: 8px;
  margin-left: auto;
  overflow: hidden;
  aspect-ratio: 1;
  background-color: #f5ff7d;
}
@media (max-width: 991px) {
  .cid-tlJBZh23bm .item-img {
    width: 19.2vw;
  }
}
@media (max-width: 767px) {
  .cid-tlJBZh23bm .item-img {
    width: 42.67vw;
  }
}
.cid-tlJBZh23bm .item-img .mbr-iconfont {
  font-size: 6vw !important;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-tlJBZh23bm .item-img .mbr-iconfont {
    font-size: 9.87vw !important;
  }
}
@media (max-width: 767px) {
  .cid-tlJBZh23bm .item-img .mbr-iconfont {
    font-size: 20.3vw !important;
  }
}
.cid-tlJBZh23bm .item-content {
  width: 100%;
  margin-top: 1.5rem;
}
.cid-tlJBZh23bm .mbr-text {
  color: #000000;
}
.cid-tlJBZh23bm .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uCLw0rX6Nh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCLw0rX6Nh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCLw0rX6Nh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCLw0rX6Nh .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uCLw0rX6Nh .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-uCLw0rX6Nh .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uCLw0rX6Nh .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uCLw0rX6Nh .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #333333, #292739);
}
@media (max-width: 992px) {
  .cid-uCLw0rX6Nh .border-wrap {
    margin-top: 32px;
  }
}
.cid-uCLw0rX6Nh .mbr-section-title {
  color: #ffffff;
}
.cid-uCLw0rX6Nh .mbr-text,
.cid-uCLw0rX6Nh .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uCLw0rX6Nh .mbr-section-title,
.cid-uCLw0rX6Nh .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uCzBCW76qE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ede7e2;
}
.cid-uCzBCW76qE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCzBCW76qE .col-12 {
  padding: 0;
}
.cid-uCzBCW76qE .row {
  margin: 0;
}
.cid-uCzBCW76qE .card-wrapper {
  border: 1px solid #f5ff7d;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uCzBCW76qE .card-wrapper {
    padding: 1rem;
  }
}
.cid-uCzBCW76qE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCzBCW76qE .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uCzBCW76qE .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uCzBCW76qE .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uCzBCW76qE .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uCzBCW76qE .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #221b35;
}
@media (max-width: 991px) {
  .cid-uCzBCW76qE .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uCzBCW76qE .image-wrapper {
    padding: 1rem;
  }
}
.cid-uCzBCW76qE .mbr-section-title {
  color: #221b35;
  text-align: center;
}
.cid-uCzBCW76qE .mbr-text,
.cid-uCzBCW76qE .mbr-section-btn {
  color: #221b35;
  text-align: center;
}
.cid-uCzDy9usJy {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ede7e2;
}
.cid-uCzDy9usJy .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uCzDy9usJy .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uCzDy9usJy .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uCzDy9usJy .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uCzDy9usJy .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uCzDy9usJy .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uCzChDAEUd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ede7e2;
}
.cid-uCzChDAEUd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCzChDAEUd .col-12 {
  padding: 0;
}
.cid-uCzChDAEUd .row {
  margin: 0;
}
.cid-uCzChDAEUd .card-margin {
  margin-left: -1px;
}
@media (max-width: 992px) {
  .cid-uCzChDAEUd .card-margin {
    margin-top: -1px;
  }
}
.cid-uCzChDAEUd .card-wrapper {
  min-height: 500px;
  border: 1px solid #f5ff7d;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uCzChDAEUd .card-wrapper {
    padding: 1rem;
  }
}
.cid-uCzChDAEUd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCzChDAEUd .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uCzChDAEUd .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uCzChDAEUd .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uCzChDAEUd .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uCzChDAEUd .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #221b35;
}
@media (max-width: 991px) {
  .cid-uCzChDAEUd .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uCzChDAEUd .image-wrapper {
    padding: 1rem;
  }
}
.cid-uCzChDAEUd .mbr-section-title {
  color: #221b35;
}
.cid-uCzChDAEUd .mbr-text,
.cid-uCzChDAEUd .mbr-section-btn {
  color: #221b35;
}
.cid-tlJDubfhQe {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ede7e2;
}
.cid-tlJDubfhQe .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-tlJDubfhQe .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-tlJDubfhQe .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-tlJDubfhQe .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-tlJDubfhQe .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-tlJDubfhQe .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tlJDCyP53m {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
}
.cid-tlJDCyP53m .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ede7e2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-tlJDCyP53m .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlJDCyP53m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tlJDCyP53m .col-text {
    order: 2;
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .cid-tlJDCyP53m .col-text {
    margin-top: 32px;
  }
}
@media (max-width: 991px) {
  .cid-tlJDCyP53m .col-img {
    order: 1;
  }
}
.cid-tlJDCyP53m .text-wrapper {
  width: 100%;
}
.cid-tlJDCyP53m .mbr-section-title {
  color: #000000;
}
.cid-tlJDCyP53m .mbr-text {
  color: #000000;
  width: 56%;
  margin-right: auto;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .cid-tlJDCyP53m .mbr-text {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tlJDCyP53m .mbr-text {
    margin-top: 1.5rem;
  }
}
.cid-tlJDCyP53m .mbr-section-btn {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-tlJDCyP53m .mbr-section-btn {
    margin-top: 1.5rem;
  }
}
.cid-tlJDCyP53m .image-wrapper {
  border-radius: 32px;
  overflow: hidden;
  border: 1px solid #000000;
}
.cid-tlJDCyP53m .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tlJIbZ1Qzw {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #000000;
  position: relative;
}
.cid-tlJIbZ1Qzw .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-tlJIbZ1Qzw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlJIbZ1Qzw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tlJIbZ1Qzw .col-title {
    margin-bottom: 7vw;
  }
}
@media (max-width: 767px) {
  .cid-tlJIbZ1Qzw .col-title {
    margin-bottom: 9vw;
  }
}
.cid-tlJIbZ1Qzw .mbr-section-title {
  color: #FFFFFF;
  margin-bottom: 1rem;
}
.cid-tlJIbZ1Qzw .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-tlJIbZ1Qzw .toggle-panel {
  border-top: 1px solid #ede7e2;
}
.cid-tlJIbZ1Qzw .card {
  padding-bottom: 0;
  border-radius: 0;
  border-bottom: 1px solid #ede7e2;
}
.cid-tlJIbZ1Qzw .card-header {
  background-color: transparent;
  margin-bottom: 0;
  padding: 0;
  border-bottom: none !important;
}
.cid-tlJIbZ1Qzw .sign {
  font-family: 'Moririse2' !important;
  padding: 10px;
  font-size: 18px;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #ffffff;
  transition: 0.3s all;
  animation: icon-move-out 0.2s ease-out;
}
@media (max-width: 991px) {
  .cid-tlJIbZ1Qzw .sign {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 0;
    width: 7.3vw;
    font-size: 3.7vw;
    aspect-ratio: 1;
  }
}
@media (max-width: 767px) {
  .cid-tlJIbZ1Qzw .sign {
    width: 8.53vw;
    font-size: 4.3vw;
  }
}
.cid-tlJIbZ1Qzw .panel-title-edit {
  color: #F5FF7D;
  padding-right: 1rem;
  transition: .3s all;
}
.cid-tlJIbZ1Qzw .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 36px 0;
  transition: .4s all;
}
@media (max-width: 991px) {
  .cid-tlJIbZ1Qzw .panel-title {
    padding: 5vw 0;
  }
}
@media (max-width: 767px) {
  .cid-tlJIbZ1Qzw .panel-title {
    padding: 6.4vw 0;
  }
}
.cid-tlJIbZ1Qzw .panel-title[aria-expanded="false"] .sign:hover {
  animation: icon-move 0.8s forwards;
}
.cid-tlJIbZ1Qzw .panel-title[aria-expanded="true"] .sign {
  transform: rotate(135deg);
}
.cid-tlJIbZ1Qzw .panel-text {
  color: #FFFFFF;
  margin-bottom: 36px;
  max-width: 80%;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tlJIbZ1Qzw .panel-text {
    margin-bottom: 5vw;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tlJIbZ1Qzw .panel-text {
    margin-bottom: 6.4vw;
  }
}
@keyframes icon-move {
  0% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: transform;
  }
  80% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(360deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0, 0%, 0px) scale3d(1.2, 1.2, 1) rotateX(0deg) rotateY(0deg) rotateZ(360deg) skew(0deg, 0deg);
    will-change: auto;
  }
}
@keyframes icon-move-out {
  0% {
    transform: translate3d(0, 0%, 0px) scale3d(1.2, 1.2, 1) rotateX(0deg) rotateY(0deg) rotateZ(0) skew(0deg, 0deg);
    will-change: transform;
  }
  100% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0) skew(0deg, 0deg);
    will-change: auto;
  }
}
.cid-uCzDwWkCBT {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uCzDwWkCBT .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ede7e2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uCzDwWkCBT .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uCzDwWkCBT .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uCzDwWkCBT .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uCzDwWkCBT .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uCzDwWkCBT .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uCzIJRre3k {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background: #ffffff;
}
.cid-uCzIJRre3k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCzIJRre3k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCzIJRre3k .google-map {
  height: 30rem;
  position: relative;
}
.cid-uCzIJRre3k .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uCzIJRre3k .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-uCzIJRre3k .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uCzIJRre3k .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uCzE3KMYtU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/hi-2000x1022.jpg");
}
.cid-uCzE3KMYtU::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uCzE3KMYtU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCzE3KMYtU .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-uCzE3KMYtU .container {
    padding: 0 22px;
  }
}
.cid-uCzE3KMYtU .row {
  position: relative;
  z-index: 1;
}
.cid-uCzE3KMYtU .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uCzE3KMYtU .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uCzE3KMYtU .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uCzE3KMYtU .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uCzE3KMYtU .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uCzE3KMYtU .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uCzE3KMYtU .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uCzE3KMYtU .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uCzE3KMYtU .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uCzE3KMYtU .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uCzE3KMYtU .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uCzE3KMYtU .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uCzE3KMYtU .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uCzE3KMYtU .nav-wrapper .list .item-wrap:hover,
.cid-uCzE3KMYtU .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uCzE3KMYtU .nav-wrapper .list .item-wrap:hover::before,
.cid-uCzE3KMYtU .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uCzE3KMYtU .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uCzE3KMYtU .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uCzE3KMYtU .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uCzE3KMYtU .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uCzE3KMYtU .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uCzE3KMYtU .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uCzE3KMYtU .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uCzE3KMYtU .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uCzE3KMYtU .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uCzE3KMYtU .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uCzE3KMYtU .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uCzE3KMYtU .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uCzE3KMYtU .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uCzE3KMYtU .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uCzE3KMYtU .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uCzE3KMYtU .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uCzE3KMYtU .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uCzE3KMYtU .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uCzE3KMYtU .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uCzE3KMYtU .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uCzE3KMYtU .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uCzE3KMYtU .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uCzE3KMYtU .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uCzE3KMYtU .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uCzE3KMYtU .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uCzE3KMYtU .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uCzE3KMYtU .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uCzE3KMYtU .mbr-section-title {
  color: #ffffff;
}
.cid-uCzE3KMYtU .mbr-text {
  color: #ffffff;
}
.cid-uCzE3KMYtU .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uCzE3KMYtU .list {
  color: #ffffff;
}
.cid-uCzE3KMYtU .mbr-contact {
  color: #ffffff;
}
.cid-uCzE3KMYtU .mbr-desc {
  color: #ffffff;
}
.cid-uCzYSXF68A {
  z-index: 1000;
  width: 100%;
}
.cid-uCzYSXF68A nav.navbar {
  position: fixed;
}
.cid-uCzYSXF68A .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCzYSXF68A .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCzYSXF68A .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCzYSXF68A .dropdown-item:hover,
.cid-uCzYSXF68A .dropdown-item:focus {
  background: #f5ff7d !important;
  color: white !important;
}
.cid-uCzYSXF68A .dropdown-item:hover span {
  color: white;
}
.cid-uCzYSXF68A .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCzYSXF68A .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCzYSXF68A .nav-drop .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uCzYSXF68A .nav-drop .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCzYSXF68A .nav-link {
  position: relative;
}
.cid-uCzYSXF68A .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uCzYSXF68A .container {
    flex-wrap: nowrap;
  }
}
.cid-uCzYSXF68A .dropdown-menu,
.cid-uCzYSXF68A .navbar.opened {
  background: #000000 !important;
}
.cid-uCzYSXF68A .nav-item:focus,
.cid-uCzYSXF68A .nav-link:focus {
  outline: none;
}
.cid-uCzYSXF68A .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCzYSXF68A .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCzYSXF68A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCzYSXF68A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCzYSXF68A .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCzYSXF68A .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCzYSXF68A .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 1.6666666667vw 0 !important;
  border: none !important;
}
.cid-uCzYSXF68A .navbar.opened {
  transition: all 0.3s;
}
.cid-uCzYSXF68A .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCzYSXF68A .navbar .navbar-logo img {
  width: auto;
}
.cid-uCzYSXF68A .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uCzYSXF68A .navbar.collapsed {
  justify-content: center;
}
.cid-uCzYSXF68A .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCzYSXF68A .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCzYSXF68A .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-uCzYSXF68A .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCzYSXF68A .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCzYSXF68A .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-uCzYSXF68A .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCzYSXF68A .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCzYSXF68A .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCzYSXF68A .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCzYSXF68A .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCzYSXF68A .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCzYSXF68A .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCzYSXF68A .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-uCzYSXF68A .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCzYSXF68A .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCzYSXF68A .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCzYSXF68A .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCzYSXF68A .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCzYSXF68A .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uCzYSXF68A .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uCzYSXF68A .navbar-brand {
  min-height: 70px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
  max-width: 25%;
  width: 100%;
}
.cid-uCzYSXF68A .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-uCzYSXF68A .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCzYSXF68A .dropdown-item.active,
.cid-uCzYSXF68A .dropdown-item:active {
  background-color: transparent;
}
.cid-uCzYSXF68A .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCzYSXF68A .nav-drop .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCzYSXF68A .nav-drop .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCzYSXF68A .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uCzYSXF68A .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCzYSXF68A .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCzYSXF68A ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCzYSXF68A .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCzYSXF68A button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCzYSXF68A button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ede7e2;
}
.cid-uCzYSXF68A button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCzYSXF68A button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCzYSXF68A button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCzYSXF68A button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCzYSXF68A nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCzYSXF68A nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCzYSXF68A nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCzYSXF68A nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCzYSXF68A .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCzYSXF68A a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCzYSXF68A .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uCzYSXF68A .navbar {
    height: 70px;
  }
  .cid-uCzYSXF68A .navbar.opened {
    height: auto;
  }
  .cid-uCzYSXF68A .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCzYSXF68A .navbar-collapse {
  max-width: 75%;
  width: 100%;
  margin-left: auto;
}
.cid-uCzYSXF68A .navbar-nav {
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 70%;
  border-radius: 1.7vw;
  overflow: hidden;
  border: 1px solid #ede7e2;
  background: #000000;
}
.cid-uCzYSXF68A .navbar-nav .nav-item {
  display: flex;
  flex-wrap: wrap;
}
.cid-uCzYSXF68A .navbar-nav .nav-link {
  padding: 1.1vw 1.7vw !important;
  margin: 0 !important;
  border-radius: 1.7vw;
  transition: .2s all;
}
.cid-uCzYSXF68A .navbar-nav .nav-link:hover {
  background-color: #ede7e2;
  color: #000000 !important;
  box-shadow: 2px 0 0 #ede7e2, 0 1px 0 #ede7e2, -2px 0 0 #ede7e2, 0 -1px 0 #ede7e2;
}
@media (min-width: 992px) {
  .cid-uCzYSXF68A .mbr-section-btn {
    width: 33.33333333%;
    margin: -0.6rem;
    padding-left: 0.6rem;
  }
  .cid-uCzYSXF68A .mbr-section-btn .btn {
    padding: 1.18vw 2vw;
  }
}
@media (max-width: 991px) {
  .cid-uCzYSXF68A .mbr-section-btn .btn {
    padding: 3.2vw 3.3vw;
  }
}
.cid-uCzYSXF68A .mbr-section-btn.custom-section-btn .btn-primary:hover {
  border: 1px solid #ede7e2 !important;
}
.cid-uCzYSXF68A .mbr-section-btn.custom-section-btn .btn-black:hover {
  border: 1px solid #ede7e2 !important;
}
.cid-uCzYSXF68A .mbr-section-btn.custom-section-btn .btn-white:hover {
  border: 1px solid #ede7e2 !important;
}
.cid-uCzYSXF68A .btn-container {
  width: 33.33333333%;
  margin: -0.6rem;
  padding-left: 0.6rem;
}
@media (max-width: 991px) {
  .cid-uCzYSXF68A .navbar-brand {
    max-width: 60% !important;
    width: 100% !important;
    padding-right: 0 !important;
  }
  .cid-uCzYSXF68A .navbar-collapse {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    padding-top: 6vw;
  }
  .cid-uCzYSXF68A .navbar-nav {
    border: none;
    background: transparent;
    max-width: 100%;
  }
  .cid-uCzYSXF68A .navbar-nav .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .cid-uCzYSXF68A .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 0 2.1vw !important;
    border-radius: 0;
    font-size: 7.6vw;
    justify-content: flex-start;
  }
  .cid-uCzYSXF68A .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
    color: #ede7e2 !important;
    box-shadow: none;
  }
  .cid-uCzYSXF68A .mbr-section-btn {
    margin-top: 6.9vw;
    text-align: left;
  }
  .cid-uCzYSXF68A .btn-container {
    display: none;
  }
}
@media (max-width: 767px) {
  .cid-uCzYSXF68A .navbar-nav .nav-item .nav-link {
    margin: 0 0 3vw !important;
    font-size: 9.6vw;
    line-height: 1;
  }
  .cid-uCzYSXF68A .mbr-section-btn {
    margin-top: 7.5vw;
  }
}
@media (max-width: 575px) {
  .cid-uCzYSXF68A .navbar-nav .nav-item .nav-link {
    margin: 0 0 5vw !important;
    font-size: 11vw;
    line-height: 1;
  }
  .cid-uCzYSXF68A .mbr-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .cid-uCzYSXF68A .mbr-section-btn .btn {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-uCA05cwx0s {
  z-index: 1000;
  width: 100%;
}
.cid-uCA05cwx0s nav.navbar {
  position: fixed;
}
.cid-uCA05cwx0s .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCA05cwx0s .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCA05cwx0s .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCA05cwx0s .dropdown-item:hover,
.cid-uCA05cwx0s .dropdown-item:focus {
  background: #f5ff7d !important;
  color: white !important;
}
.cid-uCA05cwx0s .dropdown-item:hover span {
  color: white;
}
.cid-uCA05cwx0s .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCA05cwx0s .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCA05cwx0s .nav-drop .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uCA05cwx0s .nav-drop .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCA05cwx0s .nav-link {
  position: relative;
}
.cid-uCA05cwx0s .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uCA05cwx0s .container {
    flex-wrap: nowrap;
  }
}
.cid-uCA05cwx0s .dropdown-menu,
.cid-uCA05cwx0s .navbar.opened {
  background: #000000 !important;
}
.cid-uCA05cwx0s .nav-item:focus,
.cid-uCA05cwx0s .nav-link:focus {
  outline: none;
}
.cid-uCA05cwx0s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCA05cwx0s .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCA05cwx0s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCA05cwx0s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCA05cwx0s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCA05cwx0s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCA05cwx0s .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 1.6666666667vw 0 !important;
  border: none !important;
}
.cid-uCA05cwx0s .navbar.opened {
  transition: all 0.3s;
}
.cid-uCA05cwx0s .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCA05cwx0s .navbar .navbar-logo img {
  width: auto;
}
.cid-uCA05cwx0s .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uCA05cwx0s .navbar.collapsed {
  justify-content: center;
}
.cid-uCA05cwx0s .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCA05cwx0s .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCA05cwx0s .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-uCA05cwx0s .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCA05cwx0s .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCA05cwx0s .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-uCA05cwx0s .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCA05cwx0s .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCA05cwx0s .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCA05cwx0s .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCA05cwx0s .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCA05cwx0s .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCA05cwx0s .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCA05cwx0s .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-uCA05cwx0s .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCA05cwx0s .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCA05cwx0s .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCA05cwx0s .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCA05cwx0s .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCA05cwx0s .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uCA05cwx0s .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uCA05cwx0s .navbar-brand {
  min-height: 70px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
  max-width: 25%;
  width: 100%;
}
.cid-uCA05cwx0s .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-uCA05cwx0s .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCA05cwx0s .dropdown-item.active,
.cid-uCA05cwx0s .dropdown-item:active {
  background-color: transparent;
}
.cid-uCA05cwx0s .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCA05cwx0s .nav-drop .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCA05cwx0s .nav-drop .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCA05cwx0s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uCA05cwx0s .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCA05cwx0s .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCA05cwx0s ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCA05cwx0s .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCA05cwx0s button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCA05cwx0s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ede7e2;
}
.cid-uCA05cwx0s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCA05cwx0s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCA05cwx0s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCA05cwx0s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCA05cwx0s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCA05cwx0s nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCA05cwx0s nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCA05cwx0s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCA05cwx0s .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCA05cwx0s a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCA05cwx0s .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uCA05cwx0s .navbar {
    height: 70px;
  }
  .cid-uCA05cwx0s .navbar.opened {
    height: auto;
  }
  .cid-uCA05cwx0s .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCA05cwx0s .navbar-collapse {
  max-width: 75%;
  width: 100%;
  margin-left: auto;
}
.cid-uCA05cwx0s .navbar-nav {
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 70%;
  border-radius: 1.7vw;
  overflow: hidden;
  border: 1px solid #ede7e2;
  background: #000000;
}
.cid-uCA05cwx0s .navbar-nav .nav-item {
  display: flex;
  flex-wrap: wrap;
}
.cid-uCA05cwx0s .navbar-nav .nav-link {
  padding: 1.1vw 1.7vw !important;
  margin: 0 !important;
  border-radius: 1.7vw;
  transition: .2s all;
}
.cid-uCA05cwx0s .navbar-nav .nav-link:hover {
  background-color: #ede7e2;
  color: #000000 !important;
  box-shadow: 2px 0 0 #ede7e2, 0 1px 0 #ede7e2, -2px 0 0 #ede7e2, 0 -1px 0 #ede7e2;
}
@media (min-width: 992px) {
  .cid-uCA05cwx0s .mbr-section-btn {
    width: 33.33333333%;
    margin: -0.6rem;
    padding-left: 0.6rem;
  }
  .cid-uCA05cwx0s .mbr-section-btn .btn {
    padding: 1.18vw 2vw;
  }
}
@media (max-width: 991px) {
  .cid-uCA05cwx0s .mbr-section-btn .btn {
    padding: 3.2vw 3.3vw;
  }
}
.cid-uCA05cwx0s .mbr-section-btn.custom-section-btn .btn-primary:hover {
  border: 1px solid #ede7e2 !important;
}
.cid-uCA05cwx0s .mbr-section-btn.custom-section-btn .btn-black:hover {
  border: 1px solid #ede7e2 !important;
}
.cid-uCA05cwx0s .mbr-section-btn.custom-section-btn .btn-white:hover {
  border: 1px solid #ede7e2 !important;
}
.cid-uCA05cwx0s .btn-container {
  width: 33.33333333%;
  margin: -0.6rem;
  padding-left: 0.6rem;
}
@media (max-width: 991px) {
  .cid-uCA05cwx0s .navbar-brand {
    max-width: 60% !important;
    width: 100% !important;
    padding-right: 0 !important;
  }
  .cid-uCA05cwx0s .navbar-collapse {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    padding-top: 6vw;
  }
  .cid-uCA05cwx0s .navbar-nav {
    border: none;
    background: transparent;
    max-width: 100%;
  }
  .cid-uCA05cwx0s .navbar-nav .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .cid-uCA05cwx0s .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 0 2.1vw !important;
    border-radius: 0;
    font-size: 7.6vw;
    justify-content: flex-start;
  }
  .cid-uCA05cwx0s .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
    color: #ede7e2 !important;
    box-shadow: none;
  }
  .cid-uCA05cwx0s .mbr-section-btn {
    margin-top: 6.9vw;
    text-align: left;
  }
  .cid-uCA05cwx0s .btn-container {
    display: none;
  }
}
@media (max-width: 767px) {
  .cid-uCA05cwx0s .navbar-nav .nav-item .nav-link {
    margin: 0 0 3vw !important;
    font-size: 9.6vw;
    line-height: 1;
  }
  .cid-uCA05cwx0s .mbr-section-btn {
    margin-top: 7.5vw;
  }
}
@media (max-width: 575px) {
  .cid-uCA05cwx0s .navbar-nav .nav-item .nav-link {
    margin: 0 0 5vw !important;
    font-size: 11vw;
    line-height: 1;
  }
  .cid-uCA05cwx0s .mbr-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .cid-uCA05cwx0s .mbr-section-btn .btn {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-uCA05etETy {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/wacky-slide-obstacle-01-supergames-1024x683.jpg");
}
.cid-uCA05etETy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCA05etETy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCA05etETy .mbr-section-title {
  color: #000000;
}
.cid-uCA05etETy .title-container {
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .cid-uCA05etETy .title-container {
    flex-wrap: wrap;
  }
}
.cid-uCA05etETy .title-container-1 {
  display: block;
}
.cid-uCA05etETy .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c5e8c0;
  padding: 36px;
  border-radius: 16px;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  float: left;
  border: 1px solid #000000;
}
@media (max-width: 991px) {
  .cid-uCA05etETy .iconfont-wrapper {
    display: none;
  }
}
.cid-uCA05etETy .iconfont-wrapper .mbr-iconfont {
  color: #000000;
  font-size: 54px;
}
.cid-uCA05etETy .mbr-section-subtitle-1 {
  color: #ede7e2;
  text-shadow: 2px 0 0 #000000, 0 2px 0 #000000, -2px 0 0 #000000, 0 -2px 0 #000000;
}
@media (max-width: 991px) {
  .cid-uCA05etETy .mbr-section-subtitle-1 {
    color: #000000;
    text-shadow: none;
  }
}
.cid-uCA05etETy .mbr-section-subtitle-2 {
  color: #000000;
}
@media (max-width: 1199px) {
  .cid-uCA05etETy .mbr-section-subtitle-2 {
    width: 100%;
  }
}
.cid-uCA05etETy .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1200px) {
  .cid-uCA05etETy .mbr-section-btn {
    margin: 0 10px;
    min-width: 30%;
    flex-grow: 1;
  }
  .cid-uCA05etETy .mbr-section-btn .btn {
    padding: 2.3vw 4.8vw;
  }
}
@media (max-width: 1199px) {
  .cid-uCA05etETy .mbr-section-btn {
    margin-top: 10px;
  }
}
@media (max-width: 575px) {
  .cid-uCA05etETy .mbr-section-btn {
    align-items: stretch;
  }
}
.cid-uCA05etETy .mbr-text {
  color: #000000;
  margin-top: 5.14vw;
  margin-left: 7.64vw;
  width: 30.56vw;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-uCA05etETy .mbr-text {
    margin-top: 6.7vw;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uCA05etETy .mbr-text {
    margin-top: 10.67vw;
  }
}
.cid-uCA05gUd0Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ede7e2;
}
.cid-uCA05gUd0Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCA05gUd0Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCA05gUd0Y .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uCA05gUd0Y .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uCA05gUd0Y .container {
    padding: 0 12px;
  }
}
.cid-uCA05gUd0Y .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uCA05gUd0Y .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uCA05gUd0Y .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #222222;
  box-shadow: 4px 4px #222222;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uCA05gUd0Y .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uCA05gUd0Y .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uCA05gUd0Y .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uCA05gUd0Y .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uCA05gUd0Y .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uCA05gUd0Y .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uCA05gUd0Y .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uCA05gUd0Y .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uCA05gUd0Y .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uCA05gUd0Y .mbr-section-subtitle {
  color: #222222;
}
.cid-uCA05gUd0Y .mbr-text {
  color: #222222;
}
.cid-uCA05gUd0Y .list {
  color: #222222;
}
.cid-uCA05z2VbH {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background: #ffffff;
}
.cid-uCA05z2VbH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCA05z2VbH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCA05z2VbH .google-map {
  height: 30rem;
  position: relative;
}
.cid-uCA05z2VbH .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uCA05z2VbH .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-uCA05z2VbH .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uCA05z2VbH .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uCA05AGv3B {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/hi-2000x1022.jpg");
}
.cid-uCA05AGv3B::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uCA05AGv3B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCA05AGv3B .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-uCA05AGv3B .container {
    padding: 0 22px;
  }
}
.cid-uCA05AGv3B .row {
  position: relative;
  z-index: 1;
}
.cid-uCA05AGv3B .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uCA05AGv3B .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uCA05AGv3B .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uCA05AGv3B .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uCA05AGv3B .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uCA05AGv3B .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uCA05AGv3B .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uCA05AGv3B .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uCA05AGv3B .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uCA05AGv3B .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uCA05AGv3B .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uCA05AGv3B .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uCA05AGv3B .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uCA05AGv3B .nav-wrapper .list .item-wrap:hover,
.cid-uCA05AGv3B .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uCA05AGv3B .nav-wrapper .list .item-wrap:hover::before,
.cid-uCA05AGv3B .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uCA05AGv3B .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uCA05AGv3B .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uCA05AGv3B .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uCA05AGv3B .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uCA05AGv3B .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uCA05AGv3B .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uCA05AGv3B .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uCA05AGv3B .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uCA05AGv3B .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uCA05AGv3B .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uCA05AGv3B .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uCA05AGv3B .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uCA05AGv3B .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uCA05AGv3B .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uCA05AGv3B .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uCA05AGv3B .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uCA05AGv3B .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uCA05AGv3B .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uCA05AGv3B .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uCA05AGv3B .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uCA05AGv3B .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uCA05AGv3B .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uCA05AGv3B .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uCA05AGv3B .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uCA05AGv3B .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uCA05AGv3B .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uCA05AGv3B .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uCA05AGv3B .mbr-section-title {
  color: #ffffff;
}
.cid-uCA05AGv3B .mbr-text {
  color: #ffffff;
}
.cid-uCA05AGv3B .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uCA05AGv3B .list {
  color: #ffffff;
}
.cid-uCA05AGv3B .mbr-contact {
  color: #ffffff;
}
.cid-uCA05AGv3B .mbr-desc {
  color: #ffffff;
}
.cid-uCA2j5CI4e {
  z-index: 1000;
  width: 100%;
}
.cid-uCA2j5CI4e nav.navbar {
  position: fixed;
}
.cid-uCA2j5CI4e .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCA2j5CI4e .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCA2j5CI4e .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCA2j5CI4e .dropdown-item:hover,
.cid-uCA2j5CI4e .dropdown-item:focus {
  background: #f5ff7d !important;
  color: white !important;
}
.cid-uCA2j5CI4e .dropdown-item:hover span {
  color: white;
}
.cid-uCA2j5CI4e .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCA2j5CI4e .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCA2j5CI4e .nav-drop .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uCA2j5CI4e .nav-drop .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCA2j5CI4e .nav-link {
  position: relative;
}
.cid-uCA2j5CI4e .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uCA2j5CI4e .container {
    flex-wrap: nowrap;
  }
}
.cid-uCA2j5CI4e .dropdown-menu,
.cid-uCA2j5CI4e .navbar.opened {
  background: #000000 !important;
}
.cid-uCA2j5CI4e .nav-item:focus,
.cid-uCA2j5CI4e .nav-link:focus {
  outline: none;
}
.cid-uCA2j5CI4e .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCA2j5CI4e .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCA2j5CI4e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCA2j5CI4e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCA2j5CI4e .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCA2j5CI4e .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCA2j5CI4e .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 1.6666666667vw 0 !important;
  border: none !important;
}
.cid-uCA2j5CI4e .navbar.opened {
  transition: all 0.3s;
}
.cid-uCA2j5CI4e .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCA2j5CI4e .navbar .navbar-logo img {
  width: auto;
}
.cid-uCA2j5CI4e .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uCA2j5CI4e .navbar.collapsed {
  justify-content: center;
}
.cid-uCA2j5CI4e .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCA2j5CI4e .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCA2j5CI4e .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-uCA2j5CI4e .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCA2j5CI4e .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCA2j5CI4e .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-uCA2j5CI4e .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCA2j5CI4e .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCA2j5CI4e .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCA2j5CI4e .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCA2j5CI4e .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCA2j5CI4e .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCA2j5CI4e .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCA2j5CI4e .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-uCA2j5CI4e .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCA2j5CI4e .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCA2j5CI4e .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCA2j5CI4e .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCA2j5CI4e .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCA2j5CI4e .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uCA2j5CI4e .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uCA2j5CI4e .navbar-brand {
  min-height: 70px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
  max-width: 25%;
  width: 100%;
}
.cid-uCA2j5CI4e .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-uCA2j5CI4e .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCA2j5CI4e .dropdown-item.active,
.cid-uCA2j5CI4e .dropdown-item:active {
  background-color: transparent;
}
.cid-uCA2j5CI4e .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCA2j5CI4e .nav-drop .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCA2j5CI4e .nav-drop .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCA2j5CI4e .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uCA2j5CI4e .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCA2j5CI4e .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCA2j5CI4e ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCA2j5CI4e .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCA2j5CI4e button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCA2j5CI4e button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ede7e2;
}
.cid-uCA2j5CI4e button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCA2j5CI4e button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCA2j5CI4e button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCA2j5CI4e button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCA2j5CI4e nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCA2j5CI4e nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCA2j5CI4e nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCA2j5CI4e nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCA2j5CI4e .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCA2j5CI4e a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCA2j5CI4e .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uCA2j5CI4e .navbar {
    height: 70px;
  }
  .cid-uCA2j5CI4e .navbar.opened {
    height: auto;
  }
  .cid-uCA2j5CI4e .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCA2j5CI4e .navbar-collapse {
  max-width: 75%;
  width: 100%;
  margin-left: auto;
}
.cid-uCA2j5CI4e .navbar-nav {
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 70%;
  border-radius: 1.7vw;
  overflow: hidden;
  border: 1px solid #ede7e2;
  background: #000000;
}
.cid-uCA2j5CI4e .navbar-nav .nav-item {
  display: flex;
  flex-wrap: wrap;
}
.cid-uCA2j5CI4e .navbar-nav .nav-link {
  padding: 1.1vw 1.7vw !important;
  margin: 0 !important;
  border-radius: 1.7vw;
  transition: .2s all;
}
.cid-uCA2j5CI4e .navbar-nav .nav-link:hover {
  background-color: #ede7e2;
  color: #000000 !important;
  box-shadow: 2px 0 0 #ede7e2, 0 1px 0 #ede7e2, -2px 0 0 #ede7e2, 0 -1px 0 #ede7e2;
}
@media (min-width: 992px) {
  .cid-uCA2j5CI4e .mbr-section-btn {
    width: 33.33333333%;
    margin: -0.6rem;
    padding-left: 0.6rem;
  }
  .cid-uCA2j5CI4e .mbr-section-btn .btn {
    padding: 1.18vw 2vw;
  }
}
@media (max-width: 991px) {
  .cid-uCA2j5CI4e .mbr-section-btn .btn {
    padding: 3.2vw 3.3vw;
  }
}
.cid-uCA2j5CI4e .mbr-section-btn.custom-section-btn .btn-primary:hover {
  border: 1px solid #ede7e2 !important;
}
.cid-uCA2j5CI4e .mbr-section-btn.custom-section-btn .btn-black:hover {
  border: 1px solid #ede7e2 !important;
}
.cid-uCA2j5CI4e .mbr-section-btn.custom-section-btn .btn-white:hover {
  border: 1px solid #ede7e2 !important;
}
.cid-uCA2j5CI4e .btn-container {
  width: 33.33333333%;
  margin: -0.6rem;
  padding-left: 0.6rem;
}
@media (max-width: 991px) {
  .cid-uCA2j5CI4e .navbar-brand {
    max-width: 60% !important;
    width: 100% !important;
    padding-right: 0 !important;
  }
  .cid-uCA2j5CI4e .navbar-collapse {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    padding-top: 6vw;
  }
  .cid-uCA2j5CI4e .navbar-nav {
    border: none;
    background: transparent;
    max-width: 100%;
  }
  .cid-uCA2j5CI4e .navbar-nav .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .cid-uCA2j5CI4e .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 0 2.1vw !important;
    border-radius: 0;
    font-size: 7.6vw;
    justify-content: flex-start;
  }
  .cid-uCA2j5CI4e .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
    color: #ede7e2 !important;
    box-shadow: none;
  }
  .cid-uCA2j5CI4e .mbr-section-btn {
    margin-top: 6.9vw;
    text-align: left;
  }
  .cid-uCA2j5CI4e .btn-container {
    display: none;
  }
}
@media (max-width: 767px) {
  .cid-uCA2j5CI4e .navbar-nav .nav-item .nav-link {
    margin: 0 0 3vw !important;
    font-size: 9.6vw;
    line-height: 1;
  }
  .cid-uCA2j5CI4e .mbr-section-btn {
    margin-top: 7.5vw;
  }
}
@media (max-width: 575px) {
  .cid-uCA2j5CI4e .navbar-nav .nav-item .nav-link {
    margin: 0 0 5vw !important;
    font-size: 11vw;
    line-height: 1;
  }
  .cid-uCA2j5CI4e .mbr-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .cid-uCA2j5CI4e .mbr-section-btn .btn {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-uCA2j8uc6y {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/yy-640x427.jpg");
}
.cid-uCA2j8uc6y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCA2j8uc6y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCA2j8uc6y .mbr-section-title {
  color: #000000;
}
.cid-uCA2j8uc6y .title-container {
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .cid-uCA2j8uc6y .title-container {
    flex-wrap: wrap;
  }
}
.cid-uCA2j8uc6y .title-container-1 {
  display: block;
}
.cid-uCA2j8uc6y .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c5e8c0;
  padding: 36px;
  border-radius: 16px;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  float: left;
  border: 1px solid #000000;
}
@media (max-width: 991px) {
  .cid-uCA2j8uc6y .iconfont-wrapper {
    display: none;
  }
}
.cid-uCA2j8uc6y .iconfont-wrapper .mbr-iconfont {
  color: #000000;
  font-size: 54px;
}
.cid-uCA2j8uc6y .mbr-section-subtitle-1 {
  color: #ede7e2;
  text-shadow: 2px 0 0 #000000, 0 2px 0 #000000, -2px 0 0 #000000, 0 -2px 0 #000000;
}
@media (max-width: 991px) {
  .cid-uCA2j8uc6y .mbr-section-subtitle-1 {
    color: #000000;
    text-shadow: none;
  }
}
.cid-uCA2j8uc6y .mbr-section-subtitle-2 {
  color: #000000;
}
@media (max-width: 1199px) {
  .cid-uCA2j8uc6y .mbr-section-subtitle-2 {
    width: 100%;
  }
}
.cid-uCA2j8uc6y .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1200px) {
  .cid-uCA2j8uc6y .mbr-section-btn {
    margin: 0 10px;
    min-width: 30%;
    flex-grow: 1;
  }
  .cid-uCA2j8uc6y .mbr-section-btn .btn {
    padding: 2.3vw 4.8vw;
  }
}
@media (max-width: 1199px) {
  .cid-uCA2j8uc6y .mbr-section-btn {
    margin-top: 10px;
  }
}
@media (max-width: 575px) {
  .cid-uCA2j8uc6y .mbr-section-btn {
    align-items: stretch;
  }
}
.cid-uCA2j8uc6y .mbr-text {
  color: #000000;
  margin-top: 5.14vw;
  margin-left: 7.64vw;
  width: 30.56vw;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-uCA2j8uc6y .mbr-text {
    margin-top: 6.7vw;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uCA2j8uc6y .mbr-text {
    margin-top: 10.67vw;
  }
}
.cid-uCA2j9U6Rn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ede7e2;
}
.cid-uCA2j9U6Rn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCA2j9U6Rn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCA2j9U6Rn .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uCA2j9U6Rn .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uCA2j9U6Rn .container {
    padding: 0 12px;
  }
}
.cid-uCA2j9U6Rn .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uCA2j9U6Rn .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uCA2j9U6Rn .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #222222;
  box-shadow: 4px 4px #222222;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uCA2j9U6Rn .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uCA2j9U6Rn .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uCA2j9U6Rn .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uCA2j9U6Rn .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uCA2j9U6Rn .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uCA2j9U6Rn .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uCA2j9U6Rn .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uCA2j9U6Rn .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uCA2j9U6Rn .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uCA2j9U6Rn .mbr-section-subtitle {
  color: #222222;
}
.cid-uCA2j9U6Rn .mbr-text {
  color: #222222;
}
.cid-uCA2j9U6Rn .list {
  color: #222222;
}
.cid-uCA2jb2bgn {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background: #ffffff;
}
.cid-uCA2jb2bgn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCA2jb2bgn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCA2jb2bgn .google-map {
  height: 30rem;
  position: relative;
}
.cid-uCA2jb2bgn .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uCA2jb2bgn .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-uCA2jb2bgn .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uCA2jb2bgn .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uCA2jcKFFc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/hi-2000x1022.jpg");
}
.cid-uCA2jcKFFc::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uCA2jcKFFc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCA2jcKFFc .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-uCA2jcKFFc .container {
    padding: 0 22px;
  }
}
.cid-uCA2jcKFFc .row {
  position: relative;
  z-index: 1;
}
.cid-uCA2jcKFFc .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uCA2jcKFFc .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uCA2jcKFFc .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uCA2jcKFFc .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uCA2jcKFFc .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uCA2jcKFFc .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uCA2jcKFFc .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uCA2jcKFFc .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uCA2jcKFFc .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uCA2jcKFFc .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uCA2jcKFFc .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uCA2jcKFFc .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uCA2jcKFFc .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uCA2jcKFFc .nav-wrapper .list .item-wrap:hover,
.cid-uCA2jcKFFc .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uCA2jcKFFc .nav-wrapper .list .item-wrap:hover::before,
.cid-uCA2jcKFFc .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uCA2jcKFFc .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uCA2jcKFFc .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uCA2jcKFFc .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uCA2jcKFFc .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uCA2jcKFFc .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uCA2jcKFFc .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uCA2jcKFFc .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uCA2jcKFFc .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uCA2jcKFFc .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uCA2jcKFFc .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uCA2jcKFFc .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uCA2jcKFFc .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uCA2jcKFFc .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uCA2jcKFFc .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uCA2jcKFFc .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uCA2jcKFFc .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uCA2jcKFFc .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uCA2jcKFFc .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uCA2jcKFFc .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uCA2jcKFFc .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uCA2jcKFFc .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uCA2jcKFFc .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uCA2jcKFFc .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uCA2jcKFFc .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uCA2jcKFFc .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uCA2jcKFFc .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uCA2jcKFFc .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uCA2jcKFFc .mbr-section-title {
  color: #ffffff;
}
.cid-uCA2jcKFFc .mbr-text {
  color: #ffffff;
}
.cid-uCA2jcKFFc .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uCA2jcKFFc .list {
  color: #ffffff;
}
.cid-uCA2jcKFFc .mbr-contact {
  color: #ffffff;
}
.cid-uCA2jcKFFc .mbr-desc {
  color: #ffffff;
}
.cid-uCzLbB4RtA {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/img-162-1491x982.jpg");
}
.cid-uCzLbB4RtA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCzLbB4RtA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCzLbB4RtA .mbr-section-title {
  color: #000000;
}
.cid-uCzLbB4RtA .title-container {
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .cid-uCzLbB4RtA .title-container {
    flex-wrap: wrap;
  }
}
.cid-uCzLbB4RtA .title-container-1 {
  display: block;
}
.cid-uCzLbB4RtA .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c5e8c0;
  padding: 36px;
  border-radius: 16px;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  float: left;
  border: 1px solid #000000;
}
@media (max-width: 991px) {
  .cid-uCzLbB4RtA .iconfont-wrapper {
    display: none;
  }
}
.cid-uCzLbB4RtA .iconfont-wrapper .mbr-iconfont {
  color: #000000;
  font-size: 54px;
}
.cid-uCzLbB4RtA .mbr-section-subtitle-1 {
  color: #ede7e2;
  text-shadow: 2px 0 0 #000000, 0 2px 0 #000000, -2px 0 0 #000000, 0 -2px 0 #000000;
}
@media (max-width: 991px) {
  .cid-uCzLbB4RtA .mbr-section-subtitle-1 {
    color: #000000;
    text-shadow: none;
  }
}
.cid-uCzLbB4RtA .mbr-section-subtitle-2 {
  color: #000000;
}
@media (max-width: 1199px) {
  .cid-uCzLbB4RtA .mbr-section-subtitle-2 {
    width: 100%;
  }
}
.cid-uCzLbB4RtA .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1200px) {
  .cid-uCzLbB4RtA .mbr-section-btn {
    margin: 0 10px;
    min-width: 30%;
    flex-grow: 1;
  }
  .cid-uCzLbB4RtA .mbr-section-btn .btn {
    padding: 2.3vw 4.8vw;
  }
}
@media (max-width: 1199px) {
  .cid-uCzLbB4RtA .mbr-section-btn {
    margin-top: 10px;
  }
}
@media (max-width: 575px) {
  .cid-uCzLbB4RtA .mbr-section-btn {
    align-items: stretch;
  }
}
.cid-uCzLbB4RtA .mbr-text {
  color: #000000;
  margin-top: 5.14vw;
  margin-left: 7.64vw;
  width: 30.56vw;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-uCzLbB4RtA .mbr-text {
    margin-top: 6.7vw;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uCzLbB4RtA .mbr-text {
    margin-top: 10.67vw;
  }
}
.cid-uCzLbCq9Hi {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uCzLbCq9Hi .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ede7e2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uCzLbCq9Hi .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uCzLbCq9Hi .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uCzLbCq9Hi .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uCzLbCq9Hi .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uCzLbCq9Hi .items-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-left: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uCzLbCq9Hi .items-container {
    padding-left: 6.66vw;
  }
}
.cid-uCzLbCq9Hi .item {
  position: relative;
  margin-bottom: 0.83vw;
}
@media (max-width: 991px) {
  .cid-uCzLbCq9Hi .item {
    margin-bottom: 3.2vw;
  }
}
.cid-uCzLbCq9Hi .item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -1.4vw;
  width: 0.6vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-uCzLbCq9Hi .item:before {
    left: -2.5vw;
    width: 1.2vw;
  }
}
@media (max-width: 575px) {
  .cid-uCzLbCq9Hi .item:before {
    left: -2.7vw;
    width: 1.6vw;
  }
}
.cid-uCzLbCq9Hi .mbr-text {
  color: #000000;
}
.cid-uCzLbDYV6d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ede7e2;
}
.cid-uCzLbDYV6d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCzLbDYV6d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCzLbDYV6d .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uCzLbDYV6d .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uCzLbDYV6d .container {
    padding: 0 12px;
  }
}
.cid-uCzLbDYV6d .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uCzLbDYV6d .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uCzLbDYV6d .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #222222;
  box-shadow: 4px 4px #222222;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uCzLbDYV6d .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uCzLbDYV6d .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uCzLbDYV6d .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uCzLbDYV6d .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uCzLbDYV6d .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uCzLbDYV6d .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uCzLbDYV6d .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uCzLbDYV6d .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uCzLbDYV6d .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uCzLbDYV6d .mbr-section-subtitle {
  color: #222222;
}
.cid-uCzLbDYV6d .mbr-text {
  color: #222222;
}
.cid-uCzLbDYV6d .list {
  color: #222222;
}
.cid-uCzLbF3v7Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  position: relative;
}
.cid-uCzLbF3v7Z .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uCzLbF3v7Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCzLbF3v7Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCzLbF3v7Z .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uCzLbF3v7Z .col-text {
    order: 2;
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uCzLbF3v7Z .col-text {
    margin-top: 32px;
  }
}
@media (max-width: 991px) {
  .cid-uCzLbF3v7Z .col-img {
    order: 1;
  }
}
.cid-uCzLbF3v7Z .text-wrapper {
  width: 100%;
}
.cid-uCzLbF3v7Z .mbr-section-title {
  color: #000000;
}
.cid-uCzLbF3v7Z .mbr-text {
  color: #000000;
  width: 56%;
  margin-right: auto;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .cid-uCzLbF3v7Z .mbr-text {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uCzLbF3v7Z .mbr-text {
    margin-top: 1.5rem;
  }
}
.cid-uCzLbF3v7Z .mbr-section-btn {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uCzLbF3v7Z .mbr-section-btn {
    margin-top: 1.5rem;
  }
}
.cid-uCzLbF3v7Z .image-wrapper {
  border-radius: 32px;
  overflow: hidden;
  border: 1px solid #000000;
}
.cid-uCzLbF3v7Z .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uCzLbGwGhL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  position: relative;
}
.cid-uCzLbGwGhL .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uCzLbGwGhL .mbr-section-head {
  width: 100%;
  margin-bottom: 3.4vw;
}
@media (max-width: 767px) {
  .cid-uCzLbGwGhL .mbr-section-head {
    margin-bottom: 6.93vw;
  }
}
.cid-uCzLbGwGhL .label-text {
  color: #FFFFFF;
  margin-bottom: 1.39vw;
}
.cid-uCzLbGwGhL .mbr-section-title {
  color: #FFFFFF;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uCzLbGwGhL .mbr-section-title {
    text-align: left;
  }
}
.cid-uCzLbGwGhL .mbr-section-title-2 {
  margin-right: 20px;
}
.cid-uCzLbGwGhL .section-head-container {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-uCzLbGwGhL .section-head-container {
    flex-wrap: wrap;
  }
}
.cid-uCzLbGwGhL .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c5d4fe;
  padding: 36px;
  border-radius: 50%;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-uCzLbGwGhL .iconfont-wrapper {
    border-radius: 100%;
    padding: 0;
    width: 10.67vw;
    height: 10.67vw;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-uCzLbGwGhL .iconfont-wrapper {
    width: 15.67vw;
    height: 15.67vw;
    margin-right: 12px;
    margin-top: 12px;
  }
}
.cid-uCzLbGwGhL .iconfont-wrapper .mbr-iconfont {
  color: #000000;
  font-size: 54px;
}
@media (max-width: 991px) {
  .cid-uCzLbGwGhL .iconfont-wrapper .mbr-iconfont {
    font-size: 5.6vw !important;
  }
}
@media (max-width: 767px) {
  .cid-uCzLbGwGhL .iconfont-wrapper .mbr-iconfont {
    font-size: 8vw !important;
  }
}
.cid-uCzLbGwGhL .mbr-section-subtitle {
  width: 35%;
  margin-bottom: 0;
  margin-top: 20px;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-uCzLbGwGhL .mbr-section-subtitle {
    width: 100%;
    margin-bottom: 0;
    margin-top: 1rem;
  }
}
.cid-uCzLbGwGhL .item {
  display: flex;
  align-items: stretch;
  margin-bottom: 1.4vw;
}
@media (max-width: 767px) {
  .cid-uCzLbGwGhL .item {
    margin-bottom: 0.75rem;
  }
}
.cid-uCzLbGwGhL .item-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 32vw;
  padding: 32px;
  border-radius: 1.7vw;
  opacity: 0.75;
  transition: border-radius 0.8s, opacity 0.6s, box-shadow 0.4s;
  background-color: #ffffff;
}
@media (max-width: 1199px) and (min-width: 767px) {
  .cid-uCzLbGwGhL .item-wrap {
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uCzLbGwGhL .item-wrap {
    padding: 6.4vw;
    min-height: 96vw;
    border-radius: 6.4vw;
    opacity: 1;
  }
}
.cid-uCzLbGwGhL .item-wrap:hover {
  opacity: 1;
  border-radius: 2.8vw;
}
.cid-uCzLbGwGhL .item-head {
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin-bottom: auto;
}
.cid-uCzLbGwGhL .item-title {
  color: #000000;
  margin-bottom: 8px;
}
.cid-uCzLbGwGhL .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 11.11vw;
  border-radius: 8px;
  margin-left: auto;
  overflow: hidden;
  aspect-ratio: 1;
  background-color: #f5ff7d;
}
@media (max-width: 991px) {
  .cid-uCzLbGwGhL .item-img {
    width: 19.2vw;
  }
}
@media (max-width: 767px) {
  .cid-uCzLbGwGhL .item-img {
    width: 42.67vw;
  }
}
.cid-uCzLbGwGhL .item-img .mbr-iconfont {
  font-size: 6vw !important;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-uCzLbGwGhL .item-img .mbr-iconfont {
    font-size: 9.87vw !important;
  }
}
@media (max-width: 767px) {
  .cid-uCzLbGwGhL .item-img .mbr-iconfont {
    font-size: 20.3vw !important;
  }
}
.cid-uCzLbGwGhL .item-content {
  width: 100%;
  margin-top: 1.5rem;
}
.cid-uCzLbGwGhL .mbr-text {
  color: #000000;
}
.cid-uCzLbGwGhL .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uCzLbIvb0j {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ede7e2;
}
.cid-uCzLbIvb0j .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uCzLbIvb0j .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uCzLbIvb0j .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uCzLbIvb0j .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uCzLbIvb0j .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uCzLbIvb0j .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uCzLbJHEsO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ede7e2;
}
.cid-uCzLbJHEsO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCzLbJHEsO .col-12 {
  padding: 0;
}
.cid-uCzLbJHEsO .row {
  margin: 0;
}
.cid-uCzLbJHEsO .card-wrapper {
  border: 1px solid #f5ff7d;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uCzLbJHEsO .card-wrapper {
    padding: 1rem;
  }
}
.cid-uCzLbJHEsO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCzLbJHEsO .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uCzLbJHEsO .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uCzLbJHEsO .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uCzLbJHEsO .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uCzLbJHEsO .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #221b35;
}
@media (max-width: 991px) {
  .cid-uCzLbJHEsO .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uCzLbJHEsO .image-wrapper {
    padding: 1rem;
  }
}
.cid-uCzLbJHEsO .mbr-section-title {
  color: #221b35;
  text-align: center;
}
.cid-uCzLbJHEsO .mbr-text,
.cid-uCzLbJHEsO .mbr-section-btn {
  color: #221b35;
  text-align: center;
}
.cid-uCzLbKU0kL {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ede7e2;
}
.cid-uCzLbKU0kL .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uCzLbKU0kL .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uCzLbKU0kL .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uCzLbKU0kL .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uCzLbKU0kL .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uCzLbKU0kL .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uCzLbLYhLN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ede7e2;
}
.cid-uCzLbLYhLN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCzLbLYhLN .col-12 {
  padding: 0;
}
.cid-uCzLbLYhLN .row {
  margin: 0;
}
.cid-uCzLbLYhLN .card-margin {
  margin-left: -1px;
}
@media (max-width: 992px) {
  .cid-uCzLbLYhLN .card-margin {
    margin-top: -1px;
  }
}
.cid-uCzLbLYhLN .card-wrapper {
  min-height: 500px;
  border: 1px solid #f5ff7d;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uCzLbLYhLN .card-wrapper {
    padding: 1rem;
  }
}
.cid-uCzLbLYhLN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCzLbLYhLN .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uCzLbLYhLN .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uCzLbLYhLN .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uCzLbLYhLN .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uCzLbLYhLN .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #221b35;
}
@media (max-width: 991px) {
  .cid-uCzLbLYhLN .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uCzLbLYhLN .image-wrapper {
    padding: 1rem;
  }
}
.cid-uCzLbLYhLN .mbr-section-title {
  color: #221b35;
}
.cid-uCzLbLYhLN .mbr-text,
.cid-uCzLbLYhLN .mbr-section-btn {
  color: #221b35;
}
.cid-uCzLbNs8sY {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ede7e2;
}
.cid-uCzLbNs8sY .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uCzLbNs8sY .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uCzLbNs8sY .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uCzLbNs8sY .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uCzLbNs8sY .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uCzLbNs8sY .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uCzNVbnctQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e0e10;
}
.cid-uCzNVbnctQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCzNVbnctQ .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-uCzNVbnctQ .container {
    padding: 0 20px;
  }
}
.cid-uCzNVbnctQ .row {
  margin: 0;
}
.cid-uCzNVbnctQ .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uCzNVbnctQ .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uCzNVbnctQ .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-uCzNVbnctQ .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uCzNVbnctQ .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uCzNVbnctQ .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uCzNVbnctQ .mbr-section-title {
  color: #ffffff;
}
.cid-uCzLbOs1vv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
}
.cid-uCzLbOs1vv .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ede7e2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uCzLbOs1vv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCzLbOs1vv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uCzLbOs1vv .col-text {
    order: 2;
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uCzLbOs1vv .col-text {
    margin-top: 32px;
  }
}
@media (max-width: 991px) {
  .cid-uCzLbOs1vv .col-img {
    order: 1;
  }
}
.cid-uCzLbOs1vv .text-wrapper {
  width: 100%;
}
.cid-uCzLbOs1vv .mbr-section-title {
  color: #000000;
}
.cid-uCzLbOs1vv .mbr-text {
  color: #000000;
  width: 56%;
  margin-right: auto;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .cid-uCzLbOs1vv .mbr-text {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uCzLbOs1vv .mbr-text {
    margin-top: 1.5rem;
  }
}
.cid-uCzLbOs1vv .mbr-section-btn {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uCzLbOs1vv .mbr-section-btn {
    margin-top: 1.5rem;
  }
}
.cid-uCzLbOs1vv .image-wrapper {
  border-radius: 32px;
  overflow: hidden;
  border: 1px solid #000000;
}
.cid-uCzLbOs1vv .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uCLxhx0RB7 {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #000000;
  position: relative;
}
.cid-uCLxhx0RB7 .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uCLxhx0RB7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCLxhx0RB7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uCLxhx0RB7 .col-title {
    margin-bottom: 7vw;
  }
}
@media (max-width: 767px) {
  .cid-uCLxhx0RB7 .col-title {
    margin-bottom: 9vw;
  }
}
.cid-uCLxhx0RB7 .mbr-section-title {
  color: #FFFFFF;
  margin-bottom: 1rem;
}
.cid-uCLxhx0RB7 .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-uCLxhx0RB7 .toggle-panel {
  border-top: 1px solid #ede7e2;
}
.cid-uCLxhx0RB7 .card {
  padding-bottom: 0;
  border-radius: 0;
  border-bottom: 1px solid #ede7e2;
}
.cid-uCLxhx0RB7 .card-header {
  background-color: transparent;
  margin-bottom: 0;
  padding: 0;
  border-bottom: none !important;
}
.cid-uCLxhx0RB7 .sign {
  font-family: 'Moririse2' !important;
  padding: 10px;
  font-size: 18px;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #ffffff;
  transition: 0.3s all;
  animation: icon-move-out 0.2s ease-out;
}
@media (max-width: 991px) {
  .cid-uCLxhx0RB7 .sign {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 0;
    width: 7.3vw;
    font-size: 3.7vw;
    aspect-ratio: 1;
  }
}
@media (max-width: 767px) {
  .cid-uCLxhx0RB7 .sign {
    width: 8.53vw;
    font-size: 4.3vw;
  }
}
.cid-uCLxhx0RB7 .panel-title-edit {
  color: #F5FF7D;
  padding-right: 1rem;
  transition: .3s all;
}
.cid-uCLxhx0RB7 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 36px 0;
  transition: .4s all;
}
@media (max-width: 991px) {
  .cid-uCLxhx0RB7 .panel-title {
    padding: 5vw 0;
  }
}
@media (max-width: 767px) {
  .cid-uCLxhx0RB7 .panel-title {
    padding: 6.4vw 0;
  }
}
.cid-uCLxhx0RB7 .panel-title[aria-expanded="false"] .sign:hover {
  animation: icon-move 0.8s forwards;
}
.cid-uCLxhx0RB7 .panel-title[aria-expanded="true"] .sign {
  transform: rotate(135deg);
}
.cid-uCLxhx0RB7 .panel-text {
  color: #FFFFFF;
  margin-bottom: 36px;
  max-width: 80%;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uCLxhx0RB7 .panel-text {
    margin-bottom: 5vw;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uCLxhx0RB7 .panel-text {
    margin-bottom: 6.4vw;
  }
}
@keyframes icon-move {
  0% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: transform;
  }
  80% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(360deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0, 0%, 0px) scale3d(1.2, 1.2, 1) rotateX(0deg) rotateY(0deg) rotateZ(360deg) skew(0deg, 0deg);
    will-change: auto;
  }
}
@keyframes icon-move-out {
  0% {
    transform: translate3d(0, 0%, 0px) scale3d(1.2, 1.2, 1) rotateX(0deg) rotateY(0deg) rotateZ(0) skew(0deg, 0deg);
    will-change: transform;
  }
  100% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0) skew(0deg, 0deg);
    will-change: auto;
  }
}
.cid-uCzLbRaTo7 {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uCzLbRaTo7 .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ede7e2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uCzLbRaTo7 .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uCzLbRaTo7 .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uCzLbRaTo7 .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uCzLbRaTo7 .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uCzLbRaTo7 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uCAecZNCNI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCAecZNCNI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCAecZNCNI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCAecZNCNI .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uCAecZNCNI .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uCAecZNCNI .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uCAecZNCNI .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uCAecZNCNI .container {
    padding: 0 16px;
  }
}
.cid-uCAecZNCNI .row {
  justify-content: center;
}
.cid-uCAecZNCNI .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uCAecZNCNI .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uCAecZNCNI .mbr-section-subtitle {
  margin-bottom: 32px;
  color: #000000;
}
.cid-uCAecZNCNI .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0 !important;
}
.cid-uCAecZNCNI .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-uCAecZNCNI .panel-group .card .card-header {
  padding: 24px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uCAecZNCNI .panel-group .card .card-header {
    padding: 20px 0;
  }
}
.cid-uCAecZNCNI .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uCAecZNCNI .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uCAecZNCNI .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uCAecZNCNI .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
  margin-left: 8px;
}
.cid-uCAecZNCNI .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uCAecZNCNI .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-uCAecZNCNI .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uCAecZNCNI .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uCAecZNCNI .panel-title {
  color: #000000;
}
.cid-uCAecZNCNI .panel-text {
  color: #000000;
}
.cid-uCzLbSTfMx {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background: #ffffff;
}
.cid-uCzLbSTfMx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCzLbSTfMx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCzLbSTfMx .google-map {
  height: 30rem;
  position: relative;
}
.cid-uCzLbSTfMx .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uCzLbSTfMx .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-uCzLbSTfMx .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uCzLbSTfMx .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uCzLbWKoy1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/hi-2000x1022.jpg");
}
.cid-uCzLbWKoy1::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uCzLbWKoy1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCzLbWKoy1 .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-uCzLbWKoy1 .container {
    padding: 0 22px;
  }
}
.cid-uCzLbWKoy1 .row {
  position: relative;
  z-index: 1;
}
.cid-uCzLbWKoy1 .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uCzLbWKoy1 .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uCzLbWKoy1 .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uCzLbWKoy1 .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uCzLbWKoy1 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uCzLbWKoy1 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uCzLbWKoy1 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uCzLbWKoy1 .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uCzLbWKoy1 .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uCzLbWKoy1 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uCzLbWKoy1 .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uCzLbWKoy1 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uCzLbWKoy1 .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uCzLbWKoy1 .nav-wrapper .list .item-wrap:hover,
.cid-uCzLbWKoy1 .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uCzLbWKoy1 .nav-wrapper .list .item-wrap:hover::before,
.cid-uCzLbWKoy1 .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uCzLbWKoy1 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uCzLbWKoy1 .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uCzLbWKoy1 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uCzLbWKoy1 .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uCzLbWKoy1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uCzLbWKoy1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uCzLbWKoy1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uCzLbWKoy1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uCzLbWKoy1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uCzLbWKoy1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uCzLbWKoy1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uCzLbWKoy1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uCzLbWKoy1 .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uCzLbWKoy1 .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uCzLbWKoy1 .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uCzLbWKoy1 .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uCzLbWKoy1 .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uCzLbWKoy1 .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uCzLbWKoy1 .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uCzLbWKoy1 .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uCzLbWKoy1 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uCzLbWKoy1 .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uCzLbWKoy1 .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uCzLbWKoy1 .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uCzLbWKoy1 .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uCzLbWKoy1 .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uCzLbWKoy1 .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uCzLbWKoy1 .mbr-section-title {
  color: #ffffff;
}
.cid-uCzLbWKoy1 .mbr-text {
  color: #ffffff;
}
.cid-uCzLbWKoy1 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uCzLbWKoy1 .list {
  color: #ffffff;
}
.cid-uCzLbWKoy1 .mbr-contact {
  color: #ffffff;
}
.cid-uCzLbWKoy1 .mbr-desc {
  color: #ffffff;
}
.cid-uCzYSXF68A {
  z-index: 1000;
  width: 100%;
}
.cid-uCzYSXF68A nav.navbar {
  position: fixed;
}
.cid-uCzYSXF68A .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCzYSXF68A .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCzYSXF68A .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCzYSXF68A .dropdown-item:hover,
.cid-uCzYSXF68A .dropdown-item:focus {
  background: #f5ff7d !important;
  color: white !important;
}
.cid-uCzYSXF68A .dropdown-item:hover span {
  color: white;
}
.cid-uCzYSXF68A .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCzYSXF68A .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCzYSXF68A .nav-drop .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uCzYSXF68A .nav-drop .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCzYSXF68A .nav-link {
  position: relative;
}
.cid-uCzYSXF68A .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uCzYSXF68A .container {
    flex-wrap: nowrap;
  }
}
.cid-uCzYSXF68A .dropdown-menu,
.cid-uCzYSXF68A .navbar.opened {
  background: #000000 !important;
}
.cid-uCzYSXF68A .nav-item:focus,
.cid-uCzYSXF68A .nav-link:focus {
  outline: none;
}
.cid-uCzYSXF68A .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCzYSXF68A .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCzYSXF68A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCzYSXF68A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCzYSXF68A .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCzYSXF68A .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCzYSXF68A .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 1.6666666667vw 0 !important;
  border: none !important;
}
.cid-uCzYSXF68A .navbar.opened {
  transition: all 0.3s;
}
.cid-uCzYSXF68A .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCzYSXF68A .navbar .navbar-logo img {
  width: auto;
}
.cid-uCzYSXF68A .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uCzYSXF68A .navbar.collapsed {
  justify-content: center;
}
.cid-uCzYSXF68A .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCzYSXF68A .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCzYSXF68A .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-uCzYSXF68A .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCzYSXF68A .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCzYSXF68A .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-uCzYSXF68A .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCzYSXF68A .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCzYSXF68A .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCzYSXF68A .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCzYSXF68A .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCzYSXF68A .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCzYSXF68A .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCzYSXF68A .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-uCzYSXF68A .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCzYSXF68A .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCzYSXF68A .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCzYSXF68A .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCzYSXF68A .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCzYSXF68A .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uCzYSXF68A .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uCzYSXF68A .navbar-brand {
  min-height: 70px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
  max-width: 25%;
  width: 100%;
}
.cid-uCzYSXF68A .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-uCzYSXF68A .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCzYSXF68A .dropdown-item.active,
.cid-uCzYSXF68A .dropdown-item:active {
  background-color: transparent;
}
.cid-uCzYSXF68A .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCzYSXF68A .nav-drop .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCzYSXF68A .nav-drop .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCzYSXF68A .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uCzYSXF68A .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCzYSXF68A .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCzYSXF68A ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCzYSXF68A .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCzYSXF68A button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCzYSXF68A button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ede7e2;
}
.cid-uCzYSXF68A button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCzYSXF68A button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCzYSXF68A button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCzYSXF68A button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCzYSXF68A nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCzYSXF68A nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCzYSXF68A nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCzYSXF68A nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCzYSXF68A .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCzYSXF68A a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCzYSXF68A .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uCzYSXF68A .navbar {
    height: 70px;
  }
  .cid-uCzYSXF68A .navbar.opened {
    height: auto;
  }
  .cid-uCzYSXF68A .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCzYSXF68A .navbar-collapse {
  max-width: 75%;
  width: 100%;
  margin-left: auto;
}
.cid-uCzYSXF68A .navbar-nav {
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 70%;
  border-radius: 1.7vw;
  overflow: hidden;
  border: 1px solid #ede7e2;
  background: #000000;
}
.cid-uCzYSXF68A .navbar-nav .nav-item {
  display: flex;
  flex-wrap: wrap;
}
.cid-uCzYSXF68A .navbar-nav .nav-link {
  padding: 1.1vw 1.7vw !important;
  margin: 0 !important;
  border-radius: 1.7vw;
  transition: .2s all;
}
.cid-uCzYSXF68A .navbar-nav .nav-link:hover {
  background-color: #ede7e2;
  color: #000000 !important;
  box-shadow: 2px 0 0 #ede7e2, 0 1px 0 #ede7e2, -2px 0 0 #ede7e2, 0 -1px 0 #ede7e2;
}
@media (min-width: 992px) {
  .cid-uCzYSXF68A .mbr-section-btn {
    width: 33.33333333%;
    margin: -0.6rem;
    padding-left: 0.6rem;
  }
  .cid-uCzYSXF68A .mbr-section-btn .btn {
    padding: 1.18vw 2vw;
  }
}
@media (max-width: 991px) {
  .cid-uCzYSXF68A .mbr-section-btn .btn {
    padding: 3.2vw 3.3vw;
  }
}
.cid-uCzYSXF68A .mbr-section-btn.custom-section-btn .btn-primary:hover {
  border: 1px solid #ede7e2 !important;
}
.cid-uCzYSXF68A .mbr-section-btn.custom-section-btn .btn-black:hover {
  border: 1px solid #ede7e2 !important;
}
.cid-uCzYSXF68A .mbr-section-btn.custom-section-btn .btn-white:hover {
  border: 1px solid #ede7e2 !important;
}
.cid-uCzYSXF68A .btn-container {
  width: 33.33333333%;
  margin: -0.6rem;
  padding-left: 0.6rem;
}
@media (max-width: 991px) {
  .cid-uCzYSXF68A .navbar-brand {
    max-width: 60% !important;
    width: 100% !important;
    padding-right: 0 !important;
  }
  .cid-uCzYSXF68A .navbar-collapse {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    padding-top: 6vw;
  }
  .cid-uCzYSXF68A .navbar-nav {
    border: none;
    background: transparent;
    max-width: 100%;
  }
  .cid-uCzYSXF68A .navbar-nav .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .cid-uCzYSXF68A .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 0 2.1vw !important;
    border-radius: 0;
    font-size: 7.6vw;
    justify-content: flex-start;
  }
  .cid-uCzYSXF68A .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
    color: #ede7e2 !important;
    box-shadow: none;
  }
  .cid-uCzYSXF68A .mbr-section-btn {
    margin-top: 6.9vw;
    text-align: left;
  }
  .cid-uCzYSXF68A .btn-container {
    display: none;
  }
}
@media (max-width: 767px) {
  .cid-uCzYSXF68A .navbar-nav .nav-item .nav-link {
    margin: 0 0 3vw !important;
    font-size: 9.6vw;
    line-height: 1;
  }
  .cid-uCzYSXF68A .mbr-section-btn {
    margin-top: 7.5vw;
  }
}
@media (max-width: 575px) {
  .cid-uCzYSXF68A .navbar-nav .nav-item .nav-link {
    margin: 0 0 5vw !important;
    font-size: 11vw;
    line-height: 1;
  }
  .cid-uCzYSXF68A .mbr-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .cid-uCzYSXF68A .mbr-section-btn .btn {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-uCzOgB9IVV {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/heslinlawfirm-buckscountychildinjuryattorney-2000x1343.jpg");
}
.cid-uCzOgB9IVV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCzOgB9IVV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCzOgB9IVV .mbr-section-title {
  color: #000000;
}
.cid-uCzOgB9IVV .title-container {
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .cid-uCzOgB9IVV .title-container {
    flex-wrap: wrap;
  }
}
.cid-uCzOgB9IVV .title-container-1 {
  display: block;
}
.cid-uCzOgB9IVV .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c5e8c0;
  padding: 36px;
  border-radius: 16px;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  float: left;
  border: 1px solid #000000;
}
@media (max-width: 991px) {
  .cid-uCzOgB9IVV .iconfont-wrapper {
    display: none;
  }
}
.cid-uCzOgB9IVV .iconfont-wrapper .mbr-iconfont {
  color: #000000;
  font-size: 54px;
}
.cid-uCzOgB9IVV .mbr-section-subtitle-1 {
  color: #ede7e2;
  text-shadow: 2px 0 0 #000000, 0 2px 0 #000000, -2px 0 0 #000000, 0 -2px 0 #000000;
}
@media (max-width: 991px) {
  .cid-uCzOgB9IVV .mbr-section-subtitle-1 {
    color: #000000;
    text-shadow: none;
  }
}
.cid-uCzOgB9IVV .mbr-section-subtitle-2 {
  color: #000000;
}
@media (max-width: 1199px) {
  .cid-uCzOgB9IVV .mbr-section-subtitle-2 {
    width: 100%;
  }
}
.cid-uCzOgB9IVV .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1200px) {
  .cid-uCzOgB9IVV .mbr-section-btn {
    margin: 0 10px;
    min-width: 30%;
    flex-grow: 1;
  }
  .cid-uCzOgB9IVV .mbr-section-btn .btn {
    padding: 2.3vw 4.8vw;
  }
}
@media (max-width: 1199px) {
  .cid-uCzOgB9IVV .mbr-section-btn {
    margin-top: 10px;
  }
}
@media (max-width: 575px) {
  .cid-uCzOgB9IVV .mbr-section-btn {
    align-items: stretch;
  }
}
.cid-uCzOgB9IVV .mbr-text {
  color: #000000;
  margin-top: 5.14vw;
  margin-left: 7.64vw;
  width: 30.56vw;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-uCzOgB9IVV .mbr-text {
    margin-top: 6.7vw;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uCzOgB9IVV .mbr-text {
    margin-top: 10.67vw;
  }
}
.cid-uCzOgCJae8 {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uCzOgCJae8 .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ede7e2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uCzOgCJae8 .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uCzOgCJae8 .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uCzOgCJae8 .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uCzOgCJae8 .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uCzOgCJae8 .items-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-left: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uCzOgCJae8 .items-container {
    padding-left: 6.66vw;
  }
}
.cid-uCzOgCJae8 .item {
  position: relative;
  margin-bottom: 0.83vw;
}
@media (max-width: 991px) {
  .cid-uCzOgCJae8 .item {
    margin-bottom: 3.2vw;
  }
}
.cid-uCzOgCJae8 .item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -1.4vw;
  width: 0.6vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-uCzOgCJae8 .item:before {
    left: -2.5vw;
    width: 1.2vw;
  }
}
@media (max-width: 575px) {
  .cid-uCzOgCJae8 .item:before {
    left: -2.7vw;
    width: 1.6vw;
  }
}
.cid-uCzOgCJae8 .mbr-text {
  color: #000000;
}
.cid-uCzOgE2Fsr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ede7e2;
}
.cid-uCzOgE2Fsr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCzOgE2Fsr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCzOgE2Fsr .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uCzOgE2Fsr .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uCzOgE2Fsr .container {
    padding: 0 12px;
  }
}
.cid-uCzOgE2Fsr .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uCzOgE2Fsr .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uCzOgE2Fsr .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #222222;
  box-shadow: 4px 4px #222222;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uCzOgE2Fsr .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uCzOgE2Fsr .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uCzOgE2Fsr .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uCzOgE2Fsr .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uCzOgE2Fsr .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uCzOgE2Fsr .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uCzOgE2Fsr .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uCzOgE2Fsr .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uCzOgE2Fsr .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uCzOgE2Fsr .mbr-section-subtitle {
  color: #222222;
}
.cid-uCzOgE2Fsr .mbr-text {
  color: #222222;
}
.cid-uCzOgE2Fsr .list {
  color: #222222;
}
.cid-uCzOgG2WYu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  position: relative;
}
.cid-uCzOgG2WYu .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uCzOgG2WYu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCzOgG2WYu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCzOgG2WYu .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uCzOgG2WYu .col-text {
    order: 2;
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uCzOgG2WYu .col-text {
    margin-top: 32px;
  }
}
@media (max-width: 991px) {
  .cid-uCzOgG2WYu .col-img {
    order: 1;
  }
}
.cid-uCzOgG2WYu .text-wrapper {
  width: 100%;
}
.cid-uCzOgG2WYu .mbr-section-title {
  color: #000000;
}
.cid-uCzOgG2WYu .mbr-text {
  color: #000000;
  width: 56%;
  margin-right: auto;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .cid-uCzOgG2WYu .mbr-text {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uCzOgG2WYu .mbr-text {
    margin-top: 1.5rem;
  }
}
.cid-uCzOgG2WYu .mbr-section-btn {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uCzOgG2WYu .mbr-section-btn {
    margin-top: 1.5rem;
  }
}
.cid-uCzOgG2WYu .image-wrapper {
  border-radius: 32px;
  overflow: hidden;
  border: 1px solid #000000;
}
.cid-uCzOgG2WYu .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uCzOgH1vo8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  position: relative;
}
.cid-uCzOgH1vo8 .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uCzOgH1vo8 .mbr-section-head {
  width: 100%;
  margin-bottom: 3.4vw;
}
@media (max-width: 767px) {
  .cid-uCzOgH1vo8 .mbr-section-head {
    margin-bottom: 6.93vw;
  }
}
.cid-uCzOgH1vo8 .label-text {
  color: #FFFFFF;
  margin-bottom: 1.39vw;
}
.cid-uCzOgH1vo8 .mbr-section-title {
  color: #FFFFFF;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uCzOgH1vo8 .mbr-section-title {
    text-align: left;
  }
}
.cid-uCzOgH1vo8 .mbr-section-title-2 {
  margin-right: 20px;
}
.cid-uCzOgH1vo8 .section-head-container {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-uCzOgH1vo8 .section-head-container {
    flex-wrap: wrap;
  }
}
.cid-uCzOgH1vo8 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c5d4fe;
  padding: 36px;
  border-radius: 50%;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-uCzOgH1vo8 .iconfont-wrapper {
    border-radius: 100%;
    padding: 0;
    width: 10.67vw;
    height: 10.67vw;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-uCzOgH1vo8 .iconfont-wrapper {
    width: 15.67vw;
    height: 15.67vw;
    margin-right: 12px;
    margin-top: 12px;
  }
}
.cid-uCzOgH1vo8 .iconfont-wrapper .mbr-iconfont {
  color: #000000;
  font-size: 54px;
}
@media (max-width: 991px) {
  .cid-uCzOgH1vo8 .iconfont-wrapper .mbr-iconfont {
    font-size: 5.6vw !important;
  }
}
@media (max-width: 767px) {
  .cid-uCzOgH1vo8 .iconfont-wrapper .mbr-iconfont {
    font-size: 8vw !important;
  }
}
.cid-uCzOgH1vo8 .mbr-section-subtitle {
  width: 35%;
  margin-bottom: 0;
  margin-top: 20px;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-uCzOgH1vo8 .mbr-section-subtitle {
    width: 100%;
    margin-bottom: 0;
    margin-top: 1rem;
  }
}
.cid-uCzOgH1vo8 .item {
  display: flex;
  align-items: stretch;
  margin-bottom: 1.4vw;
}
@media (max-width: 767px) {
  .cid-uCzOgH1vo8 .item {
    margin-bottom: 0.75rem;
  }
}
.cid-uCzOgH1vo8 .item-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 32vw;
  padding: 32px;
  border-radius: 1.7vw;
  opacity: 0.75;
  transition: border-radius 0.8s, opacity 0.6s, box-shadow 0.4s;
  background-color: #ffffff;
}
@media (max-width: 1199px) and (min-width: 767px) {
  .cid-uCzOgH1vo8 .item-wrap {
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uCzOgH1vo8 .item-wrap {
    padding: 6.4vw;
    min-height: 96vw;
    border-radius: 6.4vw;
    opacity: 1;
  }
}
.cid-uCzOgH1vo8 .item-wrap:hover {
  opacity: 1;
  border-radius: 2.8vw;
}
.cid-uCzOgH1vo8 .item-head {
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin-bottom: auto;
}
.cid-uCzOgH1vo8 .item-title {
  color: #000000;
  margin-bottom: 8px;
}
.cid-uCzOgH1vo8 .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 11.11vw;
  border-radius: 8px;
  margin-left: auto;
  overflow: hidden;
  aspect-ratio: 1;
  background-color: #f5ff7d;
}
@media (max-width: 991px) {
  .cid-uCzOgH1vo8 .item-img {
    width: 19.2vw;
  }
}
@media (max-width: 767px) {
  .cid-uCzOgH1vo8 .item-img {
    width: 42.67vw;
  }
}
.cid-uCzOgH1vo8 .item-img .mbr-iconfont {
  font-size: 6vw !important;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-uCzOgH1vo8 .item-img .mbr-iconfont {
    font-size: 9.87vw !important;
  }
}
@media (max-width: 767px) {
  .cid-uCzOgH1vo8 .item-img .mbr-iconfont {
    font-size: 20.3vw !important;
  }
}
.cid-uCzOgH1vo8 .item-content {
  width: 100%;
  margin-top: 1.5rem;
}
.cid-uCzOgH1vo8 .mbr-text {
  color: #000000;
}
.cid-uCzOgH1vo8 .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uCzOgIX9wB {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ede7e2;
}
.cid-uCzOgIX9wB .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uCzOgIX9wB .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uCzOgIX9wB .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uCzOgIX9wB .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uCzOgIX9wB .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uCzOgIX9wB .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uCzOgJVuCZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ede7e2;
}
.cid-uCzOgJVuCZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCzOgJVuCZ .col-12 {
  padding: 0;
}
.cid-uCzOgJVuCZ .row {
  margin: 0;
}
.cid-uCzOgJVuCZ .card-wrapper {
  border: 1px solid #f5ff7d;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uCzOgJVuCZ .card-wrapper {
    padding: 1rem;
  }
}
.cid-uCzOgJVuCZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCzOgJVuCZ .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uCzOgJVuCZ .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uCzOgJVuCZ .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uCzOgJVuCZ .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uCzOgJVuCZ .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #221b35;
}
@media (max-width: 991px) {
  .cid-uCzOgJVuCZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uCzOgJVuCZ .image-wrapper {
    padding: 1rem;
  }
}
.cid-uCzOgJVuCZ .mbr-section-title {
  color: #221b35;
  text-align: center;
}
.cid-uCzOgJVuCZ .mbr-text,
.cid-uCzOgJVuCZ .mbr-section-btn {
  color: #221b35;
  text-align: center;
}
.cid-uCzOgLbWa7 {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ede7e2;
}
.cid-uCzOgLbWa7 .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uCzOgLbWa7 .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uCzOgLbWa7 .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uCzOgLbWa7 .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uCzOgLbWa7 .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uCzOgLbWa7 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uCzOgMb6Ks {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ede7e2;
}
.cid-uCzOgMb6Ks .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCzOgMb6Ks .col-12 {
  padding: 0;
}
.cid-uCzOgMb6Ks .row {
  margin: 0;
}
.cid-uCzOgMb6Ks .card-margin {
  margin-left: -1px;
}
@media (max-width: 992px) {
  .cid-uCzOgMb6Ks .card-margin {
    margin-top: -1px;
  }
}
.cid-uCzOgMb6Ks .card-wrapper {
  min-height: 500px;
  border: 1px solid #f5ff7d;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uCzOgMb6Ks .card-wrapper {
    padding: 1rem;
  }
}
.cid-uCzOgMb6Ks .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCzOgMb6Ks .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uCzOgMb6Ks .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uCzOgMb6Ks .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uCzOgMb6Ks .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uCzOgMb6Ks .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #221b35;
}
@media (max-width: 991px) {
  .cid-uCzOgMb6Ks .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uCzOgMb6Ks .image-wrapper {
    padding: 1rem;
  }
}
.cid-uCzOgMb6Ks .mbr-section-title {
  color: #221b35;
}
.cid-uCzOgMb6Ks .mbr-text,
.cid-uCzOgMb6Ks .mbr-section-btn {
  color: #221b35;
}
.cid-uCzOgNAhV8 {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ede7e2;
}
.cid-uCzOgNAhV8 .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uCzOgNAhV8 .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uCzOgNAhV8 .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uCzOgNAhV8 .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uCzOgNAhV8 .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uCzOgNAhV8 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uCzOgPHf9a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
}
.cid-uCzOgPHf9a .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ede7e2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uCzOgPHf9a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCzOgPHf9a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uCzOgPHf9a .col-text {
    order: 2;
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uCzOgPHf9a .col-text {
    margin-top: 32px;
  }
}
@media (max-width: 991px) {
  .cid-uCzOgPHf9a .col-img {
    order: 1;
  }
}
.cid-uCzOgPHf9a .text-wrapper {
  width: 100%;
}
.cid-uCzOgPHf9a .mbr-section-title {
  color: #000000;
}
.cid-uCzOgPHf9a .mbr-text {
  color: #000000;
  width: 56%;
  margin-right: auto;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .cid-uCzOgPHf9a .mbr-text {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uCzOgPHf9a .mbr-text {
    margin-top: 1.5rem;
  }
}
.cid-uCzOgPHf9a .mbr-section-btn {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uCzOgPHf9a .mbr-section-btn {
    margin-top: 1.5rem;
  }
}
.cid-uCzOgPHf9a .image-wrapper {
  border-radius: 32px;
  overflow: hidden;
  border: 1px solid #000000;
}
.cid-uCzOgPHf9a .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uCLxlWEPL2 {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #000000;
  position: relative;
}
.cid-uCLxlWEPL2 .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uCLxlWEPL2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCLxlWEPL2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uCLxlWEPL2 .col-title {
    margin-bottom: 7vw;
  }
}
@media (max-width: 767px) {
  .cid-uCLxlWEPL2 .col-title {
    margin-bottom: 9vw;
  }
}
.cid-uCLxlWEPL2 .mbr-section-title {
  color: #FFFFFF;
  margin-bottom: 1rem;
}
.cid-uCLxlWEPL2 .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-uCLxlWEPL2 .toggle-panel {
  border-top: 1px solid #ede7e2;
}
.cid-uCLxlWEPL2 .card {
  padding-bottom: 0;
  border-radius: 0;
  border-bottom: 1px solid #ede7e2;
}
.cid-uCLxlWEPL2 .card-header {
  background-color: transparent;
  margin-bottom: 0;
  padding: 0;
  border-bottom: none !important;
}
.cid-uCLxlWEPL2 .sign {
  font-family: 'Moririse2' !important;
  padding: 10px;
  font-size: 18px;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #ffffff;
  transition: 0.3s all;
  animation: icon-move-out 0.2s ease-out;
}
@media (max-width: 991px) {
  .cid-uCLxlWEPL2 .sign {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 0;
    width: 7.3vw;
    font-size: 3.7vw;
    aspect-ratio: 1;
  }
}
@media (max-width: 767px) {
  .cid-uCLxlWEPL2 .sign {
    width: 8.53vw;
    font-size: 4.3vw;
  }
}
.cid-uCLxlWEPL2 .panel-title-edit {
  color: #F5FF7D;
  padding-right: 1rem;
  transition: .3s all;
}
.cid-uCLxlWEPL2 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 36px 0;
  transition: .4s all;
}
@media (max-width: 991px) {
  .cid-uCLxlWEPL2 .panel-title {
    padding: 5vw 0;
  }
}
@media (max-width: 767px) {
  .cid-uCLxlWEPL2 .panel-title {
    padding: 6.4vw 0;
  }
}
.cid-uCLxlWEPL2 .panel-title[aria-expanded="false"] .sign:hover {
  animation: icon-move 0.8s forwards;
}
.cid-uCLxlWEPL2 .panel-title[aria-expanded="true"] .sign {
  transform: rotate(135deg);
}
.cid-uCLxlWEPL2 .panel-text {
  color: #FFFFFF;
  margin-bottom: 36px;
  max-width: 80%;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uCLxlWEPL2 .panel-text {
    margin-bottom: 5vw;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uCLxlWEPL2 .panel-text {
    margin-bottom: 6.4vw;
  }
}
@keyframes icon-move {
  0% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: transform;
  }
  80% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(360deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0, 0%, 0px) scale3d(1.2, 1.2, 1) rotateX(0deg) rotateY(0deg) rotateZ(360deg) skew(0deg, 0deg);
    will-change: auto;
  }
}
@keyframes icon-move-out {
  0% {
    transform: translate3d(0, 0%, 0px) scale3d(1.2, 1.2, 1) rotateX(0deg) rotateY(0deg) rotateZ(0) skew(0deg, 0deg);
    will-change: transform;
  }
  100% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0) skew(0deg, 0deg);
    will-change: auto;
  }
}
.cid-uCzOgSnDOG {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uCzOgSnDOG .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ede7e2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uCzOgSnDOG .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uCzOgSnDOG .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uCzOgSnDOG .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uCzOgSnDOG .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uCzOgSnDOG .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uCzQ9yoi6V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCzQ9yoi6V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCzQ9yoi6V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCzQ9yoi6V .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uCzQ9yoi6V .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uCzQ9yoi6V .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uCzQ9yoi6V .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uCzQ9yoi6V .container {
    padding: 0 16px;
  }
}
.cid-uCzQ9yoi6V .row {
  justify-content: center;
}
.cid-uCzQ9yoi6V .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uCzQ9yoi6V .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uCzQ9yoi6V .mbr-section-subtitle {
  margin-bottom: 32px;
  color: #000000;
}
.cid-uCzQ9yoi6V .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0 !important;
}
.cid-uCzQ9yoi6V .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-uCzQ9yoi6V .panel-group .card .card-header {
  padding: 24px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uCzQ9yoi6V .panel-group .card .card-header {
    padding: 20px 0;
  }
}
.cid-uCzQ9yoi6V .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uCzQ9yoi6V .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uCzQ9yoi6V .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uCzQ9yoi6V .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
  margin-left: 8px;
}
.cid-uCzQ9yoi6V .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uCzQ9yoi6V .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-uCzQ9yoi6V .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uCzQ9yoi6V .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uCzQ9yoi6V .panel-title {
  color: #000000;
}
.cid-uCzQ9yoi6V .panel-text {
  color: #000000;
}
.cid-uCzOgTsnhp {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background: #ffffff;
}
.cid-uCzOgTsnhp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCzOgTsnhp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCzOgTsnhp .google-map {
  height: 30rem;
  position: relative;
}
.cid-uCzOgTsnhp .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uCzOgTsnhp .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-uCzOgTsnhp .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uCzOgTsnhp .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uCzOgUIidA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/hi-2000x1022.jpg");
}
.cid-uCzOgUIidA::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uCzOgUIidA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCzOgUIidA .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-uCzOgUIidA .container {
    padding: 0 22px;
  }
}
.cid-uCzOgUIidA .row {
  position: relative;
  z-index: 1;
}
.cid-uCzOgUIidA .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uCzOgUIidA .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uCzOgUIidA .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uCzOgUIidA .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uCzOgUIidA .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uCzOgUIidA .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uCzOgUIidA .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uCzOgUIidA .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uCzOgUIidA .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uCzOgUIidA .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uCzOgUIidA .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uCzOgUIidA .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uCzOgUIidA .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uCzOgUIidA .nav-wrapper .list .item-wrap:hover,
.cid-uCzOgUIidA .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uCzOgUIidA .nav-wrapper .list .item-wrap:hover::before,
.cid-uCzOgUIidA .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uCzOgUIidA .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uCzOgUIidA .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uCzOgUIidA .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uCzOgUIidA .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uCzOgUIidA .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uCzOgUIidA .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uCzOgUIidA .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uCzOgUIidA .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uCzOgUIidA .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uCzOgUIidA .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uCzOgUIidA .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uCzOgUIidA .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uCzOgUIidA .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uCzOgUIidA .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uCzOgUIidA .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uCzOgUIidA .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uCzOgUIidA .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uCzOgUIidA .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uCzOgUIidA .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uCzOgUIidA .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uCzOgUIidA .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uCzOgUIidA .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uCzOgUIidA .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uCzOgUIidA .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uCzOgUIidA .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uCzOgUIidA .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uCzOgUIidA .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uCzOgUIidA .mbr-section-title {
  color: #ffffff;
}
.cid-uCzOgUIidA .mbr-text {
  color: #ffffff;
}
.cid-uCzOgUIidA .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uCzOgUIidA .list {
  color: #ffffff;
}
.cid-uCzOgUIidA .mbr-contact {
  color: #ffffff;
}
.cid-uCzOgUIidA .mbr-desc {
  color: #ffffff;
}
.cid-uCzYSXF68A {
  z-index: 1000;
  width: 100%;
}
.cid-uCzYSXF68A nav.navbar {
  position: fixed;
}
.cid-uCzYSXF68A .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCzYSXF68A .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCzYSXF68A .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCzYSXF68A .dropdown-item:hover,
.cid-uCzYSXF68A .dropdown-item:focus {
  background: #f5ff7d !important;
  color: white !important;
}
.cid-uCzYSXF68A .dropdown-item:hover span {
  color: white;
}
.cid-uCzYSXF68A .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCzYSXF68A .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCzYSXF68A .nav-drop .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uCzYSXF68A .nav-drop .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCzYSXF68A .nav-link {
  position: relative;
}
.cid-uCzYSXF68A .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uCzYSXF68A .container {
    flex-wrap: nowrap;
  }
}
.cid-uCzYSXF68A .dropdown-menu,
.cid-uCzYSXF68A .navbar.opened {
  background: #000000 !important;
}
.cid-uCzYSXF68A .nav-item:focus,
.cid-uCzYSXF68A .nav-link:focus {
  outline: none;
}
.cid-uCzYSXF68A .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCzYSXF68A .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCzYSXF68A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCzYSXF68A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCzYSXF68A .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCzYSXF68A .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCzYSXF68A .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 1.6666666667vw 0 !important;
  border: none !important;
}
.cid-uCzYSXF68A .navbar.opened {
  transition: all 0.3s;
}
.cid-uCzYSXF68A .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCzYSXF68A .navbar .navbar-logo img {
  width: auto;
}
.cid-uCzYSXF68A .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uCzYSXF68A .navbar.collapsed {
  justify-content: center;
}
.cid-uCzYSXF68A .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCzYSXF68A .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCzYSXF68A .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-uCzYSXF68A .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCzYSXF68A .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCzYSXF68A .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-uCzYSXF68A .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCzYSXF68A .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCzYSXF68A .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCzYSXF68A .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCzYSXF68A .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCzYSXF68A .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCzYSXF68A .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCzYSXF68A .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-uCzYSXF68A .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCzYSXF68A .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCzYSXF68A .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCzYSXF68A .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCzYSXF68A .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCzYSXF68A .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uCzYSXF68A .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uCzYSXF68A .navbar-brand {
  min-height: 70px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
  max-width: 25%;
  width: 100%;
}
.cid-uCzYSXF68A .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-uCzYSXF68A .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCzYSXF68A .dropdown-item.active,
.cid-uCzYSXF68A .dropdown-item:active {
  background-color: transparent;
}
.cid-uCzYSXF68A .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCzYSXF68A .nav-drop .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCzYSXF68A .nav-drop .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCzYSXF68A .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uCzYSXF68A .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCzYSXF68A .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCzYSXF68A ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCzYSXF68A .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCzYSXF68A button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCzYSXF68A button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ede7e2;
}
.cid-uCzYSXF68A button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCzYSXF68A button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCzYSXF68A button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCzYSXF68A button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCzYSXF68A nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCzYSXF68A nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCzYSXF68A nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCzYSXF68A nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCzYSXF68A .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCzYSXF68A a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCzYSXF68A .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uCzYSXF68A .navbar {
    height: 70px;
  }
  .cid-uCzYSXF68A .navbar.opened {
    height: auto;
  }
  .cid-uCzYSXF68A .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCzYSXF68A .navbar-collapse {
  max-width: 75%;
  width: 100%;
  margin-left: auto;
}
.cid-uCzYSXF68A .navbar-nav {
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 70%;
  border-radius: 1.7vw;
  overflow: hidden;
  border: 1px solid #ede7e2;
  background: #000000;
}
.cid-uCzYSXF68A .navbar-nav .nav-item {
  display: flex;
  flex-wrap: wrap;
}
.cid-uCzYSXF68A .navbar-nav .nav-link {
  padding: 1.1vw 1.7vw !important;
  margin: 0 !important;
  border-radius: 1.7vw;
  transition: .2s all;
}
.cid-uCzYSXF68A .navbar-nav .nav-link:hover {
  background-color: #ede7e2;
  color: #000000 !important;
  box-shadow: 2px 0 0 #ede7e2, 0 1px 0 #ede7e2, -2px 0 0 #ede7e2, 0 -1px 0 #ede7e2;
}
@media (min-width: 992px) {
  .cid-uCzYSXF68A .mbr-section-btn {
    width: 33.33333333%;
    margin: -0.6rem;
    padding-left: 0.6rem;
  }
  .cid-uCzYSXF68A .mbr-section-btn .btn {
    padding: 1.18vw 2vw;
  }
}
@media (max-width: 991px) {
  .cid-uCzYSXF68A .mbr-section-btn .btn {
    padding: 3.2vw 3.3vw;
  }
}
.cid-uCzYSXF68A .mbr-section-btn.custom-section-btn .btn-primary:hover {
  border: 1px solid #ede7e2 !important;
}
.cid-uCzYSXF68A .mbr-section-btn.custom-section-btn .btn-black:hover {
  border: 1px solid #ede7e2 !important;
}
.cid-uCzYSXF68A .mbr-section-btn.custom-section-btn .btn-white:hover {
  border: 1px solid #ede7e2 !important;
}
.cid-uCzYSXF68A .btn-container {
  width: 33.33333333%;
  margin: -0.6rem;
  padding-left: 0.6rem;
}
@media (max-width: 991px) {
  .cid-uCzYSXF68A .navbar-brand {
    max-width: 60% !important;
    width: 100% !important;
    padding-right: 0 !important;
  }
  .cid-uCzYSXF68A .navbar-collapse {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    padding-top: 6vw;
  }
  .cid-uCzYSXF68A .navbar-nav {
    border: none;
    background: transparent;
    max-width: 100%;
  }
  .cid-uCzYSXF68A .navbar-nav .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .cid-uCzYSXF68A .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 0 2.1vw !important;
    border-radius: 0;
    font-size: 7.6vw;
    justify-content: flex-start;
  }
  .cid-uCzYSXF68A .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
    color: #ede7e2 !important;
    box-shadow: none;
  }
  .cid-uCzYSXF68A .mbr-section-btn {
    margin-top: 6.9vw;
    text-align: left;
  }
  .cid-uCzYSXF68A .btn-container {
    display: none;
  }
}
@media (max-width: 767px) {
  .cid-uCzYSXF68A .navbar-nav .nav-item .nav-link {
    margin: 0 0 3vw !important;
    font-size: 9.6vw;
    line-height: 1;
  }
  .cid-uCzYSXF68A .mbr-section-btn {
    margin-top: 7.5vw;
  }
}
@media (max-width: 575px) {
  .cid-uCzYSXF68A .navbar-nav .nav-item .nav-link {
    margin: 0 0 5vw !important;
    font-size: 11vw;
    line-height: 1;
  }
  .cid-uCzYSXF68A .mbr-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .cid-uCzYSXF68A .mbr-section-btn .btn {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-uCzYSXF68A {
  z-index: 1000;
  width: 100%;
}
.cid-uCzYSXF68A nav.navbar {
  position: fixed;
}
.cid-uCzYSXF68A .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCzYSXF68A .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uCzYSXF68A .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uCzYSXF68A .dropdown-item:hover,
.cid-uCzYSXF68A .dropdown-item:focus {
  background: #f5ff7d !important;
  color: white !important;
}
.cid-uCzYSXF68A .dropdown-item:hover span {
  color: white;
}
.cid-uCzYSXF68A .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uCzYSXF68A .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uCzYSXF68A .nav-drop .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uCzYSXF68A .nav-drop .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uCzYSXF68A .nav-link {
  position: relative;
}
.cid-uCzYSXF68A .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uCzYSXF68A .container {
    flex-wrap: nowrap;
  }
}
.cid-uCzYSXF68A .dropdown-menu,
.cid-uCzYSXF68A .navbar.opened {
  background: #000000 !important;
}
.cid-uCzYSXF68A .nav-item:focus,
.cid-uCzYSXF68A .nav-link:focus {
  outline: none;
}
.cid-uCzYSXF68A .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uCzYSXF68A .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uCzYSXF68A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uCzYSXF68A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uCzYSXF68A .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uCzYSXF68A .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uCzYSXF68A .navbar {
  min-height: 70px;
  transition: .4s all !important;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  padding: 1.6666666667vw 0 !important;
  border: none !important;
}
.cid-uCzYSXF68A .navbar.opened {
  transition: all 0.3s;
}
.cid-uCzYSXF68A .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uCzYSXF68A .navbar .navbar-logo img {
  width: auto;
}
.cid-uCzYSXF68A .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uCzYSXF68A .navbar.collapsed {
  justify-content: center;
}
.cid-uCzYSXF68A .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uCzYSXF68A .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uCzYSXF68A .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-uCzYSXF68A .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uCzYSXF68A .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uCzYSXF68A .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-uCzYSXF68A .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uCzYSXF68A .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uCzYSXF68A .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uCzYSXF68A .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uCzYSXF68A .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uCzYSXF68A .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uCzYSXF68A .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uCzYSXF68A .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-uCzYSXF68A .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uCzYSXF68A .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uCzYSXF68A .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uCzYSXF68A .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uCzYSXF68A .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uCzYSXF68A .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uCzYSXF68A .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uCzYSXF68A .navbar-brand {
  min-height: 70px !important;
  flex-shrink: 0;
  align-items: center;
  margin-right: auto;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  font-weight: 500 !important;
  max-width: 25%;
  width: 100%;
}
.cid-uCzYSXF68A .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500 !important;
}
.cid-uCzYSXF68A .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uCzYSXF68A .dropdown-item.active,
.cid-uCzYSXF68A .dropdown-item:active {
  background-color: transparent;
}
.cid-uCzYSXF68A .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uCzYSXF68A .nav-drop .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uCzYSXF68A .nav-drop .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uCzYSXF68A .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uCzYSXF68A .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uCzYSXF68A .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uCzYSXF68A ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uCzYSXF68A .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uCzYSXF68A button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uCzYSXF68A button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ede7e2;
}
.cid-uCzYSXF68A button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uCzYSXF68A button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCzYSXF68A button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uCzYSXF68A button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uCzYSXF68A nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCzYSXF68A nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uCzYSXF68A nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uCzYSXF68A nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uCzYSXF68A .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uCzYSXF68A a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uCzYSXF68A .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uCzYSXF68A .navbar {
    height: 70px;
  }
  .cid-uCzYSXF68A .navbar.opened {
    height: auto;
  }
  .cid-uCzYSXF68A .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uCzYSXF68A .navbar-collapse {
  max-width: 75%;
  width: 100%;
  margin-left: auto;
}
.cid-uCzYSXF68A .navbar-nav {
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  max-width: 70%;
  border-radius: 1.7vw;
  overflow: hidden;
  border: 1px solid #ede7e2;
  background: #000000;
}
.cid-uCzYSXF68A .navbar-nav .nav-item {
  display: flex;
  flex-wrap: wrap;
}
.cid-uCzYSXF68A .navbar-nav .nav-link {
  padding: 1.1vw 1.7vw !important;
  margin: 0 !important;
  border-radius: 1.7vw;
  transition: .2s all;
}
.cid-uCzYSXF68A .navbar-nav .nav-link:hover {
  background-color: #ede7e2;
  color: #000000 !important;
  box-shadow: 2px 0 0 #ede7e2, 0 1px 0 #ede7e2, -2px 0 0 #ede7e2, 0 -1px 0 #ede7e2;
}
@media (min-width: 992px) {
  .cid-uCzYSXF68A .mbr-section-btn {
    width: 33.33333333%;
    margin: -0.6rem;
    padding-left: 0.6rem;
  }
  .cid-uCzYSXF68A .mbr-section-btn .btn {
    padding: 1.18vw 2vw;
  }
}
@media (max-width: 991px) {
  .cid-uCzYSXF68A .mbr-section-btn .btn {
    padding: 3.2vw 3.3vw;
  }
}
.cid-uCzYSXF68A .mbr-section-btn.custom-section-btn .btn-primary:hover {
  border: 1px solid #ede7e2 !important;
}
.cid-uCzYSXF68A .mbr-section-btn.custom-section-btn .btn-black:hover {
  border: 1px solid #ede7e2 !important;
}
.cid-uCzYSXF68A .mbr-section-btn.custom-section-btn .btn-white:hover {
  border: 1px solid #ede7e2 !important;
}
.cid-uCzYSXF68A .btn-container {
  width: 33.33333333%;
  margin: -0.6rem;
  padding-left: 0.6rem;
}
@media (max-width: 991px) {
  .cid-uCzYSXF68A .navbar-brand {
    max-width: 60% !important;
    width: 100% !important;
    padding-right: 0 !important;
  }
  .cid-uCzYSXF68A .navbar-collapse {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
    padding-top: 6vw;
  }
  .cid-uCzYSXF68A .navbar-nav {
    border: none;
    background: transparent;
    max-width: 100%;
  }
  .cid-uCzYSXF68A .navbar-nav .nav-item {
    display: list-item;
    margin: 0 !important;
  }
  .cid-uCzYSXF68A .navbar-nav .nav-item .nav-link {
    padding: 0 !important;
    margin: 0 0 2.1vw !important;
    border-radius: 0;
    font-size: 7.6vw;
    justify-content: flex-start;
  }
  .cid-uCzYSXF68A .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
    color: #ede7e2 !important;
    box-shadow: none;
  }
  .cid-uCzYSXF68A .mbr-section-btn {
    margin-top: 6.9vw;
    text-align: left;
  }
  .cid-uCzYSXF68A .btn-container {
    display: none;
  }
}
@media (max-width: 767px) {
  .cid-uCzYSXF68A .navbar-nav .nav-item .nav-link {
    margin: 0 0 3vw !important;
    font-size: 9.6vw;
    line-height: 1;
  }
  .cid-uCzYSXF68A .mbr-section-btn {
    margin-top: 7.5vw;
  }
}
@media (max-width: 575px) {
  .cid-uCzYSXF68A .navbar-nav .nav-item .nav-link {
    margin: 0 0 5vw !important;
    font-size: 11vw;
    line-height: 1;
  }
  .cid-uCzYSXF68A .mbr-section-btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .cid-uCzYSXF68A .mbr-section-btn .btn {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
}
.cid-uCzQi8BVw3 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/inflatable-obstacle-course-slide-for-kid-games-or-team-building-outdoor-activities-612x408.jpg");
}
.cid-uCzQi8BVw3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCzQi8BVw3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCzQi8BVw3 .mbr-section-title {
  color: #000000;
}
.cid-uCzQi8BVw3 .title-container {
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .cid-uCzQi8BVw3 .title-container {
    flex-wrap: wrap;
  }
}
.cid-uCzQi8BVw3 .title-container-1 {
  display: block;
}
.cid-uCzQi8BVw3 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c5e8c0;
  padding: 36px;
  border-radius: 16px;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  float: left;
  border: 1px solid #000000;
}
@media (max-width: 991px) {
  .cid-uCzQi8BVw3 .iconfont-wrapper {
    display: none;
  }
}
.cid-uCzQi8BVw3 .iconfont-wrapper .mbr-iconfont {
  color: #000000;
  font-size: 54px;
}
.cid-uCzQi8BVw3 .mbr-section-subtitle-1 {
  color: #ede7e2;
  text-shadow: 2px 0 0 #000000, 0 2px 0 #000000, -2px 0 0 #000000, 0 -2px 0 #000000;
}
@media (max-width: 991px) {
  .cid-uCzQi8BVw3 .mbr-section-subtitle-1 {
    color: #000000;
    text-shadow: none;
  }
}
.cid-uCzQi8BVw3 .mbr-section-subtitle-2 {
  color: #000000;
}
@media (max-width: 1199px) {
  .cid-uCzQi8BVw3 .mbr-section-subtitle-2 {
    width: 100%;
  }
}
.cid-uCzQi8BVw3 .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1200px) {
  .cid-uCzQi8BVw3 .mbr-section-btn {
    margin: 0 10px;
    min-width: 30%;
    flex-grow: 1;
  }
  .cid-uCzQi8BVw3 .mbr-section-btn .btn {
    padding: 2.3vw 4.8vw;
  }
}
@media (max-width: 1199px) {
  .cid-uCzQi8BVw3 .mbr-section-btn {
    margin-top: 10px;
  }
}
@media (max-width: 575px) {
  .cid-uCzQi8BVw3 .mbr-section-btn {
    align-items: stretch;
  }
}
.cid-uCzQi8BVw3 .mbr-text {
  color: #000000;
  margin-top: 5.14vw;
  margin-left: 7.64vw;
  width: 30.56vw;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-uCzQi8BVw3 .mbr-text {
    margin-top: 6.7vw;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uCzQi8BVw3 .mbr-text {
    margin-top: 10.67vw;
  }
}
.cid-uCzQiaLfnJ {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uCzQiaLfnJ .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ede7e2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uCzQiaLfnJ .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uCzQiaLfnJ .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uCzQiaLfnJ .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uCzQiaLfnJ .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uCzQiaLfnJ .items-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding-left: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uCzQiaLfnJ .items-container {
    padding-left: 6.66vw;
  }
}
.cid-uCzQiaLfnJ .item {
  position: relative;
  margin-bottom: 0.83vw;
}
@media (max-width: 991px) {
  .cid-uCzQiaLfnJ .item {
    margin-bottom: 3.2vw;
  }
}
.cid-uCzQiaLfnJ .item:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -1.4vw;
  width: 0.6vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-uCzQiaLfnJ .item:before {
    left: -2.5vw;
    width: 1.2vw;
  }
}
@media (max-width: 575px) {
  .cid-uCzQiaLfnJ .item:before {
    left: -2.7vw;
    width: 1.6vw;
  }
}
.cid-uCzQiaLfnJ .mbr-text {
  color: #000000;
}
.cid-uCzQicnPty {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ede7e2;
}
.cid-uCzQicnPty .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCzQicnPty .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCzQicnPty .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uCzQicnPty .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uCzQicnPty .container {
    padding: 0 12px;
  }
}
.cid-uCzQicnPty .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uCzQicnPty .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uCzQicnPty .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #222222;
  box-shadow: 4px 4px #222222;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uCzQicnPty .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uCzQicnPty .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uCzQicnPty .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uCzQicnPty .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uCzQicnPty .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uCzQicnPty .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uCzQicnPty .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uCzQicnPty .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uCzQicnPty .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-uCzQicnPty .mbr-section-subtitle {
  color: #222222;
}
.cid-uCzQicnPty .mbr-text {
  color: #222222;
}
.cid-uCzQicnPty .list {
  color: #222222;
}
.cid-uCzQiewQpy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  position: relative;
}
.cid-uCzQiewQpy .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uCzQiewQpy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCzQiewQpy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCzQiewQpy .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uCzQiewQpy .col-text {
    order: 2;
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uCzQiewQpy .col-text {
    margin-top: 32px;
  }
}
@media (max-width: 991px) {
  .cid-uCzQiewQpy .col-img {
    order: 1;
  }
}
.cid-uCzQiewQpy .text-wrapper {
  width: 100%;
}
.cid-uCzQiewQpy .mbr-section-title {
  color: #000000;
}
.cid-uCzQiewQpy .mbr-text {
  color: #000000;
  width: 56%;
  margin-right: auto;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .cid-uCzQiewQpy .mbr-text {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uCzQiewQpy .mbr-text {
    margin-top: 1.5rem;
  }
}
.cid-uCzQiewQpy .mbr-section-btn {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uCzQiewQpy .mbr-section-btn {
    margin-top: 1.5rem;
  }
}
.cid-uCzQiewQpy .image-wrapper {
  border-radius: 32px;
  overflow: hidden;
  border: 1px solid #000000;
}
.cid-uCzQiewQpy .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uCzQifLruq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  position: relative;
}
.cid-uCzQifLruq .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uCzQifLruq .mbr-section-head {
  width: 100%;
  margin-bottom: 3.4vw;
}
@media (max-width: 767px) {
  .cid-uCzQifLruq .mbr-section-head {
    margin-bottom: 6.93vw;
  }
}
.cid-uCzQifLruq .label-text {
  color: #FFFFFF;
  margin-bottom: 1.39vw;
}
.cid-uCzQifLruq .mbr-section-title {
  color: #FFFFFF;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uCzQifLruq .mbr-section-title {
    text-align: left;
  }
}
.cid-uCzQifLruq .mbr-section-title-2 {
  margin-right: 20px;
}
.cid-uCzQifLruq .section-head-container {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .cid-uCzQifLruq .section-head-container {
    flex-wrap: wrap;
  }
}
.cid-uCzQifLruq .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c5d4fe;
  padding: 36px;
  border-radius: 50%;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .cid-uCzQifLruq .iconfont-wrapper {
    border-radius: 100%;
    padding: 0;
    width: 10.67vw;
    height: 10.67vw;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-uCzQifLruq .iconfont-wrapper {
    width: 15.67vw;
    height: 15.67vw;
    margin-right: 12px;
    margin-top: 12px;
  }
}
.cid-uCzQifLruq .iconfont-wrapper .mbr-iconfont {
  color: #000000;
  font-size: 54px;
}
@media (max-width: 991px) {
  .cid-uCzQifLruq .iconfont-wrapper .mbr-iconfont {
    font-size: 5.6vw !important;
  }
}
@media (max-width: 767px) {
  .cid-uCzQifLruq .iconfont-wrapper .mbr-iconfont {
    font-size: 8vw !important;
  }
}
.cid-uCzQifLruq .mbr-section-subtitle {
  width: 35%;
  margin-bottom: 0;
  margin-top: 20px;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-uCzQifLruq .mbr-section-subtitle {
    width: 100%;
    margin-bottom: 0;
    margin-top: 1rem;
  }
}
.cid-uCzQifLruq .item {
  display: flex;
  align-items: stretch;
  margin-bottom: 1.4vw;
}
@media (max-width: 767px) {
  .cid-uCzQifLruq .item {
    margin-bottom: 0.75rem;
  }
}
.cid-uCzQifLruq .item-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 32vw;
  padding: 32px;
  border-radius: 1.7vw;
  opacity: 0.75;
  transition: border-radius 0.8s, opacity 0.6s, box-shadow 0.4s;
  background-color: #ffffff;
}
@media (max-width: 1199px) and (min-width: 767px) {
  .cid-uCzQifLruq .item-wrap {
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .cid-uCzQifLruq .item-wrap {
    padding: 6.4vw;
    min-height: 96vw;
    border-radius: 6.4vw;
    opacity: 1;
  }
}
.cid-uCzQifLruq .item-wrap:hover {
  opacity: 1;
  border-radius: 2.8vw;
}
.cid-uCzQifLruq .item-head {
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin-bottom: auto;
}
.cid-uCzQifLruq .item-title {
  color: #000000;
  margin-bottom: 8px;
}
.cid-uCzQifLruq .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 11.11vw;
  border-radius: 8px;
  margin-left: auto;
  overflow: hidden;
  aspect-ratio: 1;
  background-color: #f5ff7d;
}
@media (max-width: 991px) {
  .cid-uCzQifLruq .item-img {
    width: 19.2vw;
  }
}
@media (max-width: 767px) {
  .cid-uCzQifLruq .item-img {
    width: 42.67vw;
  }
}
.cid-uCzQifLruq .item-img .mbr-iconfont {
  font-size: 6vw !important;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-uCzQifLruq .item-img .mbr-iconfont {
    font-size: 9.87vw !important;
  }
}
@media (max-width: 767px) {
  .cid-uCzQifLruq .item-img .mbr-iconfont {
    font-size: 20.3vw !important;
  }
}
.cid-uCzQifLruq .item-content {
  width: 100%;
  margin-top: 1.5rem;
}
.cid-uCzQifLruq .mbr-text {
  color: #000000;
}
.cid-uCzQifLruq .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uCzQihMX7E {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ede7e2;
}
.cid-uCzQihMX7E .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uCzQihMX7E .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uCzQihMX7E .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uCzQihMX7E .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uCzQihMX7E .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uCzQihMX7E .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uCzQij3szy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ede7e2;
}
.cid-uCzQij3szy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCzQij3szy .col-12 {
  padding: 0;
}
.cid-uCzQij3szy .row {
  margin: 0;
}
.cid-uCzQij3szy .card-wrapper {
  border: 1px solid #f5ff7d;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uCzQij3szy .card-wrapper {
    padding: 1rem;
  }
}
.cid-uCzQij3szy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCzQij3szy .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uCzQij3szy .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uCzQij3szy .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uCzQij3szy .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uCzQij3szy .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #221b35;
}
@media (max-width: 991px) {
  .cid-uCzQij3szy .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uCzQij3szy .image-wrapper {
    padding: 1rem;
  }
}
.cid-uCzQij3szy .mbr-section-title {
  color: #221b35;
  text-align: center;
}
.cid-uCzQij3szy .mbr-text,
.cid-uCzQij3szy .mbr-section-btn {
  color: #221b35;
  text-align: center;
}
.cid-uCzQikh2az {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ede7e2;
}
.cid-uCzQikh2az .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uCzQikh2az .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uCzQikh2az .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uCzQikh2az .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uCzQikh2az .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uCzQikh2az .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uCzQiluLPG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ede7e2;
}
.cid-uCzQiluLPG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCzQiluLPG .col-12 {
  padding: 0;
}
.cid-uCzQiluLPG .row {
  margin: 0;
}
.cid-uCzQiluLPG .card-margin {
  margin-left: -1px;
}
@media (max-width: 992px) {
  .cid-uCzQiluLPG .card-margin {
    margin-top: -1px;
  }
}
.cid-uCzQiluLPG .card-wrapper {
  min-height: 500px;
  border: 1px solid #f5ff7d;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-uCzQiluLPG .card-wrapper {
    padding: 1rem;
  }
}
.cid-uCzQiluLPG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCzQiluLPG .card-company-row {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cid-uCzQiluLPG .card-company-row {
    margin-top: 0.5em;
  }
}
.cid-uCzQiluLPG .card-company-row .card-company-name {
  white-space: nowrap;
  margin-right: 5px;
  margin-bottom: 5px;
}
.cid-uCzQiluLPG .card-company-row .card-company-name:last-child {
  margin-right: 0;
}
.cid-uCzQiluLPG .card-company-name {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  border: solid 1px currentColor;
  text-align: left;
  padding: 3px 8px;
  margin-bottom: 0;
  border-radius: 20px;
  line-height: 1;
  color: #221b35;
}
@media (max-width: 991px) {
  .cid-uCzQiluLPG .image-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uCzQiluLPG .image-wrapper {
    padding: 1rem;
  }
}
.cid-uCzQiluLPG .mbr-section-title {
  color: #221b35;
}
.cid-uCzQiluLPG .mbr-text,
.cid-uCzQiluLPG .mbr-section-btn {
  color: #221b35;
}
.cid-uCzQimOhD2 {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ede7e2;
}
.cid-uCzQimOhD2 .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uCzQimOhD2 .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uCzQimOhD2 .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uCzQimOhD2 .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uCzQimOhD2 .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uCzQimOhD2 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uCzQip7sgo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e0e10;
}
.cid-uCzQip7sgo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCzQip7sgo .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-uCzQip7sgo .container {
    padding: 0 20px;
  }
}
.cid-uCzQip7sgo .row {
  margin: 0;
}
.cid-uCzQip7sgo .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uCzQip7sgo .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uCzQip7sgo .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-uCzQip7sgo .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uCzQip7sgo .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uCzQip7sgo .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uCzQip7sgo .mbr-section-title {
  color: #ffffff;
}
.cid-uCzQisZkd5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
}
.cid-uCzQisZkd5 .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ede7e2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uCzQisZkd5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCzQisZkd5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uCzQisZkd5 .col-text {
    order: 2;
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uCzQisZkd5 .col-text {
    margin-top: 32px;
  }
}
@media (max-width: 991px) {
  .cid-uCzQisZkd5 .col-img {
    order: 1;
  }
}
.cid-uCzQisZkd5 .text-wrapper {
  width: 100%;
}
.cid-uCzQisZkd5 .mbr-section-title {
  color: #000000;
}
.cid-uCzQisZkd5 .mbr-text {
  color: #000000;
  width: 56%;
  margin-right: auto;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .cid-uCzQisZkd5 .mbr-text {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uCzQisZkd5 .mbr-text {
    margin-top: 1.5rem;
  }
}
.cid-uCzQisZkd5 .mbr-section-btn {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uCzQisZkd5 .mbr-section-btn {
    margin-top: 1.5rem;
  }
}
.cid-uCzQisZkd5 .image-wrapper {
  border-radius: 32px;
  overflow: hidden;
  border: 1px solid #000000;
}
.cid-uCzQisZkd5 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uCLxwEuAOL {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #000000;
  position: relative;
}
.cid-uCLxwEuAOL .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uCLxwEuAOL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCLxwEuAOL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uCLxwEuAOL .col-title {
    margin-bottom: 7vw;
  }
}
@media (max-width: 767px) {
  .cid-uCLxwEuAOL .col-title {
    margin-bottom: 9vw;
  }
}
.cid-uCLxwEuAOL .mbr-section-title {
  color: #FFFFFF;
  margin-bottom: 1rem;
}
.cid-uCLxwEuAOL .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-uCLxwEuAOL .toggle-panel {
  border-top: 1px solid #ede7e2;
}
.cid-uCLxwEuAOL .card {
  padding-bottom: 0;
  border-radius: 0;
  border-bottom: 1px solid #ede7e2;
}
.cid-uCLxwEuAOL .card-header {
  background-color: transparent;
  margin-bottom: 0;
  padding: 0;
  border-bottom: none !important;
}
.cid-uCLxwEuAOL .sign {
  font-family: 'Moririse2' !important;
  padding: 10px;
  font-size: 18px;
  border-radius: 50%;
  color: #ffffff;
  border: 1px solid #ffffff;
  transition: 0.3s all;
  animation: icon-move-out 0.2s ease-out;
}
@media (max-width: 991px) {
  .cid-uCLxwEuAOL .sign {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 0;
    width: 7.3vw;
    font-size: 3.7vw;
    aspect-ratio: 1;
  }
}
@media (max-width: 767px) {
  .cid-uCLxwEuAOL .sign {
    width: 8.53vw;
    font-size: 4.3vw;
  }
}
.cid-uCLxwEuAOL .panel-title-edit {
  color: #F5FF7D;
  padding-right: 1rem;
  transition: .3s all;
}
.cid-uCLxwEuAOL .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 36px 0;
  transition: .4s all;
}
@media (max-width: 991px) {
  .cid-uCLxwEuAOL .panel-title {
    padding: 5vw 0;
  }
}
@media (max-width: 767px) {
  .cid-uCLxwEuAOL .panel-title {
    padding: 6.4vw 0;
  }
}
.cid-uCLxwEuAOL .panel-title[aria-expanded="false"] .sign:hover {
  animation: icon-move 0.8s forwards;
}
.cid-uCLxwEuAOL .panel-title[aria-expanded="true"] .sign {
  transform: rotate(135deg);
}
.cid-uCLxwEuAOL .panel-text {
  color: #FFFFFF;
  margin-bottom: 36px;
  max-width: 80%;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uCLxwEuAOL .panel-text {
    margin-bottom: 5vw;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uCLxwEuAOL .panel-text {
    margin-bottom: 6.4vw;
  }
}
@keyframes icon-move {
  0% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: transform;
  }
  80% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(360deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0, 0%, 0px) scale3d(1.2, 1.2, 1) rotateX(0deg) rotateY(0deg) rotateZ(360deg) skew(0deg, 0deg);
    will-change: auto;
  }
}
@keyframes icon-move-out {
  0% {
    transform: translate3d(0, 0%, 0px) scale3d(1.2, 1.2, 1) rotateX(0deg) rotateY(0deg) rotateZ(0) skew(0deg, 0deg);
    will-change: transform;
  }
  100% {
    transform: translate3d(0, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0) skew(0deg, 0deg);
    will-change: auto;
  }
}
.cid-uCzQiwdhNO {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uCzQiwdhNO .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ede7e2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uCzQiwdhNO .mbr-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .cid-uCzQiwdhNO .mbr-section-title {
    margin-bottom: 6.66vw;
  }
}
.cid-uCzQiwdhNO .mbr-section-subtitle {
  color: #000000;
  margin-bottom: 1.736vw;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uCzQiwdhNO .mbr-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.cid-uCzQiwdhNO .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uCzQixBP7v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uCzQixBP7v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCzQixBP7v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCzQixBP7v .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uCzQixBP7v .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uCzQixBP7v .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uCzQixBP7v .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-uCzQixBP7v .container {
    padding: 0 16px;
  }
}
.cid-uCzQixBP7v .row {
  justify-content: center;
}
.cid-uCzQixBP7v .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uCzQixBP7v .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uCzQixBP7v .mbr-section-subtitle {
  margin-bottom: 32px;
  color: #000000;
}
.cid-uCzQixBP7v .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0 !important;
}
.cid-uCzQixBP7v .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-uCzQixBP7v .panel-group .card .card-header {
  padding: 24px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uCzQixBP7v .panel-group .card .card-header {
    padding: 20px 0;
  }
}
.cid-uCzQixBP7v .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uCzQixBP7v .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uCzQixBP7v .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uCzQixBP7v .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
  margin-left: 8px;
}
.cid-uCzQixBP7v .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uCzQixBP7v .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-uCzQixBP7v .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uCzQixBP7v .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uCzQixBP7v .panel-title {
  color: #000000;
}
.cid-uCzQixBP7v .panel-text {
  color: #000000;
}
.cid-uCzQiyZYKP {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background: #ffffff;
}
.cid-uCzQiyZYKP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCzQiyZYKP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uCzQiyZYKP .google-map {
  height: 30rem;
  position: relative;
}
.cid-uCzQiyZYKP .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uCzQiyZYKP .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-uCzQiyZYKP .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uCzQiyZYKP .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uCzQiAsRRT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/hi-2000x1022.jpg");
}
.cid-uCzQiAsRRT::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-uCzQiAsRRT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uCzQiAsRRT .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-uCzQiAsRRT .container {
    padding: 0 22px;
  }
}
.cid-uCzQiAsRRT .row {
  position: relative;
  z-index: 1;
}
.cid-uCzQiAsRRT .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-uCzQiAsRRT .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uCzQiAsRRT .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-uCzQiAsRRT .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uCzQiAsRRT .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uCzQiAsRRT .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uCzQiAsRRT .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uCzQiAsRRT .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uCzQiAsRRT .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-uCzQiAsRRT .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uCzQiAsRRT .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uCzQiAsRRT .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-uCzQiAsRRT .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uCzQiAsRRT .nav-wrapper .list .item-wrap:hover,
.cid-uCzQiAsRRT .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-uCzQiAsRRT .nav-wrapper .list .item-wrap:hover::before,
.cid-uCzQiAsRRT .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-uCzQiAsRRT .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uCzQiAsRRT .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uCzQiAsRRT .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uCzQiAsRRT .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-uCzQiAsRRT .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uCzQiAsRRT .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uCzQiAsRRT .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uCzQiAsRRT .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uCzQiAsRRT .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uCzQiAsRRT .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-uCzQiAsRRT .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-uCzQiAsRRT .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uCzQiAsRRT .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uCzQiAsRRT .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uCzQiAsRRT .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-uCzQiAsRRT .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-uCzQiAsRRT .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uCzQiAsRRT .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uCzQiAsRRT .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uCzQiAsRRT .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uCzQiAsRRT .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uCzQiAsRRT .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uCzQiAsRRT .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uCzQiAsRRT .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uCzQiAsRRT .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uCzQiAsRRT .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uCzQiAsRRT .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-uCzQiAsRRT .mbr-section-title {
  color: #ffffff;
}
.cid-uCzQiAsRRT .mbr-text {
  color: #ffffff;
}
.cid-uCzQiAsRRT .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uCzQiAsRRT .list {
  color: #ffffff;
}
.cid-uCzQiAsRRT .mbr-contact {
  color: #ffffff;
}
.cid-uCzQiAsRRT .mbr-desc {
  color: #ffffff;
}
