.btn {
  border-width: 1px;
}
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 {
  background-color: #f6f8f7;
}
body {
  font-family: Liter;
}
.display-1 {
  font-family: 'Liter', sans-serif;
  font-size: 4.4rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.5rem;
}
.display-2 {
  font-family: 'Liter', sans-serif;
  font-size: 4.1rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5.125rem;
}
.display-4 {
  font-family: 'Liter', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Liter', sans-serif;
  font-size: 1.6rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Liter', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.52rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.08rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.28rem;
    font-size: calc( 2.085rem + (4.1 - 2.085) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (2.085rem + (4.1 - 2.085) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.08rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1 * (2.19rem + (4.4 - 2.19) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.28rem;
    font-size: calc( 2.085rem + (4.1 - 2.085) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1 * (2.085rem + (4.1 - 2.085) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.2 * (1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.2 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #4c7d60 !important;
}
.bg-success {
  background-color: #20ac6b !important;
}
.bg-info {
  background-color: #0aa3c2 !important;
}
.bg-warning {
  background-color: #cc9900 !important;
}
.bg-danger {
  background-color: #3e3895 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #4c7d60 !important;
  border-color: #4c7d60 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #5f9d78 !important;
  border-color: #5f9d78 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #5f9d78 !important;
  border-color: #5f9d78 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e88670 !important;
  border-color: #e88670 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #efab9c !important;
  border-color: #efab9c !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #efab9c !important;
  border-color: #efab9c !important;
}
.btn-info,
.btn-info:active {
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #0dccf3 !important;
  border-color: #0dccf3 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0dccf3 !important;
  border-color: #0dccf3 !important;
}
.btn-success,
.btn-success:active {
  background-color: #20ac6b !important;
  border-color: #20ac6b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #28d786 !important;
  border-color: #28d786 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #28d786 !important;
  border-color: #28d786 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #cc9900 !important;
  border-color: #cc9900 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffbf00 !important;
  border-color: #ffbf00 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffbf00 !important;
  border-color: #ffbf00 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #3e3895 !important;
  border-color: #3e3895 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #4e46ba !important;
  border-color: #4e46ba !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #4e46ba !important;
  border-color: #4e46ba !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #666666 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #666666 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #4c7d60;
  color: #4c7d60;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2b4737 !important;
  background-color: transparent !important;
  border-color: #2b4737 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #4c7d60 !important;
  border-color: #4c7d60 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #e88670;
  color: #e88670;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #dc4725 !important;
  background-color: transparent !important;
  border-color: #dc4725 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #e88670 !important;
  border-color: #e88670 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0aa3c2;
  color: #0aa3c2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #065e70 !important;
  background-color: transparent !important;
  border-color: #065e70 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #20ac6b;
  color: #20ac6b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #12633e !important;
  background-color: transparent !important;
  border-color: #12633e !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #20ac6b !important;
  border-color: #20ac6b !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #cc9900;
  color: #cc9900;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #755800 !important;
  background-color: transparent !important;
  border-color: #755800 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #cc9900 !important;
  border-color: #cc9900 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #3e3895;
  color: #3e3895;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #242056 !important;
  background-color: transparent !important;
  border-color: #242056 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #3e3895 !important;
  border-color: #3e3895 !important;
}
.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;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #4c7d60 !important;
}
.text-secondary {
  color: #e88670 !important;
}
.text-success {
  color: #20ac6b !important;
}
.text-info {
  color: #0aa3c2 !important;
}
.text-warning {
  color: #cc9900 !important;
}
.text-danger {
  color: #3e3895 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #253e2f !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #d04222 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #105636 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #055161 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #664d00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #1f1c4b !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #cccccc !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: #4c7d60;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0aa3c2;
}
.alert-warning {
  background-color: #cc9900;
}
.alert-danger {
  background-color: #3e3895;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #4c7d60;
  border-color: #4c7d60;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #4c7d60;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #8ebaa0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #68e3aa;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #55dbf6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffe599;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #837ecf;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Liter', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #4c7d60 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Liter', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #4c7d60;
}
/* 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: #4c7d60;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #4c7d60;
}
.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: #4c7d60;
  border-bottom-color: #4c7d60;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #4c7d60 !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: #e88670 !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='%234c7d60' %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;
}
.mbr-section-btn .btn {
  border-radius: 1.6rem !important;
  padding: 7px 22px;
  font-weight: 600;
  flex-direction: row-reverse;
  min-height: 61px;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn {
    border-radius: 1rem !important;
  }
}
.mbr-section-btn .btn span {
  font-weight: 600;
}
.mbr-section-btn .btn .mbr-iconfont {
  margin-left: 0;
  margin-right: 10px;
  font-weight: 400;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn .btn-white:hover,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn .btn-white:focus {
  background-color: #4c7d60 !important;
  color: #ffffff !important;
  border-color: #4c7d60 !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2.5rem !important;
}
@media (max-width: 992px) {
  img,
  .card-wrap,
  .card-wrapper,
  .video-wrapper,
  .mbr-figure iframe,
  .slide-content,
  .plan,
  .card,
  .item-wrapper {
    border-radius: 1.5rem !important;
  }
}
.large-radius {
  border-radius: 4rem !important;
}
@media (max-width: 992px) {
  .large-radius {
    border-radius: 2rem !important;
  }
}
.mbr-iconfont,
.mbr-label,
.icon-wrapper,
.embla__button,
.form-control,
textarea,
.logo-img,
.brand-bg {
  border-radius: 1rem !important;
}
.google-map iframe {
  border-radius: 4rem !important;
}
@media (max-width: 992px) {
  .google-map iframe {
    border-radius: 2rem !important;
  }
}
.little-radius {
  border-radius: 1.5rem !important;
}
@media (max-width: 992px) {
  .little-radius {
    border-radius: 1rem !important;
  }
}
.nav.nav-tabs .nav-link {
  border-radius: 1.6rem !important;
}
.cid-vq7YGcghVP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (max-width: 992px) {
  .cid-vq7YGcghVP .container,
  .cid-vq7YGcghVP .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .cid-vq7YGcghVP .container .navbar-collapse,
  .cid-vq7YGcghVP .container-fluid .navbar-collapse {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-vq7YGcghVP {
    flex-wrap: wrap;
  }
  .cid-vq7YGcghVP .navbar > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .cid-vq7YGcghVP .opened .container {
    flex-wrap: wrap;
  }
}
.cid-vq7YGcghVP .opened .container .navbar-collapse {
  width: 100%;
}
.cid-vq7YGcghVP .btn {
  padding: 0.8rem 2rem;
}
.cid-vq7YGcghVP .nav-link {
  position: relative;
  font-weight: 900;
}
.cid-vq7YGcghVP .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
  background: #e88670;
}
.cid-vq7YGcghVP .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-vq7YGcghVP nav.navbar {
  position: fixed;
}
.cid-vq7YGcghVP .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vq7YGcghVP .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vq7YGcghVP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vq7YGcghVP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vq7YGcghVP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vq7YGcghVP .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-vq7YGcghVP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vq7YGcghVP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vq7YGcghVP .dropdown-menu,
.cid-vq7YGcghVP .navbar.opened {
  background: #ffffff !important;
}
.cid-vq7YGcghVP .nav-item:focus,
.cid-vq7YGcghVP .nav-link:focus {
  outline: none;
}
.cid-vq7YGcghVP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vq7YGcghVP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vq7YGcghVP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vq7YGcghVP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vq7YGcghVP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vq7YGcghVP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vq7YGcghVP .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-vq7YGcghVP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-vq7YGcghVP .navbar.opened {
  transition: all 0.3s;
}
.cid-vq7YGcghVP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vq7YGcghVP .navbar .navbar-logo img {
  width: auto;
}
.cid-vq7YGcghVP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-vq7YGcghVP .navbar.collapsed {
  justify-content: center;
}
.cid-vq7YGcghVP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vq7YGcghVP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vq7YGcghVP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-vq7YGcghVP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vq7YGcghVP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vq7YGcghVP .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-vq7YGcghVP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vq7YGcghVP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vq7YGcghVP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vq7YGcghVP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vq7YGcghVP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vq7YGcghVP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vq7YGcghVP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vq7YGcghVP .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-vq7YGcghVP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vq7YGcghVP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vq7YGcghVP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vq7YGcghVP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vq7YGcghVP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vq7YGcghVP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vq7YGcghVP .navbar.navbar-short {
  min-height: 60px;
}
.cid-vq7YGcghVP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vq7YGcghVP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vq7YGcghVP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vq7YGcghVP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vq7YGcghVP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vq7YGcghVP .dropdown-item.active,
.cid-vq7YGcghVP .dropdown-item:active {
  background-color: transparent;
}
.cid-vq7YGcghVP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vq7YGcghVP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vq7YGcghVP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vq7YGcghVP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vq7YGcghVP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vq7YGcghVP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vq7YGcghVP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vq7YGcghVP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vq7YGcghVP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vq7YGcghVP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #272523;
}
.cid-vq7YGcghVP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vq7YGcghVP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vq7YGcghVP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vq7YGcghVP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vq7YGcghVP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vq7YGcghVP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vq7YGcghVP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vq7YGcghVP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vq7YGcghVP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vq7YGcghVP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vq7YGcghVP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vq7YGcghVP .navbar {
    height: 70px;
  }
  .cid-vq7YGcghVP .navbar.opened {
    height: auto;
  }
  .cid-vq7YGcghVP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vq831K6uP9 {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #f7f4fb;
}
.cid-vq831K6uP9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vq831K6uP9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vq831K6uP9 .btn {
  padding: 1.5rem 5rem;
  border: 0 !important;
}
@media (max-width: 767px) {
  .cid-vq831K6uP9 .btn {
    padding: 1.5rem 3rem;
  }
}
.cid-vq831K6uP9 .row {
  align-items: center;
}
.cid-vq831K6uP9 img {
  border-radius: 2rem;
}
.cid-vq831K6uP9 .image-wrapper {
  background: #9f92ec;
  padding: 4rem 5rem;
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .cid-vq831K6uP9 .image-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vq831K6uP9 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vq831K6uP9 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vq831K6uP9 .mbr-section-title {
  color: #3e3895;
}
.cid-vq831K6uP9 .mbr-text,
.cid-vq831K6uP9 .mbr-section-btn {
  color: #000000;
}
.cid-vpZSlzLup0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f4fb;
}
.cid-vpZSlzLup0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpZSlzLup0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpZSlzLup0 .content-wrapper {
  margin-bottom: 20px;
}
.cid-vpZSlzLup0 .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-vpZSlzLup0 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin: 20px 0;
}
@media (max-width: 992px) {
  .cid-vpZSlzLup0 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vpZSlzLup0 .content-wrapper .mbr-section-btn .btn {
  box-shadow: 0.2rem 0.2rem 1rem #d9f1e1 !important;
}
.cid-vpZSlzLup0 .content-wrapper .mbr-section-btn .btn .mbr-iconfont {
  padding: 11px;
  display: inline-flex;
  align-content: center;
  justify-content: center;
  margin-left: -10px;
  background-color: #3e3895;
  color: #ffffff;
}
.cid-vpZSlzLup0 .content-wrapper .mbr-section-btn .btn:nth-child(2n) .mbr-iconfont {
  background-color: #8079ef;
  color: #f4f4f4;
}
.cid-vpZSlzLup0 .content-wrapper .mbr-section-btn .btn:nth-child(3n) .mbr-iconfont {
  background-color: #3e3895;
  color: #f4f4f4;
}
.cid-vpZSlzLup0 .image-wrapper img {
  height: 1000px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vpZSlzLup0 .image-wrapper img {
    height: 800px;
  }
}
@media (max-width: 992px) {
  .cid-vpZSlzLup0 .image-wrapper img {
    height: 350px;
  }
}
.cid-vpZSlzLup0 .mbr-section-title {
  color: #000000;
}
.cid-vpZSlzLup0 .mbr-text,
.cid-vpZSlzLup0 .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vpZSlzLup0 .mbr-section-title,
.cid-vpZSlzLup0 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-vq1gOiko68 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vq1gOiko68 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vq1gOiko68 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vq1gOiko68 .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vq1gOiko68 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vq1gOiko68 .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-vq1gOiko68 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vq1gOiko68 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vq1gOiko68 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vq1gOiko68 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vq1gOiko68 .items-wrapper {
  margin: 0 -8px;
  align-items: center;
}
.cid-vq1gOiko68 .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-vq1gOiko68 .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-vq1gOiko68 .items-wrapper .item .item-wrapper .gradient-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent, #ffffff);
  opacity: .3;
}
.cid-vq1gOiko68 .items-wrapper .item .item-wrapper .circle-wrap {
  position: absolute;
  top: -90%;
  left: -40%;
  width: 640px;
  height: 640px;
  border-radius: 100%;
  background-image: linear-gradient(0deg, transparent, #ffffff);
  opacity: .3;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-vq1gOiko68 .items-wrapper .item .item-wrapper .circle-wrap {
    left: -70%;
  }
}
@media (max-width: 768px) {
  .cid-vq1gOiko68 .items-wrapper .item .item-wrapper .circle-wrap {
    left: -120%;
  }
}
@media (max-width: 425px) {
  .cid-vq1gOiko68 .items-wrapper .item .item-wrapper .circle-wrap {
    left: -160%;
  }
}
.cid-vq1gOiko68 .items-wrapper .item .item-wrapper .circle-wrap.reverse {
  top: auto;
  left: auto;
  bottom: -90%;
  right: -40%;
  background-image: linear-gradient(180deg, transparent, #ffffff);
}
@media (max-width: 1200px) {
  .cid-vq1gOiko68 .items-wrapper .item .item-wrapper .circle-wrap.reverse {
    left: auto;
    right: -70%;
  }
}
@media (max-width: 768px) {
  .cid-vq1gOiko68 .items-wrapper .item .item-wrapper .circle-wrap.reverse {
    left: auto;
    right: -120%;
  }
}
@media (max-width: 425px) {
  .cid-vq1gOiko68 .items-wrapper .item .item-wrapper .circle-wrap.reverse {
    left: auto;
    right: -160%;
  }
}
.cid-vq1gOiko68 .items-wrapper .item .item-wrapper .iconfont-wrapper {
  position: absolute;
  top: 28px;
  right: 28px;
  width: 20px;
  height: 20px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vq1gOiko68 .items-wrapper .item .item-wrapper .iconfont-wrapper {
    top: 16px;
    right: 16px;
  }
}
.cid-vq1gOiko68 .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
}
.cid-vq1gOiko68 .items-wrapper .item .item-wrapper .item-content {
  display: flex;
  justify-content: space-between;
  padding: 32px;
  min-height: 330px;
  border: 8px solid;
}
@media (max-width: 992px) {
  .cid-vq1gOiko68 .items-wrapper .item .item-wrapper .item-content {
    display: block;
    padding: 24px;
    min-height: auto;
    border: 4px solid;
  }
}
.cid-vq1gOiko68 .items-wrapper .item .item-wrapper .item-content .card-box {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vq1gOiko68 .items-wrapper .item .item-wrapper .item-content .card-box {
    margin-bottom: 24px;
  }
}
.cid-vq1gOiko68 .items-wrapper .item .item-wrapper .item-content .card-box .card-title_1,
.cid-vq1gOiko68 .items-wrapper .item .item-wrapper .item-content .card-box .card-title_2,
.cid-vq1gOiko68 .items-wrapper .item .item-wrapper .item-content .card-box .card-title_3,
.cid-vq1gOiko68 .items-wrapper .item .item-wrapper .item-content .card-box .card-title_4 {
  margin-bottom: 16px;
}
.cid-vq1gOiko68 .items-wrapper .item .item-wrapper .item-content .card-box .card-text_1,
.cid-vq1gOiko68 .items-wrapper .item .item-wrapper .item-content .card-box .card-text_2,
.cid-vq1gOiko68 .items-wrapper .item .item-wrapper .item-content .card-box .card-text_3,
.cid-vq1gOiko68 .items-wrapper .item .item-wrapper .item-content .card-box .card-text_4 {
  margin-bottom: 0;
}
.cid-vq1gOiko68 .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn {
  margin-top: 24px;
}
.cid-vq1gOiko68 .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-vq1gOiko68 .items-wrapper .item .item-wrapper .item-content .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-vq1gOiko68 .items-wrapper .item .item-wrapper .item-content .item-img {
    display: block;
    margin-right: 0;
  }
}
.cid-vq1gOiko68 .items-wrapper .item .item-wrapper .item-content .item-img img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-vq1gOiko68 .items-wrapper .item .item-wrapper .item-content .item-img img {
    margin: 0 auto;
  }
}
.cid-vq1gOiko68 .items-wrapper .item .item-wrapper .card_1 .card-box,
.cid-vq1gOiko68 .items-wrapper .item .item-wrapper .card_4 .card-box {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vq1gOiko68 .items-wrapper .item .item-wrapper .card_1 .card-box,
  .cid-vq1gOiko68 .items-wrapper .item .item-wrapper .card_4 .card-box {
    width: 100%;
  }
}
.cid-vq1gOiko68 .items-wrapper .item .item-wrapper .card_1 {
  background-color: #7e4bbb;
  border-color: #9f92ec;
}
.cid-vq1gOiko68 .items-wrapper .item .item-wrapper .card_2 {
  background-color: #423172;
  border-color: #6449a6;
}
.cid-vq1gOiko68 .items-wrapper .item .item-wrapper .card_3 {
  background-color: #635cad;
  border-color: #b7a8e5;
}
.cid-vq1gOiko68 .items-wrapper .item .item-wrapper .card_4 {
  background-color: #98b1fa;
  border-color: #a0b7fa;
}
.cid-vq1gOiko68 .btn-wrapper {
  margin-right: 9%;
}
.cid-vq1gOiko68 .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-vq1gOiko68 .mbr-section-title {
  color: #3e3895;
  text-align: center;
}
.cid-vq1gOiko68 .mbr-section-subtitle {
  color: #7e4bbb;
  text-align: center;
}
.cid-vq1gOiko68 .mbr-text,
.cid-vq1gOiko68 .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vq1gOiko68 .card-title_1 {
  color: #ffffff;
}
.cid-vq1gOiko68 .card-title_2 {
  color: #ffffff;
}
.cid-vq1gOiko68 .card-title_3 {
  color: #ffffff;
}
.cid-vq1gOiko68 .card-title_4 {
  color: #ffffff;
}
.cid-vq1gOiko68 .card-text_1 {
  color: #ffffff;
}
.cid-vq1gOiko68 .card-text_2 {
  color: #ffffff;
}
.cid-vq1gOiko68 .card-text_3 {
  color: #ffffff;
}
.cid-vq1gOiko68 .card-text_4 {
  color: #ffffff;
}
.cid-vq8uXLfESG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f4fb;
}
.cid-vq8uXLfESG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vq8uXLfESG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vq8uXLfESG .row {
  margin: 0 -45px;
}
.cid-vq8uXLfESG .row .card {
  padding: 0 45px;
}
.cid-vq8uXLfESG .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-bottom: 72px;
}
@media (max-width: 1640px) {
  .cid-vq8uXLfESG .items-wrapper {
    display: block;
    margin-bottom: 0;
  }
}
.cid-vq8uXLfESG .items-wrapper .item:nth-child(2n) {
  transform: translateY(72px);
}
@media (max-width: 1640px) {
  .cid-vq8uXLfESG .items-wrapper .item:nth-child(2n) {
    transform: none;
  }
}
.cid-vq8uXLfESG .items-wrapper .item:hover .item-wrapper,
.cid-vq8uXLfESG .items-wrapper .item:focus .item-wrapper {
  transform: scale(1.03);
}
@media (max-width: 1640px) {
  .cid-vq8uXLfESG .items-wrapper .item {
    margin-bottom: 22px;
  }
}
@media (max-width: 992px) {
  .cid-vq8uXLfESG .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-vq8uXLfESG .items-wrapper .item .item-wrapper {
  height: 100%;
  border: 10px solid #423172;
  background-color: #f4f4f4;
  transition: all .3s ease;
  overflow: hidden;
  min-height: 380px;
}
.cid-vq8uXLfESG .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-vq8uXLfESG .items-wrapper .item .item-wrapper .item-content {
  padding: 25px 25px 32px 25px;
}
@media (max-width: 992px) {
  .cid-vq8uXLfESG .items-wrapper .item .item-wrapper .item-content {
    padding: 22px;
  }
}
.cid-vq8uXLfESG .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-vq8uXLfESG .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-vq8uXLfESG .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vq8uXLfESG .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vq8uXLfESG .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #3a001d;
  background-color: #cab7e3;
  margin-bottom: 22px;
}
.cid-vq8uXLfESG .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-vq8uXLfESG .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vq8uXLfESG .mbr-label {
  color: #3a001d;
}
.cid-vq8uXLfESG .mbr-section-title {
  color: #3e3895;
}
.cid-vq8uXLfESG .mbr-text {
  color: #3a001d;
}
.cid-vq8uXLfESG .item-title {
  color: #3a001d;
}
.cid-vq8uXLfESG .item-text {
  color: #3a001d;
}
.cid-vq8uXLfESG .mbr-text,
.cid-vq8uXLfESG .text-wrapper {
  color: #0c0614;
}
.cid-vq8uXLfESG .mbr-label,
.cid-vq8uXLfESG .label-wrapper {
  color: #7e4bbb;
}
.cid-vq8MzXuWhI {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vq8MzXuWhI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vq8MzXuWhI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vq8MzXuWhI .content-wrapper {
  margin-bottom: 88px;
}
@media (max-width: 992px) {
  .cid-vq8MzXuWhI .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vq8MzXuWhI .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-vq8MzXuWhI .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vq8MzXuWhI .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vq8MzXuWhI .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vq8MzXuWhI .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 38px 22px;
}
@media (max-width: 1200px) {
  .cid-vq8MzXuWhI .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vq8MzXuWhI .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vq8MzXuWhI .items-wrapper .item {
    margin-bottom: 32px;
  }
}
.cid-vq8MzXuWhI .items-wrapper .item:hover .item-wrapper,
.cid-vq8MzXuWhI .items-wrapper .item:focus .item-wrapper {
  transform: scale(1.03);
}
.cid-vq8MzXuWhI .items-wrapper .item .item-wrapper {
  height: 100%;
  border: 2px solid #3a001d;
  box-shadow: 0 16px 0 #3a001d;
  background-color: #ffffff;
  transition: all .3s ease;
  overflow: hidden;
}
.cid-vq8MzXuWhI .items-wrapper .item .item-wrapper .item-img {
  background-color: #ffffff;
}
.cid-vq8MzXuWhI .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vq8MzXuWhI .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vq8MzXuWhI .items-wrapper .item .item-wrapper .item-content {
  padding: 25px 25px 32px 25px;
}
@media (max-width: 992px) {
  .cid-vq8MzXuWhI .items-wrapper .item .item-wrapper .item-content {
    padding: 22px;
  }
}
.cid-vq8MzXuWhI .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-vq8MzXuWhI .items-wrapper .item .item-wrapper .item-content .item-date {
  margin-bottom: 22px;
}
.cid-vq8MzXuWhI .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-vq8MzXuWhI .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vq8MzXuWhI .mbr-section-title,
.cid-vq8MzXuWhI .title-wrapper {
  color: #3e3895;
  text-align: center;
}
.cid-vq8MzXuWhI .mbr-text,
.cid-vq8MzXuWhI .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vq8MzXuWhI .item-title {
  color: #3a001d;
}
.cid-vq8MzXuWhI .item-date {
  color: #3a001d;
}
.cid-vq8MzXuWhI .item-text {
  color: #3a001d;
}
.cid-vq8MzXuWhI .item-title,
.cid-vq8MzXuWhI .mbr-section-btn {
  color: #27133c;
}
.cid-vq8MS0CnxM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e4daf1;
}
.cid-vq8MS0CnxM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vq8MS0CnxM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vq8MS0CnxM .content-wrapper {
  position: relative;
  margin: 0;
}
.cid-vq8MS0CnxM .content-wrapper .content {
  padding: 0;
}
.cid-vq8MS0CnxM .content-wrap {
  position: relative;
  z-index: 1;
  margin: 0;
}
.cid-vq8MS0CnxM .content-wrap .card {
  padding: 0;
}
.cid-vq8MS0CnxM .title-wrapper {
  margin-bottom: 40px;
}
.cid-vq8MS0CnxM .label-wrapper {
  margin-bottom: 20px;
}
.cid-vq8MS0CnxM .label-wrapper .label-wrap {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  background-color: #e1e1e1;
  padding: 7px 14px 6px;
}
.cid-vq8MS0CnxM .label-wrapper .label-wrap .marker-wrap {
  width: 10px;
  height: 10px;
  min-width: 10px;
  border-radius: 100%;
  background-color: #d63614;
}
.cid-vq8MS0CnxM .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vq8MS0CnxM .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vq8MS0CnxM .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vq8MS0CnxM .main-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vq8MS0CnxM .main-btn {
    margin-top: 10px;
  }
}
.cid-vq8MS0CnxM .main-btn .btn {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vq8MS0CnxM .main-btn .btn {
    width: 100%;
  }
}
.cid-vq8MS0CnxM .items-wrapper {
  margin-right: -1px;
}
.cid-vq8MS0CnxM .items-wrapper .item {
  margin-bottom: 8px;
}
.cid-vq8MS0CnxM .items-wrapper .item:last-child {
  margin-bottom: 0;
}
.cid-vq8MS0CnxM .items-wrapper .item .item-wrapper {
  height: 100%;
}
.cid-vq8MS0CnxM .items-wrapper .item .item-wrapper .frame-wrapper {
  display: flex;
  margin-bottom: -1px;
  will-change: transform;
  position: relative;
  z-index: 1;
}
.cid-vq8MS0CnxM .items-wrapper .item .item-wrapper .frame-wrapper .cross-section {
  width: 24px;
  height: 24px;
}
.cid-vq8MS0CnxM .items-wrapper .item .item-wrapper .frame-wrapper .cross_1 {
  background-image: linear-gradient(135deg, transparent 45%, #ffffff 45%);
}
.cid-vq8MS0CnxM .items-wrapper .item .item-wrapper .frame-wrapper .cross_2 {
  background-image: linear-gradient(225deg, transparent 45%, #ffffff 45%);
}
.cid-vq8MS0CnxM .items-wrapper .item .item-wrapper .frame-wrapper .cross_3 {
  background-image: linear-gradient(315deg, transparent 45%, #ffffff 45%);
}
.cid-vq8MS0CnxM .items-wrapper .item .item-wrapper .frame-wrapper .frame-wrap {
  width: 100%;
  background-color: #ffffff;
  margin: 0 -1px;
}
.cid-vq8MS0CnxM .items-wrapper .item .item-wrapper .frame_2 {
  margin-top: -1px;
  margin-bottom: 0;
}
.cid-vq8MS0CnxM .items-wrapper .item .item-wrapper .frame_2 .frame-wrap {
  margin: 0 -1px 0 0;
}
.cid-vq8MS0CnxM .items-wrapper .item .item-wrapper .card-box {
  padding: 1px 24px;
  background-color: #ffffff;
  position: relative;
  z-index: 2;
  height: 100%;
  will-change: transform;
}
.cid-vq8MS0CnxM .items-wrapper .item .item-wrapper .card-box .number-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.cid-vq8MS0CnxM .items-wrapper .item .item-wrapper .card-box .number-wrapper .number-wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  padding: 13px;
  border: 1px dashed #c7c7c7;
}
.cid-vq8MS0CnxM .items-wrapper .item .item-wrapper .card-box .number-wrapper .number-wrap .marker-wrap {
  width: 12px;
  height: 12px;
  min-width: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background-color: #673ae4;
}
.cid-vq8MS0CnxM .items-wrapper .item .item-wrapper .card-box .number-wrapper .number-wrap .marker-wrap .circle-wrap {
  background-color: #ffffff;
  width: 6px;
  height: 6px;
  border-radius: 100%;
}
.cid-vq8MS0CnxM .items-wrapper .item .item-wrapper .card-box .number-wrapper::after {
  content: '';
  width: 100%;
  border-top: 1px dashed #c7c7c7;
}
@media (max-width: 992px) {
  .cid-vq8MS0CnxM .items-wrapper .item .item-wrapper .card-box .number-wrapper::after {
    content: none;
  }
}
.cid-vq8MS0CnxM .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 6px;
  font-size: 150%;
}
@media (max-width: 992px) {
  .cid-vq8MS0CnxM .items-wrapper .item .item-wrapper .card-box .item-title {
    line-height: 1.5;
  }
}
.cid-vq8MS0CnxM .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vq8MS0CnxM .items-wrapper .item .item-wrapper .card-box .item-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vq8MS0CnxM .mbr-label {
  color: #686868;
}
.cid-vq8MS0CnxM .mbr-section-title {
  color: #080a10;
}
.cid-vq8MS0CnxM .mbr-section-subtitle {
  color: #5e5e5e;
}
.cid-vq8MS0CnxM .item-number {
  color: #686868;
}
.cid-vq8MS0CnxM .item-title {
  color: #080a10;
}
.cid-vq8MS0CnxM .item-text {
  color: #3c205d;
}
.cid-vq8MS0CnxM .mbr-section-title,
.cid-vq8MS0CnxM .main-btn {
  color: #3e3895;
}
.cid-vq8MS0CnxM .item-title,
.cid-vq8MS0CnxM .item-btn {
  color: #673ae4;
}
.cid-vpZSlBHvwE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vpZSlBHvwE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpZSlBHvwE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpZSlBHvwE .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 580px;
  max-width: 580px;
}
@media (max-width: 767px) {
  .cid-vpZSlBHvwE .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vpZSlBHvwE .embla__slide .slide-content {
  width: 100%;
}
.cid-vpZSlBHvwE .embla__slide .slide-content .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-vpZSlBHvwE .embla__slide .slide-content .item-wrapper {
    padding: 15px;
  }
}
.cid-vpZSlBHvwE .embla__slide .slide-content .item-wrapper .item-content .item-img {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vpZSlBHvwE .embla__slide .slide-content .item-wrapper .item-content .item-img {
    margin-bottom: 20px;
  }
}
.cid-vpZSlBHvwE .embla__slide .slide-content .item-wrapper .item-content .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vpZSlBHvwE .embla__slide .slide-content .item-wrapper .item-content .item-img img {
    height: 250px;
  }
}
.cid-vpZSlBHvwE .embla__slide .slide-content .item-wrapper .item-content .item-title_1,
.cid-vpZSlBHvwE .embla__slide .slide-content .item-wrapper .item-content .item-title_2 {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.cid-vpZSlBHvwE .embla__slide .slide-content .item-wrapper .item-content .item-text_1,
.cid-vpZSlBHvwE .embla__slide .slide-content .item-wrapper .item-content .item-text_2 {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.cid-vpZSlBHvwE .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-vpZSlBHvwE .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vpZSlBHvwE .embla__slide .slide-content .card_1 {
  background-color: #d8d1ff;
}
.cid-vpZSlBHvwE .embla__slide .slide-content .card_2 {
  background-color: #f6f8f7;
}
.cid-vpZSlBHvwE .embla__button--next,
.cid-vpZSlBHvwE .embla__button--prev {
  display: flex;
}
.cid-vpZSlBHvwE .embla__button {
  top: 48%;
  width: 42px;
  height: 42px;
  font-size: 14px;
  background-color: #ffffff !important;
  color: #000000 !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0.2rem 0.2rem 1rem #d9f1e1 !important;
  opacity: 1 !important;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-vpZSlBHvwE .embla__button {
    top: 0;
  }
}
.cid-vpZSlBHvwE .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vpZSlBHvwE .embla__button:hover {
  background-color: #4c7d60 !important;
  color: #ffffff !important;
}
.cid-vpZSlBHvwE .embla__button.embla__button--prev {
  left: 0;
}
.cid-vpZSlBHvwE .embla__button.embla__button--next {
  right: 0;
}
.cid-vpZSlBHvwE .embla {
  position: relative;
  width: 100%;
  padding: 0 80px 0 80px;
}
@media (max-width: 992px) {
  .cid-vpZSlBHvwE .embla {
    padding: 4rem 0 0 0;
  }
}
.cid-vpZSlBHvwE .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vpZSlBHvwE .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vpZSlBHvwE .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vpZSlBHvwE .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vpZSlBHvwE .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vpZSlBHvwE .item-title_1 {
  color: #000000;
}
.cid-vpZSlBHvwE .item-title_2 {
  color: #000000;
}
.cid-vpZSlBHvwE .item-text_1 {
  color: #000000;
}
.cid-vpZSlBHvwE .item-text_2 {
  color: #000000;
}
.cid-vpZSlBHvwE .item-title_1,
.cid-vpZSlBHvwE .mbr-section-btn {
  color: #000000;
}
.cid-vpZSlBHvwE .item-title_2,
.cid-vpZSlBHvwE .mbr-section-btn {
  color: #000000;
}
.cid-vpZSlBHvwE .item-title,
.cid-vpZSlBHvwE .mbr-section-btn {
  color: #FFFFFF;
}
.cid-vpZSlAu7Id {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f4fb;
}
.cid-vpZSlAu7Id .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpZSlAu7Id .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpZSlAu7Id .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vpZSlAu7Id .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vpZSlAu7Id .title-wrapper .mbr-section-subtitle {
  margin-bottom: 56px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vpZSlAu7Id .title-wrapper .mbr-section-subtitle {
    margin-bottom: 40px;
  }
}
.cid-vpZSlAu7Id .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1440px) {
  .cid-vpZSlAu7Id .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vpZSlAu7Id .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vpZSlAu7Id .items-wrapper .item {
    margin-bottom: 15px;
  }
}
.cid-vpZSlAu7Id .items-wrapper .item .item-wrapper .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vpZSlAu7Id .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-vpZSlAu7Id .items-wrapper .item .item-wrapper .card-box {
  padding: 30px;
  background-color: #ffffff;
  box-shadow: 0.2rem 0.2rem 1rem #d9f1e1 !important;
  margin-top: -4rem;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vpZSlAu7Id .items-wrapper .item .item-wrapper .card-box {
    padding: 15px;
  }
}
.cid-vpZSlAu7Id .items-wrapper .item .item-wrapper .card-box .title-wrapper {
  display: flex;
  align-items: center;
}
.cid-vpZSlAu7Id .items-wrapper .item .item-wrapper .card-box .title-wrapper .iconfont-wrapper {
  margin-right: 16px;
}
.cid-vpZSlAu7Id .items-wrapper .item .item-wrapper .card-box .title-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px;
  font-size: 20px;
}
.cid-vpZSlAu7Id .items-wrapper .item .item-wrapper .card-box .title-wrapper .icon_1 .mbr-iconfont {
  background-color: #9c73cb;
  color: #ffffff;
}
.cid-vpZSlAu7Id .items-wrapper .item .item-wrapper .card-box .title-wrapper .icon_2 .mbr-iconfont {
  background-color: #9c73cb;
  color: #000000;
}
.cid-vpZSlAu7Id .items-wrapper .item .item-wrapper .card-box .title-wrapper .icon_3 .mbr-iconfont {
  background-color: #9c73cb;
  color: #000000;
}
.cid-vpZSlAu7Id .items-wrapper .item .item-wrapper .card-box .title-wrapper .icon_4 .mbr-iconfont {
  background-color: #9c73cb;
  color: #ffffff;
}
.cid-vpZSlAu7Id .items-wrapper .item .item-wrapper .card-box .title-wrapper .card-number {
  margin-bottom: 0;
  width: 100%;
}
.cid-vpZSlAu7Id .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-vpZSlAu7Id .mbr-section-title {
  color: #3e3895;
  text-align: center;
}
.cid-vpZSlAu7Id .mbr-section-subtitle {
  color: #3e3895;
  text-align: center;
}
.cid-vpZSlAu7Id .card-number {
  color: #000000;
}
.cid-vpZSlAu7Id .card-title {
  color: #000000;
}
.cid-vpZSlA7Btm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vpZSlA7Btm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpZSlA7Btm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpZSlA7Btm .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vpZSlA7Btm .container-fluid {
    padding: 0 15px;
  }
}
.cid-vpZSlA7Btm .row {
  margin: 0;
}
.cid-vpZSlA7Btm .row .card {
  padding: 0;
}
.cid-vpZSlA7Btm .card-wrapper {
  padding: 140px 30px;
  background-color: #f7f4fb;
}
@media (max-width: 1440px) {
  .cid-vpZSlA7Btm .card-wrapper {
    padding: 40px 30px;
  }
}
@media (max-width: 992px) {
  .cid-vpZSlA7Btm .card-wrapper {
    padding: 15px;
  }
}
.cid-vpZSlA7Btm .card-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 3px 10px;
  background-color: #3e3895;
  margin-bottom: 15px;
}
.cid-vpZSlA7Btm .card-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vpZSlA7Btm .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-vpZSlA7Btm .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vpZSlA7Btm .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vpZSlA7Btm .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vpZSlA7Btm .image-wrapper {
    height: 350px;
    margin-bottom: 15px;
  }
}
.cid-vpZSlA7Btm .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-vpZSlA7Btm .mbr-label {
  color: #000000;
}
.cid-vpZSlA7Btm .mbr-section-title {
  color: #000000;
}
.cid-vpZSlA7Btm .mbr-text,
.cid-vpZSlA7Btm .text-wrapper {
  color: #3e3895;
}
.cid-vpZSlA7Btm .mbr-section-title,
.cid-vpZSlA7Btm .mbr-section-btn {
  color: #3e3895;
}
.cid-vpZSlA7Btm .mbr-label,
.cid-vpZSlA7Btm .label-wrapper {
  text-align: justify;
  color: #ffffff;
}
.cid-vpZSlALlv5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vpZSlALlv5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpZSlALlv5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpZSlALlv5 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vpZSlALlv5 .container-fluid {
    padding: 0 15px;
  }
}
.cid-vpZSlALlv5 .row {
  margin: 0;
}
.cid-vpZSlALlv5 .row .item {
  padding: 0;
}
.cid-vpZSlALlv5 .item .item-wrapper {
  height: 100%;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-vpZSlALlv5 .item .item-wrapper {
    height: auto;
    padding: 15px;
    margin-bottom: 15px;
  }
}
.cid-vpZSlALlv5 .item .item-wrapper .label-wrapper .card-label_1,
.cid-vpZSlALlv5 .item .item-wrapper .label-wrapper .card-label_2,
.cid-vpZSlALlv5 .item .item-wrapper .label-wrapper .card-label_3 {
  display: inline-flex;
  padding: 3px 10px;
  margin-bottom: 20px;
}
.cid-vpZSlALlv5 .item .item-wrapper .label-wrapper .card-label_1 {
  background-color: #4c7d60;
}
.cid-vpZSlALlv5 .item .item-wrapper .label-wrapper .card-label_2 {
  background-color: #ffffff;
}
.cid-vpZSlALlv5 .item .item-wrapper .card-title_1,
.cid-vpZSlALlv5 .item .item-wrapper .card-title_2 {
  margin-bottom: 20px;
}
.cid-vpZSlALlv5 .item .item-wrapper .card-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 1440px) {
  .cid-vpZSlALlv5 .item .item-wrapper .card-box {
    display: block;
  }
}
@media (max-width: 1440px) {
  .cid-vpZSlALlv5 .item .item-wrapper .card-box .item-img {
    margin-bottom: 20px;
  }
}
.cid-vpZSlALlv5 .item .item-wrapper .card-box .item-img img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vpZSlALlv5 .item .item-wrapper .card-box .item-img img {
    height: 350px;
  }
}
.cid-vpZSlALlv5 .item .item-wrapper .card-box .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cid-vpZSlALlv5 .item .item-wrapper .card-box .text-wrapper .card-text_1,
.cid-vpZSlALlv5 .item .item-wrapper .card-box .text-wrapper .card-text_2 {
  display: inline-block;
  margin-bottom: 20px;
}
.cid-vpZSlALlv5 .item .item-wrapper .card-box .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vpZSlALlv5 .item .card_1 {
  background-color: #e5e3ff;
}
.cid-vpZSlALlv5 .item .card_2 {
  background-color: #f7f4fb;
}
.cid-vpZSlALlv5 .card-label_1 {
  color: #000000;
}
.cid-vpZSlALlv5 .card-label_2 {
  color: #000000;
}
.cid-vpZSlALlv5 .card-title_1 {
  color: #000000;
}
.cid-vpZSlALlv5 .card-title_2 {
  color: #3e3895;
}
.cid-vpZSlALlv5 .card-text_1 {
  color: #000000;
}
.cid-vpZSlALlv5 .card-text_2 {
  color: #000000;
}
.cid-vpZSlALlv5 .card-label_1,
.cid-vpZSlALlv5 .label-wrapper {
  color: #FFFFFF;
}
.cid-vpZSlALlv5 .card-title_1,
.cid-vpZSlALlv5 .mbr-section-btn {
  color: #3e3895;
}
.cid-vpZSlB1bMw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vpZSlB1bMw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpZSlB1bMw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpZSlB1bMw .content-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vpZSlB1bMw .content-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vpZSlB1bMw .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 3px 10px;
  background-color: #a9bcb0;
  margin-bottom: 15px;
}
.cid-vpZSlB1bMw .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vpZSlB1bMw .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vpZSlB1bMw .cards {
  margin: 0 -10px;
}
.cid-vpZSlB1bMw .cards .card {
  padding: 0 10px;
}
.cid-vpZSlB1bMw .card-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-vpZSlB1bMw .card-wrapper {
    padding: 15px;
    margin-bottom: 15px;
    min-height: 250px;
  }
}
.cid-vpZSlB1bMw .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vpZSlB1bMw .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  z-index: 1;
}
.cid-vpZSlB1bMw .card-wrapper .mbr-section-subtitle {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.cid-vpZSlB1bMw .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vpZSlB1bMw .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vpZSlB1bMw .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vpZSlB1bMw .items-wrapper .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vpZSlB1bMw .items-wrapper .item {
    margin-bottom: 15px;
  }
}
.cid-vpZSlB1bMw .items-wrapper .item:last-child {
  margin-bottom: 0 !important;
}
.cid-vpZSlB1bMw .items-wrapper .item .item-wrapper {
  padding: 30px;
  background-color: #e5e3ff;
}
@media (max-width: 992px) {
  .cid-vpZSlB1bMw .items-wrapper .item .item-wrapper {
    padding: 15px;
  }
}
.cid-vpZSlB1bMw .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vpZSlB1bMw .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vpZSlB1bMw .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  min-width: 72px;
  font-size: 42px;
}
.cid-vpZSlB1bMw .items-wrapper .item .item-wrapper .card-box .icon_1 .mbr-iconfont {
  background-color: #a9bcb0;
  color: #000000;
}
.cid-vpZSlB1bMw .items-wrapper .item .item-wrapper .card-box .icon_2 .mbr-iconfont {
  background-color: #4c7d60;
  color: #ffffff;
}
.cid-vpZSlB1bMw .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-vpZSlB1bMw .items-wrapper .item .item-wrapper .card-box .text-wrap .card-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vpZSlB1bMw .items-wrapper .item .item-wrapper .card-box .text-wrap .card-text {
    width: 100%;
  }
}
.cid-vpZSlB1bMw .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vpZSlB1bMw .mbr-label {
  color: #000000;
}
.cid-vpZSlB1bMw .mbr-section-title {
  color: #000000;
}
.cid-vpZSlB1bMw .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vpZSlB1bMw .mbr-text {
  color: #ffffff;
}
.cid-vpZSlB1bMw .card-title {
  color: #000000;
}
.cid-vpZSlB1bMw .card-text {
  color: #000000;
}
.cid-vpZSlB1bMw .mbr-label,
.cid-vpZSlB1bMw .label-wrapper {
  color: #000000;
}
.cid-vpZSlB1bMw .card-title,
.cid-vpZSlB1bMw .iconfont-wrapper,
.cid-vpZSlB1bMw .mbr-section-btn {
  color: #000000;
}
.cid-vpZSlB1bMw .card-text,
.cid-vpZSlB1bMw .text-wrap {
  color: #000000;
}
.cid-vpZSlB1bMw .mbr-section-title,
.cid-vpZSlB1bMw .title-wrapper {
  color: #3e3895;
}
.cid-vpZSlBft7s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vpZSlBft7s .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpZSlBft7s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpZSlBft7s .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vpZSlBft7s .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vpZSlBft7s .tabs-wrapper {
  border-bottom: none;
  margin-bottom: 20px;
}
.cid-vpZSlBft7s .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-vpZSlBft7s .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 10px 10px 0;
}
.cid-vpZSlBft7s .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  color: #000000;
  padding: 7px 22px;
  border: 1px solid #cdcbd0;
  transition: all 0.3s ease-in-out;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  min-height: 61px;
  font-weight: 600;
}
.cid-vpZSlBft7s .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #635cad;
  color: #ffffff;
  border: 1px solid transparent;
}
.cid-vpZSlBft7s .tab-content .tab-pane .item-content .image-wrap {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vpZSlBft7s .tab-content .tab-pane .item-content .image-wrap {
    margin-bottom: 20px;
  }
}
.cid-vpZSlBft7s .tab-content .tab-pane .item-content .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
  box-shadow: 0.5rem 0.5rem 1.5rem #b7b2ff !important;
}
@media (max-width: 992px) {
  .cid-vpZSlBft7s .tab-content .tab-pane .item-content .image-wrap img {
    height: 350px;
  }
}
.cid-vpZSlBft7s .tab-content .tab-pane .item-content .item-title {
  margin-bottom: 20px;
}
.cid-vpZSlBft7s .tab-content .tab-pane .item-content .text-wrapper .item-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vpZSlBft7s .tab-content .tab-pane .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-vpZSlBft7s .mbr-section-title {
  color: #000000;
}
.cid-vpZSlBft7s .item-title {
  color: #000000;
}
.cid-vpZSlBft7s .item-text {
  color: #000000;
}
.cid-vpZSlBft7s .mbr-section-title,
.cid-vpZSlBft7s .tabs-wrapper {
  text-align: center;
}
.cid-vpZSlBjlgN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vpZSlBjlgN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpZSlBjlgN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpZSlBjlgN .title-wrapper {
  position: sticky;
  top: 30px;
  padding-right: 70px;
}
@media (max-width: 992px) {
  .cid-vpZSlBjlgN .title-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-vpZSlBjlgN .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 3px 10px;
  background-color: #635cad;
  margin-bottom: 15px;
}
.cid-vpZSlBjlgN .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vpZSlBjlgN .panel-group .card {
  position: relative;
  padding: 0 0 30px 0;
  border-bottom: none;
  transition: all 0.3s ease-in-out;
  height: fit-content;
}
@media (max-width: 992px) {
  .cid-vpZSlBjlgN .panel-group .card {
    padding: 0 0 15px 0;
  }
}
.cid-vpZSlBjlgN .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vpZSlBjlgN .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: relative;
  padding: 30px 0 0 0;
}
@media (max-width: 992px) {
  .cid-vpZSlBjlgN .panel-group .card .card-header .panel-title {
    padding: 15px 0 0 0;
  }
}
.cid-vpZSlBjlgN .panel-group .card .card-header .panel-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #d8d1ff;
  border-radius: 1rem;
}
.cid-vpZSlBjlgN .panel-group .card .card-header .panel-title::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 4px;
  background-color: #635cad;
  transition: all 0.3s ease-in-out;
  border-radius: 1rem;
}
.cid-vpZSlBjlgN .panel-group .card .card-header .panel-title .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  opacity: 0.5;
}
@media (max-width: 992px) {
  .cid-vpZSlBjlgN .panel-group .card .card-header .panel-title .panel-title-edit {
    width: 100%;
  }
}
.cid-vpZSlBjlgN .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #ffffff;
  border: 1px solid #000000;
  box-shadow: 0.2rem 0.2rem 1rem transparent !important;
}
.cid-vpZSlBjlgN .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-vpZSlBjlgN .panel-group .card .card-header .panel-title:not(.collapsed)::after {
  width: 100%;
}
.cid-vpZSlBjlgN .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  border: 1px solid transparent;
  box-shadow: 0.2rem 0.2rem 1rem #635cad !important;
}
.cid-vpZSlBjlgN .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-vpZSlBjlgN .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  opacity: 1;
}
.cid-vpZSlBjlgN .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-vpZSlBjlgN .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vpZSlBjlgN .mbr-label {
  color: #000000;
}
.cid-vpZSlBjlgN .mbr-section-title {
  color: #000000;
}
.cid-vpZSlBjlgN .panel-title-edit {
  color: #000000;
}
.cid-vpZSlBjlgN .panel-text {
  color: #000000;
}
.cid-vpZSlBjlgN .mbr-label,
.cid-vpZSlBjlgN .label-wrapper {
  color: #ffffff;
}
.cid-vpZSlBpBeY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vpZSlBpBeY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpZSlBpBeY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpZSlBpBeY .items-wrapper {
  margin: 0 -10px;
}
.cid-vpZSlBpBeY .items-wrapper .item {
  padding: 0 10px;
}
.cid-vpZSlBpBeY .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vpZSlBpBeY .item {
    margin-bottom: 15px;
  }
  .cid-vpZSlBpBeY .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vpZSlBpBeY .item .item-wrapper {
  position: relative;
  height: 100%;
  padding: 30px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-vpZSlBpBeY .item .item-wrapper {
    padding: 15px;
  }
}
.cid-vpZSlBpBeY .item .item-wrapper .item-img {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vpZSlBpBeY .item .item-wrapper .item-img {
    height: 250px;
  }
}
.cid-vpZSlBpBeY .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-vpZSlBpBeY .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-vpZSlBpBeY .item .item-wrapper .card-box .text-wrap .card-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vpZSlBpBeY .item .item-wrapper .card-box .text-wrap .card-text {
    width: 100%;
  }
}
.cid-vpZSlBpBeY .item .item-wrapper .card-box .card-number {
  margin-bottom: 0;
}
.cid-vpZSlBpBeY .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-vpZSlBpBeY .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vpZSlBpBeY .item .card_1 {
  min-height: 470px;
  background-color: #d8d1ff;
  align-items: flex-start;
}
@media (max-width: 1440px) {
  .cid-vpZSlBpBeY .item .card_1 {
    min-height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-vpZSlBpBeY .item .card_1 {
    min-height: 250px;
  }
}
.cid-vpZSlBpBeY .item .card_2 {
  min-height: 470px;
  background-color: #d8d1ff;
}
@media (max-width: 1440px) {
  .cid-vpZSlBpBeY .item .card_2 {
    min-height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-vpZSlBpBeY .item .card_2 {
    min-height: 250px;
  }
}
.cid-vpZSlBpBeY .item .card_3 {
  min-height: 350px;
  background-color: #f6f8f7;
}
@media (max-width: 992px) {
  .cid-vpZSlBpBeY .item .card_3 {
    min-height: 250px;
  }
}
.cid-vpZSlBpBeY .item .card_4 {
  min-height: 350px;
  background-color: #d8d1ff;
}
@media (max-width: 992px) {
  .cid-vpZSlBpBeY .item .card_4 {
    min-height: 250px;
  }
}
.cid-vpZSlBpBeY .item .card_5 {
  min-height: 350px;
  background-color: #f6f8f7;
}
@media (max-width: 992px) {
  .cid-vpZSlBpBeY .item .card_5 {
    min-height: 250px;
  }
}
.cid-vpZSlBpBeY .features-image .item-wrapper {
  min-height: 470px;
}
@media (max-width: 1440px) {
  .cid-vpZSlBpBeY .features-image .item-wrapper {
    min-height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-vpZSlBpBeY .features-image .item-wrapper {
    min-height: auto;
  }
}
.cid-vpZSlBpBeY .card-title {
  color: #000000;
}
.cid-vpZSlBpBeY .card-text {
  color: #000000;
}
.cid-vpZSlBpBeY .card-number {
  color: #000000;
}
.cid-vpZSlBSJkQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #3e3895;
}
.cid-vpZSlBSJkQ .item:focus,
.cid-vpZSlBSJkQ span:focus {
  outline: none;
}
.cid-vpZSlBSJkQ .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vpZSlBSJkQ .content-head {
  max-width: 800px;
}
.cid-vpZSlBSJkQ .item {
  padding: 10px 0;
  color: #e4daf1;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-vpZSlBSJkQ .item {
    min-height: 45px;
  }
}
.cid-vpZSlC9EDK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vpZSlC9EDK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpZSlC9EDK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpZSlC9EDK .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vpZSlC9EDK .container-fluid {
    padding: 0 15px;
  }
}
.cid-vpZSlC9EDK .row {
  margin: 0;
}
.cid-vpZSlC9EDK .row .card {
  padding: 0;
}
.cid-vpZSlC9EDK .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vpZSlC9EDK .image-wrapper {
    height: 350px;
    margin-bottom: 15px;
  }
}
.cid-vpZSlC9EDK .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-vpZSlC9EDK .card-wrapper {
  padding: 70px 30px;
  background-color: #e5e3ff;
}
@media (max-width: 992px) {
  .cid-vpZSlC9EDK .card-wrapper {
    padding: 15px;
  }
}
.cid-vpZSlC9EDK .card-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 3px 10px;
  background-color: #4c7d60;
  margin-bottom: 15px;
}
.cid-vpZSlC9EDK .card-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vpZSlC9EDK .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-vpZSlC9EDK .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vpZSlC9EDK .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-vpZSlC9EDK .form-wrap .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-vpZSlC9EDK .form-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 5px;
}
.cid-vpZSlC9EDK .form-wrap .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 16px;
  border: 1px solid #cdcbd0 !important;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
}
.cid-vpZSlC9EDK .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vpZSlC9EDK .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #000000 !important;
  box-shadow: none;
}
.cid-vpZSlC9EDK .form-wrap .dragArea.row .form-group .form-control:hover::placeholder,
.cid-vpZSlC9EDK .form-wrap .dragArea.row .form-group .form-control:focus::placeholder {
  color: #767481;
}
.cid-vpZSlC9EDK .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #767481;
  transition: all 0.3s ease;
}
.cid-vpZSlC9EDK .form-wrap .dragArea.row .form-group textarea {
  min-height: 155px;
}
.cid-vpZSlC9EDK .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-vpZSlC9EDK .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #cdcbd0;
  border-color: #cdcbd0;
}
.cid-vpZSlC9EDK .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vpZSlC9EDK .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-vpZSlC9EDK .mbr-label {
  color: #000000;
}
.cid-vpZSlC9EDK .mbr-section-title {
  color: #000000;
}
.cid-vpZSlC9EDK .mbr-text {
  color: #000000;
}
.cid-vpZSlC9EDK label {
  color: #000000;
}
.cid-vpZSlC9EDK .mbr-label,
.cid-vpZSlC9EDK .label-wrapper {
  color: #FFFFFF;
}
.cid-vsbse9cWUI {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #e5e3ff;
}
.cid-vsbse9cWUI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsbse9cWUI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsbse9cWUI .items-wrapper {
  justify-content: center;
  margin: 0 -40px;
}
.cid-vsbse9cWUI .items-wrapper .item {
  padding: 0 40px;
}
.cid-vsbse9cWUI .item {
  margin-bottom: 40px;
}
.cid-vsbse9cWUI .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vsbse9cWUI .item .item-wrapper .item-content .title-wrapper {
  margin-bottom: 20px;
}
.cid-vsbse9cWUI .item .item-wrapper .item-content .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-vsbse9cWUI .item .item-wrapper .item-content .title-wrapper .title-wrap .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 20px;
  color: #19171c;
  margin-right: 10px;
}
.cid-vsbse9cWUI .item .item-wrapper .item-content .title-wrapper .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-vsbse9cWUI .item .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-vsbse9cWUI .item-title,
.cid-vsbse9cWUI .title-wrapper {
  color: #19171c;
  text-align: center;
}
.cid-vsbse9cWUI .item-text {
  color: #6e6e73;
  text-align: center;
}
.cid-vsbse9cWUI .item-text,
.cid-vsbse9cWUI .mbr-section-btn {
  text-align: center;
}
.cid-vsbsOUzz8m {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-vsbsOUzz8m .icon-transition span {
  border: 1px solid #e6e6e7;
  align-items: center;
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  width: 40px;
  height: 40px;
  background: #ffffff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-vsbsOUzz8m .mbr-iconfont {
  color: #635cad;
  align-items: center;
}
.cid-vsbsOUzz8m .mbr-iconfont:before {
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.cid-vsbsOUzz8m .social-list {
  width: auto;
}
.cid-vsbsOUzz8m .icon-transition:hover .mbr-iconfont {
  color: #909190;
}
.cid-vsbsOUzz8m .social-media {
  padding: 0;
  text-align: center;
}
.cid-vsbsOUzz8m .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-vsbsOUzz8m .social-media ul li {
  padding: 2px;
  display: inline-block;
}
.cid-vsbsOUzz8m .mbr-section-title,
.cid-vsbsOUzz8m .social-media {
  color: #111213;
}
.cid-vpZSlCjUGE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vpZSlCjUGE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vpZSlCjUGE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vpZSlCjUGE .logo-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vpZSlCjUGE .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vpZSlCjUGE .logo-wrapper img {
  display: inline-flex;
  width: 162px;
  height: 162px;
  object-fit: cover;
}
.cid-vpZSlCjUGE .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vpZSlCjUGE .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vpZSlCjUGE .nav-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vpZSlCjUGE .nav-wrapper {
    display: block;
    margin-bottom: 40px;
  }
}
.cid-vpZSlCjUGE .nav-wrapper .nav-wrap {
  width: 40%;
  padding-right: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vpZSlCjUGE .nav-wrapper .nav-wrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .cid-vpZSlCjUGE .nav-wrapper .nav-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-vpZSlCjUGE .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-vpZSlCjUGE .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vpZSlCjUGE .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
}
.cid-vpZSlCjUGE .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-vpZSlCjUGE .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #9891ff;
}
.cid-vpZSlCjUGE .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5%;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #9891ff;
}
.cid-vpZSlCjUGE .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vpZSlCjUGE .content-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vpZSlCjUGE .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vpZSlCjUGE .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vpZSlCjUGE .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vpZSlCjUGE .content-wrapper .mbr-list-title {
  margin-bottom: 20px;
}
.cid-vpZSlCjUGE .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vpZSlCjUGE .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vpZSlCjUGE .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vpZSlCjUGE .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #9891ff;
  color: #000000;
  border: 1px solid transparent;
}
.cid-vpZSlCjUGE .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: #000000;
  border: 1px solid #cdcbd0;
  font-size: 14px;
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-vpZSlCjUGE .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-vpZSlCjUGE .mbr-section-title {
  color: #000000;
}
.cid-vpZSlCjUGE .mbr-list-title {
  color: #767481;
}
.cid-vpZSlCjUGE .mbr-list {
  color: #000000;
}
.cid-vpZSlCjUGE .mbr-text {
  color: #000000;
}
.cid-vpZSlCjUGE .mbr-section-title,
.cid-vpZSlCjUGE .logo-wrapper {
  text-align: center;
}
.cid-vq7YGcghVP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
@media (max-width: 992px) {
  .cid-vq7YGcghVP .container,
  .cid-vq7YGcghVP .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .cid-vq7YGcghVP .container .navbar-collapse,
  .cid-vq7YGcghVP .container-fluid .navbar-collapse {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-vq7YGcghVP {
    flex-wrap: wrap;
  }
  .cid-vq7YGcghVP .navbar > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .cid-vq7YGcghVP .opened .container {
    flex-wrap: wrap;
  }
}
.cid-vq7YGcghVP .opened .container .navbar-collapse {
  width: 100%;
}
.cid-vq7YGcghVP .btn {
  padding: 0.8rem 2rem;
}
.cid-vq7YGcghVP .nav-link {
  position: relative;
  font-weight: 900;
}
.cid-vq7YGcghVP .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
  background: #e88670;
}
.cid-vq7YGcghVP .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-vq7YGcghVP nav.navbar {
  position: fixed;
}
.cid-vq7YGcghVP .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vq7YGcghVP .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vq7YGcghVP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vq7YGcghVP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vq7YGcghVP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vq7YGcghVP .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-vq7YGcghVP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vq7YGcghVP .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vq7YGcghVP .dropdown-menu,
.cid-vq7YGcghVP .navbar.opened {
  background: #ffffff !important;
}
.cid-vq7YGcghVP .nav-item:focus,
.cid-vq7YGcghVP .nav-link:focus {
  outline: none;
}
.cid-vq7YGcghVP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vq7YGcghVP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vq7YGcghVP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vq7YGcghVP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vq7YGcghVP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vq7YGcghVP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vq7YGcghVP .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-vq7YGcghVP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-vq7YGcghVP .navbar.opened {
  transition: all 0.3s;
}
.cid-vq7YGcghVP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vq7YGcghVP .navbar .navbar-logo img {
  width: auto;
}
.cid-vq7YGcghVP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-vq7YGcghVP .navbar.collapsed {
  justify-content: center;
}
.cid-vq7YGcghVP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vq7YGcghVP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vq7YGcghVP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-vq7YGcghVP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vq7YGcghVP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vq7YGcghVP .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-vq7YGcghVP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vq7YGcghVP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vq7YGcghVP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vq7YGcghVP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vq7YGcghVP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vq7YGcghVP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vq7YGcghVP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vq7YGcghVP .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-vq7YGcghVP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vq7YGcghVP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vq7YGcghVP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vq7YGcghVP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vq7YGcghVP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vq7YGcghVP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vq7YGcghVP .navbar.navbar-short {
  min-height: 60px;
}
.cid-vq7YGcghVP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vq7YGcghVP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vq7YGcghVP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vq7YGcghVP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vq7YGcghVP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vq7YGcghVP .dropdown-item.active,
.cid-vq7YGcghVP .dropdown-item:active {
  background-color: transparent;
}
.cid-vq7YGcghVP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vq7YGcghVP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vq7YGcghVP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vq7YGcghVP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-vq7YGcghVP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vq7YGcghVP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vq7YGcghVP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vq7YGcghVP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vq7YGcghVP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vq7YGcghVP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #272523;
}
.cid-vq7YGcghVP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vq7YGcghVP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vq7YGcghVP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vq7YGcghVP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vq7YGcghVP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vq7YGcghVP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vq7YGcghVP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vq7YGcghVP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vq7YGcghVP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vq7YGcghVP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vq7YGcghVP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vq7YGcghVP .navbar {
    height: 70px;
  }
  .cid-vq7YGcghVP .navbar.opened {
    height: auto;
  }
  .cid-vq7YGcghVP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vq1uoOnsGa {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vq1uoOnsGa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vq1uoOnsGa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vq1uoOnsGa .content-wrapper {
  margin-bottom: 20px;
}
.cid-vq1uoOnsGa .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-vq1uoOnsGa .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin: 20px 0;
}
@media (max-width: 992px) {
  .cid-vq1uoOnsGa .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vq1uoOnsGa .content-wrapper .mbr-section-btn .btn {
  box-shadow: 0.2rem 0.2rem 1rem #d9f1e1 !important;
}
.cid-vq1uoOnsGa .content-wrapper .mbr-section-btn .btn .mbr-iconfont {
  padding: 11px;
  display: inline-flex;
  align-content: center;
  justify-content: center;
  margin-left: -10px;
  background-color: #4c7d60;
  color: #ffffff;
}
.cid-vq1uoOnsGa .content-wrapper .mbr-section-btn .btn:nth-child(2n) .mbr-iconfont {
  background-color: #a9bcb0;
  color: #000000;
}
.cid-vq1uoOnsGa .content-wrapper .mbr-section-btn .btn:nth-child(3n) .mbr-iconfont {
  background-color: #e88670;
  color: #000000;
}
.cid-vq1uoOnsGa .image-wrapper img {
  height: 600px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vq1uoOnsGa .image-wrapper img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-vq1uoOnsGa .image-wrapper img {
    height: 250px;
  }
}
.cid-vq1uoOnsGa .mbr-section-title {
  color: #000000;
}
.cid-vq1uoOnsGa .mbr-text,
.cid-vq1uoOnsGa .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vq1uoOnsGa .mbr-section-title,
.cid-vq1uoOnsGa .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-vq1uoOGEaK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vq1uoOGEaK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vq1uoOGEaK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vq1uoOGEaK .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vq1uoOGEaK .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vq1uoOGEaK .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-vq1uoOGEaK .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vq1uoOGEaK .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vq1uoOGEaK .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vq1uoOGEaK .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vq1uoOGEaK .items-wrapper {
  margin: 0 -8px;
  align-items: center;
}
.cid-vq1uoOGEaK .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-vq1uoOGEaK .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-vq1uoOGEaK .items-wrapper .item .item-wrapper .gradient-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent, #ffffff);
  opacity: .3;
}
.cid-vq1uoOGEaK .items-wrapper .item .item-wrapper .circle-wrap {
  position: absolute;
  top: -90%;
  left: -40%;
  width: 640px;
  height: 640px;
  border-radius: 100%;
  background-image: linear-gradient(0deg, transparent, #ffffff);
  opacity: .3;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-vq1uoOGEaK .items-wrapper .item .item-wrapper .circle-wrap {
    left: -70%;
  }
}
@media (max-width: 768px) {
  .cid-vq1uoOGEaK .items-wrapper .item .item-wrapper .circle-wrap {
    left: -120%;
  }
}
@media (max-width: 425px) {
  .cid-vq1uoOGEaK .items-wrapper .item .item-wrapper .circle-wrap {
    left: -160%;
  }
}
.cid-vq1uoOGEaK .items-wrapper .item .item-wrapper .circle-wrap.reverse {
  top: auto;
  left: auto;
  bottom: -90%;
  right: -40%;
  background-image: linear-gradient(180deg, transparent, #ffffff);
}
@media (max-width: 1200px) {
  .cid-vq1uoOGEaK .items-wrapper .item .item-wrapper .circle-wrap.reverse {
    left: auto;
    right: -70%;
  }
}
@media (max-width: 768px) {
  .cid-vq1uoOGEaK .items-wrapper .item .item-wrapper .circle-wrap.reverse {
    left: auto;
    right: -120%;
  }
}
@media (max-width: 425px) {
  .cid-vq1uoOGEaK .items-wrapper .item .item-wrapper .circle-wrap.reverse {
    left: auto;
    right: -160%;
  }
}
.cid-vq1uoOGEaK .items-wrapper .item .item-wrapper .iconfont-wrapper {
  position: absolute;
  top: 28px;
  right: 28px;
  width: 20px;
  height: 20px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vq1uoOGEaK .items-wrapper .item .item-wrapper .iconfont-wrapper {
    top: 16px;
    right: 16px;
  }
}
.cid-vq1uoOGEaK .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
}
.cid-vq1uoOGEaK .items-wrapper .item .item-wrapper .item-content {
  display: flex;
  justify-content: space-between;
  padding: 32px;
  min-height: 330px;
  border: 8px solid;
}
@media (max-width: 992px) {
  .cid-vq1uoOGEaK .items-wrapper .item .item-wrapper .item-content {
    display: block;
    padding: 24px;
    min-height: auto;
    border: 4px solid;
  }
}
.cid-vq1uoOGEaK .items-wrapper .item .item-wrapper .item-content .card-box {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vq1uoOGEaK .items-wrapper .item .item-wrapper .item-content .card-box {
    margin-bottom: 24px;
  }
}
.cid-vq1uoOGEaK .items-wrapper .item .item-wrapper .item-content .card-box .card-title_1,
.cid-vq1uoOGEaK .items-wrapper .item .item-wrapper .item-content .card-box .card-title_2,
.cid-vq1uoOGEaK .items-wrapper .item .item-wrapper .item-content .card-box .card-title_3,
.cid-vq1uoOGEaK .items-wrapper .item .item-wrapper .item-content .card-box .card-title_4 {
  margin-bottom: 16px;
}
.cid-vq1uoOGEaK .items-wrapper .item .item-wrapper .item-content .card-box .card-text_1,
.cid-vq1uoOGEaK .items-wrapper .item .item-wrapper .item-content .card-box .card-text_2,
.cid-vq1uoOGEaK .items-wrapper .item .item-wrapper .item-content .card-box .card-text_3,
.cid-vq1uoOGEaK .items-wrapper .item .item-wrapper .item-content .card-box .card-text_4 {
  margin-bottom: 0;
}
.cid-vq1uoOGEaK .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn {
  margin-top: 24px;
}
.cid-vq1uoOGEaK .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-vq1uoOGEaK .items-wrapper .item .item-wrapper .item-content .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-vq1uoOGEaK .items-wrapper .item .item-wrapper .item-content .item-img {
    display: block;
    margin-right: 0;
  }
}
.cid-vq1uoOGEaK .items-wrapper .item .item-wrapper .item-content .item-img img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-vq1uoOGEaK .items-wrapper .item .item-wrapper .item-content .item-img img {
    margin: 0 auto;
  }
}
.cid-vq1uoOGEaK .items-wrapper .item .item-wrapper .card_1 .card-box,
.cid-vq1uoOGEaK .items-wrapper .item .item-wrapper .card_4 .card-box {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vq1uoOGEaK .items-wrapper .item .item-wrapper .card_1 .card-box,
  .cid-vq1uoOGEaK .items-wrapper .item .item-wrapper .card_4 .card-box {
    width: 100%;
  }
}
.cid-vq1uoOGEaK .items-wrapper .item .item-wrapper .card_1 {
  background-color: #ff6d99;
  border-color: #ff7ca4;
}
.cid-vq1uoOGEaK .items-wrapper .item .item-wrapper .card_2 {
  background-color: #dc84ba;
  border-color: #df8fbf;
}
.cid-vq1uoOGEaK .items-wrapper .item .item-wrapper .card_3 {
  background-color: #b1a1e3;
  border-color: #b7a8e5;
}
.cid-vq1uoOGEaK .items-wrapper .item .item-wrapper .card_4 {
  background-color: #98b1fa;
  border-color: #a0b7fa;
}
.cid-vq1uoOGEaK .btn-wrapper {
  margin-right: 9%;
}
.cid-vq1uoOGEaK .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-vq1uoOGEaK .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-vq1uoOGEaK .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-vq1uoOGEaK .mbr-text,
.cid-vq1uoOGEaK .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-vq1uoOGEaK .card-title_1 {
  color: #ffffff;
}
.cid-vq1uoOGEaK .card-title_2 {
  color: #ffffff;
}
.cid-vq1uoOGEaK .card-title_3 {
  color: #ffffff;
}
.cid-vq1uoOGEaK .card-title_4 {
  color: #ffffff;
}
.cid-vq1uoOGEaK .card-text_1 {
  color: #ffffff;
}
.cid-vq1uoOGEaK .card-text_2 {
  color: #ffffff;
}
.cid-vq1uoOGEaK .card-text_3 {
  color: #ffffff;
}
.cid-vq1uoOGEaK .card-text_4 {
  color: #ffffff;
}
.cid-vq1uoOZDkq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vq1uoOZDkq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vq1uoOZDkq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vq1uoOZDkq .items-wrapper {
  margin: 0 -17px;
}
.cid-vq1uoOZDkq .items-wrapper .item {
  padding: 0 17px;
}
.cid-vq1uoOZDkq .item {
  margin-bottom: 34px;
}
@media (max-width: 992px) {
  .cid-vq1uoOZDkq .item {
    margin-bottom: 20px;
  }
  .cid-vq1uoOZDkq .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vq1uoOZDkq .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vq1uoOZDkq .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vq1uoOZDkq .title-wrapper .label-wrapper .mbr-label {
  margin-bottom: 15px;
}
.cid-vq1uoOZDkq .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vq1uoOZDkq .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vq1uoOZDkq .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vq1uoOZDkq .item-wrapper {
  padding: 45px;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vq1uoOZDkq .item-wrapper {
    padding: 20px;
  }
}
.cid-vq1uoOZDkq .item-wrapper .card-box .title-wrap {
  margin-bottom: 10px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vq1uoOZDkq .item-wrapper .card-box .title-wrap {
    display: block;
  }
}
.cid-vq1uoOZDkq .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 0;
}
.cid-vq1uoOZDkq .item-wrapper .card-box .title-wrap .item-number_1,
.cid-vq1uoOZDkq .item-wrapper .card-box .title-wrap .item-number_2,
.cid-vq1uoOZDkq .item-wrapper .card-box .title-wrap .item-number_3,
.cid-vq1uoOZDkq .item-wrapper .card-box .title-wrap .item-number_4 {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vq1uoOZDkq .item-wrapper .card-box .title-wrap .item-number_1,
  .cid-vq1uoOZDkq .item-wrapper .card-box .title-wrap .item-number_2,
  .cid-vq1uoOZDkq .item-wrapper .card-box .title-wrap .item-number_3,
  .cid-vq1uoOZDkq .item-wrapper .card-box .title-wrap .item-number_4 {
    margin-bottom: 10px;
  }
}
.cid-vq1uoOZDkq .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vq1uoOZDkq .item-wrapper .card-box .item-btn {
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-vq1uoOZDkq .item-wrapper .card-box .item-btn {
    margin-top: 10px;
  }
}
.cid-vq1uoOZDkq .card_1 {
  background-color: #e2eff0;
}
.cid-vq1uoOZDkq .card_2 {
  background-color: #ffd3dd;
}
.cid-vq1uoOZDkq .card_3 {
  background-color: #e4e3f5;
}
.cid-vq1uoOZDkq .card_4 {
  background-color: #feebba;
}
.cid-vq1uoOZDkq .main-btn {
  width: 100%;
}
.cid-vq1uoOZDkq .main-btn .btn {
  padding: 60px 90px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vq1uoOZDkq .main-btn .btn {
    padding: 30px;
  }
}
.cid-vq1uoOZDkq .main-btn .btn:hover,
.cid-vq1uoOZDkq .main-btn .btn:focus {
  transform: none !important;
}
.cid-vq1uoOZDkq .mbr-label {
  color: #3a353e;
}
.cid-vq1uoOZDkq .mbr-section-title {
  color: #3a353e;
}
.cid-vq1uoOZDkq .mbr-text {
  color: #3a353e;
}
.cid-vq1uoOZDkq .item-number_1 {
  color: #71b6aa;
}
.cid-vq1uoOZDkq .item-number_2 {
  color: #f27696;
}
.cid-vq1uoOZDkq .item-number_3 {
  color: #a48cc2;
}
.cid-vq1uoOZDkq .item-number_4 {
  color: #f3c471;
}
.cid-vq1uoOZDkq .item-title {
  color: #3a353e;
}
.cid-vq1uoOZDkq .item-text {
  color: #3a353e;
}
.cid-vq1uoQfvEL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vq1uoQfvEL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vq1uoQfvEL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vq1uoQfvEL .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vq1uoQfvEL .container-fluid {
    padding: 0 15px;
  }
}
.cid-vq1uoQfvEL .row {
  margin: 0;
}
.cid-vq1uoQfvEL .row .card {
  padding: 0;
}
.cid-vq1uoQfvEL .card-wrapper {
  padding: 140px 30px;
  background-color: #e88670;
}
@media (max-width: 1440px) {
  .cid-vq1uoQfvEL .card-wrapper {
    padding: 40px 30px;
  }
}
@media (max-width: 992px) {
  .cid-vq1uoQfvEL .card-wrapper {
    padding: 15px;
  }
}
.cid-vq1uoQfvEL .card-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 3px 10px;
  background-color: #ffffff;
  margin-bottom: 15px;
}
.cid-vq1uoQfvEL .card-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vq1uoQfvEL .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-vq1uoQfvEL .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vq1uoQfvEL .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vq1uoQfvEL .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vq1uoQfvEL .image-wrapper {
    height: 350px;
    margin-bottom: 15px;
  }
}
.cid-vq1uoQfvEL .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-vq1uoQfvEL .mbr-label {
  color: #000000;
}
.cid-vq1uoQfvEL .mbr-section-title {
  color: #000000;
}
.cid-vq1uoQfvEL .mbr-text,
.cid-vq1uoQfvEL .text-wrapper {
  color: #000000;
}
.cid-vq1uoQfvEL .mbr-section-title,
.cid-vq1uoQfvEL .mbr-section-btn {
  color: #000000;
}
.cid-vq1uoSlq83 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vq1uoSlq83 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vq1uoSlq83 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vq1uoSlq83 .content-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vq1uoSlq83 .content-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vq1uoSlq83 .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 3px 10px;
  background-color: #a9bcb0;
  margin-bottom: 15px;
}
.cid-vq1uoSlq83 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vq1uoSlq83 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vq1uoSlq83 .cards {
  margin: 0 -10px;
}
.cid-vq1uoSlq83 .cards .card {
  padding: 0 10px;
}
.cid-vq1uoSlq83 .card-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-vq1uoSlq83 .card-wrapper {
    padding: 15px;
    margin-bottom: 15px;
    min-height: 250px;
  }
}
.cid-vq1uoSlq83 .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vq1uoSlq83 .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  z-index: 1;
}
.cid-vq1uoSlq83 .card-wrapper .mbr-section-subtitle {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.cid-vq1uoSlq83 .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vq1uoSlq83 .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vq1uoSlq83 .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vq1uoSlq83 .items-wrapper .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vq1uoSlq83 .items-wrapper .item {
    margin-bottom: 15px;
  }
}
.cid-vq1uoSlq83 .items-wrapper .item:last-child {
  margin-bottom: 0 !important;
}
.cid-vq1uoSlq83 .items-wrapper .item .item-wrapper {
  padding: 30px;
  background-color: #f6f8f7;
}
@media (max-width: 992px) {
  .cid-vq1uoSlq83 .items-wrapper .item .item-wrapper {
    padding: 15px;
  }
}
.cid-vq1uoSlq83 .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vq1uoSlq83 .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vq1uoSlq83 .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  min-width: 72px;
  font-size: 42px;
}
.cid-vq1uoSlq83 .items-wrapper .item .item-wrapper .card-box .icon_1 .mbr-iconfont {
  background-color: #a9bcb0;
  color: #000000;
}
.cid-vq1uoSlq83 .items-wrapper .item .item-wrapper .card-box .icon_2 .mbr-iconfont {
  background-color: #4c7d60;
  color: #ffffff;
}
.cid-vq1uoSlq83 .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-vq1uoSlq83 .items-wrapper .item .item-wrapper .card-box .text-wrap .card-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vq1uoSlq83 .items-wrapper .item .item-wrapper .card-box .text-wrap .card-text {
    width: 100%;
  }
}
.cid-vq1uoSlq83 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vq1uoSlq83 .mbr-label {
  color: #000000;
}
.cid-vq1uoSlq83 .mbr-section-title {
  color: #000000;
}
.cid-vq1uoSlq83 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vq1uoSlq83 .mbr-text {
  color: #ffffff;
}
.cid-vq1uoSlq83 .card-title {
  color: #000000;
}
.cid-vq1uoSlq83 .card-text {
  color: #000000;
}
.cid-vq1uoSlq83 .mbr-label,
.cid-vq1uoSlq83 .label-wrapper {
  color: #000000;
}
.cid-vq1uoSlq83 .card-title,
.cid-vq1uoSlq83 .iconfont-wrapper,
.cid-vq1uoSlq83 .mbr-section-btn {
  color: #000000;
}
.cid-vq1uoSlq83 .card-text,
.cid-vq1uoSlq83 .text-wrap {
  color: #000000;
}
.cid-vq1uoPgTe4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vq1uoPgTe4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vq1uoPgTe4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vq1uoPgTe4 .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vq1uoPgTe4 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vq1uoPgTe4 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1440px) {
  .cid-vq1uoPgTe4 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vq1uoPgTe4 .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vq1uoPgTe4 .items-wrapper .item {
    margin-bottom: 15px;
  }
}
.cid-vq1uoPgTe4 .items-wrapper .item .item-wrapper .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vq1uoPgTe4 .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-vq1uoPgTe4 .items-wrapper .item .item-wrapper .card-box {
  padding: 30px;
  background-color: #ffffff;
  box-shadow: 0.2rem 0.2rem 1rem #d9f1e1 !important;
  margin-top: -4rem;
  z-index: 1;
  position: relative;
}
@media (max-width: 992px) {
  .cid-vq1uoPgTe4 .items-wrapper .item .item-wrapper .card-box {
    padding: 15px;
  }
}
.cid-vq1uoPgTe4 .items-wrapper .item .item-wrapper .card-box .title-wrapper {
  display: flex;
  align-items: center;
}
.cid-vq1uoPgTe4 .items-wrapper .item .item-wrapper .card-box .title-wrapper .iconfont-wrapper {
  margin-right: 16px;
}
.cid-vq1uoPgTe4 .items-wrapper .item .item-wrapper .card-box .title-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px;
  font-size: 20px;
}
.cid-vq1uoPgTe4 .items-wrapper .item .item-wrapper .card-box .title-wrapper .icon_1 .mbr-iconfont {
  background-color: #4c7d60;
  color: #ffffff;
}
.cid-vq1uoPgTe4 .items-wrapper .item .item-wrapper .card-box .title-wrapper .icon_2 .mbr-iconfont {
  background-color: #e88670;
  color: #000000;
}
.cid-vq1uoPgTe4 .items-wrapper .item .item-wrapper .card-box .title-wrapper .icon_3 .mbr-iconfont {
  background-color: #a9bcb0;
  color: #000000;
}
.cid-vq1uoPgTe4 .items-wrapper .item .item-wrapper .card-box .title-wrapper .icon_4 .mbr-iconfont {
  background-color: #4c7d60;
  color: #ffffff;
}
.cid-vq1uoPgTe4 .items-wrapper .item .item-wrapper .card-box .title-wrapper .card-number {
  margin-bottom: 0;
  width: 100%;
}
.cid-vq1uoPgTe4 .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-vq1uoPgTe4 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vq1uoPgTe4 .card-number {
  color: #000000;
}
.cid-vq1uoPgTe4 .card-title {
  color: #000000;
}
.cid-vq1uoPzgeO {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-vq1uoPzgeO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vq1uoPzgeO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vq1uoPzgeO .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vq1uoPzgeO .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vq1uoPzgeO .panel-group {
  margin-bottom: -4rem;
}
.cid-vq1uoPzgeO .panel-group .card {
  position: relative;
  padding: 40px 40px 120px 40px;
  border-bottom: none;
  transition: all 0.3s ease-in-out;
  box-shadow: 0.2rem 0.2rem 1rem #d9f1e1 !important;
  background-color: #ffffff;
  margin-top: -4rem;
}
@media (max-width: 992px) {
  .cid-vq1uoPzgeO .panel-group .card {
    padding: 20px 15px 80px 15px;
  }
}
.cid-vq1uoPzgeO .panel-group .card:first-child {
  margin-top: 0;
}
.cid-vq1uoPzgeO .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vq1uoPzgeO .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: relative;
}
.cid-vq1uoPzgeO .panel-group .card .card-header .panel-title .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vq1uoPzgeO .panel-group .card .card-header .panel-title .panel-title-edit {
    width: 100%;
  }
}
.cid-vq1uoPzgeO .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 72px;
  height: 72px;
  min-width: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #4c7d60;
}
@media (max-width: 992px) {
  .cid-vq1uoPzgeO .panel-group .card .card-header .panel-title .icon-wrapper {
    width: 42px;
    height: 42px;
    min-width: 42px;
  }
}
.cid-vq1uoPzgeO .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vq1uoPzgeO .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
    font-size: 14px;
  }
}
.cid-vq1uoPzgeO .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-vq1uoPzgeO .panel-group .card .panel-collapse .panel-body {
  padding-top: 40px;
}
@media (max-width: 992px) {
  .cid-vq1uoPzgeO .panel-group .card .panel-collapse .panel-body {
    padding-top: 20px;
  }
}
.cid-vq1uoPzgeO .panel-group .card .panel-collapse .panel-body .card-title {
  margin-bottom: 20px;
}
.cid-vq1uoPzgeO .panel-group .card .panel-collapse .panel-body .text-wrap .panel-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vq1uoPzgeO .panel-group .card .panel-collapse .panel-body .text-wrap .panel-text {
    width: 100%;
  }
}
.cid-vq1uoPzgeO .panel-group .card .panel-collapse .panel-body .mbr-section-title .btn {
  margin-bottom: 0;
}
.cid-vq1uoPzgeO .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vq1uoPzgeO .panel-title-edit {
  color: #000000;
}
.cid-vq1uoPzgeO .card-title {
  color: #000000;
}
.cid-vq1uoPzgeO .panel-text {
  color: #000000;
}
.cid-vq1uoPNeIb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vq1uoPNeIb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vq1uoPNeIb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vq1uoPNeIb .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vq1uoPNeIb .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vq1uoPNeIb .items-wrapper {
  margin: -10px;
}
.cid-vq1uoPNeIb .items-wrapper .item {
  padding: 0 10px;
}
.cid-vq1uoPNeIb .item {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vq1uoPNeIb .item {
    margin-bottom: 40px;
  }
}
.cid-vq1uoPNeIb .item:hover .item-wrapper .item-img img,
.cid-vq1uoPNeIb .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-vq1uoPNeIb .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vq1uoPNeIb .item .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-vq1uoPNeIb .item .item-wrapper .item-img img {
  height: 550px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vq1uoPNeIb .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-vq1uoPNeIb .item .item-wrapper .card-box .card-price {
  margin-bottom: 10px;
}
.cid-vq1uoPNeIb .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-vq1uoPNeIb .item .item-wrapper .card-box .text-wrapper .card-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .cid-vq1uoPNeIb .item .item-wrapper .card-box .text-wrapper .card-text {
    height: 100%;
  }
}
.cid-vq1uoPNeIb .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vq1uoPNeIb .card-price {
  color: #000000;
}
.cid-vq1uoPNeIb .card-title {
  color: #000000;
}
.cid-vq1uoPNeIb .card-text {
  color: #000000;
}
.cid-vq1uoQ1nzE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vq1uoQ1nzE .item:focus,
.cid-vq1uoQ1nzE span:focus {
  outline: none;
}
.cid-vq1uoQ1nzE .item {
  cursor: pointer;
}
.cid-vq1uoQ1nzE .grid-container {
  grid-row-gap: 20px;
}
@media (max-width: 992px) {
  .cid-vq1uoQ1nzE .grid-container {
    grid-row-gap: 15px;
  }
}
.cid-vq1uoQ1nzE .grid-container-1,
.cid-vq1uoQ1nzE .grid-container-2,
.cid-vq1uoQ1nzE .grid-container-3 {
  gap: 0 20px;
}
@media (max-width: 992px) {
  .cid-vq1uoQ1nzE .grid-container-1,
  .cid-vq1uoQ1nzE .grid-container-2,
  .cid-vq1uoQ1nzE .grid-container-3 {
    gap: 0 15px;
  }
}
.cid-vq1uoQ1nzE .mbr-section-title {
  margin-bottom: 56px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vq1uoQ1nzE .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-vq1uoQ1nzE .content-head {
  max-width: 800px;
}
.cid-vq1uoQ1nzE .container,
.cid-vq1uoQ1nzE .container-fluid {
  overflow: hidden;
}
.cid-vq1uoQ1nzE .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-vq1uoQ1nzE .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 1rem;
}
.cid-vq1uoQ1nzE .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 500px;
  object-fit: cover;
  box-shadow: 0.2rem 0.2rem 1rem #d9f1e1 !important;
}
@media (max-width: 1200px) {
  .cid-vq1uoQ1nzE .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-vq1uoQ1nzE .grid-item img {
    height: 150px;
  }
}
.cid-vq1uoQ1nzE .grid-container-1,
.cid-vq1uoQ1nzE .grid-container-2,
.cid-vq1uoQ1nzE .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-vq1uoQ1nzE .grid-container-1 {
  align-items: flex-end;
}
.cid-vq1uoQ1nzE .grid-container-2 {
  align-items: flex-start;
}
.cid-vq1uoQu7xG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vq1uoQu7xG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vq1uoQu7xG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vq1uoQu7xG .card {
  justify-content: center;
}
.cid-vq1uoQu7xG .image-wrapper {
  padding-right: 70px;
}
@media (max-width: 992px) {
  .cid-vq1uoQu7xG .image-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-vq1uoQu7xG .image-wrapper img {
  height: 900px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vq1uoQu7xG .image-wrapper img {
    height: 650px;
  }
}
@media (max-width: 992px) {
  .cid-vq1uoQu7xG .image-wrapper img {
    height: 350px;
  }
}
.cid-vq1uoQu7xG .panel-group .card {
  position: relative;
  padding: 0 0 30px 0;
  border-bottom: none;
  transition: all 0.3s ease-in-out;
  height: fit-content;
}
@media (max-width: 992px) {
  .cid-vq1uoQu7xG .panel-group .card {
    padding: 0 0 15px 0;
  }
}
.cid-vq1uoQu7xG .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vq1uoQu7xG .panel-group .card .card-header .panel-title {
  display: flex;
  width: 100%;
  position: relative;
  padding: 30px 0 0 0;
}
@media (max-width: 992px) {
  .cid-vq1uoQu7xG .panel-group .card .card-header .panel-title {
    display: block;
    padding: 15px 0 0 0;
  }
}
.cid-vq1uoQu7xG .panel-group .card .card-header .panel-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #f6f8f7;
  border-radius: 1rem;
}
.cid-vq1uoQu7xG .panel-group .card .card-header .panel-title::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 4px;
  background-image: linear-gradient(90deg, #4c7d60, transparent 50%);
  transition: all 0.3s ease-in-out;
  border-radius: 1rem;
}
.cid-vq1uoQu7xG .panel-group .card .card-header .panel-title .panel-number {
  width: 22%;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vq1uoQu7xG .panel-group .card .card-header .panel-title .panel-number {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vq1uoQu7xG .panel-group .card .card-header .panel-title .panel-title-edit {
  width: 78%;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  opacity: 0.5;
}
@media (max-width: 992px) {
  .cid-vq1uoQu7xG .panel-group .card .card-header .panel-title .panel-title-edit {
    width: 100%;
  }
}
.cid-vq1uoQu7xG .panel-group .card .card-header .panel-title:not(.collapsed)::after {
  width: 100%;
}
.cid-vq1uoQu7xG .panel-group .card .card-header .panel-title:not(.collapsed) .panel-number {
  color: #4c7d60;
}
.cid-vq1uoQu7xG .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  opacity: 1;
}
.cid-vq1uoQu7xG .panel-group .card .panel-collapse .panel-body {
  padding-left: 22%;
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-vq1uoQu7xG .panel-group .card .panel-collapse .panel-body {
    padding-left: 0;
  }
}
.cid-vq1uoQu7xG .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vq1uoQu7xG .panel-title-edit {
  color: #000000;
}
.cid-vq1uoQu7xG .panel-number {
  color: #D7F1E4;
}
.cid-vq1uoQu7xG .panel-text {
  color: #000000;
}
.cid-vq1uoQLIA6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vq1uoQLIA6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vq1uoQLIA6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vq1uoQLIA6 .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vq1uoQLIA6 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vq1uoQLIA6 .image-wrapper {
  position: sticky;
  top: 30px;
  padding-right: 70px;
}
@media (max-width: 992px) {
  .cid-vq1uoQLIA6 .image-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-vq1uoQLIA6 .image-wrapper img {
  height: 900px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vq1uoQLIA6 .image-wrapper img {
    height: 650px;
  }
}
@media (max-width: 992px) {
  .cid-vq1uoQLIA6 .image-wrapper img {
    height: 350px;
  }
}
.cid-vq1uoQLIA6 .items-wrapper .item .item-wrapper {
  padding: 230px 0;
}
@media (max-width: 992px) {
  .cid-vq1uoQLIA6 .items-wrapper .item .item-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-vq1uoQLIA6 .items-wrapper .item .item-wrapper .card-box .label-wrapper .card-label_1,
.cid-vq1uoQLIA6 .items-wrapper .item .item-wrapper .card-box .label-wrapper .card-label_2,
.cid-vq1uoQLIA6 .items-wrapper .item .item-wrapper .card-box .label-wrapper .card-label_3 {
  display: inline-flex;
  padding: 3px 10px;
  margin-bottom: 20px;
}
.cid-vq1uoQLIA6 .items-wrapper .item .item-wrapper .card-box .label-wrapper .card-label_1 {
  background-color: #4c7d60;
}
.cid-vq1uoQLIA6 .items-wrapper .item .item-wrapper .card-box .label-wrapper .card-label_2 {
  background-color: #a9bcb0;
}
.cid-vq1uoQLIA6 .items-wrapper .item .item-wrapper .card-box .label-wrapper .card-label_3 {
  background-color: #e88670;
}
.cid-vq1uoQLIA6 .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-vq1uoQLIA6 .items-wrapper .item .item-wrapper .card-box .text-wrapper .card-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vq1uoQLIA6 .items-wrapper .item .item-wrapper .card-box .text-wrapper .card-text {
    width: 100%;
  }
}
.cid-vq1uoQLIA6 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 56px;
}
@media (max-width: 992px) {
  .cid-vq1uoQLIA6 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vq1uoQLIA6 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vq1uoQLIA6 .card-label_1 {
  color: #000000;
}
.cid-vq1uoQLIA6 .card-label_2 {
  color: #000000;
}
.cid-vq1uoQLIA6 .card-label_3 {
  color: #000000;
}
.cid-vq1uoQLIA6 .card-title {
  color: #000000;
}
.cid-vq1uoQLIA6 .card-text {
  color: #000000;
}
.cid-vq1uoQLIA6 .card-label_1,
.cid-vq1uoQLIA6 .label-wrapper {
  color: #FFFFFF;
}
.cid-vq1uoQLIA6 .card-label_2,
.cid-vq1uoQLIA6 .label-wrapper {
  color: #000000;
}
.cid-vq1uoQLIA6 .card-label_3,
.cid-vq1uoQLIA6 .label-wrapper {
  color: #000000;
}
.cid-vq1uoQZTIC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vq1uoQZTIC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vq1uoQZTIC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vq1uoQZTIC .row {
  margin: -10px;
}
.cid-vq1uoQZTIC .row .card {
  padding: 0 10px;
}
@media (max-width: 992px) {
  .cid-vq1uoQZTIC .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vq1uoQZTIC .content-wrapper .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vq1uoQZTIC .content-wrapper .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vq1uoQZTIC .content-wrapper .image-wrapper img {
  height: 850px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vq1uoQZTIC .content-wrapper .image-wrapper img {
    height: 600px;
  }
}
@media (max-width: 992px) {
  .cid-vq1uoQZTIC .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-vq1uoQZTIC .content-wrapper .label-wrapper .mbr-label {
  margin-bottom: 15px;
}
.cid-vq1uoQZTIC .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vq1uoQZTIC .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vq1uoQZTIC .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px 20px;
}
@media (max-width: 992px) {
  .cid-vq1uoQZTIC .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vq1uoQZTIC .items-wrapper .item {
    margin-bottom: 40px;
  }
  .cid-vq1uoQZTIC .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vq1uoQZTIC .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vq1uoQZTIC .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-vq1uoQZTIC .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vq1uoQZTIC .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-vq1uoQZTIC .items-wrapper .item .item-wrapper .item-img img {
  height: 420px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vq1uoQZTIC .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-vq1uoQZTIC .items-wrapper .item .item-wrapper .card-box .card-date {
  margin-bottom: 10px;
}
.cid-vq1uoQZTIC .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-vq1uoQZTIC .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 20px;
}
.cid-vq1uoQZTIC .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-vq1uoQZTIC .mbr-label {
  color: #000000;
}
.cid-vq1uoQZTIC .mbr-section-title {
  color: #000000;
}
.cid-vq1uoQZTIC .card-title {
  color: #000000;
}
.cid-vq1uoQZTIC .card-date {
  color: #000000;
}
.cid-vq1uoQZTIC .card-label {
  color: #767481;
}
.cid-vq1uoQZTIC .card-text {
  color: #000000;
}
.cid-vq1uoQZTIC .mbr-label,
.cid-vq1uoQZTIC .label-wrapper {
  color: #000000;
}
.cid-vq1uoRjdyH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vq1uoRjdyH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vq1uoRjdyH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vq1uoRjdyH .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 30px;
  background-color: #7aac8d;
  min-height: 730px;
}
@media (max-width: 1440px) {
  .cid-vq1uoRjdyH .card-wrapper {
    min-height: 530px;
  }
}
@media (max-width: 992px) {
  .cid-vq1uoRjdyH .card-wrapper {
    display: block;
    padding: 15px;
    min-height: auto;
  }
}
.cid-vq1uoRjdyH .card-wrapper .content-wrapper {
  width: 65%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px 0 0 10px;
}
@media (max-width: 1440px) {
  .cid-vq1uoRjdyH .card-wrapper .content-wrapper {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vq1uoRjdyH .card-wrapper .content-wrapper {
    width: 100%;
    padding: 0;
  }
}
.cid-vq1uoRjdyH .card-wrapper .content-wrapper .title-wrapper .iconfont-wrapper {
  margin-bottom: 20px;
}
.cid-vq1uoRjdyH .card-wrapper .content-wrapper .title-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  min-width: 72px;
  background-color: #4c7d60;
  color: #ffffff;
  font-size: 42px;
}
.cid-vq1uoRjdyH .card-wrapper .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .cid-vq1uoRjdyH .card-wrapper .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vq1uoRjdyH .card-wrapper .content-wrapper .text-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .cid-vq1uoRjdyH .card-wrapper .content-wrapper .text-wrapper {
    display: block;
  }
}
.cid-vq1uoRjdyH .card-wrapper .content-wrapper .text-wrapper .mbr-section-subtitle {
  width: 35%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vq1uoRjdyH .card-wrapper .content-wrapper .text-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-vq1uoRjdyH .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vq1uoRjdyH .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-vq1uoRjdyH .card-wrapper .image-wrapper {
  position: relative;
  width: 30%;
}
@media (max-width: 1440px) {
  .cid-vq1uoRjdyH .card-wrapper .image-wrapper {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-vq1uoRjdyH .card-wrapper .image-wrapper {
    width: 100%;
    height: 350px;
  }
}
.cid-vq1uoRjdyH .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vq1uoRjdyH .mbr-section-title {
  color: #000000;
}
.cid-vq1uoRjdyH .mbr-section-subtitle {
  color: #000000;
}
.cid-vq1uoRjdyH .mbr-text,
.cid-vq1uoRjdyH .text-wrapper {
  color: #000000;
}
.cid-vq1uoRjdyH .mbr-section-title,
.cid-vq1uoRjdyH .iconfont-wrapper,
.cid-vq1uoRjdyH .mbr-section-btn,
.cid-vq1uoRjdyH .title-wrap {
  color: #000000;
}
.cid-vq1uoRjdyH .mbr-text {
  color: #000000;
}
.cid-vq1uoRChjU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vq1uoRChjU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vq1uoRChjU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vq1uoRChjU .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vq1uoRChjU .container-fluid {
    padding: 0 15px;
  }
}
.cid-vq1uoRChjU .row {
  margin: 0;
}
.cid-vq1uoRChjU .row .item {
  padding: 0;
}
.cid-vq1uoRChjU .item .item-wrapper {
  height: 100%;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-vq1uoRChjU .item .item-wrapper {
    height: auto;
    padding: 15px;
    margin-bottom: 15px;
  }
}
.cid-vq1uoRChjU .item .item-wrapper .label-wrapper .card-label_1,
.cid-vq1uoRChjU .item .item-wrapper .label-wrapper .card-label_2,
.cid-vq1uoRChjU .item .item-wrapper .label-wrapper .card-label_3 {
  display: inline-flex;
  padding: 3px 10px;
  margin-bottom: 20px;
}
.cid-vq1uoRChjU .item .item-wrapper .label-wrapper .card-label_1 {
  background-color: #4c7d60;
}
.cid-vq1uoRChjU .item .item-wrapper .label-wrapper .card-label_2 {
  background-color: #ffffff;
}
.cid-vq1uoRChjU .item .item-wrapper .card-title_1,
.cid-vq1uoRChjU .item .item-wrapper .card-title_2 {
  margin-bottom: 20px;
}
.cid-vq1uoRChjU .item .item-wrapper .card-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 1440px) {
  .cid-vq1uoRChjU .item .item-wrapper .card-box {
    display: block;
  }
}
@media (max-width: 1440px) {
  .cid-vq1uoRChjU .item .item-wrapper .card-box .item-img {
    margin-bottom: 20px;
  }
}
.cid-vq1uoRChjU .item .item-wrapper .card-box .item-img img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vq1uoRChjU .item .item-wrapper .card-box .item-img img {
    height: 350px;
  }
}
.cid-vq1uoRChjU .item .item-wrapper .card-box .text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.cid-vq1uoRChjU .item .item-wrapper .card-box .text-wrapper .card-text_1,
.cid-vq1uoRChjU .item .item-wrapper .card-box .text-wrapper .card-text_2 {
  display: inline-block;
  margin-bottom: 20px;
}
.cid-vq1uoRChjU .item .item-wrapper .card-box .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vq1uoRChjU .item .card_1 {
  background-color: #f6f8f7;
}
.cid-vq1uoRChjU .item .card_2 {
  background-color: #e88670;
}
.cid-vq1uoRChjU .card-label_1 {
  color: #000000;
}
.cid-vq1uoRChjU .card-label_2 {
  color: #000000;
}
.cid-vq1uoRChjU .card-title_1 {
  color: #000000;
}
.cid-vq1uoRChjU .card-title_2 {
  color: #000000;
}
.cid-vq1uoRChjU .card-text_1 {
  color: #000000;
}
.cid-vq1uoRChjU .card-text_2 {
  color: #000000;
}
.cid-vq1uoRChjU .card-label_1,
.cid-vq1uoRChjU .label-wrapper {
  color: #FFFFFF;
}
.cid-vq1uoRChjU .card-title_1,
.cid-vq1uoRChjU .mbr-section-btn {
  color: #000000;
}
.cid-vq1uoRPLKb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vq1uoRPLKb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vq1uoRPLKb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vq1uoRPLKb .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vq1uoRPLKb .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vq1uoRPLKb .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 992px) {
  .cid-vq1uoRPLKb .panel-group {
    display: block;
  }
}
.cid-vq1uoRPLKb .panel-group .card {
  position: relative;
  padding: 30px;
  border-bottom: none;
  background-color: #f6f8f7;
  transition: all 0.3s ease-in-out;
  height: fit-content;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vq1uoRPLKb .panel-group .card {
    padding: 15px;
    margin-bottom: 15px;
  }
}
.cid-vq1uoRPLKb .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vq1uoRPLKb .panel-group .card .card-header .iconfont-wrapper {
  margin-bottom: 20px;
}
.cid-vq1uoRPLKb .panel-group .card .card-header .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  min-width: 72px;
  font-size: 42px;
}
.cid-vq1uoRPLKb .panel-group .card .card-header .icon_1 .mbr-iconfont {
  background-color: #e88670;
  color: #000000;
}
.cid-vq1uoRPLKb .panel-group .card .card-header .icon_2 .mbr-iconfont {
  background-color: #4c7d60;
  color: #ffffff;
}
.cid-vq1uoRPLKb .panel-group .card .card-header .icon_3 .mbr-iconfont {
  background-color: #a9bcb0;
  color: #000000;
}
.cid-vq1uoRPLKb .panel-group .card .card-header .panel-title-edit {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vq1uoRPLKb .panel-group .card .card-header .panel-title-edit {
    margin-bottom: 20px;
  }
}
.cid-vq1uoRPLKb .panel-group .card .card-header .panel-title {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}
.cid-vq1uoRPLKb .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #ffffff;
  box-shadow: 0.2rem 0.2rem 1rem #d9f1e1 !important;
}
.cid-vq1uoRPLKb .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-vq1uoRPLKb .panel-group .card .card-header .panel-title .icon-wrapper:hover {
  background-color: #4c7d60;
}
.cid-vq1uoRPLKb .panel-group .card .card-header .panel-title .icon-wrapper:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-vq1uoRPLKb .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-vq1uoRPLKb .panel-group .card .panel-collapse .panel-body {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #f6f8f7;
  padding: 30px;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  transform: translateY(20px);
}
@media (max-width: 992px) {
  .cid-vq1uoRPLKb .panel-group .card .panel-collapse .panel-body {
    padding: 15px;
  }
}
.cid-vq1uoRPLKb .panel-group .card .panel-collapse .panel-body .card-title {
  margin-bottom: 20px;
}
.cid-vq1uoRPLKb .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vq1uoRPLKb .panel-group .card .panel-collapse .panel-body .mbr-section-btn {
  margin-top: 20px;
}
.cid-vq1uoRPLKb .panel-group .card .panel-collapse .panel-body .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vq1uoRPLKb .panel-group .card .panel-collapse.show .panel-body {
  opacity: 1;
  transform: translateY(0);
}
.cid-vq1uoRPLKb .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vq1uoRPLKb .panel-title-edit {
  color: #000000;
}
.cid-vq1uoRPLKb .card-title {
  color: #000000;
}
.cid-vq1uoRPLKb .panel-text {
  color: #000000;
}
.cid-vq1uoRPLKb .panel-title-edit,
.cid-vq1uoRPLKb .iconfont-wrapper,
.cid-vq1uoRPLKb .panel-title {
  color: #000000;
}
.cid-vq1uoRPLKb .card-title,
.cid-vq1uoRPLKb .mbr-section-btn {
  color: #000000;
}
.cid-vq1uoS7hRD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vq1uoS7hRD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vq1uoS7hRD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vq1uoS7hRD .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vq1uoS7hRD .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vq1uoS7hRD .mbr-figure iframe {
  box-shadow: 0.5rem 0.5rem 1.5rem #d9f1e1 !important;
}
.cid-vq1uoS7hRD .mbr-figure .app-video-wrapper img {
  box-shadow: 0.5rem 0.5rem 1.5rem #d9f1e1 !important;
}
.cid-vq1uoS7hRD .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vq1uoSA0VB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vq1uoSA0VB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vq1uoSA0VB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vq1uoSA0VB .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vq1uoSA0VB .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vq1uoSA0VB .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 20px;
}
@media (max-width: 992px) {
  .cid-vq1uoSA0VB .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vq1uoSA0VB .items-wrapper .item {
    margin-bottom: 40px;
  }
  .cid-vq1uoSA0VB .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vq1uoSA0VB .items-wrapper .item .item-wrapper .card-title {
  margin-bottom: 15px;
}
.cid-vq1uoSA0VB .items-wrapper .item .item-wrapper .card-date {
  margin-bottom: 20px;
}
.cid-vq1uoSA0VB .items-wrapper .item .item-wrapper .card-box {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding: 15px;
  min-height: 660px;
}
@media (max-width: 1440px) {
  .cid-vq1uoSA0VB .items-wrapper .item .item-wrapper .card-box {
    min-height: 400px;
  }
}
.cid-vq1uoSA0VB .items-wrapper .item .item-wrapper .card-box .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vq1uoSA0VB .items-wrapper .item .item-wrapper .card-box .content-wrap {
  position: relative;
  z-index: 1;
  width: 60%;
}
@media (max-width: 1440px) {
  .cid-vq1uoSA0VB .items-wrapper .item .item-wrapper .card-box .content-wrap {
    width: 100%;
  }
}
.cid-vq1uoSA0VB .items-wrapper .item .item-wrapper .card-box .content-wrap .label-wrapper {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  background-color: #ffffff;
  padding: 15px;
  margin-bottom: 1px;
  display: flex;
  align-items: center;
}
.cid-vq1uoSA0VB .items-wrapper .item .item-wrapper .card-box .content-wrap .label-wrapper .iconfont-wrapper {
  margin-right: 10px;
}
.cid-vq1uoSA0VB .items-wrapper .item .item-wrapper .card-box .content-wrap .label-wrapper .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px;
  font-size: 20px;
  background-color: #4c7d60;
  color: #ffffff;
}
.cid-vq1uoSA0VB .items-wrapper .item .item-wrapper .card-box .content-wrap .label-wrapper .card-label {
  width: 100%;
  margin-bottom: 0;
}
.cid-vq1uoSA0VB .items-wrapper .item .item-wrapper .card-box .content-wrap .text-wrapper {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  padding: 20px 15px;
  background-color: #ffffff;
}
.cid-vq1uoSA0VB .items-wrapper .item .item-wrapper .card-box .content-wrap .text-wrapper .card-text {
  margin-bottom: 0;
}
.cid-vq1uoSA0VB .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vq1uoSA0VB .card-title {
  color: #000000;
}
.cid-vq1uoSA0VB .card-date {
  color: #000000;
}
.cid-vq1uoSA0VB .card-label {
  color: #767481;
}
.cid-vq1uoSA0VB .card-text {
  color: #000000;
}
.cid-vq1uoSWhS2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vq1uoSWhS2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vq1uoSWhS2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vq1uoSWhS2 .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vq1uoSWhS2 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vq1uoSWhS2 .tabs-wrapper {
  border-bottom: none;
  margin-bottom: 20px;
}
.cid-vq1uoSWhS2 .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-vq1uoSWhS2 .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0 10px 10px 0;
}
.cid-vq1uoSWhS2 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  color: #000000;
  padding: 7px 22px;
  border: 1px solid #cdcbd0;
  transition: all 0.3s ease-in-out;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  min-height: 61px;
  font-weight: 600;
}
.cid-vq1uoSWhS2 .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #4c7d60;
  color: #ffffff;
  border: 1px solid transparent;
}
.cid-vq1uoSWhS2 .tab-content .tab-pane .item-content .image-wrap {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vq1uoSWhS2 .tab-content .tab-pane .item-content .image-wrap {
    margin-bottom: 20px;
  }
}
.cid-vq1uoSWhS2 .tab-content .tab-pane .item-content .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
  box-shadow: 0.5rem 0.5rem 1.5rem #d9f1e1 !important;
}
@media (max-width: 992px) {
  .cid-vq1uoSWhS2 .tab-content .tab-pane .item-content .image-wrap img {
    height: 350px;
  }
}
.cid-vq1uoSWhS2 .tab-content .tab-pane .item-content .item-title {
  margin-bottom: 20px;
}
.cid-vq1uoSWhS2 .tab-content .tab-pane .item-content .text-wrapper .item-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vq1uoSWhS2 .tab-content .tab-pane .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-vq1uoSWhS2 .mbr-section-title {
  color: #000000;
}
.cid-vq1uoSWhS2 .item-title {
  color: #000000;
}
.cid-vq1uoSWhS2 .item-text {
  color: #000000;
}
.cid-vq1uoSWhS2 .mbr-section-title,
.cid-vq1uoSWhS2 .tabs-wrapper {
  text-align: center;
}
.cid-vq1uoTk9OG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vq1uoTk9OG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vq1uoTk9OG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vq1uoTk9OG .title-wrapper {
  position: sticky;
  top: 30px;
  padding-right: 70px;
}
@media (max-width: 992px) {
  .cid-vq1uoTk9OG .title-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-vq1uoTk9OG .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 3px 10px;
  background-color: #a9bcb0;
  margin-bottom: 15px;
}
.cid-vq1uoTk9OG .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vq1uoTk9OG .panel-group .card {
  position: relative;
  padding: 0 0 30px 0;
  border-bottom: none;
  transition: all 0.3s ease-in-out;
  height: fit-content;
}
@media (max-width: 992px) {
  .cid-vq1uoTk9OG .panel-group .card {
    padding: 0 0 15px 0;
  }
}
.cid-vq1uoTk9OG .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vq1uoTk9OG .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: relative;
  padding: 30px 0 0 0;
}
@media (max-width: 992px) {
  .cid-vq1uoTk9OG .panel-group .card .card-header .panel-title {
    padding: 15px 0 0 0;
  }
}
.cid-vq1uoTk9OG .panel-group .card .card-header .panel-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #f6f8f7;
  border-radius: 1rem;
}
.cid-vq1uoTk9OG .panel-group .card .card-header .panel-title::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 4px;
  background-color: #a9bcb0;
  transition: all 0.3s ease-in-out;
  border-radius: 1rem;
}
.cid-vq1uoTk9OG .panel-group .card .card-header .panel-title .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  opacity: 0.5;
}
@media (max-width: 992px) {
  .cid-vq1uoTk9OG .panel-group .card .card-header .panel-title .panel-title-edit {
    width: 100%;
  }
}
.cid-vq1uoTk9OG .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #ffffff;
  border: 1px solid #000000;
  box-shadow: 0.2rem 0.2rem 1rem transparent !important;
}
.cid-vq1uoTk9OG .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-vq1uoTk9OG .panel-group .card .card-header .panel-title:not(.collapsed)::after {
  width: 100%;
}
.cid-vq1uoTk9OG .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  border: 1px solid transparent;
  box-shadow: 0.2rem 0.2rem 1rem #d9f1e1 !important;
}
.cid-vq1uoTk9OG .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-vq1uoTk9OG .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  opacity: 1;
}
.cid-vq1uoTk9OG .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-vq1uoTk9OG .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vq1uoTk9OG .mbr-label {
  color: #000000;
}
.cid-vq1uoTk9OG .mbr-section-title {
  color: #000000;
}
.cid-vq1uoTk9OG .panel-title-edit {
  color: #000000;
}
.cid-vq1uoTk9OG .panel-text {
  color: #000000;
}
.cid-vq1uoTk9OG .mbr-label,
.cid-vq1uoTk9OG .label-wrapper {
  color: #000000;
}
.cid-vq1uoTEfHF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vq1uoTEfHF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vq1uoTEfHF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vq1uoTEfHF .items-wrapper {
  margin: 0 -10px;
}
.cid-vq1uoTEfHF .items-wrapper .item {
  padding: 0 10px;
}
.cid-vq1uoTEfHF .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vq1uoTEfHF .item {
    margin-bottom: 15px;
  }
  .cid-vq1uoTEfHF .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vq1uoTEfHF .item .item-wrapper {
  position: relative;
  height: 100%;
  padding: 30px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-vq1uoTEfHF .item .item-wrapper {
    padding: 15px;
  }
}
.cid-vq1uoTEfHF .item .item-wrapper .item-img {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vq1uoTEfHF .item .item-wrapper .item-img {
    height: 250px;
  }
}
.cid-vq1uoTEfHF .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-vq1uoTEfHF .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-vq1uoTEfHF .item .item-wrapper .card-box .text-wrap .card-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vq1uoTEfHF .item .item-wrapper .card-box .text-wrap .card-text {
    width: 100%;
  }
}
.cid-vq1uoTEfHF .item .item-wrapper .card-box .card-number {
  margin-bottom: 0;
}
.cid-vq1uoTEfHF .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-vq1uoTEfHF .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vq1uoTEfHF .item .card_1 {
  min-height: 470px;
  background-color: #d9f1e2;
  align-items: flex-start;
}
@media (max-width: 1440px) {
  .cid-vq1uoTEfHF .item .card_1 {
    min-height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-vq1uoTEfHF .item .card_1 {
    min-height: 250px;
  }
}
.cid-vq1uoTEfHF .item .card_2 {
  min-height: 470px;
  background-color: #d7f1e4;
}
@media (max-width: 1440px) {
  .cid-vq1uoTEfHF .item .card_2 {
    min-height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-vq1uoTEfHF .item .card_2 {
    min-height: 250px;
  }
}
.cid-vq1uoTEfHF .item .card_3 {
  min-height: 350px;
  background-color: #f6f8f7;
}
@media (max-width: 992px) {
  .cid-vq1uoTEfHF .item .card_3 {
    min-height: 250px;
  }
}
.cid-vq1uoTEfHF .item .card_4 {
  min-height: 350px;
  background-color: #d9f1e1;
}
@media (max-width: 992px) {
  .cid-vq1uoTEfHF .item .card_4 {
    min-height: 250px;
  }
}
.cid-vq1uoTEfHF .item .card_5 {
  min-height: 350px;
  background-color: #f6f8f7;
}
@media (max-width: 992px) {
  .cid-vq1uoTEfHF .item .card_5 {
    min-height: 250px;
  }
}
.cid-vq1uoTEfHF .features-image .item-wrapper {
  min-height: 470px;
}
@media (max-width: 1440px) {
  .cid-vq1uoTEfHF .features-image .item-wrapper {
    min-height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-vq1uoTEfHF .features-image .item-wrapper {
    min-height: auto;
  }
}
.cid-vq1uoTEfHF .card-title {
  color: #000000;
}
.cid-vq1uoTEfHF .card-text {
  color: #000000;
}
.cid-vq1uoTEfHF .card-number {
  color: #000000;
}
.cid-vq1uoU0PRa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vq1uoU0PRa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vq1uoU0PRa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vq1uoU0PRa .google-map iframe {
  height: 780px;
}
@media (max-width: 1440px) {
  .cid-vq1uoU0PRa .google-map iframe {
    height: 580px;
  }
}
@media (max-width: 992px) {
  .cid-vq1uoU0PRa .google-map iframe {
    height: 350px;
  }
}
.cid-vq1uoUpHb2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/photo-1584432810601-6c7f27d2362b.jpeg?v=1WUOVa");
}
.cid-vq1uoUpHb2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vq1uoUpHb2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vq1uoUpHb2 .image-wrap {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-vq1uoUpHb2 .image-wrap {
    height: 350px;
  }
}
.cid-vq1uoUHKe3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vq1uoUHKe3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vq1uoUHKe3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vq1uoUHKe3 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-vq1uoUHKe3 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vq1uoUHKe3 .embla__slide .slide-content {
  width: 100%;
}
.cid-vq1uoUHKe3 .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: space-between;
  background-color: #7aac8d;
  height: 100%;
  min-height: 730px;
  padding: 30px;
}
@media (max-width: 1440px) {
  .cid-vq1uoUHKe3 .embla__slide .slide-content .item-wrapper {
    min-height: 530px;
  }
}
@media (max-width: 992px) {
  .cid-vq1uoUHKe3 .embla__slide .slide-content .item-wrapper {
    display: block;
    padding: 15px;
  }
}
.cid-vq1uoUHKe3 .embla__slide .slide-content .item-wrapper .item-content {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 0 0 10px;
}
@media (max-width: 992px) {
  .cid-vq1uoUHKe3 .embla__slide .slide-content .item-wrapper .item-content {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
}
.cid-vq1uoUHKe3 .embla__slide .slide-content .item-wrapper .item-content .text-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 3px 10px;
  background-color: #ffffff;
  margin-bottom: 15px;
}
.cid-vq1uoUHKe3 .embla__slide .slide-content .item-wrapper .item-content .text-wrapper .item-text {
  margin-bottom: 20px;
}
.cid-vq1uoUHKe3 .embla__slide .slide-content .item-wrapper .item-content .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-vq1uoUHKe3 .embla__slide .slide-content .item-wrapper .item-content .person-wrapper .person-wrap .image-wrap img {
  width: 72px;
  height: 72px;
  margin-right: 10px;
  object-fit: cover;
}
.cid-vq1uoUHKe3 .embla__slide .slide-content .item-wrapper .item-content .person-wrapper .person-wrap .name-wrapper .item-name {
  margin-bottom: 5px;
}
.cid-vq1uoUHKe3 .embla__slide .slide-content .item-wrapper .item-content .person-wrapper .person-wrap .name-wrapper .item-role {
  margin-bottom: 0;
}
.cid-vq1uoUHKe3 .embla__slide .slide-content .item-wrapper .item-img {
  width: 30%;
  position: relative;
}
@media (max-width: 1440px) {
  .cid-vq1uoUHKe3 .embla__slide .slide-content .item-wrapper .item-img {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-vq1uoUHKe3 .embla__slide .slide-content .item-wrapper .item-img {
    width: 100%;
    height: 250px;
  }
}
.cid-vq1uoUHKe3 .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-vq1uoUHKe3 .embla__button--next,
.cid-vq1uoUHKe3 .embla__button--prev {
  display: flex;
}
.cid-vq1uoUHKe3 .embla__button {
  top: 48%;
  width: 42px;
  height: 42px;
  font-size: 14px;
  background-color: #ffffff !important;
  color: #000000 !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0.2rem 0.2rem 1rem #d9f1e1 !important;
  opacity: 1 !important;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-vq1uoUHKe3 .embla__button {
    top: 0;
  }
}
.cid-vq1uoUHKe3 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vq1uoUHKe3 .embla__button:hover {
  background-color: #4c7d60 !important;
  color: #ffffff !important;
}
.cid-vq1uoUHKe3 .embla__button.embla__button--prev {
  left: 0;
}
.cid-vq1uoUHKe3 .embla__button.embla__button--next {
  right: 0;
}
.cid-vq1uoUHKe3 .embla {
  position: relative;
  width: 100%;
  padding: 0 80px 0 80px;
}
@media (max-width: 992px) {
  .cid-vq1uoUHKe3 .embla {
    padding: 4rem 0 0 0;
  }
}
.cid-vq1uoUHKe3 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vq1uoUHKe3 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vq1uoUHKe3 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vq1uoUHKe3 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vq1uoUHKe3 .card-label {
  color: #000000;
}
.cid-vq1uoUHKe3 .item-text {
  color: #000000;
}
.cid-vq1uoUHKe3 .item-name {
  color: #000000;
}
.cid-vq1uoUHKe3 .item-role {
  color: #000000;
}
.cid-vq1uoUHKe3 .item-name,
.cid-vq1uoUHKe3 .person-wrapper {
  color: #000000;
}
.cid-vq1uoVyUhM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vq1uoVyUhM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vq1uoVyUhM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vq1uoVyUhM .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 580px;
  max-width: 580px;
}
@media (max-width: 767px) {
  .cid-vq1uoVyUhM .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vq1uoVyUhM .embla__slide .slide-content {
  width: 100%;
}
.cid-vq1uoVyUhM .embla__slide .slide-content .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-vq1uoVyUhM .embla__slide .slide-content .item-wrapper {
    padding: 15px;
  }
}
.cid-vq1uoVyUhM .embla__slide .slide-content .item-wrapper .item-content .item-img {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vq1uoVyUhM .embla__slide .slide-content .item-wrapper .item-content .item-img {
    margin-bottom: 20px;
  }
}
.cid-vq1uoVyUhM .embla__slide .slide-content .item-wrapper .item-content .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vq1uoVyUhM .embla__slide .slide-content .item-wrapper .item-content .item-img img {
    height: 250px;
  }
}
.cid-vq1uoVyUhM .embla__slide .slide-content .item-wrapper .item-content .item-title_1,
.cid-vq1uoVyUhM .embla__slide .slide-content .item-wrapper .item-content .item-title_2 {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.cid-vq1uoVyUhM .embla__slide .slide-content .item-wrapper .item-content .item-text_1,
.cid-vq1uoVyUhM .embla__slide .slide-content .item-wrapper .item-content .item-text_2 {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.cid-vq1uoVyUhM .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-vq1uoVyUhM .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vq1uoVyUhM .embla__slide .slide-content .card_1 {
  background-color: #e88670;
}
.cid-vq1uoVyUhM .embla__slide .slide-content .card_2 {
  background-color: #f6f8f7;
}
.cid-vq1uoVyUhM .embla__button--next,
.cid-vq1uoVyUhM .embla__button--prev {
  display: flex;
}
.cid-vq1uoVyUhM .embla__button {
  top: 48%;
  width: 42px;
  height: 42px;
  font-size: 14px;
  background-color: #ffffff !important;
  color: #000000 !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0.2rem 0.2rem 1rem #d9f1e1 !important;
  opacity: 1 !important;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-vq1uoVyUhM .embla__button {
    top: 0;
  }
}
.cid-vq1uoVyUhM .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vq1uoVyUhM .embla__button:hover {
  background-color: #4c7d60 !important;
  color: #ffffff !important;
}
.cid-vq1uoVyUhM .embla__button.embla__button--prev {
  left: 0;
}
.cid-vq1uoVyUhM .embla__button.embla__button--next {
  right: 0;
}
.cid-vq1uoVyUhM .embla {
  position: relative;
  width: 100%;
  padding: 0 80px 0 80px;
}
@media (max-width: 992px) {
  .cid-vq1uoVyUhM .embla {
    padding: 4rem 0 0 0;
  }
}
.cid-vq1uoVyUhM .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-vq1uoVyUhM .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vq1uoVyUhM .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vq1uoVyUhM .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vq1uoVyUhM .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vq1uoVyUhM .item-title_1 {
  color: #000000;
}
.cid-vq1uoVyUhM .item-title_2 {
  color: #000000;
}
.cid-vq1uoVyUhM .item-text_1 {
  color: #000000;
}
.cid-vq1uoVyUhM .item-text_2 {
  color: #000000;
}
.cid-vq1uoVyUhM .item-title_1,
.cid-vq1uoVyUhM .mbr-section-btn {
  color: #000000;
}
.cid-vq1uoVyUhM .item-title_2,
.cid-vq1uoVyUhM .mbr-section-btn {
  color: #000000;
}
.cid-vq1uoVyUhM .item-title,
.cid-vq1uoVyUhM .mbr-section-btn {
  color: #FFFFFF;
}
.cid-vq1uoWkMCb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e88670;
}
.cid-vq1uoWkMCb .item:focus,
.cid-vq1uoWkMCb span:focus {
  outline: none;
}
.cid-vq1uoWkMCb .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vq1uoWkMCb .content-head {
  max-width: 800px;
}
.cid-vq1uoWkMCb .item {
  padding: 10px 0;
  color: #000000;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-vq1uoWkMCb .item {
    min-height: 45px;
  }
}
.cid-vq1uoWypvU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vq1uoWypvU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vq1uoWypvU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vq1uoWypvU .card {
  justify-content: center;
}
.cid-vq1uoWypvU .image-wrapper {
  padding-right: 70px;
}
@media (max-width: 992px) {
  .cid-vq1uoWypvU .image-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-vq1uoWypvU .image-wrapper img {
  height: 650px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vq1uoWypvU .image-wrapper img {
    height: 350px;
  }
}
.cid-vq1uoWypvU .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vq1uoWypvU .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vq1uoWypvU .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-vq1uoWypvU .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vq1uoWypvU .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vq1uoWypvU .mbr-section-title {
  color: #000000;
}
.cid-vq1uoWypvU .mbr-section-subtitle {
  color: #000000;
}
.cid-vq1uoWypvU .mbr-text,
.cid-vq1uoWypvU .text-wrapper {
  color: #000000;
}
.cid-vq1uoWPPTb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vq1uoWPPTb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vq1uoWPPTb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vq1uoWPPTb .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 30px;
  background-color: #ffffff;
  min-height: 730px;
  box-shadow: 0.2rem 0.2rem 1rem #d9f1e1 !important;
}
@media (max-width: 1440px) {
  .cid-vq1uoWPPTb .card-wrapper {
    min-height: 530px;
  }
}
@media (max-width: 992px) {
  .cid-vq1uoWPPTb .card-wrapper {
    display: block;
    padding: 15px;
    min-height: auto;
  }
}
.cid-vq1uoWPPTb .card-wrapper .content-wrapper {
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 0 0 10px;
}
@media (max-width: 992px) {
  .cid-vq1uoWPPTb .card-wrapper .content-wrapper {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
}
.cid-vq1uoWPPTb .card-wrapper .content-wrapper .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 3px 10px;
  background-color: #4c7d60;
  margin-bottom: 15px;
}
.cid-vq1uoWPPTb .card-wrapper .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vq1uoWPPTb .card-wrapper .content-wrapper .text-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vq1uoWPPTb .card-wrapper .content-wrapper .text-wrapper {
    margin-bottom: 0;
  }
}
.cid-vq1uoWPPTb .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vq1uoWPPTb .card-wrapper .content-wrapper .text-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-vq1uoWPPTb .card-wrapper .content-wrapper .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vq1uoWPPTb .card-wrapper .image-wrapper {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 20px;
  width: 50%;
}
@media (max-width: 1440px) {
  .cid-vq1uoWPPTb .card-wrapper .image-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vq1uoWPPTb .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-vq1uoWPPTb .card-wrapper .image-wrapper .image-wrap_1 img {
  height: 330px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vq1uoWPPTb .card-wrapper .image-wrapper .image-wrap_1 img {
    height: 350px;
    margin-bottom: 15px;
  }
}
.cid-vq1uoWPPTb .card-wrapper .image-wrapper .image-wrap_2 {
  position: relative;
}
@media (max-width: 1440px) {
  .cid-vq1uoWPPTb .card-wrapper .image-wrapper .image-wrap_2 {
    height: 350px;
  }
}
.cid-vq1uoWPPTb .card-wrapper .image-wrapper .image-wrap_2 img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-vq1uoWPPTb .mbr-section-title {
  color: #000000;
}
.cid-vq1uoWPPTb .mbr-label {
  color: #000000;
}
.cid-vq1uoWPPTb .mbr-text {
  color: #000000;
}
.cid-vq1uoWPPTb .mbr-label,
.cid-vq1uoWPPTb .label-wrapper {
  color: #FFFFFF;
}
.cid-vq1uoX5LFy {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.cid-vq1uoX5LFy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vq1uoX5LFy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg?v=1WUOVa");
}
.cid-vq1uoX5LFy .image-wrap {
  height: 450px;
}
@media (max-width: 992px) {
  .cid-vq1uoX5LFy .image-wrap {
    height: 350px;
  }
}
.cid-vq1uoXlHwz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vq1uoXlHwz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vq1uoXlHwz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vq1uoXlHwz .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 992px) {
  .cid-vq1uoXlHwz .items-wrapper {
    display: block;
  }
}
.cid-vq1uoXlHwz .items-wrapper .item {
  transform: translateY(250px);
  margin-bottom: 250px;
}
@media (max-width: 992px) {
  .cid-vq1uoXlHwz .items-wrapper .item {
    transform: translateY(0);
    margin-bottom: 15px;
  }
}
.cid-vq1uoXlHwz .items-wrapper .item:nth-child(2n) {
  transform: translateY(0);
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vq1uoXlHwz .items-wrapper .item:nth-child(2n) {
    margin-bottom: 15px;
  }
}
.cid-vq1uoXlHwz .items-wrapper .item .item-wrapper .item-img img {
  height: 750px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vq1uoXlHwz .items-wrapper .item .item-wrapper .item-img img {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-vq1uoXlHwz .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-vq1uoXlHwz .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vq1uoXlHwz .card-number {
  color: #000000;
}
.cid-vq1uoXlHwz .card-title {
  color: #000000;
}
.cid-vq1uoXH1iF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vq1uoXH1iF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vq1uoXH1iF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vq1uoXH1iF .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vq1uoXH1iF .container-fluid {
    padding: 0 15px;
  }
}
.cid-vq1uoXH1iF .row {
  margin: 0;
}
.cid-vq1uoXH1iF .row .card {
  padding: 0;
}
.cid-vq1uoXH1iF .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vq1uoXH1iF .image-wrapper {
    height: 350px;
    margin-bottom: 15px;
  }
}
.cid-vq1uoXH1iF .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-vq1uoXH1iF .card-wrapper {
  padding: 70px 30px;
  background-color: #f6f8f7;
}
@media (max-width: 992px) {
  .cid-vq1uoXH1iF .card-wrapper {
    padding: 15px;
  }
}
.cid-vq1uoXH1iF .card-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 3px 10px;
  background-color: #4c7d60;
  margin-bottom: 15px;
}
.cid-vq1uoXH1iF .card-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vq1uoXH1iF .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-vq1uoXH1iF .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vq1uoXH1iF .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-vq1uoXH1iF .form-wrap .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-vq1uoXH1iF .form-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 5px;
}
.cid-vq1uoXH1iF .form-wrap .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 16px;
  border: 1px solid #cdcbd0 !important;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
}
.cid-vq1uoXH1iF .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vq1uoXH1iF .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #000000 !important;
  box-shadow: none;
}
.cid-vq1uoXH1iF .form-wrap .dragArea.row .form-group .form-control:hover::placeholder,
.cid-vq1uoXH1iF .form-wrap .dragArea.row .form-group .form-control:focus::placeholder {
  color: #767481;
}
.cid-vq1uoXH1iF .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #767481;
  transition: all 0.3s ease;
}
.cid-vq1uoXH1iF .form-wrap .dragArea.row .form-group textarea {
  min-height: 155px;
}
.cid-vq1uoXH1iF .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-vq1uoXH1iF .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #cdcbd0;
  border-color: #cdcbd0;
}
.cid-vq1uoXH1iF .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vq1uoXH1iF .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-vq1uoXH1iF .mbr-label {
  color: #000000;
}
.cid-vq1uoXH1iF .mbr-section-title {
  color: #000000;
}
.cid-vq1uoXH1iF .mbr-text {
  color: #000000;
}
.cid-vq1uoXH1iF label {
  color: #000000;
}
.cid-vq1uoXH1iF .mbr-label,
.cid-vq1uoXH1iF .label-wrapper {
  color: #FFFFFF;
}
.cid-vq1uoYOQvJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vq1uoYOQvJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vq1uoYOQvJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vq1uoYOQvJ .title-wrapper {
  position: sticky;
  top: 30px;
  padding-right: 70px;
}
@media (max-width: 992px) {
  .cid-vq1uoYOQvJ .title-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-vq1uoYOQvJ .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 3px 10px;
  background-color: #4c7d60;
  margin-bottom: 15px;
}
.cid-vq1uoYOQvJ .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vq1uoYOQvJ .items-wrapper .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vq1uoYOQvJ .items-wrapper .item {
    margin-bottom: 15px;
  }
}
.cid-vq1uoYOQvJ .items-wrapper .item:last-child {
  margin-bottom: 0 !important;
}
.cid-vq1uoYOQvJ .items-wrapper .item .item-wrapper {
  padding: 30px;
  background-color: #f6f8f7;
}
@media (max-width: 992px) {
  .cid-vq1uoYOQvJ .items-wrapper .item .item-wrapper {
    padding: 15px;
  }
}
.cid-vq1uoYOQvJ .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vq1uoYOQvJ .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vq1uoYOQvJ .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  min-width: 72px;
  font-size: 42px;
}
.cid-vq1uoYOQvJ .items-wrapper .item .item-wrapper .card-box .icon_1 .mbr-iconfont {
  background-color: #a9bcb0;
  color: #000000;
}
.cid-vq1uoYOQvJ .items-wrapper .item .item-wrapper .card-box .icon_2 .mbr-iconfont {
  background-color: #e88670;
  color: #000000;
}
.cid-vq1uoYOQvJ .items-wrapper .item .item-wrapper .card-box .icon_3 .mbr-iconfont {
  background-color: #4c7d60;
  color: #ffffff;
}
.cid-vq1uoYOQvJ .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-vq1uoYOQvJ .mbr-label {
  color: #000000;
}
.cid-vq1uoYOQvJ .mbr-section-title {
  color: #000000;
}
.cid-vq1uoYOQvJ .card-title {
  color: #000000;
}
.cid-vq1uoYOQvJ .mbr-label,
.cid-vq1uoYOQvJ .label-wrapper {
  color: #FFFFFF;
}
.cid-vq1uoYOQvJ .card-title,
.cid-vq1uoYOQvJ .iconfont-wrapper {
  color: #000000;
}
.cid-vq1uoZvEev {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vq1uoZvEev .mbr-fallback-image.disabled {
  display: none;
}
.cid-vq1uoZvEev .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vq1uoZvEev .logo-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vq1uoZvEev .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vq1uoZvEev .logo-wrapper img {
  display: inline-flex;
  width: 162px;
  height: 162px;
  object-fit: cover;
}
.cid-vq1uoZvEev .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vq1uoZvEev .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vq1uoZvEev .nav-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vq1uoZvEev .nav-wrapper {
    display: block;
    margin-bottom: 40px;
  }
}
.cid-vq1uoZvEev .nav-wrapper .nav-wrap {
  width: 40%;
  padding-right: 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vq1uoZvEev .nav-wrapper .nav-wrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .cid-vq1uoZvEev .nav-wrapper .nav-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-vq1uoZvEev .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
.cid-vq1uoZvEev .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vq1uoZvEev .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
}
.cid-vq1uoZvEev .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-vq1uoZvEev .nav-wrapper .nav-wrap .list .item-wrap:focus {
  color: #9891ff;
}
.cid-vq1uoZvEev .nav-wrapper .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5%;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #9891ff;
}
.cid-vq1uoZvEev .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vq1uoZvEev .content-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-vq1uoZvEev .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vq1uoZvEev .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vq1uoZvEev .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vq1uoZvEev .content-wrapper .mbr-list-title {
  margin-bottom: 20px;
}
.cid-vq1uoZvEev .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-vq1uoZvEev .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vq1uoZvEev .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vq1uoZvEev .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-color: #9891ff;
  color: #000000;
  border: 1px solid transparent;
}
.cid-vq1uoZvEev .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  color: #000000;
  border: 1px solid #cdcbd0;
  font-size: 14px;
  margin: 0 10px 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-vq1uoZvEev .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-vq1uoZvEev .mbr-section-title {
  color: #000000;
}
.cid-vq1uoZvEev .mbr-list-title {
  color: #767481;
}
.cid-vq1uoZvEev .mbr-list {
  color: #000000;
}
.cid-vq1uoZvEev .mbr-text {
  color: #000000;
}
.cid-vq1uoZvEev .mbr-section-title,
.cid-vq1uoZvEev .logo-wrapper {
  text-align: center;
}
