.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Manrope;
}
.display-1,
.mbr-iconfont.icon-title-1 {
  font-family: 'Manrope', sans-serif;
  font-size: 6rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont,
.mbr-iconfont.icon-title-1 > .mbr-iconfont {
  font-size: 7.5rem;
}
.display-2,
.mbr-iconfont.icon-title-2 {
  font-family: 'Manrope', sans-serif;
  font-size: 3.4rem;
  line-height: 1;
  letter-spacing: -1px;
}
.display-2 > .mbr-iconfont,
.mbr-iconfont.icon-title-2 > .mbr-iconfont {
  font-size: 4.25rem;
}
.display-4 {
  font-family: 'Inter', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Manrope', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter', sans-serif;
  font-size: 1.3rem;
  line-height: 1.66;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1,
  .mbr-iconfont.icon-title-1 {
    font-size: 4.8rem;
  }
}
@media (max-width: 768px) {
  .display-1,
  .mbr-iconfont.icon-title-1 {
    font-size: 4.2rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2,
  .mbr-iconfont.icon-title-2 {
    font-size: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    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-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1,
  .mbr-iconfont.icon-title-1 {
    font-size: 4.2rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.75rem + (6 - 2.75) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2,
  .mbr-iconfont.icon-title-2 {
    font-size: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.125rem 1.6rem;
  border-radius: 3rem;
}
.btn-sm {
  padding: 0.4rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.4rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #9c98cf !important;
}
.bg-success {
  background-color: #d3f59d !important;
}
.bg-info {
  background-color: #e64a19 !important;
}
.bg-warning {
  background-color: #d50000 !important;
}
.bg-danger {
  background-color: #ffd700 !important;
}
.btn-primary {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-primary,
.btn-primary:active {
  background-color: #9c98cf !important;
  border-color: #000000 !important;
  color: #010101 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #9c98cf !important;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #010101 !important;
  background-color: #f0eff8 !important;
  border-color: #f0eff8 !important;
}
.btn-secondary {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fdfde1 !important;
  border-color: #000000 !important;
  color: #717108 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #fdfde1 !important;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #717108 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-info,
.btn-info:active {
  background-color: #e64a19 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #e64a19 !important;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #f3a58c !important;
  border-color: #f3a58c !important;
}
.btn-success {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-success,
.btn-success:active {
  background-color: #d3f59d !important;
  border-color: #000000 !important;
  color: #1b2904 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #d3f59d !important;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #1b2904 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-warning,
.btn-warning:active {
  background-color: #d50000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #d50000 !important;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ff5656 !important;
  border-color: #ff5656 !important;
}
.btn-danger {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffd700 !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffd700 !important;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #000000 !important;
  background-color: #ffeb80 !important;
  border-color: #ffeb80 !important;
}
.btn-white {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-white,
.btn-white:active {
  background-color: #fffff5 !important;
  border-color: #000000 !important;
  color: #8f8f00 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #fffff5 !important;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #8f8f00 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #404040 !important;
  border-color: #404040 !important;
}
.btn-primary-outline {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #9c98cf;
  color: #9c98cf;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #635db3 !important;
  background-color: transparent !important;
  box-shadow: none;
  border-color: #635db3 !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #9c98cf !important;
  border-color: #9c98cf !important;
}
.btn-secondary-outline {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #fdfde1;
  color: #fdfde1;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #f8f890 !important;
  background-color: transparent !important;
  box-shadow: none;
  border-color: #f8f890 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d1d10e !important;
  background-color: #fdfde1 !important;
  border-color: #fdfde1 !important;
}
.btn-info-outline {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #e64a19;
  color: #e64a19;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #983110 !important;
  background-color: transparent !important;
  box-shadow: none;
  border-color: #983110 !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #e64a19 !important;
  border-color: #e64a19 !important;
}
.btn-success-outline {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #d3f59d;
  color: #d3f59d;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #b0ed4e !important;
  background-color: transparent !important;
  box-shadow: none;
  border-color: #b0ed4e !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #57850e !important;
  background-color: #d3f59d !important;
  border-color: #d3f59d !important;
}
.btn-warning-outline {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #d50000;
  color: #d50000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #7e0000 !important;
  background-color: transparent !important;
  box-shadow: none;
  border-color: #7e0000 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #d50000 !important;
  border-color: #d50000 !important;
}
.btn-danger-outline {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffd700;
  color: #ffd700;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a88e00 !important;
  background-color: transparent !important;
  box-shadow: none;
  border-color: #a88e00 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #000000 !important;
  background-color: #ffd700 !important;
  border-color: #ffd700 !important;
}
.btn-black-outline {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  box-shadow: none;
  border-color: #000000 !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline {
  border-color: #000000 !important;
  box-shadow: 0 4px 0 0 #fff;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fffff5;
  color: #fffff5;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #ffff9e !important;
  background-color: transparent !important;
  box-shadow: none;
  border-color: #ffff9e !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #f5f500 !important;
  background-color: #fffff5 !important;
  border-color: #fffff5 !important;
}
.text-primary {
  color: #9c98cf !important;
}
.text-secondary {
  color: #fdfde1 !important;
}
.text-success {
  color: #d3f59d !important;
}
.text-info {
  color: #e64a19 !important;
}
.text-warning {
  color: #d50000 !important;
}
.text-danger {
  color: #ffd700 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #5952af !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #f3f352 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #a9ec40 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #8a2c0f !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #6f0000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #998100 !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: #9c98cf;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #e64a19;
}
.alert-warning {
  background-color: #d50000;
}
.alert-danger {
  background-color: #ffd700;
}
.btn .mbr-iconfont-btn::before {
  background-color: #000000;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #9c98cf;
  border-color: #9c98cf;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #9c98cf;
}
.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: #fadbd1;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffa2a2;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fff7cc;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter', sans-serif;
  font-size: 1.3rem;
  line-height: 1.66;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.625rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #9c98cf !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter', sans-serif;
  font-size: 1.3rem;
  line-height: 1.66;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.625rem;
}
blockquote {
  border-color: #9c98cf;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #9c98cf;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #9c98cf;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #9c98cf;
  border-bottom-color: #9c98cf;
}
.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: #9c98cf !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: #fdfde1 !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='%239c98cf' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uw6ANhNsHs {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uw6ANhNsHs .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uw6ANhNsHs .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uw6ANhNsHs .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uw6ANhNsHs .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uw6ANhNsHs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uw6ANhNsHs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uw6ANhNsHs .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uw6ANhNsHs .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uw6ANhNsHs .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uw6ANhNsHs .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uw6ANhNsHs .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uw6ANhNsHs .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uw6ANhNsHs .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uw6ANhNsHs .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uw6ANhNsHs .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uw6ANhNsHs .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uw6ANhNsHs .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uw6ANhNsHs .navbar-logo {
    padding-left: 0;
  }
}
.cid-uw6ANhNsHs .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uw6ANhNsHs .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uw6ANhNsHs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uw6ANhNsHs .container {
  display: flex;
  height: 80px;
  padding: 0 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uw6ANhNsHs .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uw6ANhNsHs .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uw6ANhNsHs .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uw6ANhNsHs .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0.8) !important;
}
.cid-uw6ANhNsHs .nav-item:focus,
.cid-uw6ANhNsHs .nav-link:focus {
  outline: none;
}
.cid-uw6ANhNsHs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uw6ANhNsHs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uw6ANhNsHs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uw6ANhNsHs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uw6ANhNsHs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uw6ANhNsHs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uw6ANhNsHs .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uw6ANhNsHs .navbar.opened {
  transition: all 0.3s;
}
.cid-uw6ANhNsHs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uw6ANhNsHs .navbar .navbar-logo img {
  width: auto;
}
.cid-uw6ANhNsHs .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uw6ANhNsHs .navbar.collapsed {
  justify-content: center;
}
.cid-uw6ANhNsHs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uw6ANhNsHs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uw6ANhNsHs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uw6ANhNsHs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uw6ANhNsHs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uw6ANhNsHs .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-uw6ANhNsHs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uw6ANhNsHs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uw6ANhNsHs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uw6ANhNsHs .navbar {
    min-height: 72px;
  }
  .cid-uw6ANhNsHs .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uw6ANhNsHs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uw6ANhNsHs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uw6ANhNsHs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uw6ANhNsHs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uw6ANhNsHs .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-uw6ANhNsHs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uw6ANhNsHs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uw6ANhNsHs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uw6ANhNsHs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uw6ANhNsHs .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uw6ANhNsHs .dropdown-item.active,
.cid-uw6ANhNsHs .dropdown-item:active {
  background-color: transparent;
}
.cid-uw6ANhNsHs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uw6ANhNsHs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uw6ANhNsHs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uw6ANhNsHs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uw6ANhNsHs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uw6ANhNsHs .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uw6ANhNsHs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uw6ANhNsHs .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uw6ANhNsHs .navbar-buttons {
    text-align: left;
  }
}
.cid-uw6ANhNsHs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uw6ANhNsHs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uw6ANhNsHs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uw6ANhNsHs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uw6ANhNsHs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uw6ANhNsHs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uw6ANhNsHs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uw6ANhNsHs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uw6ANhNsHs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uw6ANhNsHs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uw6ANhNsHs .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uw6ANhNsHs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uw6ANhNsHs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uw6ANhNsHs .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uw6ANhNsHs .navbar {
    height: 70px;
  }
  .cid-uw6ANhNsHs .navbar.opened {
    height: auto;
  }
  .cid-uw6ANhNsHs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uw6ANhNsHs .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uw6ANhNsHs .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uw6ANhNsHs .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uw6ANhNsHs .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uw6ANhNsHs .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uw6ANhNsHs .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uw6ANhNsHs .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uw6ANhNsHs .navbar-brand {
    margin-right: auto;
  }
  .cid-uw6ANhNsHs .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.8) !important;
    background: rgba(0, 0, 0, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uw6ANhNsHs .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uw6ANhNsHs .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uw6ANhNsHs .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uw6ANhNsHs .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uw6ANhNsHs .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uw6ANhNsHs .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uw6ANhNsHs .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uw6ANhNsHs .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uw6ANhNsHs .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uw6ANhNsHs .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uw6AOH1HGp {
  padding-top: 7rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uw6AOH1HGp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw6AOH1HGp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw6AOH1HGp .items-wrap {
  justify-content: space-between;
}
.cid-uw6AOH1HGp .items-wrap .card {
  justify-content: center;
}
.cid-uw6AOH1HGp .title-wrapper .mbr-desc {
  margin-bottom: 15px;
}
.cid-uw6AOH1HGp .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uw6AOH1HGp .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uw6AOH1HGp .title-wrapper {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uw6AOH1HGp .content-wrapper {
    margin-bottom: 32px;
    text-align: center;
  }
}
.cid-uw6AOH1HGp .icon-title {
  color: #bff747;
}
@media (max-width: 992px) {
  .cid-uw6AOH1HGp .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uw6AOH1HGp .image-wrapper img {
  border-radius: 2rem;
  padding: 5px;
  background-color: #9c98cf;
  height: 550px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uw6AOH1HGp .image-wrapper img {
    height: 350px;
  }
}
.cid-uw6AOH1HGp .mbr-section-title {
  color: #fdfde1;
}
.cid-uw6AOH1HGp .mbr-text {
  color: #000000;
}
.cid-uw6AOH1HGp .mbr-text,
.cid-uw6AOH1HGp .mbr-section-btn {
  color: #fdfde1;
}
.cid-uw6AOH1HGp .mbr-desc {
  color: #fdfde1;
}
.cid-uw6AOH1HGp .mbr-section-subtitle {
  color: #fdfde1;
}
.cid-uw6AOH1HGp .mbr-desc,
.cid-uw6AOH1HGp .mbr-section-btn {
  color: #fdfde1;
}
.cid-uVyqpig8RW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9c98cf;
}
.cid-uVyqpig8RW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyqpig8RW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyqpig8RW .mbr-text {
  color: #d3f2ff;
}
.cid-uVyqpig8RW .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uVyqpig8RW .item-wrapper {
  background: #000000;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uVyqpig8RW .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uVyqpig8RW .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
.cid-uVyqpig8RW .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uVyqpig8RW .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uVyqpig8RW .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uVyqpig8RW .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uVyqpig8RW .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9c98cf;
  background-color: #9c98cf;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uVyqpig8RW .mbr-text UL {
  text-align: left;
}
.cid-uVyqpig8RW .mbr-section-subtitle,
.cid-uVyqpig8RW .main-button {
  color: #000000;
}
.cid-uVyqpig8RW .mbr-section-title {
  color: #ffffff;
}
.cid-uVyuf5Mqeq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVyuf5Mqeq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyuf5Mqeq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyuf5Mqeq .items-wrapper {
  justify-content: center;
}
.cid-uVyuf5Mqeq .mbr-text,
.cid-uVyuf5Mqeq .text-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uVyul3onOk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVyul3onOk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyul3onOk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyul3onOk .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uVyul3onOk .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uVyul3onOk .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVyul3onOk .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uVyul3onOk .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVyul3onOk .mbr-section-title {
  color: #000000;
}
.cid-uVyul3onOk .mbr-desc {
  color: #fdfde1;
}
.cid-uVyul3onOk .mbr-text {
  color: #000000;
}
.cid-uVyul3onOk .mbr-text,
.cid-uVyul3onOk .text-wrapper {
  color: #000000;
}
.cid-uVyul3onOk .mbr-section-title,
.cid-uVyul3onOk .mbr-section-btn {
  color: #000000;
}
.cid-uw6AQLksO8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uw6AQLksO8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw6AQLksO8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw6AQLksO8 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uw6AQLksO8 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uw6AQLksO8 .title .icon-wrap {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uw6AQLksO8 .title .icon-wrap {
    margin-bottom: 32px;
    text-align: left;
  }
}
.cid-uw6AQLksO8 .title .icon-wrap .mbr-iconfont {
  display: inline-flex;
  width: 70px;
  height: 70px;
  color: #000000;
  font-size: 70px;
}
@media (max-width: 992px) {
  .cid-uw6AQLksO8 .title .icon-wrap .mbr-iconfont {
    width: 48px;
    height: 48px;
    font-size: 48px;
  }
}
.cid-uw6AQLksO8 .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uw6AQLksO8 .items-wrap .card {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uw6AQLksO8 .items-wrap .card_2 {
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-uw6AQLksO8 .items-wrap .card_2 {
    padding-top: 0;
  }
}
.cid-uw6AQLksO8 .items-wrap .card_3 {
  padding-top: 400px;
}
@media (max-width: 992px) {
  .cid-uw6AQLksO8 .items-wrap .card_3 {
    padding-top: 0;
  }
}
.cid-uw6AQLksO8 .card .item-wrapper {
  background-color: #9c98cf;
  transition: all 0.3s ease;
}
.cid-uw6AQLksO8 .card .item-wrapper .card-box {
  padding: 3rem 1.5rem;
  min-height: 500px;
}
@media (max-width: 992px) {
  .cid-uw6AQLksO8 .card .item-wrapper .card-box {
    padding: 36px 24px;
    min-height: auto;
  }
}
.cid-uw6AQLksO8 .card .item-wrapper .card-box .item-number {
  margin-bottom: 32px;
}
.cid-uw6AQLksO8 .card .item-wrapper .card-box .item-title {
  margin-bottom: 32px;
}
.cid-uw6AQLksO8 .card .item-wrapper .card-box .item-text {
  margin-bottom: 0;
  line-height: 1.66;
}
.cid-uw6AQLksO8 .card .item-wrapper .card-box .icon-wrap {
  font-size: 3rem;
  color: #fdfde1;
}
.cid-uw6AQLksO8 .card .item-wrapper:hover {
  box-shadow: 5px 5px 0 0 #393193;
  transform: translateY(-1.15rem);
}
.cid-uw6AQLksO8 .mbr-section-title {
  color: #000000;
}
.cid-uw6AQLksO8 .item-title {
  color: #000000;
}
.cid-uw6AQLksO8 .item-number {
  color: #ffffff;
}
.cid-uw6AQLksO8 .item-text {
  color: #fdfde1;
}
.cid-uw6AQLksO8 .item-title DIV {
  text-align: center;
}
.cid-uw6ARJxL7y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uw6ARJxL7y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw6ARJxL7y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw6ARJxL7y .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uw6ARJxL7y .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uw6ARJxL7y .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uw6ARJxL7y .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uw6ARJxL7y .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uw6ARJxL7y .mbr-section-title {
  color: #000000;
}
.cid-uw6ARJxL7y .mbr-desc {
  color: #000000;
}
.cid-uw6ARJxL7y .mbr-text {
  color: #000000;
}
.cid-uw6ARJxL7y .mbr-text,
.cid-uw6ARJxL7y .text-wrapper {
  color: #000000;
}
.cid-uw6ARJxL7y .mbr-section-title,
.cid-uw6ARJxL7y .mbr-section-btn {
  color: #000000;
}
.cid-uVyzAXBrTt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffff5;
}
.cid-uVyzAXBrTt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyzAXBrTt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyzAXBrTt .card-box__top {
  flex-direction: column-reverse;
  display: flex;
  justify-content: space-between;
  align-items: top;
}
.cid-uVyzAXBrTt .card-box__top .mbr-iconfont {
  font-size: 70px;
  width: auto;
}
.cid-uVyzAXBrTt .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uVyzAXBrTt .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uVyzAXBrTt .card-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uVyzAXBrTt .card-box .card-title {
  margin-top: 1.75rem;
  margin-bottom: 1rem;
}
.cid-uVyzAXBrTt .card-box .card-text {
  margin-bottom: 1.75rem;
  line-height: 1.66;
}
.cid-uVyzAXBrTt .card-box .item-footer {
  margin-left: 0;
}
.cid-uVyzAXBrTt .card-box .item-footer .btn-primary {
  border: none;
  background-color: unset !important;
  box-shadow: none;
  margin: 0.2rem 0 0.2rem 0;
}
.cid-uVyzAXBrTt .card-box .item-footer .mbr-iconfont {
  font-size: 28px;
  padding-left: 0;
}
.cid-uVyzAXBrTt .item-wrapper {
  background: #fffff5;
  padding: 2rem !important;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: solid 2px #000000;
  transition: all 0.3s ease;
}
.cid-uVyzAXBrTt .item-wrapper .btn {
  padding: 0;
  margin: 0;
}
.cid-uVyzAXBrTt .item-wrapper .btn .mbr-iconfont-btn::before {
  background-color: inherit;
}
.cid-uVyzAXBrTt .item-wrapper:hover {
  background-color: #9c98cf;
  box-shadow: 5px 5px 0 0 #000000;
}
.cid-uVyzAXBrTt .item-wrapper:hover .item-footer .mbr-iconfont {
  transform: translateX(1.25rem);
}
.cid-uVyzAXBrTt .mbr-iconfont {
  display: inline-flex;
  color: #000000;
  justify-content: center;
  align-items: center;
  margin: 0rem;
  transition: transform 0.3s ease;
}
.cid-uVyzAXBrTt .icon-title {
  color: #bff747;
}
.cid-uVyzAXBrTt .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uVyzAXBrTt .mbr-section-subtitle {
  color: #000000;
}
.cid-uVyzAXBrTt .content-head {
  max-width: 856px;
}
.cid-uVyzAXBrTt .card-title,
.cid-uVyzAXBrTt .iconfont-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uVyzAXBrTt .card-text,
.cid-uVyzAXBrTt .item .mbr-section-btn {
  color: #000000;
}
.cid-uVys0jGIAr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVys0jGIAr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVys0jGIAr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVys0jGIAr .card-box__top {
  flex-direction: column-reverse;
  display: flex;
  justify-content: space-between;
  align-items: top;
}
.cid-uVys0jGIAr .card-box__top .mbr-iconfont {
  font-size: 70px;
  width: auto;
}
.cid-uVys0jGIAr .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uVys0jGIAr .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uVys0jGIAr .card-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uVys0jGIAr .card-box .card-title {
  margin-top: 1.75rem;
  margin-bottom: 1rem;
}
.cid-uVys0jGIAr .card-box .card-text {
  margin-bottom: 1.75rem;
  line-height: 1.66;
}
.cid-uVys0jGIAr .card-box .item-footer {
  margin-left: 0;
}
.cid-uVys0jGIAr .card-box .item-footer .btn-primary {
  border: none;
  background-color: unset !important;
  box-shadow: none;
  margin: 0.2rem 0 0.2rem 0;
}
.cid-uVys0jGIAr .card-box .item-footer .mbr-iconfont {
  font-size: 28px;
  padding-left: 0;
}
.cid-uVys0jGIAr .item-wrapper {
  background: #fffff5;
  padding: 2rem !important;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: solid 2px #000000;
  transition: all 0.3s ease;
}
.cid-uVys0jGIAr .item-wrapper .btn {
  padding: 0;
  margin: 0;
}
.cid-uVys0jGIAr .item-wrapper .btn .mbr-iconfont-btn::before {
  background-color: inherit;
}
.cid-uVys0jGIAr .item-wrapper:hover {
  background-color: #9c98cf;
  box-shadow: 5px 5px 0 0 #000000;
}
.cid-uVys0jGIAr .item-wrapper:hover .item-footer .mbr-iconfont {
  transform: translateX(1.25rem);
}
.cid-uVys0jGIAr .mbr-iconfont {
  display: inline-flex;
  color: #000000;
  justify-content: center;
  align-items: center;
  margin: 0rem;
  transition: transform 0.3s ease;
}
.cid-uVys0jGIAr .icon-title {
  color: #bff747;
}
.cid-uVys0jGIAr .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uVys0jGIAr .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uVys0jGIAr .content-head {
  max-width: 856px;
}
.cid-uVys0jGIAr .card-title,
.cid-uVys0jGIAr .iconfont-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uVys0jGIAr .card-text,
.cid-uVys0jGIAr .item .mbr-section-btn {
  color: #000000;
}
.cid-uVyuMG7TwB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVyuMG7TwB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyuMG7TwB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyuMG7TwB .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uVyuMG7TwB .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uVyuMG7TwB .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVyuMG7TwB .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uVyuMG7TwB .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-uVyuMG7TwB .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uVyuMG7TwB .mbr-section-title {
  color: #111111;
}
.cid-uVyuMG7TwB .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-uVyuMG7TwB .mbr-text,
.cid-uVyuMG7TwB .text-wrapper {
  color: #000000;
}
.cid-uw6KpxHnwK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffff5;
}
.cid-uw6KpxHnwK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw6KpxHnwK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uw6KpxHnwK .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uw6KpxHnwK .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uw6KpxHnwK .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uw6KpxHnwK .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 32px;
}
.cid-uw6KpxHnwK .item .item-wrapper .item-title {
  margin-bottom: 10px;
}
.cid-uw6KpxHnwK .item .item-wrapper .item-desc {
  margin-bottom: 16px;
}
.cid-uw6KpxHnwK .item .item-wrapper .card-box {
  border: 2px solid #000;
  padding: 42px 28px;
  min-height: 470px;
}
@media (max-width: 992px) {
  .cid-uw6KpxHnwK .item .item-wrapper .card-box {
    padding: 36px 24px;
    min-height: auto;
  }
}
.cid-uw6KpxHnwK .item .item-wrapper .card-box .icon-wrap {
  margin-bottom: 16px;
}
.cid-uw6KpxHnwK .item .item-wrapper .card-box .icon-wrap .mbr-iconfont {
  width: 70px;
  height: 70px;
  font-size: 70px;
  display: inline-flex;
}
.cid-uw6KpxHnwK .item .item-wrapper .card-box .item-text_1,
.cid-uw6KpxHnwK .item .item-wrapper .card-box .item-text_2 {
  margin-bottom: 0;
}
.cid-uw6KpxHnwK .item .item-wrapper .card_1 {
  background-color: #9c98cf;
}
.cid-uw6KpxHnwK .item .item-wrapper .card_1 .icon-wrap .mbr-iconfont {
  color: #fffff5;
}
.cid-uw6KpxHnwK .item .item-wrapper .card_2 {
  background-color: #9c98cf;
}
.cid-uw6KpxHnwK .item .item-wrapper .card_2 .icon-wrap .mbr-iconfont {
  color: #000000;
}
.cid-uw6KpxHnwK .item .item-wrapper .card {
  justify-content: center;
}
.cid-uw6KpxHnwK .mbr-section-btn {
  margin-top: 1.5rem;
  text-align: center;
}
.cid-uw6KpxHnwK .item-title {
  color: #000000;
  text-align: center;
}
.cid-uw6KpxHnwK .item-desc {
  color: #000000;
}
.cid-uw6KpxHnwK .item-text_1 {
  color: #fdfde1;
}
.cid-uw6KpxHnwK .item-text_2 {
  color: #000000;
  text-align: center;
}
.cid-uw6KpxHnwK .item-text_1,
.cid-uw6KpxHnwK .icon-wrap {
  text-align: center;
}
.cid-uVyuWSylCn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9c98cf;
}
.cid-uVyuWSylCn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyuWSylCn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyuWSylCn .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uVyuWSylCn .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVyuWSylCn .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uVyuWSylCn .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uVyuWSylCn .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uVyuWSylCn .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uVyuWSylCn .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #000000, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uVyuWSylCn .card-wrapper {
  background-color: #ffffff;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uVyuWSylCn .card-wrapper {
    padding: 24px;
  }
}
.cid-uVyuWSylCn .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uVyuWSylCn .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uVyuWSylCn .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVyuWSylCn .mbr-label,
.cid-uVyuWSylCn .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uVyuWSylCn .mbr-section-title,
.cid-uVyuWSylCn .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uVyuWSylCn .mbr-text,
.cid-uVyuWSylCn .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uVyuWSylCn .item-text {
  color: #000000;
}
.cid-uVyuWSylCn .item-text,
.cid-uVyuWSylCn .mbr-section-btn {
  text-align: left;
}
.cid-uw6B4lDjru {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uw6B4lDjru .mbr-fallback-image.disabled {
  display: none;
}
.cid-uw6B4lDjru .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-uw6B4lDjru .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uw6B4lDjru .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uw6B4lDjru .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: #9c98cf;
  border: 1px solid #a5a5a5;
  border-radius: 0;
  margin-top: 12px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uw6B4lDjru .panel-group .card {
    padding: 16px;
  }
}
.cid-uw6B4lDjru .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uw6B4lDjru .panel-group .card:hover,
.cid-uw6B4lDjru .panel-group .card:focus {
  border: 1px solid #bff747;
}
.cid-uw6B4lDjru .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uw6B4lDjru .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uw6B4lDjru .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uw6B4lDjru .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #666666;
}
.cid-uw6B4lDjru .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uw6B4lDjru .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uw6B4lDjru .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #bff747;
}
.cid-uw6B4lDjru .panel-group .card .panel-collapse .panel-body {
  margin-top: 16px;
}
.cid-uw6B4lDjru .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uw6B4lDjru .mbr-section-title {
  color: #ffffff;
}
.cid-uw6B4lDjru .panel-title-edit {
  color: #000000;
}
.cid-uw6B4lDjru .panel-text {
  color: #a5a5a5;
}
.cid-uw6B4lDjru .mbr-section-title,
.cid-uw6B4lDjru .mbr-section-btn {
  color: #000000;
}
.cid-uVyv8QsTSr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVyv8QsTSr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyv8QsTSr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyv8QsTSr .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uVyv8QsTSr .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVyv8QsTSr .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uVyv8QsTSr .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uVyv8QsTSr .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uVyv8QsTSr .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uVyv8QsTSr .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #000000, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uVyv8QsTSr .card-wrapper {
  background-color: #9c98cf;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uVyv8QsTSr .card-wrapper {
    padding: 24px;
  }
}
.cid-uVyv8QsTSr .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uVyv8QsTSr .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uVyv8QsTSr .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVyv8QsTSr .mbr-label,
.cid-uVyv8QsTSr .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uVyv8QsTSr .mbr-section-title,
.cid-uVyv8QsTSr .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uVyv8QsTSr .mbr-text,
.cid-uVyv8QsTSr .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uVyv8QsTSr .item-text {
  color: #000000;
}
.cid-uVyv8QsTSr .item-text,
.cid-uVyv8QsTSr .mbr-section-btn {
  text-align: left;
}
.cid-uVyqgbE4Lt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9c98cf;
}
.cid-uVyqgbE4Lt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyqgbE4Lt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyqgbE4Lt .google-map {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uVyqgbE4Lt .google-map {
    margin-bottom: 48px;
  }
}
.cid-uVyqgbE4Lt .google-map iframe {
  height: 480px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uVyqgbE4Lt .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uVyqgbE4Lt .list-wrapper {
    margin-bottom: 36px;
  }
}
.cid-uVyqgbE4Lt .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uVyqgbE4Lt .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uVyqgbE4Lt .list-wrapper .list .item-wrap:hover,
.cid-uVyqgbE4Lt .list-wrapper .list .item-wrap:focus {
  color: #bff747;
}
.cid-uVyqgbE4Lt .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uVyqgbE4Lt .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uVyqgbE4Lt .social-wrapper {
    text-align: left;
  }
}
.cid-uVyqgbE4Lt .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uVyqgbE4Lt .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uVyqgbE4Lt .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uVyqgbE4Lt .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #4b4b4b;
  color: #bff747;
}
.cid-uVyqgbE4Lt .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #fdfde1;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uVyqgbE4Lt .list,
.cid-uVyqgbE4Lt .item-wrap,
.cid-uVyqgbE4Lt .social-wrapper {
  color: #fdfde1;
}
.cid-uVytBuiqmX {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVytBuiqmX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVytBuiqmX .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uVytBuiqmX .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVytBuiqmX .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uVytBuiqmX a {
  font-weight: 600;
}
.cid-uVytBuiqmX a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uVytBuiqmX .col-lg-3,
  .cid-uVytBuiqmX .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uVytBuiqmX .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uVytBuiqmX .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uVytBuiqmX h5 {
  margin: 0;
}
.cid-uVytBuiqmX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVytBuiqmX .iconfont-wrapper {
  position: relative;
}
.cid-uVytBuiqmX .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uVytBuiqmX .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uVytBuiqmX .sociconfont-wrapper {
  display: flex;
}
.cid-uVytBuiqmX .card-title,
.cid-uVytBuiqmX .iconfont-wrapper {
  color: #000000;
}
.cid-uVytBuiqmX .card-text {
  color: #000000;
}
.cid-uVytBuiqmX .mbr-section-title {
  color: #000000;
}
.cid-uVytBuiqmX .main-title,
.cid-uVytBuiqmX .iconfont-wrapper {
  text-align: left;
  color: #df7f11;
}
.cid-uw70BE6p7i {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uw70BE6p7i .media-container-row .mbr-text {
  color: #fdfde1;
}
.cid-uVyxu7YACf {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uVyxu7YACf .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uVyxu7YACf .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uVyxu7YACf .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVyxu7YACf .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uVyxu7YACf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVyxu7YACf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVyxu7YACf .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uVyxu7YACf .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uVyxu7YACf .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uVyxu7YACf .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uVyxu7YACf .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uVyxu7YACf .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uVyxu7YACf .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uVyxu7YACf .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uVyxu7YACf .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uVyxu7YACf .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uVyxu7YACf .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uVyxu7YACf .navbar-logo {
    padding-left: 0;
  }
}
.cid-uVyxu7YACf .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uVyxu7YACf .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uVyxu7YACf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uVyxu7YACf .container {
  display: flex;
  height: 80px;
  padding: 0 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uVyxu7YACf .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uVyxu7YACf .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uVyxu7YACf .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVyxu7YACf .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0.8) !important;
}
.cid-uVyxu7YACf .nav-item:focus,
.cid-uVyxu7YACf .nav-link:focus {
  outline: none;
}
.cid-uVyxu7YACf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVyxu7YACf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVyxu7YACf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVyxu7YACf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVyxu7YACf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVyxu7YACf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVyxu7YACf .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uVyxu7YACf .navbar.opened {
  transition: all 0.3s;
}
.cid-uVyxu7YACf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVyxu7YACf .navbar .navbar-logo img {
  width: auto;
}
.cid-uVyxu7YACf .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uVyxu7YACf .navbar.collapsed {
  justify-content: center;
}
.cid-uVyxu7YACf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVyxu7YACf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVyxu7YACf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uVyxu7YACf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVyxu7YACf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVyxu7YACf .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-uVyxu7YACf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVyxu7YACf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVyxu7YACf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uVyxu7YACf .navbar {
    min-height: 72px;
  }
  .cid-uVyxu7YACf .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uVyxu7YACf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVyxu7YACf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVyxu7YACf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVyxu7YACf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVyxu7YACf .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-uVyxu7YACf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVyxu7YACf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uVyxu7YACf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVyxu7YACf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uVyxu7YACf .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uVyxu7YACf .dropdown-item.active,
.cid-uVyxu7YACf .dropdown-item:active {
  background-color: transparent;
}
.cid-uVyxu7YACf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVyxu7YACf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVyxu7YACf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVyxu7YACf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uVyxu7YACf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uVyxu7YACf .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uVyxu7YACf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVyxu7YACf .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uVyxu7YACf .navbar-buttons {
    text-align: left;
  }
}
.cid-uVyxu7YACf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVyxu7YACf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uVyxu7YACf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVyxu7YACf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVyxu7YACf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVyxu7YACf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVyxu7YACf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVyxu7YACf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVyxu7YACf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVyxu7YACf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVyxu7YACf .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uVyxu7YACf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVyxu7YACf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uVyxu7YACf .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVyxu7YACf .navbar {
    height: 70px;
  }
  .cid-uVyxu7YACf .navbar.opened {
    height: auto;
  }
  .cid-uVyxu7YACf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVyxu7YACf .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uVyxu7YACf .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uVyxu7YACf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uVyxu7YACf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uVyxu7YACf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uVyxu7YACf .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uVyxu7YACf .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uVyxu7YACf .navbar-brand {
    margin-right: auto;
  }
  .cid-uVyxu7YACf .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.8) !important;
    background: rgba(0, 0, 0, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uVyxu7YACf .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uVyxu7YACf .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uVyxu7YACf .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uVyxu7YACf .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uVyxu7YACf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uVyxu7YACf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uVyxu7YACf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uVyxu7YACf .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uVyxu7YACf .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uVyxu7YACf .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uVyxu8A2ev {
  padding-top: 7rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uVyxu8A2ev .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyxu8A2ev .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyxu8A2ev .items-wrap {
  justify-content: space-between;
}
.cid-uVyxu8A2ev .items-wrap .card {
  justify-content: center;
}
.cid-uVyxu8A2ev .title-wrapper .mbr-desc {
  margin-bottom: 15px;
}
.cid-uVyxu8A2ev .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uVyxu8A2ev .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uVyxu8A2ev .title-wrapper {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uVyxu8A2ev .content-wrapper {
    margin-bottom: 32px;
    text-align: center;
  }
}
.cid-uVyxu8A2ev .icon-title {
  color: #bff747;
}
@media (max-width: 992px) {
  .cid-uVyxu8A2ev .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVyxu8A2ev .image-wrapper img {
  border-radius: 2rem;
  padding: 5px;
  background-color: #9c98cf;
  height: 550px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uVyxu8A2ev .image-wrapper img {
    height: 350px;
  }
}
.cid-uVyxu8A2ev .mbr-section-title {
  color: #fdfde1;
}
.cid-uVyxu8A2ev .mbr-text {
  color: #000000;
}
.cid-uVyxu8A2ev .mbr-text,
.cid-uVyxu8A2ev .mbr-section-btn {
  color: #fdfde1;
}
.cid-uVyxu8A2ev .mbr-desc {
  color: #fdfde1;
}
.cid-uVyxu8A2ev .mbr-section-subtitle {
  color: #fdfde1;
}
.cid-uVyxu8A2ev .mbr-desc,
.cid-uVyxu8A2ev .mbr-section-btn {
  color: #fdfde1;
}
.cid-uVyxu9kX3J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVyxu9kX3J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyxu9kX3J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyxu9kX3J .items-wrapper {
  justify-content: center;
}
.cid-uVyxu9kX3J .mbr-text,
.cid-uVyxu9kX3J .text-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uVyxu9JrpM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9c98cf;
}
.cid-uVyxu9JrpM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyxu9JrpM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyxu9JrpM .google-map {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uVyxu9JrpM .google-map {
    margin-bottom: 48px;
  }
}
.cid-uVyxu9JrpM .google-map iframe {
  height: 480px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uVyxu9JrpM .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uVyxu9JrpM .list-wrapper {
    margin-bottom: 36px;
  }
}
.cid-uVyxu9JrpM .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uVyxu9JrpM .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uVyxu9JrpM .list-wrapper .list .item-wrap:hover,
.cid-uVyxu9JrpM .list-wrapper .list .item-wrap:focus {
  color: #bff747;
}
.cid-uVyxu9JrpM .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uVyxu9JrpM .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uVyxu9JrpM .social-wrapper {
    text-align: left;
  }
}
.cid-uVyxu9JrpM .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uVyxu9JrpM .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uVyxu9JrpM .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uVyxu9JrpM .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #4b4b4b;
  color: #bff747;
}
.cid-uVyxu9JrpM .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #fdfde1;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uVyxu9JrpM .list,
.cid-uVyxu9JrpM .item-wrap,
.cid-uVyxu9JrpM .social-wrapper {
  color: #fdfde1;
}
.cid-uVyxuaiMR1 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVyxuaiMR1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyxuaiMR1 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uVyxuaiMR1 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVyxuaiMR1 .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uVyxuaiMR1 a {
  font-weight: 600;
}
.cid-uVyxuaiMR1 a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uVyxuaiMR1 .col-lg-3,
  .cid-uVyxuaiMR1 .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uVyxuaiMR1 .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uVyxuaiMR1 .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uVyxuaiMR1 h5 {
  margin: 0;
}
.cid-uVyxuaiMR1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyxuaiMR1 .iconfont-wrapper {
  position: relative;
}
.cid-uVyxuaiMR1 .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uVyxuaiMR1 .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uVyxuaiMR1 .sociconfont-wrapper {
  display: flex;
}
.cid-uVyxuaiMR1 .card-title,
.cid-uVyxuaiMR1 .iconfont-wrapper {
  color: #000000;
}
.cid-uVyxuaiMR1 .card-text {
  color: #000000;
}
.cid-uVyxuaiMR1 .mbr-section-title {
  color: #000000;
}
.cid-uVyxuaiMR1 .main-title,
.cid-uVyxuaiMR1 .iconfont-wrapper {
  text-align: left;
  color: #df7f11;
}
.cid-uVyxuaXmQo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uVyxuaXmQo .media-container-row .mbr-text {
  color: #fdfde1;
}
.cid-uVyxfcn1GT {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uVyxfcn1GT .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uVyxfcn1GT .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uVyxfcn1GT .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVyxfcn1GT .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uVyxfcn1GT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVyxfcn1GT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVyxfcn1GT .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uVyxfcn1GT .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uVyxfcn1GT .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uVyxfcn1GT .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uVyxfcn1GT .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uVyxfcn1GT .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uVyxfcn1GT .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uVyxfcn1GT .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uVyxfcn1GT .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uVyxfcn1GT .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uVyxfcn1GT .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uVyxfcn1GT .navbar-logo {
    padding-left: 0;
  }
}
.cid-uVyxfcn1GT .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uVyxfcn1GT .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uVyxfcn1GT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uVyxfcn1GT .container {
  display: flex;
  height: 80px;
  padding: 0 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uVyxfcn1GT .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uVyxfcn1GT .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uVyxfcn1GT .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVyxfcn1GT .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0.8) !important;
}
.cid-uVyxfcn1GT .nav-item:focus,
.cid-uVyxfcn1GT .nav-link:focus {
  outline: none;
}
.cid-uVyxfcn1GT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVyxfcn1GT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVyxfcn1GT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVyxfcn1GT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVyxfcn1GT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVyxfcn1GT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVyxfcn1GT .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uVyxfcn1GT .navbar.opened {
  transition: all 0.3s;
}
.cid-uVyxfcn1GT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVyxfcn1GT .navbar .navbar-logo img {
  width: auto;
}
.cid-uVyxfcn1GT .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uVyxfcn1GT .navbar.collapsed {
  justify-content: center;
}
.cid-uVyxfcn1GT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVyxfcn1GT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVyxfcn1GT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uVyxfcn1GT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVyxfcn1GT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVyxfcn1GT .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-uVyxfcn1GT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVyxfcn1GT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVyxfcn1GT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uVyxfcn1GT .navbar {
    min-height: 72px;
  }
  .cid-uVyxfcn1GT .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uVyxfcn1GT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVyxfcn1GT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVyxfcn1GT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVyxfcn1GT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVyxfcn1GT .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-uVyxfcn1GT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVyxfcn1GT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uVyxfcn1GT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVyxfcn1GT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uVyxfcn1GT .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uVyxfcn1GT .dropdown-item.active,
.cid-uVyxfcn1GT .dropdown-item:active {
  background-color: transparent;
}
.cid-uVyxfcn1GT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVyxfcn1GT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVyxfcn1GT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVyxfcn1GT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uVyxfcn1GT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uVyxfcn1GT .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uVyxfcn1GT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVyxfcn1GT .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uVyxfcn1GT .navbar-buttons {
    text-align: left;
  }
}
.cid-uVyxfcn1GT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVyxfcn1GT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uVyxfcn1GT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVyxfcn1GT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVyxfcn1GT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVyxfcn1GT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVyxfcn1GT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVyxfcn1GT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVyxfcn1GT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVyxfcn1GT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVyxfcn1GT .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uVyxfcn1GT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVyxfcn1GT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uVyxfcn1GT .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVyxfcn1GT .navbar {
    height: 70px;
  }
  .cid-uVyxfcn1GT .navbar.opened {
    height: auto;
  }
  .cid-uVyxfcn1GT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVyxfcn1GT .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uVyxfcn1GT .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uVyxfcn1GT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uVyxfcn1GT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uVyxfcn1GT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uVyxfcn1GT .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uVyxfcn1GT .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uVyxfcn1GT .navbar-brand {
    margin-right: auto;
  }
  .cid-uVyxfcn1GT .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.8) !important;
    background: rgba(0, 0, 0, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uVyxfcn1GT .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uVyxfcn1GT .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uVyxfcn1GT .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uVyxfcn1GT .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uVyxfcn1GT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uVyxfcn1GT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uVyxfcn1GT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uVyxfcn1GT .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uVyxfcn1GT .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uVyxfcn1GT .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uVyxfdjFVx {
  padding-top: 7rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uVyxfdjFVx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyxfdjFVx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyxfdjFVx .items-wrap {
  justify-content: space-between;
}
.cid-uVyxfdjFVx .items-wrap .card {
  justify-content: center;
}
.cid-uVyxfdjFVx .title-wrapper .mbr-desc {
  margin-bottom: 15px;
}
.cid-uVyxfdjFVx .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uVyxfdjFVx .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uVyxfdjFVx .title-wrapper {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uVyxfdjFVx .content-wrapper {
    margin-bottom: 32px;
    text-align: center;
  }
}
.cid-uVyxfdjFVx .icon-title {
  color: #bff747;
}
@media (max-width: 992px) {
  .cid-uVyxfdjFVx .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVyxfdjFVx .image-wrapper img {
  border-radius: 2rem;
  padding: 5px;
  background-color: #9c98cf;
  height: 550px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uVyxfdjFVx .image-wrapper img {
    height: 350px;
  }
}
.cid-uVyxfdjFVx .mbr-section-title {
  color: #fdfde1;
}
.cid-uVyxfdjFVx .mbr-text {
  color: #000000;
}
.cid-uVyxfdjFVx .mbr-text,
.cid-uVyxfdjFVx .mbr-section-btn {
  color: #fdfde1;
}
.cid-uVyxfdjFVx .mbr-desc {
  color: #fdfde1;
}
.cid-uVyxfdjFVx .mbr-section-subtitle {
  color: #fdfde1;
}
.cid-uVyxfdjFVx .mbr-desc,
.cid-uVyxfdjFVx .mbr-section-btn {
  color: #fdfde1;
}
.cid-uVyxfePC44 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVyxfePC44 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyxfePC44 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyxfePC44 .items-wrapper {
  justify-content: center;
}
.cid-uVyxfePC44 .mbr-text,
.cid-uVyxfePC44 .text-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uVyxfnDIf1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9c98cf;
}
.cid-uVyxfnDIf1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyxfnDIf1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyxfnDIf1 .google-map {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uVyxfnDIf1 .google-map {
    margin-bottom: 48px;
  }
}
.cid-uVyxfnDIf1 .google-map iframe {
  height: 480px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uVyxfnDIf1 .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uVyxfnDIf1 .list-wrapper {
    margin-bottom: 36px;
  }
}
.cid-uVyxfnDIf1 .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uVyxfnDIf1 .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uVyxfnDIf1 .list-wrapper .list .item-wrap:hover,
.cid-uVyxfnDIf1 .list-wrapper .list .item-wrap:focus {
  color: #bff747;
}
.cid-uVyxfnDIf1 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uVyxfnDIf1 .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uVyxfnDIf1 .social-wrapper {
    text-align: left;
  }
}
.cid-uVyxfnDIf1 .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uVyxfnDIf1 .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uVyxfnDIf1 .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uVyxfnDIf1 .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #4b4b4b;
  color: #bff747;
}
.cid-uVyxfnDIf1 .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #fdfde1;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uVyxfnDIf1 .list,
.cid-uVyxfnDIf1 .item-wrap,
.cid-uVyxfnDIf1 .social-wrapper {
  color: #fdfde1;
}
.cid-uVyxfoCPNK {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVyxfoCPNK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyxfoCPNK .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uVyxfoCPNK .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVyxfoCPNK .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uVyxfoCPNK a {
  font-weight: 600;
}
.cid-uVyxfoCPNK a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uVyxfoCPNK .col-lg-3,
  .cid-uVyxfoCPNK .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uVyxfoCPNK .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uVyxfoCPNK .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uVyxfoCPNK h5 {
  margin: 0;
}
.cid-uVyxfoCPNK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyxfoCPNK .iconfont-wrapper {
  position: relative;
}
.cid-uVyxfoCPNK .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uVyxfoCPNK .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uVyxfoCPNK .sociconfont-wrapper {
  display: flex;
}
.cid-uVyxfoCPNK .card-title,
.cid-uVyxfoCPNK .iconfont-wrapper {
  color: #000000;
}
.cid-uVyxfoCPNK .card-text {
  color: #000000;
}
.cid-uVyxfoCPNK .mbr-section-title {
  color: #000000;
}
.cid-uVyxfoCPNK .main-title,
.cid-uVyxfoCPNK .iconfont-wrapper {
  text-align: left;
  color: #df7f11;
}
.cid-uVyxfpSIOa {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uVyxfpSIOa .media-container-row .mbr-text {
  color: #fdfde1;
}
.cid-uVywrqdcne {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uVywrqdcne .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uVywrqdcne .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uVywrqdcne .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVywrqdcne .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uVywrqdcne .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVywrqdcne .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVywrqdcne .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uVywrqdcne .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uVywrqdcne .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uVywrqdcne .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uVywrqdcne .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uVywrqdcne .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uVywrqdcne .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uVywrqdcne .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uVywrqdcne .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uVywrqdcne .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uVywrqdcne .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uVywrqdcne .navbar-logo {
    padding-left: 0;
  }
}
.cid-uVywrqdcne .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uVywrqdcne .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uVywrqdcne .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uVywrqdcne .container {
  display: flex;
  height: 80px;
  padding: 0 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uVywrqdcne .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uVywrqdcne .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uVywrqdcne .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVywrqdcne .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0.8) !important;
}
.cid-uVywrqdcne .nav-item:focus,
.cid-uVywrqdcne .nav-link:focus {
  outline: none;
}
.cid-uVywrqdcne .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVywrqdcne .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVywrqdcne .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVywrqdcne .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVywrqdcne .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVywrqdcne .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVywrqdcne .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uVywrqdcne .navbar.opened {
  transition: all 0.3s;
}
.cid-uVywrqdcne .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVywrqdcne .navbar .navbar-logo img {
  width: auto;
}
.cid-uVywrqdcne .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uVywrqdcne .navbar.collapsed {
  justify-content: center;
}
.cid-uVywrqdcne .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVywrqdcne .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVywrqdcne .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uVywrqdcne .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVywrqdcne .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVywrqdcne .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-uVywrqdcne .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVywrqdcne .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVywrqdcne .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uVywrqdcne .navbar {
    min-height: 72px;
  }
  .cid-uVywrqdcne .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uVywrqdcne .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVywrqdcne .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVywrqdcne .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVywrqdcne .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVywrqdcne .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-uVywrqdcne .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVywrqdcne .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uVywrqdcne .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVywrqdcne .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uVywrqdcne .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uVywrqdcne .dropdown-item.active,
.cid-uVywrqdcne .dropdown-item:active {
  background-color: transparent;
}
.cid-uVywrqdcne .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVywrqdcne .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVywrqdcne .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVywrqdcne .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uVywrqdcne .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uVywrqdcne .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uVywrqdcne ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVywrqdcne .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uVywrqdcne .navbar-buttons {
    text-align: left;
  }
}
.cid-uVywrqdcne button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVywrqdcne button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uVywrqdcne button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVywrqdcne button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVywrqdcne button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVywrqdcne button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVywrqdcne nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVywrqdcne nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVywrqdcne nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVywrqdcne nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVywrqdcne .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uVywrqdcne a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVywrqdcne .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uVywrqdcne .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVywrqdcne .navbar {
    height: 70px;
  }
  .cid-uVywrqdcne .navbar.opened {
    height: auto;
  }
  .cid-uVywrqdcne .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVywrqdcne .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uVywrqdcne .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uVywrqdcne .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uVywrqdcne .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uVywrqdcne .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uVywrqdcne .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uVywrqdcne .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uVywrqdcne .navbar-brand {
    margin-right: auto;
  }
  .cid-uVywrqdcne .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.8) !important;
    background: rgba(0, 0, 0, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uVywrqdcne .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uVywrqdcne .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uVywrqdcne .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uVywrqdcne .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uVywrqdcne .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uVywrqdcne .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uVywrqdcne .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uVywrqdcne .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uVywrqdcne .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uVywrqdcne .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uVywrsdfzr {
  padding-top: 7rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uVywrsdfzr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVywrsdfzr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVywrsdfzr .items-wrap {
  justify-content: space-between;
}
.cid-uVywrsdfzr .items-wrap .card {
  justify-content: center;
}
.cid-uVywrsdfzr .title-wrapper .mbr-desc {
  margin-bottom: 15px;
}
.cid-uVywrsdfzr .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uVywrsdfzr .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uVywrsdfzr .title-wrapper {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uVywrsdfzr .content-wrapper {
    margin-bottom: 32px;
    text-align: center;
  }
}
.cid-uVywrsdfzr .icon-title {
  color: #bff747;
}
@media (max-width: 992px) {
  .cid-uVywrsdfzr .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVywrsdfzr .image-wrapper img {
  border-radius: 2rem;
  padding: 5px;
  background-color: #9c98cf;
  height: 550px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uVywrsdfzr .image-wrapper img {
    height: 350px;
  }
}
.cid-uVywrsdfzr .mbr-section-title {
  color: #fdfde1;
}
.cid-uVywrsdfzr .mbr-text {
  color: #000000;
}
.cid-uVywrsdfzr .mbr-text,
.cid-uVywrsdfzr .mbr-section-btn {
  color: #fdfde1;
}
.cid-uVywrsdfzr .mbr-desc {
  color: #fdfde1;
}
.cid-uVywrsdfzr .mbr-section-subtitle {
  color: #fdfde1;
}
.cid-uVywrsdfzr .mbr-desc,
.cid-uVywrsdfzr .mbr-section-btn {
  color: #fdfde1;
}
.cid-uVywru4Hvp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9c98cf;
}
.cid-uVywru4Hvp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVywru4Hvp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVywru4Hvp .mbr-text {
  color: #d3f2ff;
}
.cid-uVywru4Hvp .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uVywru4Hvp .item-wrapper {
  background: #000000;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uVywru4Hvp .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uVywru4Hvp .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
.cid-uVywru4Hvp .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uVywru4Hvp .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uVywru4Hvp .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uVywru4Hvp .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uVywru4Hvp .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9c98cf;
  background-color: #9c98cf;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uVywru4Hvp .mbr-text UL {
  text-align: left;
}
.cid-uVywru4Hvp .mbr-section-subtitle,
.cid-uVywru4Hvp .main-button {
  color: #000000;
}
.cid-uVywru4Hvp .mbr-section-title {
  color: #ffffff;
}
.cid-uVywrvvRT0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVywrvvRT0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVywrvvRT0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVywrvvRT0 .items-wrapper {
  justify-content: center;
}
.cid-uVywrvvRT0 .mbr-text,
.cid-uVywrvvRT0 .text-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uVywrwBdRy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVywrwBdRy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVywrwBdRy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVywrwBdRy .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uVywrwBdRy .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uVywrwBdRy .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVywrwBdRy .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uVywrwBdRy .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVywrwBdRy .mbr-section-title {
  color: #000000;
}
.cid-uVywrwBdRy .mbr-desc {
  color: #fdfde1;
}
.cid-uVywrwBdRy .mbr-text {
  color: #000000;
}
.cid-uVywrwBdRy .mbr-text,
.cid-uVywrwBdRy .text-wrapper {
  color: #000000;
}
.cid-uVywrwBdRy .mbr-section-title,
.cid-uVywrwBdRy .mbr-section-btn {
  color: #000000;
}
.cid-uVywry08Fz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVywry08Fz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVywry08Fz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVywry08Fz .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uVywry08Fz .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uVywry08Fz .title .icon-wrap {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uVywry08Fz .title .icon-wrap {
    margin-bottom: 32px;
    text-align: left;
  }
}
.cid-uVywry08Fz .title .icon-wrap .mbr-iconfont {
  display: inline-flex;
  width: 70px;
  height: 70px;
  color: #000000;
  font-size: 70px;
}
@media (max-width: 992px) {
  .cid-uVywry08Fz .title .icon-wrap .mbr-iconfont {
    width: 48px;
    height: 48px;
    font-size: 48px;
  }
}
.cid-uVywry08Fz .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uVywry08Fz .items-wrap .card {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uVywry08Fz .items-wrap .card_2 {
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-uVywry08Fz .items-wrap .card_2 {
    padding-top: 0;
  }
}
.cid-uVywry08Fz .items-wrap .card_3 {
  padding-top: 400px;
}
@media (max-width: 992px) {
  .cid-uVywry08Fz .items-wrap .card_3 {
    padding-top: 0;
  }
}
.cid-uVywry08Fz .card .item-wrapper {
  background-color: #9c98cf;
  transition: all 0.3s ease;
}
.cid-uVywry08Fz .card .item-wrapper .card-box {
  padding: 3rem 1.5rem;
  min-height: 500px;
}
@media (max-width: 992px) {
  .cid-uVywry08Fz .card .item-wrapper .card-box {
    padding: 36px 24px;
    min-height: auto;
  }
}
.cid-uVywry08Fz .card .item-wrapper .card-box .item-number {
  margin-bottom: 32px;
}
.cid-uVywry08Fz .card .item-wrapper .card-box .item-title {
  margin-bottom: 32px;
}
.cid-uVywry08Fz .card .item-wrapper .card-box .item-text {
  margin-bottom: 0;
  line-height: 1.66;
}
.cid-uVywry08Fz .card .item-wrapper .card-box .icon-wrap {
  font-size: 3rem;
  color: #fdfde1;
}
.cid-uVywry08Fz .card .item-wrapper:hover {
  box-shadow: 5px 5px 0 0 #393193;
  transform: translateY(-1.15rem);
}
.cid-uVywry08Fz .mbr-section-title {
  color: #000000;
}
.cid-uVywry08Fz .item-title {
  color: #000000;
}
.cid-uVywry08Fz .item-number {
  color: #ffffff;
}
.cid-uVywry08Fz .item-text {
  color: #fdfde1;
}
.cid-uVywry08Fz .item-title DIV {
  text-align: center;
}
.cid-uVywrA0Syq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVywrA0Syq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVywrA0Syq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVywrA0Syq .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uVywrA0Syq .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uVywrA0Syq .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVywrA0Syq .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uVywrA0Syq .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVywrA0Syq .mbr-section-title {
  color: #000000;
}
.cid-uVywrA0Syq .mbr-desc {
  color: #000000;
}
.cid-uVywrA0Syq .mbr-text {
  color: #000000;
}
.cid-uVywrA0Syq .mbr-text,
.cid-uVywrA0Syq .text-wrapper {
  color: #000000;
}
.cid-uVywrA0Syq .mbr-section-title,
.cid-uVywrA0Syq .mbr-section-btn {
  color: #000000;
}
.cid-uVyA1Xk2jo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffff5;
}
.cid-uVyA1Xk2jo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyA1Xk2jo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyA1Xk2jo .card-box__top {
  flex-direction: column-reverse;
  display: flex;
  justify-content: space-between;
  align-items: top;
}
.cid-uVyA1Xk2jo .card-box__top .mbr-iconfont {
  font-size: 70px;
  width: auto;
}
.cid-uVyA1Xk2jo .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uVyA1Xk2jo .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uVyA1Xk2jo .card-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uVyA1Xk2jo .card-box .card-title {
  margin-top: 1.75rem;
  margin-bottom: 1rem;
}
.cid-uVyA1Xk2jo .card-box .card-text {
  margin-bottom: 1.75rem;
  line-height: 1.66;
}
.cid-uVyA1Xk2jo .card-box .item-footer {
  margin-left: 0;
}
.cid-uVyA1Xk2jo .card-box .item-footer .btn-primary {
  border: none;
  background-color: unset !important;
  box-shadow: none;
  margin: 0.2rem 0 0.2rem 0;
}
.cid-uVyA1Xk2jo .card-box .item-footer .mbr-iconfont {
  font-size: 28px;
  padding-left: 0;
}
.cid-uVyA1Xk2jo .item-wrapper {
  background: #fffff5;
  padding: 2rem !important;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: solid 2px #000000;
  transition: all 0.3s ease;
}
.cid-uVyA1Xk2jo .item-wrapper .btn {
  padding: 0;
  margin: 0;
}
.cid-uVyA1Xk2jo .item-wrapper .btn .mbr-iconfont-btn::before {
  background-color: inherit;
}
.cid-uVyA1Xk2jo .item-wrapper:hover {
  background-color: #9c98cf;
  box-shadow: 5px 5px 0 0 #000000;
}
.cid-uVyA1Xk2jo .item-wrapper:hover .item-footer .mbr-iconfont {
  transform: translateX(1.25rem);
}
.cid-uVyA1Xk2jo .mbr-iconfont {
  display: inline-flex;
  color: #000000;
  justify-content: center;
  align-items: center;
  margin: 0rem;
  transition: transform 0.3s ease;
}
.cid-uVyA1Xk2jo .icon-title {
  color: #bff747;
}
.cid-uVyA1Xk2jo .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uVyA1Xk2jo .mbr-section-subtitle {
  color: #000000;
}
.cid-uVyA1Xk2jo .content-head {
  max-width: 856px;
}
.cid-uVyA1Xk2jo .card-title,
.cid-uVyA1Xk2jo .iconfont-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uVyA1Xk2jo .card-text,
.cid-uVyA1Xk2jo .item .mbr-section-btn {
  color: #000000;
}
.cid-uVywrBAKeJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVywrBAKeJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVywrBAKeJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVywrBAKeJ .card-box__top {
  flex-direction: column-reverse;
  display: flex;
  justify-content: space-between;
  align-items: top;
}
.cid-uVywrBAKeJ .card-box__top .mbr-iconfont {
  font-size: 70px;
  width: auto;
}
.cid-uVywrBAKeJ .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uVywrBAKeJ .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uVywrBAKeJ .card-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uVywrBAKeJ .card-box .card-title {
  margin-top: 1.75rem;
  margin-bottom: 1rem;
}
.cid-uVywrBAKeJ .card-box .card-text {
  margin-bottom: 1.75rem;
  line-height: 1.66;
}
.cid-uVywrBAKeJ .card-box .item-footer {
  margin-left: 0;
}
.cid-uVywrBAKeJ .card-box .item-footer .btn-primary {
  border: none;
  background-color: unset !important;
  box-shadow: none;
  margin: 0.2rem 0 0.2rem 0;
}
.cid-uVywrBAKeJ .card-box .item-footer .mbr-iconfont {
  font-size: 28px;
  padding-left: 0;
}
.cid-uVywrBAKeJ .item-wrapper {
  background: #fffff5;
  padding: 2rem !important;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: solid 2px #000000;
  transition: all 0.3s ease;
}
.cid-uVywrBAKeJ .item-wrapper .btn {
  padding: 0;
  margin: 0;
}
.cid-uVywrBAKeJ .item-wrapper .btn .mbr-iconfont-btn::before {
  background-color: inherit;
}
.cid-uVywrBAKeJ .item-wrapper:hover {
  background-color: #9c98cf;
  box-shadow: 5px 5px 0 0 #000000;
}
.cid-uVywrBAKeJ .item-wrapper:hover .item-footer .mbr-iconfont {
  transform: translateX(1.25rem);
}
.cid-uVywrBAKeJ .mbr-iconfont {
  display: inline-flex;
  color: #000000;
  justify-content: center;
  align-items: center;
  margin: 0rem;
  transition: transform 0.3s ease;
}
.cid-uVywrBAKeJ .icon-title {
  color: #bff747;
}
.cid-uVywrBAKeJ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uVywrBAKeJ .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uVywrBAKeJ .content-head {
  max-width: 856px;
}
.cid-uVywrBAKeJ .card-title,
.cid-uVywrBAKeJ .iconfont-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uVywrBAKeJ .card-text,
.cid-uVywrBAKeJ .item .mbr-section-btn {
  color: #000000;
}
.cid-uVywrDNhqm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVywrDNhqm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVywrDNhqm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVywrDNhqm .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uVywrDNhqm .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uVywrDNhqm .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVywrDNhqm .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uVywrDNhqm .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-uVywrDNhqm .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uVywrDNhqm .mbr-section-title {
  color: #111111;
}
.cid-uVywrDNhqm .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-uVywrDNhqm .mbr-text,
.cid-uVywrDNhqm .text-wrapper {
  color: #000000;
}
.cid-uVywrFqWIf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffff5;
}
.cid-uVywrFqWIf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVywrFqWIf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVywrFqWIf .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uVywrFqWIf .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uVywrFqWIf .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uVywrFqWIf .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 32px;
}
.cid-uVywrFqWIf .item .item-wrapper .item-title {
  margin-bottom: 10px;
}
.cid-uVywrFqWIf .item .item-wrapper .item-desc {
  margin-bottom: 16px;
}
.cid-uVywrFqWIf .item .item-wrapper .card-box {
  border: 2px solid #000;
  padding: 42px 28px;
  min-height: 470px;
}
@media (max-width: 992px) {
  .cid-uVywrFqWIf .item .item-wrapper .card-box {
    padding: 36px 24px;
    min-height: auto;
  }
}
.cid-uVywrFqWIf .item .item-wrapper .card-box .icon-wrap {
  margin-bottom: 16px;
}
.cid-uVywrFqWIf .item .item-wrapper .card-box .icon-wrap .mbr-iconfont {
  width: 70px;
  height: 70px;
  font-size: 70px;
  display: inline-flex;
}
.cid-uVywrFqWIf .item .item-wrapper .card-box .item-text_1,
.cid-uVywrFqWIf .item .item-wrapper .card-box .item-text_2 {
  margin-bottom: 0;
}
.cid-uVywrFqWIf .item .item-wrapper .card_1 {
  background-color: #9c98cf;
}
.cid-uVywrFqWIf .item .item-wrapper .card_1 .icon-wrap .mbr-iconfont {
  color: #fffff5;
}
.cid-uVywrFqWIf .item .item-wrapper .card_2 {
  background-color: #9c98cf;
}
.cid-uVywrFqWIf .item .item-wrapper .card_2 .icon-wrap .mbr-iconfont {
  color: #000000;
}
.cid-uVywrFqWIf .item .item-wrapper .card {
  justify-content: center;
}
.cid-uVywrFqWIf .mbr-section-btn {
  margin-top: 1.5rem;
  text-align: center;
}
.cid-uVywrFqWIf .item-title {
  color: #000000;
  text-align: center;
}
.cid-uVywrFqWIf .item-desc {
  color: #000000;
}
.cid-uVywrFqWIf .item-text_1 {
  color: #fdfde1;
}
.cid-uVywrFqWIf .item-text_2 {
  color: #000000;
  text-align: center;
}
.cid-uVywrFqWIf .item-text_1,
.cid-uVywrFqWIf .icon-wrap {
  text-align: center;
}
.cid-uVywrH6fHe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVywrH6fHe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVywrH6fHe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVywrH6fHe .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uVywrH6fHe .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVywrH6fHe .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uVywrH6fHe .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uVywrH6fHe .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uVywrH6fHe .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uVywrH6fHe .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #000000, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uVywrH6fHe .card-wrapper {
  background-color: #9c98cf;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uVywrH6fHe .card-wrapper {
    padding: 24px;
  }
}
.cid-uVywrH6fHe .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uVywrH6fHe .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uVywrH6fHe .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVywrH6fHe .mbr-label,
.cid-uVywrH6fHe .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uVywrH6fHe .mbr-section-title,
.cid-uVywrH6fHe .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uVywrH6fHe .mbr-text,
.cid-uVywrH6fHe .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uVywrH6fHe .item-text {
  color: #000000;
}
.cid-uVywrH6fHe .item-text,
.cid-uVywrH6fHe .mbr-section-btn {
  text-align: left;
}
.cid-uVywrJ8IP7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uVywrJ8IP7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVywrJ8IP7 .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-uVywrJ8IP7 .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uVywrJ8IP7 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uVywrJ8IP7 .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: #9c98cf;
  border: 1px solid #a5a5a5;
  border-radius: 0;
  margin-top: 12px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uVywrJ8IP7 .panel-group .card {
    padding: 16px;
  }
}
.cid-uVywrJ8IP7 .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uVywrJ8IP7 .panel-group .card:hover,
.cid-uVywrJ8IP7 .panel-group .card:focus {
  border: 1px solid #bff747;
}
.cid-uVywrJ8IP7 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uVywrJ8IP7 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uVywrJ8IP7 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uVywrJ8IP7 .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #666666;
}
.cid-uVywrJ8IP7 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uVywrJ8IP7 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uVywrJ8IP7 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #bff747;
}
.cid-uVywrJ8IP7 .panel-group .card .panel-collapse .panel-body {
  margin-top: 16px;
}
.cid-uVywrJ8IP7 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uVywrJ8IP7 .mbr-section-title {
  color: #ffffff;
}
.cid-uVywrJ8IP7 .panel-title-edit {
  color: #000000;
}
.cid-uVywrJ8IP7 .panel-text {
  color: #a5a5a5;
}
.cid-uVywrJ8IP7 .mbr-section-title,
.cid-uVywrJ8IP7 .mbr-section-btn {
  color: #000000;
}
.cid-uVywrLkLfS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVywrLkLfS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVywrLkLfS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVywrLkLfS .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uVywrLkLfS .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVywrLkLfS .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uVywrLkLfS .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uVywrLkLfS .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uVywrLkLfS .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uVywrLkLfS .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #000000, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uVywrLkLfS .card-wrapper {
  background-color: #9c98cf;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uVywrLkLfS .card-wrapper {
    padding: 24px;
  }
}
.cid-uVywrLkLfS .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uVywrLkLfS .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uVywrLkLfS .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVywrLkLfS .mbr-label,
.cid-uVywrLkLfS .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uVywrLkLfS .mbr-section-title,
.cid-uVywrLkLfS .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uVywrLkLfS .mbr-text,
.cid-uVywrLkLfS .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uVywrLkLfS .item-text {
  color: #000000;
}
.cid-uVywrLkLfS .item-text,
.cid-uVywrLkLfS .mbr-section-btn {
  text-align: left;
}
.cid-uVyG6cV2R9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9c98cf;
}
.cid-uVyG6cV2R9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyG6cV2R9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyG6cV2R9 .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uVyG6cV2R9 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVyG6cV2R9 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uVyG6cV2R9 .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uVyG6cV2R9 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uVyG6cV2R9 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uVyG6cV2R9 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #000000, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uVyG6cV2R9 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVyG6cV2R9 .panel-group .card {
  position: relative;
  padding: 7px 16px;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  transition: all 0.3s ease-in-out;
  margin-bottom: 16px;
}
.cid-uVyG6cV2R9 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uVyG6cV2R9 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uVyG6cV2R9 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uVyG6cV2R9 .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
.cid-uVyG6cV2R9 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uVyG6cV2R9 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-uVyG6cV2R9 .panel-group .card .panel-collapse .panel-body {
  padding: 8px 0;
}
.cid-uVyG6cV2R9 .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 95%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uVyG6cV2R9 .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uVyG6cV2R9 .mbr-label,
.cid-uVyG6cV2R9 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uVyG6cV2R9 .mbr-section-title,
.cid-uVyG6cV2R9 .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uVyG6cV2R9 .mbr-text,
.cid-uVyG6cV2R9 .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uVyG6cV2R9 .panel-title-edit {
  color: #000000;
}
.cid-uVyG6cV2R9 .panel-text {
  color: #515151;
}
.cid-uVywrLWFEF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9c98cf;
}
.cid-uVywrLWFEF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVywrLWFEF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVywrLWFEF .google-map {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uVywrLWFEF .google-map {
    margin-bottom: 48px;
  }
}
.cid-uVywrLWFEF .google-map iframe {
  height: 480px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uVywrLWFEF .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uVywrLWFEF .list-wrapper {
    margin-bottom: 36px;
  }
}
.cid-uVywrLWFEF .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uVywrLWFEF .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uVywrLWFEF .list-wrapper .list .item-wrap:hover,
.cid-uVywrLWFEF .list-wrapper .list .item-wrap:focus {
  color: #bff747;
}
.cid-uVywrLWFEF .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uVywrLWFEF .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uVywrLWFEF .social-wrapper {
    text-align: left;
  }
}
.cid-uVywrLWFEF .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uVywrLWFEF .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uVywrLWFEF .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uVywrLWFEF .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #4b4b4b;
  color: #bff747;
}
.cid-uVywrLWFEF .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #fdfde1;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uVywrLWFEF .list,
.cid-uVywrLWFEF .item-wrap,
.cid-uVywrLWFEF .social-wrapper {
  color: #fdfde1;
}
.cid-uVywrMCf0E {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVywrMCf0E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVywrMCf0E .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uVywrMCf0E .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVywrMCf0E .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uVywrMCf0E a {
  font-weight: 600;
}
.cid-uVywrMCf0E a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uVywrMCf0E .col-lg-3,
  .cid-uVywrMCf0E .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uVywrMCf0E .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uVywrMCf0E .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uVywrMCf0E h5 {
  margin: 0;
}
.cid-uVywrMCf0E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVywrMCf0E .iconfont-wrapper {
  position: relative;
}
.cid-uVywrMCf0E .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uVywrMCf0E .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uVywrMCf0E .sociconfont-wrapper {
  display: flex;
}
.cid-uVywrMCf0E .card-title,
.cid-uVywrMCf0E .iconfont-wrapper {
  color: #000000;
}
.cid-uVywrMCf0E .card-text {
  color: #000000;
}
.cid-uVywrMCf0E .mbr-section-title {
  color: #000000;
}
.cid-uVywrMCf0E .main-title,
.cid-uVywrMCf0E .iconfont-wrapper {
  text-align: left;
  color: #df7f11;
}
.cid-uVywrNv13S {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uVywrNv13S .media-container-row .mbr-text {
  color: #fdfde1;
}
.cid-uVyvRxczK7 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uVyvRxczK7 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uVyvRxczK7 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uVyvRxczK7 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVyvRxczK7 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uVyvRxczK7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVyvRxczK7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVyvRxczK7 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uVyvRxczK7 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uVyvRxczK7 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uVyvRxczK7 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uVyvRxczK7 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uVyvRxczK7 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uVyvRxczK7 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uVyvRxczK7 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uVyvRxczK7 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uVyvRxczK7 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uVyvRxczK7 .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uVyvRxczK7 .navbar-logo {
    padding-left: 0;
  }
}
.cid-uVyvRxczK7 .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uVyvRxczK7 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uVyvRxczK7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uVyvRxczK7 .container {
  display: flex;
  height: 80px;
  padding: 0 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uVyvRxczK7 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uVyvRxczK7 .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uVyvRxczK7 .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVyvRxczK7 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0.8) !important;
}
.cid-uVyvRxczK7 .nav-item:focus,
.cid-uVyvRxczK7 .nav-link:focus {
  outline: none;
}
.cid-uVyvRxczK7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVyvRxczK7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVyvRxczK7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVyvRxczK7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVyvRxczK7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVyvRxczK7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVyvRxczK7 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uVyvRxczK7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uVyvRxczK7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVyvRxczK7 .navbar .navbar-logo img {
  width: auto;
}
.cid-uVyvRxczK7 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uVyvRxczK7 .navbar.collapsed {
  justify-content: center;
}
.cid-uVyvRxczK7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVyvRxczK7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVyvRxczK7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uVyvRxczK7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVyvRxczK7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVyvRxczK7 .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-uVyvRxczK7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVyvRxczK7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVyvRxczK7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uVyvRxczK7 .navbar {
    min-height: 72px;
  }
  .cid-uVyvRxczK7 .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uVyvRxczK7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVyvRxczK7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVyvRxczK7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVyvRxczK7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVyvRxczK7 .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-uVyvRxczK7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVyvRxczK7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uVyvRxczK7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVyvRxczK7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uVyvRxczK7 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uVyvRxczK7 .dropdown-item.active,
.cid-uVyvRxczK7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uVyvRxczK7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVyvRxczK7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVyvRxczK7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVyvRxczK7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uVyvRxczK7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uVyvRxczK7 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uVyvRxczK7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVyvRxczK7 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uVyvRxczK7 .navbar-buttons {
    text-align: left;
  }
}
.cid-uVyvRxczK7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVyvRxczK7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uVyvRxczK7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVyvRxczK7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVyvRxczK7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVyvRxczK7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVyvRxczK7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVyvRxczK7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVyvRxczK7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVyvRxczK7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVyvRxczK7 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uVyvRxczK7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVyvRxczK7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uVyvRxczK7 .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVyvRxczK7 .navbar {
    height: 70px;
  }
  .cid-uVyvRxczK7 .navbar.opened {
    height: auto;
  }
  .cid-uVyvRxczK7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVyvRxczK7 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uVyvRxczK7 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uVyvRxczK7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uVyvRxczK7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uVyvRxczK7 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uVyvRxczK7 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uVyvRxczK7 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uVyvRxczK7 .navbar-brand {
    margin-right: auto;
  }
  .cid-uVyvRxczK7 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.8) !important;
    background: rgba(0, 0, 0, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uVyvRxczK7 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uVyvRxczK7 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uVyvRxczK7 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uVyvRxczK7 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uVyvRxczK7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uVyvRxczK7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uVyvRxczK7 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uVyvRxczK7 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uVyvRxczK7 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uVyvRxczK7 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uVyvRy8UGM {
  padding-top: 7rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uVyvRy8UGM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyvRy8UGM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyvRy8UGM .items-wrap {
  justify-content: space-between;
}
.cid-uVyvRy8UGM .items-wrap .card {
  justify-content: center;
}
.cid-uVyvRy8UGM .title-wrapper .mbr-desc {
  margin-bottom: 15px;
}
.cid-uVyvRy8UGM .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uVyvRy8UGM .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uVyvRy8UGM .title-wrapper {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uVyvRy8UGM .content-wrapper {
    margin-bottom: 32px;
    text-align: center;
  }
}
.cid-uVyvRy8UGM .icon-title {
  color: #bff747;
}
@media (max-width: 992px) {
  .cid-uVyvRy8UGM .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVyvRy8UGM .image-wrapper img {
  border-radius: 2rem;
  padding: 5px;
  background-color: #9c98cf;
  height: 550px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uVyvRy8UGM .image-wrapper img {
    height: 350px;
  }
}
.cid-uVyvRy8UGM .mbr-section-title {
  color: #fdfde1;
}
.cid-uVyvRy8UGM .mbr-text {
  color: #000000;
}
.cid-uVyvRy8UGM .mbr-text,
.cid-uVyvRy8UGM .mbr-section-btn {
  color: #fdfde1;
}
.cid-uVyvRy8UGM .mbr-desc {
  color: #fdfde1;
}
.cid-uVyvRy8UGM .mbr-section-subtitle {
  color: #fdfde1;
}
.cid-uVyvRy8UGM .mbr-desc,
.cid-uVyvRy8UGM .mbr-section-btn {
  color: #fdfde1;
}
.cid-uVyvRyMFC1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9c98cf;
}
.cid-uVyvRyMFC1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyvRyMFC1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyvRyMFC1 .mbr-text {
  color: #d3f2ff;
}
.cid-uVyvRyMFC1 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uVyvRyMFC1 .item-wrapper {
  background: #000000;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uVyvRyMFC1 .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uVyvRyMFC1 .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
.cid-uVyvRyMFC1 .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uVyvRyMFC1 .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uVyvRyMFC1 .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uVyvRyMFC1 .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uVyvRyMFC1 .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9c98cf;
  background-color: #9c98cf;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uVyvRyMFC1 .mbr-text UL {
  text-align: left;
}
.cid-uVyvRyMFC1 .mbr-section-subtitle,
.cid-uVyvRyMFC1 .main-button {
  color: #000000;
}
.cid-uVyvRyMFC1 .mbr-section-title {
  color: #ffffff;
}
.cid-uVyvRzbSO1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVyvRzbSO1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyvRzbSO1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyvRzbSO1 .items-wrapper {
  justify-content: center;
}
.cid-uVyvRzbSO1 .mbr-text,
.cid-uVyvRzbSO1 .text-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uVyvRzCoJJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVyvRzCoJJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyvRzCoJJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyvRzCoJJ .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uVyvRzCoJJ .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uVyvRzCoJJ .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVyvRzCoJJ .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uVyvRzCoJJ .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVyvRzCoJJ .mbr-section-title {
  color: #000000;
}
.cid-uVyvRzCoJJ .mbr-desc {
  color: #fdfde1;
}
.cid-uVyvRzCoJJ .mbr-text {
  color: #000000;
}
.cid-uVyvRzCoJJ .mbr-text,
.cid-uVyvRzCoJJ .text-wrapper {
  color: #000000;
}
.cid-uVyvRzCoJJ .mbr-section-title,
.cid-uVyvRzCoJJ .mbr-section-btn {
  color: #000000;
}
.cid-uVyvRA7ryC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVyvRA7ryC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyvRA7ryC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyvRA7ryC .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uVyvRA7ryC .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uVyvRA7ryC .title .icon-wrap {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uVyvRA7ryC .title .icon-wrap {
    margin-bottom: 32px;
    text-align: left;
  }
}
.cid-uVyvRA7ryC .title .icon-wrap .mbr-iconfont {
  display: inline-flex;
  width: 70px;
  height: 70px;
  color: #000000;
  font-size: 70px;
}
@media (max-width: 992px) {
  .cid-uVyvRA7ryC .title .icon-wrap .mbr-iconfont {
    width: 48px;
    height: 48px;
    font-size: 48px;
  }
}
.cid-uVyvRA7ryC .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uVyvRA7ryC .items-wrap .card {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uVyvRA7ryC .items-wrap .card_2 {
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-uVyvRA7ryC .items-wrap .card_2 {
    padding-top: 0;
  }
}
.cid-uVyvRA7ryC .items-wrap .card_3 {
  padding-top: 400px;
}
@media (max-width: 992px) {
  .cid-uVyvRA7ryC .items-wrap .card_3 {
    padding-top: 0;
  }
}
.cid-uVyvRA7ryC .card .item-wrapper {
  background-color: #9c98cf;
  transition: all 0.3s ease;
}
.cid-uVyvRA7ryC .card .item-wrapper .card-box {
  padding: 3rem 1.5rem;
  min-height: 500px;
}
@media (max-width: 992px) {
  .cid-uVyvRA7ryC .card .item-wrapper .card-box {
    padding: 36px 24px;
    min-height: auto;
  }
}
.cid-uVyvRA7ryC .card .item-wrapper .card-box .item-number {
  margin-bottom: 32px;
}
.cid-uVyvRA7ryC .card .item-wrapper .card-box .item-title {
  margin-bottom: 32px;
}
.cid-uVyvRA7ryC .card .item-wrapper .card-box .item-text {
  margin-bottom: 0;
  line-height: 1.66;
}
.cid-uVyvRA7ryC .card .item-wrapper .card-box .icon-wrap {
  font-size: 3rem;
  color: #fdfde1;
}
.cid-uVyvRA7ryC .card .item-wrapper:hover {
  box-shadow: 5px 5px 0 0 #393193;
  transform: translateY(-1.15rem);
}
.cid-uVyvRA7ryC .mbr-section-title {
  color: #000000;
}
.cid-uVyvRA7ryC .item-title {
  color: #000000;
}
.cid-uVyvRA7ryC .item-number {
  color: #ffffff;
}
.cid-uVyvRA7ryC .item-text {
  color: #fdfde1;
}
.cid-uVyvRA7ryC .item-title DIV {
  text-align: center;
}
.cid-uVyvRAS1TS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVyvRAS1TS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyvRAS1TS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyvRAS1TS .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uVyvRAS1TS .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uVyvRAS1TS .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVyvRAS1TS .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uVyvRAS1TS .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVyvRAS1TS .mbr-section-title {
  color: #000000;
}
.cid-uVyvRAS1TS .mbr-desc {
  color: #000000;
}
.cid-uVyvRAS1TS .mbr-text {
  color: #000000;
}
.cid-uVyvRAS1TS .mbr-text,
.cid-uVyvRAS1TS .text-wrapper {
  color: #000000;
}
.cid-uVyvRAS1TS .mbr-section-title,
.cid-uVyvRAS1TS .mbr-section-btn {
  color: #000000;
}
.cid-uVyzZmlT1k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffff5;
}
.cid-uVyzZmlT1k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyzZmlT1k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyzZmlT1k .card-box__top {
  flex-direction: column-reverse;
  display: flex;
  justify-content: space-between;
  align-items: top;
}
.cid-uVyzZmlT1k .card-box__top .mbr-iconfont {
  font-size: 70px;
  width: auto;
}
.cid-uVyzZmlT1k .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uVyzZmlT1k .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uVyzZmlT1k .card-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uVyzZmlT1k .card-box .card-title {
  margin-top: 1.75rem;
  margin-bottom: 1rem;
}
.cid-uVyzZmlT1k .card-box .card-text {
  margin-bottom: 1.75rem;
  line-height: 1.66;
}
.cid-uVyzZmlT1k .card-box .item-footer {
  margin-left: 0;
}
.cid-uVyzZmlT1k .card-box .item-footer .btn-primary {
  border: none;
  background-color: unset !important;
  box-shadow: none;
  margin: 0.2rem 0 0.2rem 0;
}
.cid-uVyzZmlT1k .card-box .item-footer .mbr-iconfont {
  font-size: 28px;
  padding-left: 0;
}
.cid-uVyzZmlT1k .item-wrapper {
  background: #fffff5;
  padding: 2rem !important;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: solid 2px #000000;
  transition: all 0.3s ease;
}
.cid-uVyzZmlT1k .item-wrapper .btn {
  padding: 0;
  margin: 0;
}
.cid-uVyzZmlT1k .item-wrapper .btn .mbr-iconfont-btn::before {
  background-color: inherit;
}
.cid-uVyzZmlT1k .item-wrapper:hover {
  background-color: #9c98cf;
  box-shadow: 5px 5px 0 0 #000000;
}
.cid-uVyzZmlT1k .item-wrapper:hover .item-footer .mbr-iconfont {
  transform: translateX(1.25rem);
}
.cid-uVyzZmlT1k .mbr-iconfont {
  display: inline-flex;
  color: #000000;
  justify-content: center;
  align-items: center;
  margin: 0rem;
  transition: transform 0.3s ease;
}
.cid-uVyzZmlT1k .icon-title {
  color: #bff747;
}
.cid-uVyzZmlT1k .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uVyzZmlT1k .mbr-section-subtitle {
  color: #000000;
}
.cid-uVyzZmlT1k .content-head {
  max-width: 856px;
}
.cid-uVyzZmlT1k .card-title,
.cid-uVyzZmlT1k .iconfont-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uVyzZmlT1k .card-text,
.cid-uVyzZmlT1k .item .mbr-section-btn {
  color: #000000;
}
.cid-uVyvRBr2Vk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVyvRBr2Vk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyvRBr2Vk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyvRBr2Vk .card-box__top {
  flex-direction: column-reverse;
  display: flex;
  justify-content: space-between;
  align-items: top;
}
.cid-uVyvRBr2Vk .card-box__top .mbr-iconfont {
  font-size: 70px;
  width: auto;
}
.cid-uVyvRBr2Vk .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uVyvRBr2Vk .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uVyvRBr2Vk .card-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uVyvRBr2Vk .card-box .card-title {
  margin-top: 1.75rem;
  margin-bottom: 1rem;
}
.cid-uVyvRBr2Vk .card-box .card-text {
  margin-bottom: 1.75rem;
  line-height: 1.66;
}
.cid-uVyvRBr2Vk .card-box .item-footer {
  margin-left: 0;
}
.cid-uVyvRBr2Vk .card-box .item-footer .btn-primary {
  border: none;
  background-color: unset !important;
  box-shadow: none;
  margin: 0.2rem 0 0.2rem 0;
}
.cid-uVyvRBr2Vk .card-box .item-footer .mbr-iconfont {
  font-size: 28px;
  padding-left: 0;
}
.cid-uVyvRBr2Vk .item-wrapper {
  background: #fffff5;
  padding: 2rem !important;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: solid 2px #000000;
  transition: all 0.3s ease;
}
.cid-uVyvRBr2Vk .item-wrapper .btn {
  padding: 0;
  margin: 0;
}
.cid-uVyvRBr2Vk .item-wrapper .btn .mbr-iconfont-btn::before {
  background-color: inherit;
}
.cid-uVyvRBr2Vk .item-wrapper:hover {
  background-color: #9c98cf;
  box-shadow: 5px 5px 0 0 #000000;
}
.cid-uVyvRBr2Vk .item-wrapper:hover .item-footer .mbr-iconfont {
  transform: translateX(1.25rem);
}
.cid-uVyvRBr2Vk .mbr-iconfont {
  display: inline-flex;
  color: #000000;
  justify-content: center;
  align-items: center;
  margin: 0rem;
  transition: transform 0.3s ease;
}
.cid-uVyvRBr2Vk .icon-title {
  color: #bff747;
}
.cid-uVyvRBr2Vk .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uVyvRBr2Vk .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uVyvRBr2Vk .content-head {
  max-width: 856px;
}
.cid-uVyvRBr2Vk .card-title,
.cid-uVyvRBr2Vk .iconfont-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uVyvRBr2Vk .card-text,
.cid-uVyvRBr2Vk .item .mbr-section-btn {
  color: #000000;
}
.cid-uVyvRC5A5X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVyvRC5A5X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyvRC5A5X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyvRC5A5X .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uVyvRC5A5X .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uVyvRC5A5X .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVyvRC5A5X .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uVyvRC5A5X .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-uVyvRC5A5X .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uVyvRC5A5X .mbr-section-title {
  color: #111111;
}
.cid-uVyvRC5A5X .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-uVyvRC5A5X .mbr-text,
.cid-uVyvRC5A5X .text-wrapper {
  color: #000000;
}
.cid-uVyvRCCf5U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffff5;
}
.cid-uVyvRCCf5U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyvRCCf5U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyvRCCf5U .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uVyvRCCf5U .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uVyvRCCf5U .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uVyvRCCf5U .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 32px;
}
.cid-uVyvRCCf5U .item .item-wrapper .item-title {
  margin-bottom: 10px;
}
.cid-uVyvRCCf5U .item .item-wrapper .item-desc {
  margin-bottom: 16px;
}
.cid-uVyvRCCf5U .item .item-wrapper .card-box {
  border: 2px solid #000;
  padding: 42px 28px;
  min-height: 470px;
}
@media (max-width: 992px) {
  .cid-uVyvRCCf5U .item .item-wrapper .card-box {
    padding: 36px 24px;
    min-height: auto;
  }
}
.cid-uVyvRCCf5U .item .item-wrapper .card-box .icon-wrap {
  margin-bottom: 16px;
}
.cid-uVyvRCCf5U .item .item-wrapper .card-box .icon-wrap .mbr-iconfont {
  width: 70px;
  height: 70px;
  font-size: 70px;
  display: inline-flex;
}
.cid-uVyvRCCf5U .item .item-wrapper .card-box .item-text_1,
.cid-uVyvRCCf5U .item .item-wrapper .card-box .item-text_2 {
  margin-bottom: 0;
}
.cid-uVyvRCCf5U .item .item-wrapper .card_1 {
  background-color: #9c98cf;
}
.cid-uVyvRCCf5U .item .item-wrapper .card_1 .icon-wrap .mbr-iconfont {
  color: #fffff5;
}
.cid-uVyvRCCf5U .item .item-wrapper .card_2 {
  background-color: #9c98cf;
}
.cid-uVyvRCCf5U .item .item-wrapper .card_2 .icon-wrap .mbr-iconfont {
  color: #000000;
}
.cid-uVyvRCCf5U .item .item-wrapper .card {
  justify-content: center;
}
.cid-uVyvRCCf5U .mbr-section-btn {
  margin-top: 1.5rem;
  text-align: center;
}
.cid-uVyvRCCf5U .item-title {
  color: #000000;
  text-align: center;
}
.cid-uVyvRCCf5U .item-desc {
  color: #000000;
}
.cid-uVyvRCCf5U .item-text_1 {
  color: #fdfde1;
}
.cid-uVyvRCCf5U .item-text_2 {
  color: #000000;
  text-align: center;
}
.cid-uVyvRCCf5U .item-text_1,
.cid-uVyvRCCf5U .icon-wrap {
  text-align: center;
}
.cid-uVyvRDdngk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVyvRDdngk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyvRDdngk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyvRDdngk .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uVyvRDdngk .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVyvRDdngk .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uVyvRDdngk .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uVyvRDdngk .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uVyvRDdngk .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uVyvRDdngk .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #000000, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uVyvRDdngk .card-wrapper {
  background-color: #9c98cf;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uVyvRDdngk .card-wrapper {
    padding: 24px;
  }
}
.cid-uVyvRDdngk .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uVyvRDdngk .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uVyvRDdngk .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVyvRDdngk .mbr-label,
.cid-uVyvRDdngk .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uVyvRDdngk .mbr-section-title,
.cid-uVyvRDdngk .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uVyvRDdngk .mbr-text,
.cid-uVyvRDdngk .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uVyvRDdngk .item-text {
  color: #000000;
}
.cid-uVyvRDdngk .item-text,
.cid-uVyvRDdngk .mbr-section-btn {
  text-align: left;
}
.cid-uVyvRFakpw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uVyvRFakpw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyvRFakpw .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-uVyvRFakpw .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uVyvRFakpw .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uVyvRFakpw .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: #9c98cf;
  border: 1px solid #a5a5a5;
  border-radius: 0;
  margin-top: 12px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uVyvRFakpw .panel-group .card {
    padding: 16px;
  }
}
.cid-uVyvRFakpw .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uVyvRFakpw .panel-group .card:hover,
.cid-uVyvRFakpw .panel-group .card:focus {
  border: 1px solid #bff747;
}
.cid-uVyvRFakpw .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uVyvRFakpw .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uVyvRFakpw .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uVyvRFakpw .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #666666;
}
.cid-uVyvRFakpw .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uVyvRFakpw .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uVyvRFakpw .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #bff747;
}
.cid-uVyvRFakpw .panel-group .card .panel-collapse .panel-body {
  margin-top: 16px;
}
.cid-uVyvRFakpw .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uVyvRFakpw .mbr-section-title {
  color: #ffffff;
}
.cid-uVyvRFakpw .panel-title-edit {
  color: #000000;
}
.cid-uVyvRFakpw .panel-text {
  color: #a5a5a5;
}
.cid-uVyvRFakpw .mbr-section-title,
.cid-uVyvRFakpw .mbr-section-btn {
  color: #000000;
}
.cid-uVyvRG8APv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVyvRG8APv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyvRG8APv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyvRG8APv .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uVyvRG8APv .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVyvRG8APv .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uVyvRG8APv .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uVyvRG8APv .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uVyvRG8APv .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uVyvRG8APv .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #000000, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uVyvRG8APv .card-wrapper {
  background-color: #9c98cf;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uVyvRG8APv .card-wrapper {
    padding: 24px;
  }
}
.cid-uVyvRG8APv .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uVyvRG8APv .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uVyvRG8APv .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVyvRG8APv .mbr-label,
.cid-uVyvRG8APv .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uVyvRG8APv .mbr-section-title,
.cid-uVyvRG8APv .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uVyvRG8APv .mbr-text,
.cid-uVyvRG8APv .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uVyvRG8APv .item-text {
  color: #000000;
}
.cid-uVyvRG8APv .item-text,
.cid-uVyvRG8APv .mbr-section-btn {
  text-align: left;
}
.cid-uVyFjTJQVO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uVyFjTJQVO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyFjTJQVO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyFjTJQVO .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uVyFjTJQVO .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVyFjTJQVO .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uVyFjTJQVO .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uVyFjTJQVO .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uVyFjTJQVO .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uVyFjTJQVO .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #000000, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uVyFjTJQVO .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVyFjTJQVO .panel-group .card {
  position: relative;
  padding: 7px 16px;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  transition: all 0.3s ease-in-out;
  margin-bottom: 16px;
}
.cid-uVyFjTJQVO .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uVyFjTJQVO .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uVyFjTJQVO .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uVyFjTJQVO .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
.cid-uVyFjTJQVO .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uVyFjTJQVO .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-uVyFjTJQVO .panel-group .card .panel-collapse .panel-body {
  padding: 8px 0;
}
.cid-uVyFjTJQVO .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 95%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uVyFjTJQVO .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uVyFjTJQVO .mbr-label,
.cid-uVyFjTJQVO .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uVyFjTJQVO .mbr-section-title,
.cid-uVyFjTJQVO .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uVyFjTJQVO .mbr-text,
.cid-uVyFjTJQVO .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uVyFjTJQVO .panel-title-edit {
  color: #000000;
}
.cid-uVyFjTJQVO .panel-text {
  color: #515151;
}
.cid-uVyvRGGu3g {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9c98cf;
}
.cid-uVyvRGGu3g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyvRGGu3g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyvRGGu3g .google-map {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uVyvRGGu3g .google-map {
    margin-bottom: 48px;
  }
}
.cid-uVyvRGGu3g .google-map iframe {
  height: 480px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uVyvRGGu3g .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uVyvRGGu3g .list-wrapper {
    margin-bottom: 36px;
  }
}
.cid-uVyvRGGu3g .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uVyvRGGu3g .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uVyvRGGu3g .list-wrapper .list .item-wrap:hover,
.cid-uVyvRGGu3g .list-wrapper .list .item-wrap:focus {
  color: #bff747;
}
.cid-uVyvRGGu3g .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uVyvRGGu3g .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uVyvRGGu3g .social-wrapper {
    text-align: left;
  }
}
.cid-uVyvRGGu3g .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uVyvRGGu3g .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uVyvRGGu3g .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uVyvRGGu3g .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #4b4b4b;
  color: #bff747;
}
.cid-uVyvRGGu3g .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #fdfde1;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uVyvRGGu3g .list,
.cid-uVyvRGGu3g .item-wrap,
.cid-uVyvRGGu3g .social-wrapper {
  color: #fdfde1;
}
.cid-uVyvRHt9RX {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVyvRHt9RX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyvRHt9RX .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uVyvRHt9RX .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVyvRHt9RX .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uVyvRHt9RX a {
  font-weight: 600;
}
.cid-uVyvRHt9RX a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uVyvRHt9RX .col-lg-3,
  .cid-uVyvRHt9RX .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uVyvRHt9RX .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uVyvRHt9RX .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uVyvRHt9RX h5 {
  margin: 0;
}
.cid-uVyvRHt9RX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyvRHt9RX .iconfont-wrapper {
  position: relative;
}
.cid-uVyvRHt9RX .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uVyvRHt9RX .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uVyvRHt9RX .sociconfont-wrapper {
  display: flex;
}
.cid-uVyvRHt9RX .card-title,
.cid-uVyvRHt9RX .iconfont-wrapper {
  color: #000000;
}
.cid-uVyvRHt9RX .card-text {
  color: #000000;
}
.cid-uVyvRHt9RX .mbr-section-title {
  color: #000000;
}
.cid-uVyvRHt9RX .main-title,
.cid-uVyvRHt9RX .iconfont-wrapper {
  text-align: left;
  color: #df7f11;
}
.cid-uVyvRI7lY3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uVyvRI7lY3 .media-container-row .mbr-text {
  color: #fdfde1;
}
.cid-uVyvlbRPVJ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uVyvlbRPVJ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uVyvlbRPVJ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uVyvlbRPVJ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVyvlbRPVJ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-uVyvlbRPVJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uVyvlbRPVJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVyvlbRPVJ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uVyvlbRPVJ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-uVyvlbRPVJ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-uVyvlbRPVJ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uVyvlbRPVJ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uVyvlbRPVJ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uVyvlbRPVJ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-uVyvlbRPVJ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uVyvlbRPVJ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uVyvlbRPVJ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uVyvlbRPVJ .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uVyvlbRPVJ .navbar-logo {
    padding-left: 0;
  }
}
.cid-uVyvlbRPVJ .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uVyvlbRPVJ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uVyvlbRPVJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-uVyvlbRPVJ .container {
  display: flex;
  height: 80px;
  padding: 0 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uVyvlbRPVJ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uVyvlbRPVJ .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-uVyvlbRPVJ .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uVyvlbRPVJ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0.8) !important;
}
.cid-uVyvlbRPVJ .nav-item:focus,
.cid-uVyvlbRPVJ .nav-link:focus {
  outline: none;
}
.cid-uVyvlbRPVJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVyvlbRPVJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVyvlbRPVJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVyvlbRPVJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVyvlbRPVJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVyvlbRPVJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVyvlbRPVJ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uVyvlbRPVJ .navbar.opened {
  transition: all 0.3s;
}
.cid-uVyvlbRPVJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uVyvlbRPVJ .navbar .navbar-logo img {
  width: auto;
}
.cid-uVyvlbRPVJ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uVyvlbRPVJ .navbar.collapsed {
  justify-content: center;
}
.cid-uVyvlbRPVJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVyvlbRPVJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uVyvlbRPVJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.3rem);
  }
}
.cid-uVyvlbRPVJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVyvlbRPVJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVyvlbRPVJ .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-uVyvlbRPVJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVyvlbRPVJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uVyvlbRPVJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uVyvlbRPVJ .navbar {
    min-height: 72px;
  }
  .cid-uVyvlbRPVJ .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uVyvlbRPVJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVyvlbRPVJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVyvlbRPVJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVyvlbRPVJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uVyvlbRPVJ .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-uVyvlbRPVJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uVyvlbRPVJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uVyvlbRPVJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVyvlbRPVJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uVyvlbRPVJ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uVyvlbRPVJ .dropdown-item.active,
.cid-uVyvlbRPVJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uVyvlbRPVJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uVyvlbRPVJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVyvlbRPVJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVyvlbRPVJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uVyvlbRPVJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uVyvlbRPVJ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uVyvlbRPVJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uVyvlbRPVJ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uVyvlbRPVJ .navbar-buttons {
    text-align: left;
  }
}
.cid-uVyvlbRPVJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uVyvlbRPVJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uVyvlbRPVJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVyvlbRPVJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVyvlbRPVJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVyvlbRPVJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVyvlbRPVJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVyvlbRPVJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVyvlbRPVJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVyvlbRPVJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVyvlbRPVJ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uVyvlbRPVJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uVyvlbRPVJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uVyvlbRPVJ .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVyvlbRPVJ .navbar {
    height: 70px;
  }
  .cid-uVyvlbRPVJ .navbar.opened {
    height: auto;
  }
  .cid-uVyvlbRPVJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVyvlbRPVJ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uVyvlbRPVJ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uVyvlbRPVJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uVyvlbRPVJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-uVyvlbRPVJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uVyvlbRPVJ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uVyvlbRPVJ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uVyvlbRPVJ .navbar-brand {
    margin-right: auto;
  }
  .cid-uVyvlbRPVJ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.8) !important;
    background: rgba(0, 0, 0, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uVyvlbRPVJ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uVyvlbRPVJ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uVyvlbRPVJ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uVyvlbRPVJ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uVyvlbRPVJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uVyvlbRPVJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-uVyvlbRPVJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uVyvlbRPVJ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uVyvlbRPVJ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uVyvlbRPVJ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uVyvlcNAI9 {
  padding-top: 7rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-uVyvlcNAI9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyvlcNAI9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyvlcNAI9 .items-wrap {
  justify-content: space-between;
}
.cid-uVyvlcNAI9 .items-wrap .card {
  justify-content: center;
}
.cid-uVyvlcNAI9 .title-wrapper .mbr-desc {
  margin-bottom: 15px;
}
.cid-uVyvlcNAI9 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uVyvlcNAI9 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uVyvlcNAI9 .title-wrapper {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uVyvlcNAI9 .content-wrapper {
    margin-bottom: 32px;
    text-align: center;
  }
}
.cid-uVyvlcNAI9 .icon-title {
  color: #bff747;
}
@media (max-width: 992px) {
  .cid-uVyvlcNAI9 .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVyvlcNAI9 .image-wrapper img {
  border-radius: 2rem;
  padding: 5px;
  background-color: #9c98cf;
  height: 550px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uVyvlcNAI9 .image-wrapper img {
    height: 350px;
  }
}
.cid-uVyvlcNAI9 .mbr-section-title {
  color: #fdfde1;
}
.cid-uVyvlcNAI9 .mbr-text {
  color: #000000;
}
.cid-uVyvlcNAI9 .mbr-text,
.cid-uVyvlcNAI9 .mbr-section-btn {
  color: #fdfde1;
}
.cid-uVyvlcNAI9 .mbr-desc {
  color: #fdfde1;
}
.cid-uVyvlcNAI9 .mbr-section-subtitle {
  color: #fdfde1;
}
.cid-uVyvlcNAI9 .mbr-desc,
.cid-uVyvlcNAI9 .mbr-section-btn {
  color: #fdfde1;
}
.cid-uVyvldio0w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9c98cf;
}
.cid-uVyvldio0w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyvldio0w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyvldio0w .mbr-text {
  color: #ffffff;
}
.cid-uVyvldio0w .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uVyvldio0w .item-wrapper {
  background: #000000;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uVyvldio0w .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uVyvldio0w .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
.cid-uVyvldio0w .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uVyvldio0w .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uVyvldio0w .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uVyvldio0w .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uVyvldio0w .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9c98cf;
  background-color: #9c98cf;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uVyvldio0w .mbr-text UL {
  text-align: left;
}
.cid-uVyvldio0w .mbr-section-subtitle,
.cid-uVyvldio0w .main-button {
  color: #000000;
}
.cid-uVyvldio0w .mbr-section-title {
  color: #ffffff;
}
.cid-uVyvldKgmE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVyvldKgmE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyvldKgmE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyvldKgmE .items-wrapper {
  justify-content: center;
}
.cid-uVyvldKgmE .mbr-text,
.cid-uVyvldKgmE .text-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uVyvleboWT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVyvleboWT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyvleboWT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyvleboWT .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uVyvleboWT .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uVyvleboWT .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVyvleboWT .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uVyvleboWT .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVyvleboWT .mbr-section-title {
  color: #000000;
}
.cid-uVyvleboWT .mbr-desc {
  color: #fdfde1;
}
.cid-uVyvleboWT .mbr-text {
  color: #000000;
}
.cid-uVyvleboWT .mbr-text,
.cid-uVyvleboWT .text-wrapper {
  color: #000000;
}
.cid-uVyvleboWT .mbr-section-title,
.cid-uVyvleboWT .mbr-section-btn {
  color: #000000;
}
.cid-uVyvlezGO7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVyvlezGO7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyvlezGO7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyvlezGO7 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uVyvlezGO7 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uVyvlezGO7 .title .icon-wrap {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uVyvlezGO7 .title .icon-wrap {
    margin-bottom: 32px;
    text-align: left;
  }
}
.cid-uVyvlezGO7 .title .icon-wrap .mbr-iconfont {
  display: inline-flex;
  width: 70px;
  height: 70px;
  color: #000000;
  font-size: 70px;
}
@media (max-width: 992px) {
  .cid-uVyvlezGO7 .title .icon-wrap .mbr-iconfont {
    width: 48px;
    height: 48px;
    font-size: 48px;
  }
}
.cid-uVyvlezGO7 .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uVyvlezGO7 .items-wrap .card {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uVyvlezGO7 .items-wrap .card_2 {
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-uVyvlezGO7 .items-wrap .card_2 {
    padding-top: 0;
  }
}
.cid-uVyvlezGO7 .items-wrap .card_3 {
  padding-top: 400px;
}
@media (max-width: 992px) {
  .cid-uVyvlezGO7 .items-wrap .card_3 {
    padding-top: 0;
  }
}
.cid-uVyvlezGO7 .card .item-wrapper {
  background-color: #9c98cf;
  transition: all 0.3s ease;
}
.cid-uVyvlezGO7 .card .item-wrapper .card-box {
  padding: 3rem 1.5rem;
  min-height: 500px;
}
@media (max-width: 992px) {
  .cid-uVyvlezGO7 .card .item-wrapper .card-box {
    padding: 36px 24px;
    min-height: auto;
  }
}
.cid-uVyvlezGO7 .card .item-wrapper .card-box .item-number {
  margin-bottom: 32px;
}
.cid-uVyvlezGO7 .card .item-wrapper .card-box .item-title {
  margin-bottom: 32px;
}
.cid-uVyvlezGO7 .card .item-wrapper .card-box .item-text {
  margin-bottom: 0;
  line-height: 1.66;
}
.cid-uVyvlezGO7 .card .item-wrapper .card-box .icon-wrap {
  font-size: 3rem;
  color: #fdfde1;
}
.cid-uVyvlezGO7 .card .item-wrapper:hover {
  box-shadow: 5px 5px 0 0 #393193;
  transform: translateY(-1.15rem);
}
.cid-uVyvlezGO7 .mbr-section-title {
  color: #000000;
}
.cid-uVyvlezGO7 .item-title {
  color: #000000;
}
.cid-uVyvlezGO7 .item-number {
  color: #ffffff;
}
.cid-uVyvlezGO7 .item-text {
  color: #fdfde1;
}
.cid-uVyvlezGO7 .item-title DIV {
  text-align: center;
}
.cid-uVyvlfkaX9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVyvlfkaX9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyvlfkaX9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyvlfkaX9 .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uVyvlfkaX9 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uVyvlfkaX9 .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVyvlfkaX9 .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uVyvlfkaX9 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVyvlfkaX9 .mbr-section-title {
  color: #000000;
}
.cid-uVyvlfkaX9 .mbr-desc {
  color: #000000;
}
.cid-uVyvlfkaX9 .mbr-text {
  color: #000000;
}
.cid-uVyvlfkaX9 .mbr-text,
.cid-uVyvlfkaX9 .text-wrapper {
  color: #000000;
}
.cid-uVyvlfkaX9 .mbr-section-title,
.cid-uVyvlfkaX9 .mbr-section-btn {
  color: #000000;
}
.cid-uVyzW45JSn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffff5;
}
.cid-uVyzW45JSn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyzW45JSn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyzW45JSn .card-box__top {
  flex-direction: column-reverse;
  display: flex;
  justify-content: space-between;
  align-items: top;
}
.cid-uVyzW45JSn .card-box__top .mbr-iconfont {
  font-size: 70px;
  width: auto;
}
.cid-uVyzW45JSn .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uVyzW45JSn .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uVyzW45JSn .card-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uVyzW45JSn .card-box .card-title {
  margin-top: 1.75rem;
  margin-bottom: 1rem;
}
.cid-uVyzW45JSn .card-box .card-text {
  margin-bottom: 1.75rem;
  line-height: 1.66;
}
.cid-uVyzW45JSn .card-box .item-footer {
  margin-left: 0;
}
.cid-uVyzW45JSn .card-box .item-footer .btn-primary {
  border: none;
  background-color: unset !important;
  box-shadow: none;
  margin: 0.2rem 0 0.2rem 0;
}
.cid-uVyzW45JSn .card-box .item-footer .mbr-iconfont {
  font-size: 28px;
  padding-left: 0;
}
.cid-uVyzW45JSn .item-wrapper {
  background: #fffff5;
  padding: 2rem !important;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: solid 2px #000000;
  transition: all 0.3s ease;
}
.cid-uVyzW45JSn .item-wrapper .btn {
  padding: 0;
  margin: 0;
}
.cid-uVyzW45JSn .item-wrapper .btn .mbr-iconfont-btn::before {
  background-color: inherit;
}
.cid-uVyzW45JSn .item-wrapper:hover {
  background-color: #9c98cf;
  box-shadow: 5px 5px 0 0 #000000;
}
.cid-uVyzW45JSn .item-wrapper:hover .item-footer .mbr-iconfont {
  transform: translateX(1.25rem);
}
.cid-uVyzW45JSn .mbr-iconfont {
  display: inline-flex;
  color: #000000;
  justify-content: center;
  align-items: center;
  margin: 0rem;
  transition: transform 0.3s ease;
}
.cid-uVyzW45JSn .icon-title {
  color: #bff747;
}
.cid-uVyzW45JSn .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uVyzW45JSn .mbr-section-subtitle {
  color: #000000;
}
.cid-uVyzW45JSn .content-head {
  max-width: 856px;
}
.cid-uVyzW45JSn .card-title,
.cid-uVyzW45JSn .iconfont-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uVyzW45JSn .card-text,
.cid-uVyzW45JSn .item .mbr-section-btn {
  color: #000000;
}
.cid-uVyvlg0F9h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVyvlg0F9h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyvlg0F9h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyvlg0F9h .card-box__top {
  flex-direction: column-reverse;
  display: flex;
  justify-content: space-between;
  align-items: top;
}
.cid-uVyvlg0F9h .card-box__top .mbr-iconfont {
  font-size: 70px;
  width: auto;
}
.cid-uVyvlg0F9h .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uVyvlg0F9h .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uVyvlg0F9h .card-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uVyvlg0F9h .card-box .card-title {
  margin-top: 1.75rem;
  margin-bottom: 1rem;
}
.cid-uVyvlg0F9h .card-box .card-text {
  margin-bottom: 1.75rem;
  line-height: 1.66;
}
.cid-uVyvlg0F9h .card-box .item-footer {
  margin-left: 0;
}
.cid-uVyvlg0F9h .card-box .item-footer .btn-primary {
  border: none;
  background-color: unset !important;
  box-shadow: none;
  margin: 0.2rem 0 0.2rem 0;
}
.cid-uVyvlg0F9h .card-box .item-footer .mbr-iconfont {
  font-size: 28px;
  padding-left: 0;
}
.cid-uVyvlg0F9h .item-wrapper {
  background: #fffff5;
  padding: 2rem !important;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: solid 2px #000000;
  transition: all 0.3s ease;
}
.cid-uVyvlg0F9h .item-wrapper .btn {
  padding: 0;
  margin: 0;
}
.cid-uVyvlg0F9h .item-wrapper .btn .mbr-iconfont-btn::before {
  background-color: inherit;
}
.cid-uVyvlg0F9h .item-wrapper:hover {
  background-color: #9c98cf;
  box-shadow: 5px 5px 0 0 #000000;
}
.cid-uVyvlg0F9h .item-wrapper:hover .item-footer .mbr-iconfont {
  transform: translateX(1.25rem);
}
.cid-uVyvlg0F9h .mbr-iconfont {
  display: inline-flex;
  color: #000000;
  justify-content: center;
  align-items: center;
  margin: 0rem;
  transition: transform 0.3s ease;
}
.cid-uVyvlg0F9h .icon-title {
  color: #bff747;
}
.cid-uVyvlg0F9h .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uVyvlg0F9h .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uVyvlg0F9h .content-head {
  max-width: 856px;
}
.cid-uVyvlg0F9h .card-title,
.cid-uVyvlg0F9h .iconfont-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uVyvlg0F9h .card-text,
.cid-uVyvlg0F9h .item .mbr-section-btn {
  color: #000000;
}
.cid-uVyvlgG49f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uVyvlgG49f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyvlgG49f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyvlgG49f .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uVyvlgG49f .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uVyvlgG49f .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVyvlgG49f .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uVyvlgG49f .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-uVyvlgG49f .content-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uVyvlgG49f .mbr-section-title {
  color: #111111;
}
.cid-uVyvlgG49f .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-uVyvlgG49f .mbr-text,
.cid-uVyvlgG49f .text-wrapper {
  color: #000000;
}
.cid-uVyvlh9O1r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffff5;
}
.cid-uVyvlh9O1r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyvlh9O1r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyvlh9O1r .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uVyvlh9O1r .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uVyvlh9O1r .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uVyvlh9O1r .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 32px;
}
.cid-uVyvlh9O1r .item .item-wrapper .item-title {
  margin-bottom: 10px;
}
.cid-uVyvlh9O1r .item .item-wrapper .item-desc {
  margin-bottom: 16px;
}
.cid-uVyvlh9O1r .item .item-wrapper .card-box {
  border: 2px solid #000;
  padding: 42px 28px;
  min-height: 470px;
}
@media (max-width: 992px) {
  .cid-uVyvlh9O1r .item .item-wrapper .card-box {
    padding: 36px 24px;
    min-height: auto;
  }
}
.cid-uVyvlh9O1r .item .item-wrapper .card-box .icon-wrap {
  margin-bottom: 16px;
}
.cid-uVyvlh9O1r .item .item-wrapper .card-box .icon-wrap .mbr-iconfont {
  width: 70px;
  height: 70px;
  font-size: 70px;
  display: inline-flex;
}
.cid-uVyvlh9O1r .item .item-wrapper .card-box .item-text_1,
.cid-uVyvlh9O1r .item .item-wrapper .card-box .item-text_2 {
  margin-bottom: 0;
}
.cid-uVyvlh9O1r .item .item-wrapper .card_1 {
  background-color: #9c98cf;
}
.cid-uVyvlh9O1r .item .item-wrapper .card_1 .icon-wrap .mbr-iconfont {
  color: #fffff5;
}
.cid-uVyvlh9O1r .item .item-wrapper .card_2 {
  background-color: #9c98cf;
}
.cid-uVyvlh9O1r .item .item-wrapper .card_2 .icon-wrap .mbr-iconfont {
  color: #000000;
}
.cid-uVyvlh9O1r .item .item-wrapper .card {
  justify-content: center;
}
.cid-uVyvlh9O1r .mbr-section-btn {
  margin-top: 1.5rem;
  text-align: center;
}
.cid-uVyvlh9O1r .item-title {
  color: #000000;
  text-align: center;
}
.cid-uVyvlh9O1r .item-desc {
  color: #000000;
}
.cid-uVyvlh9O1r .item-text_1 {
  color: #fdfde1;
}
.cid-uVyvlh9O1r .item-text_2 {
  color: #000000;
  text-align: center;
}
.cid-uVyvlh9O1r .item-text_1,
.cid-uVyvlh9O1r .icon-wrap {
  text-align: center;
}
.cid-uVyvlhJ329 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9c98cf;
}
.cid-uVyvlhJ329 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyvlhJ329 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyvlhJ329 .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uVyvlhJ329 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVyvlhJ329 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uVyvlhJ329 .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uVyvlhJ329 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uVyvlhJ329 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uVyvlhJ329 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #000000, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uVyvlhJ329 .card-wrapper {
  background-color: #ffffff;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uVyvlhJ329 .card-wrapper {
    padding: 24px;
  }
}
.cid-uVyvlhJ329 .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uVyvlhJ329 .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uVyvlhJ329 .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVyvlhJ329 .mbr-label,
.cid-uVyvlhJ329 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uVyvlhJ329 .mbr-section-title,
.cid-uVyvlhJ329 .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uVyvlhJ329 .mbr-text,
.cid-uVyvlhJ329 .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uVyvlhJ329 .item-text {
  color: #000000;
}
.cid-uVyvlhJ329 .item-text,
.cid-uVyvlhJ329 .mbr-section-btn {
  text-align: left;
}
.cid-uVyvlica4P {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uVyvlica4P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyvlica4P .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-uVyvlica4P .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uVyvlica4P .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uVyvlica4P .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: #9c98cf;
  border: 1px solid #a5a5a5;
  border-radius: 0;
  margin-top: 12px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uVyvlica4P .panel-group .card {
    padding: 16px;
  }
}
.cid-uVyvlica4P .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uVyvlica4P .panel-group .card:hover,
.cid-uVyvlica4P .panel-group .card:focus {
  border: 1px solid #bff747;
}
.cid-uVyvlica4P .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uVyvlica4P .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uVyvlica4P .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uVyvlica4P .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #666666;
}
.cid-uVyvlica4P .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-uVyvlica4P .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uVyvlica4P .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #bff747;
}
.cid-uVyvlica4P .panel-group .card .panel-collapse .panel-body {
  margin-top: 16px;
}
.cid-uVyvlica4P .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uVyvlica4P .mbr-section-title {
  color: #ffffff;
}
.cid-uVyvlica4P .panel-title-edit {
  color: #000000;
}
.cid-uVyvlica4P .panel-text {
  color: #a5a5a5;
}
.cid-uVyvlica4P .mbr-section-title,
.cid-uVyvlica4P .mbr-section-btn {
  color: #000000;
}
.cid-uVyAnyAVEH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9c98cf;
}
.cid-uVyAnyAVEH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyAnyAVEH .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-uVyAnyAVEH .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uVyAnyAVEH .container {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uVyAnyAVEH .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uVyAnyAVEH .video-block .mbr-figure .app-video-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-uVyAnyAVEH .video-block .mbr-figure .app-video-wrapper img {
    border-radius: 24px;
    height: 300px;
  }
}
.cid-uVyAnyAVEH .video-block .mbr-figure .app-video-wrapper::before {
  color: #ff6928;
  text-shadow: none;
}
.cid-uVyAnyAVEH .video-block .mbr-figure iframe {
  height: 400px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-uVyAnyAVEH .video-block .mbr-figure iframe {
    border-radius: 24px;
    height: 300px;
  }
}
.cid-uVyAnyAVEH .mbr-section-title {
  color: #222222;
}
.cid-uVyvliXe5D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9c98cf;
}
.cid-uVyvliXe5D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyvliXe5D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyvliXe5D .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uVyvliXe5D .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVyvliXe5D .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uVyvliXe5D .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uVyvliXe5D .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uVyvliXe5D .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uVyvliXe5D .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #000000, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uVyvliXe5D .card-wrapper {
  background-color: #ffffff;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uVyvliXe5D .card-wrapper {
    padding: 24px;
  }
}
.cid-uVyvliXe5D .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uVyvliXe5D .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-uVyvliXe5D .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVyvliXe5D .mbr-label,
.cid-uVyvliXe5D .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uVyvliXe5D .mbr-section-title,
.cid-uVyvliXe5D .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uVyvliXe5D .mbr-text,
.cid-uVyvliXe5D .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uVyvliXe5D .item-text {
  color: #000000;
}
.cid-uVyvliXe5D .item-text,
.cid-uVyvliXe5D .mbr-section-btn {
  text-align: left;
}
.cid-uVyEIX51F1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9c98cf;
}
.cid-uVyEIX51F1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyEIX51F1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyEIX51F1 .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-uVyEIX51F1 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVyEIX51F1 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uVyEIX51F1 .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uVyEIX51F1 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uVyEIX51F1 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uVyEIX51F1 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #000000, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uVyEIX51F1 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVyEIX51F1 .panel-group .card {
  position: relative;
  padding: 7px 16px;
  background-color: #ffffff;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  transition: all 0.3s ease-in-out;
  margin-bottom: 16px;
}
.cid-uVyEIX51F1 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uVyEIX51F1 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uVyEIX51F1 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uVyEIX51F1 .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
.cid-uVyEIX51F1 .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-uVyEIX51F1 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-uVyEIX51F1 .panel-group .card .panel-collapse .panel-body {
  padding: 8px 0;
}
.cid-uVyEIX51F1 .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 95%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uVyEIX51F1 .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uVyEIX51F1 .mbr-label,
.cid-uVyEIX51F1 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uVyEIX51F1 .mbr-section-title,
.cid-uVyEIX51F1 .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uVyEIX51F1 .mbr-text,
.cid-uVyEIX51F1 .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-uVyEIX51F1 .panel-title-edit {
  color: #000000;
}
.cid-uVyEIX51F1 .panel-text {
  color: #515151;
}
.cid-uVyvljsr0t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9c98cf;
}
.cid-uVyvljsr0t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyvljsr0t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyvljsr0t .google-map {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uVyvljsr0t .google-map {
    margin-bottom: 48px;
  }
}
.cid-uVyvljsr0t .google-map iframe {
  height: 480px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uVyvljsr0t .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uVyvljsr0t .list-wrapper {
    margin-bottom: 36px;
  }
}
.cid-uVyvljsr0t .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uVyvljsr0t .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uVyvljsr0t .list-wrapper .list .item-wrap:hover,
.cid-uVyvljsr0t .list-wrapper .list .item-wrap:focus {
  color: #bff747;
}
.cid-uVyvljsr0t .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uVyvljsr0t .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uVyvljsr0t .social-wrapper {
    text-align: left;
  }
}
.cid-uVyvljsr0t .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uVyvljsr0t .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uVyvljsr0t .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uVyvljsr0t .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #4b4b4b;
  color: #bff747;
}
.cid-uVyvljsr0t .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #fdfde1;
  background-color: transparent;
  font-size: 24px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 2px;
}
.cid-uVyvljsr0t .list,
.cid-uVyvljsr0t .item-wrap,
.cid-uVyvljsr0t .social-wrapper {
  color: #fdfde1;
}
.cid-uVyvlkag7A {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uVyvlkag7A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVyvlkag7A .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uVyvlkag7A .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVyvlkag7A .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uVyvlkag7A a {
  font-weight: 600;
}
.cid-uVyvlkag7A a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uVyvlkag7A .col-lg-3,
  .cid-uVyvlkag7A .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uVyvlkag7A .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uVyvlkag7A .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uVyvlkag7A h5 {
  margin: 0;
}
.cid-uVyvlkag7A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVyvlkag7A .iconfont-wrapper {
  position: relative;
}
.cid-uVyvlkag7A .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uVyvlkag7A .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uVyvlkag7A .sociconfont-wrapper {
  display: flex;
}
.cid-uVyvlkag7A .card-title,
.cid-uVyvlkag7A .iconfont-wrapper {
  color: #000000;
}
.cid-uVyvlkag7A .card-text {
  color: #000000;
}
.cid-uVyvlkag7A .mbr-section-title {
  color: #000000;
}
.cid-uVyvlkag7A .main-title,
.cid-uVyvlkag7A .iconfont-wrapper {
  text-align: left;
  color: #df7f11;
}
.cid-uVyvlkPZeU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uVyvlkPZeU .media-container-row .mbr-text {
  color: #fdfde1;
}
