.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-wrapper .mbr-overlay {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Garet-Book';
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Garet-Book';
  font-size: 1.5rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((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.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((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.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((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: #e8006e !important;
}
.bg-success {
  background-color: #ba0021 !important;
}
.bg-info {
  background-color: #000000 !important;
}
.bg-warning {
  background-color: #0060b1 !important;
}
.bg-danger {
  background-color: #f0d000 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e8006e !important;
  border-color: #e8006e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ff1c88 !important;
  border-color: #ff1c88 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff1c88 !important;
  border-color: #ff1c88 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-success,
.btn-success:active {
  background-color: #ba0021 !important;
  border-color: #ba0021 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ed002a !important;
  border-color: #ed002a !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #ed002a !important;
  border-color: #ed002a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #0060b1 !important;
  border-color: #0060b1 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #007ce4 !important;
  border-color: #007ce4 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #007ce4 !important;
  border-color: #007ce4 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f0d000 !important;
  border-color: #f0d000 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffe224 !important;
  border-color: #ffe224 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #000000 !important;
  background-color: #ffe224 !important;
  border-color: #ffe224 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !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: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #e8006e;
  color: #e8006e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #910045 !important;
  background-color: transparent !important;
  border-color: #910045 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e8006e !important;
  border-color: #e8006e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ba0021;
  color: #ba0021;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #630012 !important;
  background-color: transparent !important;
  border-color: #630012 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ba0021 !important;
  border-color: #ba0021 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #0060b1;
  color: #0060b1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #00315a !important;
  background-color: transparent !important;
  border-color: #00315a !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #0060b1 !important;
  border-color: #0060b1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #f0d000;
  color: #f0d000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #998500 !important;
  background-color: transparent !important;
  border-color: #998500 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #000000 !important;
  background-color: #f0d000 !important;
  border-color: #f0d000 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #e8006e !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #ba0021 !important;
}
.text-info {
  color: #000000 !important;
}
.text-warning {
  color: #0060b1 !important;
}
.text-danger {
  color: #f0d000 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #82003e !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #54000f !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #00294b !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #8a7800 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #e8006e;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #000000;
}
.alert-warning {
  background-color: #0060b1;
}
.alert-danger {
  background-color: #f0d000;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e8006e;
  border-color: #e8006e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e8006e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffb5d8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ff3b5d;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #31a1ff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fff6bd;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Garet-Book';
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.875rem;
}
.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: #e8006e !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Garet-Book';
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #e8006e;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e8006e;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #e8006e;
}
.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: #e8006e;
  border-bottom-color: #e8006e;
}
.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: #e8006e !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: #ffd7ef !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='%23e8006e' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vchv1uNFIC {
  background-image: url("../../../assets/images/photo-14-2025-02-25-16.jpeg");
}
.cid-vchv1uNFIC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vchv1uNFIC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vchv1uNFIC .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vchv1uNFIC .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vchv1uNFIC .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vchv1uNFIC .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vchv1uNFIC .content-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-vchv1uNFIC .content-wrapper .logo-wrapper img {
  width: 116px;
  height: 116px;
  object-fit: cover;
  display: inline-flex;
  border-radius: 100% !important;
  box-shadow: 0 20px 20px -5px #9c9c9c;
}
.cid-vchv1uNFIC .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #121212, #000000 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vchv1uNFIC .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #121212, #000000 40%);
  }
}
.cid-vchv1uNFIC .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vchv1uNFIC .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vchv1uNFIC .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-vchv1uNFIC .mbr-label,
.cid-vchv1uNFIC .label-wrapper {
  color: #000000;
  text-align: justify;
}
.cid-vchv1uNFIC .mbr-section-title {
  color: #000000;
}
.cid-vchv1uNFIC .mbr-text,
.cid-vchv1uNFIC .text-wrapper {
  color: #000000;
  text-align: left;
}
.cid-vchv1uNFIC .mbr-section-title,
.cid-vchv1uNFIC .title-wrapper,
.cid-vchv1uNFIC .mbr-section-btn,
.cid-vchv1uNFIC .logo-wrapper {
  text-align: justify;
}
.cid-v8yIdReMPA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-v8yIdReMPA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8yIdReMPA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8yIdReMPA .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v8yIdReMPA .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v8yIdReMPA .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v8yIdReMPA .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-v8yIdReMPA .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v8yIdReMPA .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v8yIdReMPA .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #000000, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v8yIdReMPA .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-v8yIdReMPA .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8yIdReMPA .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8yIdReMPA .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-v8yIdReMPA .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v8yIdReMPA .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-v8yIdReMPA .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v8yIdReMPA .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-v8yIdReMPA .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v8yIdReMPA .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-v8yIdReMPA .items-wrapper .item .item-wrapper .item-img img {
  display: inline-block;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 100% !important;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-v8yIdReMPA .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-v8yIdReMPA .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v8yIdReMPA .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-v8yIdReMPA .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v8yIdReMPA .mbr-label,
.cid-v8yIdReMPA .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v8yIdReMPA .mbr-section-title,
.cid-v8yIdReMPA .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v8yIdReMPA .mbr-text,
.cid-v8yIdReMPA .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v8yIdReMPA .item-title {
  color: #000000;
}
.cid-v8yIdReMPA .item-text {
  color: #e8006e;
  text-align: center;
}
.cid-v8yIdReMPA .item-title,
.cid-v8yIdReMPA .mbr-section-btn {
  text-align: center;
}
.cid-vcx5brzk4r {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mobi-wllppr-1-1920x1080.jpg");
}
.cid-vcx5brzk4r .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcx5brzk4r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcx5brzk4r .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vcx5brzk4r .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vcx5brzk4r .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vcx5brzk4r .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vcx5brzk4r .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vcx5brzk4r .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vcx5brzk4r .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #121212, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-vcx5brzk4r .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vcx5brzk4r .panel-group .card {
  position: relative;
  padding: 7px 16px;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  transition: all 0.3s ease-in-out;
  margin-bottom: 16px;
}
.cid-vcx5brzk4r .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vcx5brzk4r .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-vcx5brzk4r .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vcx5brzk4r .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
.cid-vcx5brzk4r .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-vcx5brzk4r .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-vcx5brzk4r .panel-group .card .panel-collapse .panel-body {
  padding: 8px 0;
}
.cid-vcx5brzk4r .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 95%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vcx5brzk4r .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-vcx5brzk4r .mbr-label,
.cid-vcx5brzk4r .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vcx5brzk4r .mbr-section-title,
.cid-vcx5brzk4r .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vcx5brzk4r .mbr-text,
.cid-vcx5brzk4r .text-wrapper {
  color: #000000;
  text-align: justify;
}
.cid-vcx5brzk4r .panel-title-edit {
  color: #000000;
}
.cid-vcx5brzk4r .panel-text {
  color: #515151;
}
.cid-v8yMm0IE0Z {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
}
.cid-v8yMm0IE0Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8yMm0IE0Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8yMm0IE0Z .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v8yMm0IE0Z .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v8yMm0IE0Z .content-wrapper .title-wrapper {
  margin-bottom: 16px;
}
.cid-v8yMm0IE0Z .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v8yMm0IE0Z .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v8yMm0IE0Z .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8yMm0IE0Z .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8yMm0IE0Z .items-wrapper {
  margin: 0 -8px;
  align-items: center;
}
.cid-v8yMm0IE0Z .items-wrapper .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-v8yMm0IE0Z .items-wrapper .item .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-v8yMm0IE0Z .items-wrapper .item .item-wrapper .gradient-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, transparent, #000000);
  opacity: .3;
}
.cid-v8yMm0IE0Z .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, #000000);
  opacity: .3;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-v8yMm0IE0Z .items-wrapper .item .item-wrapper .circle-wrap {
    left: -70%;
  }
}
@media (max-width: 768px) {
  .cid-v8yMm0IE0Z .items-wrapper .item .item-wrapper .circle-wrap {
    left: -120%;
  }
}
@media (max-width: 425px) {
  .cid-v8yMm0IE0Z .items-wrapper .item .item-wrapper .circle-wrap {
    left: -160%;
  }
}
.cid-v8yMm0IE0Z .items-wrapper .item .item-wrapper .circle-wrap.reverse {
  top: auto;
  left: auto;
  bottom: -90%;
  right: -40%;
  background-image: linear-gradient(180deg, transparent, #000000);
}
@media (max-width: 1200px) {
  .cid-v8yMm0IE0Z .items-wrapper .item .item-wrapper .circle-wrap.reverse {
    left: auto;
    right: -70%;
  }
}
@media (max-width: 768px) {
  .cid-v8yMm0IE0Z .items-wrapper .item .item-wrapper .circle-wrap.reverse {
    left: auto;
    right: -120%;
  }
}
@media (max-width: 425px) {
  .cid-v8yMm0IE0Z .items-wrapper .item .item-wrapper .circle-wrap.reverse {
    left: auto;
    right: -160%;
  }
}
.cid-v8yMm0IE0Z .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-v8yMm0IE0Z .items-wrapper .item .item-wrapper .iconfont-wrapper {
    top: 16px;
    right: 16px;
  }
}
.cid-v8yMm0IE0Z .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
}
.cid-v8yMm0IE0Z .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-v8yMm0IE0Z .items-wrapper .item .item-wrapper .item-content {
    display: block;
    padding: 24px;
    min-height: auto;
    border: 4px solid;
  }
}
.cid-v8yMm0IE0Z .items-wrapper .item .item-wrapper .item-content .card-box {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-v8yMm0IE0Z .items-wrapper .item .item-wrapper .item-content .card-box {
    margin-bottom: 24px;
  }
}
.cid-v8yMm0IE0Z .items-wrapper .item .item-wrapper .item-content .card-box .card-title_1,
.cid-v8yMm0IE0Z .items-wrapper .item .item-wrapper .item-content .card-box .card-title_2,
.cid-v8yMm0IE0Z .items-wrapper .item .item-wrapper .item-content .card-box .card-title_3,
.cid-v8yMm0IE0Z .items-wrapper .item .item-wrapper .item-content .card-box .card-title_4 {
  margin-bottom: 16px;
}
.cid-v8yMm0IE0Z .items-wrapper .item .item-wrapper .item-content .card-box .card-text_1,
.cid-v8yMm0IE0Z .items-wrapper .item .item-wrapper .item-content .card-box .card-text_2,
.cid-v8yMm0IE0Z .items-wrapper .item .item-wrapper .item-content .card-box .card-text_3,
.cid-v8yMm0IE0Z .items-wrapper .item .item-wrapper .item-content .card-box .card-text_4 {
  margin-bottom: 0;
}
.cid-v8yMm0IE0Z .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn {
  margin-top: 24px;
}
.cid-v8yMm0IE0Z .items-wrapper .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  box-shadow: none !important;
}
.cid-v8yMm0IE0Z .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-v8yMm0IE0Z .items-wrapper .item .item-wrapper .item-content .item-img {
    display: block;
    margin-right: 0;
  }
}
.cid-v8yMm0IE0Z .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-v8yMm0IE0Z .items-wrapper .item .item-wrapper .item-content .item-img img {
    margin: 0 auto;
  }
}
.cid-v8yMm0IE0Z .items-wrapper .item .item-wrapper .card_1 .card-box,
.cid-v8yMm0IE0Z .items-wrapper .item .item-wrapper .card_4 .card-box {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-v8yMm0IE0Z .items-wrapper .item .item-wrapper .card_1 .card-box,
  .cid-v8yMm0IE0Z .items-wrapper .item .item-wrapper .card_4 .card-box {
    width: 100%;
  }
}
.cid-v8yMm0IE0Z .items-wrapper .item .item-wrapper .card_1 {
  background-color: #ff6d99;
  border-color: #ff7ca4;
}
.cid-v8yMm0IE0Z .items-wrapper .item .item-wrapper .card_2 {
  background-color: #dc84ba;
  border-color: #df8fbf;
}
.cid-v8yMm0IE0Z .items-wrapper .item .item-wrapper .card_3 {
  background-color: #b1a1e3;
  border-color: #b7a8e5;
}
.cid-v8yMm0IE0Z .items-wrapper .item .item-wrapper .card_4 {
  background-color: #98b1fa;
  border-color: #a0b7fa;
}
.cid-v8yMm0IE0Z .btn-wrapper {
  margin-right: 9%;
}
.cid-v8yMm0IE0Z .mbr-label {
  color: #a6adbf;
  text-align: center;
}
.cid-v8yMm0IE0Z .mbr-section-title {
  color: #111111;
  text-align: center;
}
.cid-v8yMm0IE0Z .mbr-section-subtitle {
  color: #ff6d99;
  text-align: center;
}
.cid-v8yMm0IE0Z .mbr-text,
.cid-v8yMm0IE0Z .text-wrapper {
  color: #666666;
  text-align: center;
}
.cid-v8yMm0IE0Z .card-title_1 {
  color: #ffffff;
}
.cid-v8yMm0IE0Z .card-title_2 {
  color: #ffffff;
}
.cid-v8yMm0IE0Z .card-title_3 {
  color: #ffffff;
}
.cid-v8yMm0IE0Z .card-title_4 {
  color: #ffffff;
}
.cid-v8yMm0IE0Z .card-text_1 {
  color: #ffffff;
}
.cid-v8yMm0IE0Z .card-text_2 {
  color: #ffffff;
}
.cid-v8yMm0IE0Z .card-text_3 {
  color: #ffffff;
}
.cid-v8yMm0IE0Z .card-text_4 {
  color: #ffffff;
}
.cid-vchuP5AHD3 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-vchuP5AHD3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vchuP5AHD3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vchuP5AHD3 .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-vchuP5AHD3 .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vchuP5AHD3 .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-vchuP5AHD3 .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-vchuP5AHD3 .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-vchuP5AHD3 .items-wrapper .item .item-wrapper .item-content .rating-wrapper .rating-wrap {
  display: inline-flex;
  margin-bottom: 16px;
}
.cid-vchuP5AHD3 .items-wrapper .item .item-wrapper .item-content .rating-wrapper .rating-wrap .mbr-star {
  margin-right: 8px;
  margin-bottom: 0;
}
.cid-vchuP5AHD3 .items-wrapper .item .item-wrapper .item-content .rating-wrapper .rating-wrap .mbr-star:last-child {
  margin-right: 0;
}
.cid-vchuP5AHD3 .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-vchuP5AHD3 .items-wrapper .item .item-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-vchuP5AHD3 .items-wrapper .item .item-wrapper .person-wrapper .person-wrap .item-img {
  padding-right: 14px;
  border-right: 2px dashed #a8a8a8;
}
.cid-vchuP5AHD3 .items-wrapper .item .item-wrapper .person-wrapper .person-wrap .item-img img {
  display: inline-flex;
  width: 64px;
  height: 64px;
  min-width: 64px;
  object-fit: cover;
  border: 4px solid #ffffff;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-vchuP5AHD3 .items-wrapper .item .item-wrapper .person-wrapper .person-wrap .name-wrap {
  padding-left: 14px;
}
.cid-vchuP5AHD3 .items-wrapper .item .item-wrapper .person-wrapper .person-wrap .name-wrap .item-name {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vchuP5AHD3 .items-wrapper .item .item-wrapper .person-wrapper .person-wrap .name-wrap .item-role {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vchuP5AHD3 .mbr-star {
  color: #000000;
}
.cid-vchuP5AHD3 .item-text {
  color: #515151;
}
.cid-vchuP5AHD3 .item-name {
  color: #000000;
}
.cid-vchuP5AHD3 .item-role {
  color: #515151;
}
.cid-vchuP5AHD3 .mbr-star,
.cid-vchuP5AHD3 .rating-wrapper {
  color: #f06e00;
}
.cid-vcb2JvVlQ9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-vcb2JvVlQ9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcb2JvVlQ9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcb2JvVlQ9 .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vcb2JvVlQ9 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vcb2JvVlQ9 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vcb2JvVlQ9 .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vcb2JvVlQ9 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vcb2JvVlQ9 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vcb2JvVlQ9 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #121212, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vcb2JvVlQ9 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vcb2JvVlQ9 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcb2JvVlQ9 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcb2JvVlQ9 .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-vcb2JvVlQ9 .items-wrapper .card {
  padding: 0 12px;
}
@media (max-width: 992px) {
  .cid-vcb2JvVlQ9 .items-wrapper .card {
    margin-bottom: 18px;
  }
}
.cid-vcb2JvVlQ9 .items-wrapper .card .card-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-vcb2JvVlQ9 .items-wrapper .card .card-wrapper {
    padding: 24px;
  }
}
.cid-vcb2JvVlQ9 .items-wrapper .card .card-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vcb2JvVlQ9 .items-wrapper .card .card-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-vcb2JvVlQ9 .items-wrapper .card .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcb2JvVlQ9 .items-wrapper .card .card-wrapper .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vcb2JvVlQ9 .items-wrapper .card .card-wrapper .image-wrapper {
    height: 300px;
  }
}
.cid-vcb2JvVlQ9 .items-wrapper .card .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-vcb2JvVlQ9 .items-wrapper .card .text-wrapper {
  padding: 60px 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vcb2JvVlQ9 .items-wrapper .card .text-wrapper {
    padding: 24px;
  }
}
.cid-vcb2JvVlQ9 .mbr-label,
.cid-vcb2JvVlQ9 .label-wrapper {
  color: #000000;
  text-align: justify;
}
.cid-vcb2JvVlQ9 .mbr-section-title,
.cid-vcb2JvVlQ9 .title-wrapper {
  color: #000000;
  text-align: justify;
}
.cid-vcb2JvVlQ9 .mbr-text,
.cid-vcb2JvVlQ9 .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-vcb2JvVlQ9 .item-text {
  color: #000000;
}
.cid-vcb2JvVlQ9 .item-text,
.cid-vcb2JvVlQ9 .mbr-section-btn {
  text-align: justify;
}
.cid-vcb4hYG5wl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/moodle-cover-2025-p4-1920x1080.jpg");
}
.cid-vcb4hYG5wl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcb4hYG5wl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcb4hYG5wl .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vcb4hYG5wl .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vcb4hYG5wl .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vcb4hYG5wl .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vcb4hYG5wl .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vcb4hYG5wl .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vcb4hYG5wl .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #f5f5f5, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vcb4hYG5wl .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vcb4hYG5wl .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcb4hYG5wl .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcb4hYG5wl .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-vcb4hYG5wl .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vcb4hYG5wl .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-vcb4hYG5wl .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vcb4hYG5wl .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-vcb4hYG5wl .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vcb4hYG5wl .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vcb4hYG5wl .items-wrapper .item .item-wrapper .item-content .icon-wrapper .icon-wrap {
  width: 180px;
  height: 180px;
  display: inline-flex;
  padding: 10px;
  border-top: 3px solid #ffffff;
  box-shadow: 0 10px 12px -8px #9c9c9c;
  background-color: #f5f5f5;
}
.cid-vcb4hYG5wl .items-wrapper .item .item-wrapper .item-content .icon-wrapper .icon-wrap .mbr-iconfont {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 84px;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 12px -8px #9c9c9c;
  background-color: #f5f5f5;
}
.cid-vcb4hYG5wl .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-vcb4hYG5wl .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-vcb4hYG5wl .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-vcb4hYG5wl .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcb4hYG5wl .mbr-label,
.cid-vcb4hYG5wl .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vcb4hYG5wl .mbr-section-title,
.cid-vcb4hYG5wl .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vcb4hYG5wl .mbr-text,
.cid-vcb4hYG5wl .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-vcb4hYG5wl .item-title {
  color: #000000;
}
.cid-vcb4hYG5wl .item-text {
  color: #515151;
  text-align: center;
}
.cid-vcb4hYG5wl .item-title,
.cid-vcb4hYG5wl .mbr-section-btn {
  text-align: center;
}
.cid-vcb5JKkwu4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-vcb5JKkwu4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcb5JKkwu4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcb5JKkwu4 .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vcb5JKkwu4 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vcb5JKkwu4 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vcb5JKkwu4 .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #a6a99c;
}
.cid-vcb5JKkwu4 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vcb5JKkwu4 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vcb5JKkwu4 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
  position: relative;
  background-image: linear-gradient(-180deg, #000000, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vcb5JKkwu4 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vcb5JKkwu4 .items-wrapper {
  margin: 0 -18px;
  justify-content: center;
}
.cid-vcb5JKkwu4 .items-wrapper .card {
  padding: 0 18px;
  justify-content: center;
}
.cid-vcb5JKkwu4 .items-wrapper .card .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vcb5JKkwu4 .items-wrapper .card .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vcb5JKkwu4 .items-wrapper .card .image-wrapper img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  box-shadow: 0 8px 20px -8px #515151;
}
@media (max-width: 992px) {
  .cid-vcb5JKkwu4 .items-wrapper .card .image-wrapper img {
    height: 300px;
  }
}
.cid-vcb5JKkwu4 .items-wrapper .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vcb5JKkwu4 .items-wrapper .card .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-vcb5JKkwu4 .items-wrapper .card .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcb5JKkwu4 .mbr-label,
.cid-vcb5JKkwu4 .label-wrapper {
  color: #000000;
  text-align: justify;
}
.cid-vcb5JKkwu4 .mbr-section-title,
.cid-vcb5JKkwu4 .title-wrapper {
  color: #000000;
  text-align: left;
}
.cid-vcb5JKkwu4 .mbr-text {
  color: #515151;
}
.cid-vcb9vAeuiD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-vcb9vAeuiD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcb9vAeuiD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcb9vAeuiD .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vcb9vAeuiD .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vcb9vAeuiD .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vcb9vAeuiD .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vcb9vAeuiD .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vcb9vAeuiD .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vcb9vAeuiD .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #000000, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vcb9vAeuiD .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vcb9vAeuiD .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcb9vAeuiD .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcb9vAeuiD .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-vcb9vAeuiD .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vcb9vAeuiD .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-vcb9vAeuiD .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vcb9vAeuiD .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-vcb9vAeuiD .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vcb9vAeuiD .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 24px;
  }
}
.cid-vcb9vAeuiD .items-wrapper .item .item-wrapper .item-img img {
  display: inline-block;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 100% !important;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 20px -8px #515151;
}
.cid-vcb9vAeuiD .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-vcb9vAeuiD .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-vcb9vAeuiD .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-vcb9vAeuiD .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcb9vAeuiD .mbr-label,
.cid-vcb9vAeuiD .label-wrapper {
  color: #000000;
  text-align: justify;
}
.cid-vcb9vAeuiD .mbr-section-title,
.cid-vcb9vAeuiD .title-wrapper {
  color: #000000;
  text-align: justify;
}
.cid-vcb9vAeuiD .mbr-text,
.cid-vcb9vAeuiD .text-wrapper {
  color: #515151;
  text-align: justify;
}
.cid-vcb9vAeuiD .item-title {
  color: #000000;
}
.cid-vcb9vAeuiD .item-text {
  color: #515151;
  text-align: center;
}
.cid-vcb9vAeuiD .item-title,
.cid-vcb9vAeuiD .mbr-section-btn {
  text-align: center;
}
.cid-vcboy2oNLT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-vcboy2oNLT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcboy2oNLT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcboy2oNLT .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vcboy2oNLT .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vcboy2oNLT .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vcboy2oNLT .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vcboy2oNLT .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vcboy2oNLT .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vcboy2oNLT .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #000000, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vcboy2oNLT .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vcboy2oNLT .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcboy2oNLT .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcboy2oNLT .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-vcboy2oNLT .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vcboy2oNLT .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-vcboy2oNLT .items-wrapper .item .item-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vcboy2oNLT .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-vcboy2oNLT .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vcboy2oNLT .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vcboy2oNLT .items-wrapper .item .item-wrapper .item-content .icon-wrapper .icon-wrap {
  width: 180px;
  height: 180px;
  display: inline-flex;
  padding: 10px;
  border-top: 3px solid #ffffff;
  box-shadow: 0 10px 12px -8px #9c9c9c;
  background-color: #f5f5f5;
}
.cid-vcboy2oNLT .items-wrapper .item .item-wrapper .item-content .icon-wrapper .icon-wrap .mbr-iconfont {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 84px;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 12px -8px #9c9c9c;
  background-color: #f5f5f5;
}
.cid-vcboy2oNLT .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-vcboy2oNLT .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-vcboy2oNLT .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-vcboy2oNLT .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcboy2oNLT .mbr-label,
.cid-vcboy2oNLT .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vcboy2oNLT .mbr-section-title,
.cid-vcboy2oNLT .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vcboy2oNLT .mbr-text,
.cid-vcboy2oNLT .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-vcboy2oNLT .item-title {
  color: #000000;
}
.cid-vcboy2oNLT .item-text {
  color: #515151;
}
.cid-vcboy2oNLT .item-title,
.cid-vcboy2oNLT .mbr-section-btn {
  text-align: left;
}
.cid-vcbnsySEC4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-vcbnsySEC4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcbnsySEC4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcbnsySEC4 .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vcbnsySEC4 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vcbnsySEC4 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vcbnsySEC4 .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vcbnsySEC4 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vcbnsySEC4 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vcbnsySEC4 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #000000, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vcbnsySEC4 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vcbnsySEC4 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcbnsySEC4 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcbnsySEC4 .card-wrapper {
  height: 100%;
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-vcbnsySEC4 .card-wrapper {
    padding: 24px;
  }
}
.cid-vcbnsySEC4 .card-wrapper .google-map iframe {
  height: 550px;
  box-shadow: 0 8px 20px -8px #9c9c9c;
  border-top: 3px solid #ffffff !important;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-vcbnsySEC4 .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-vcbnsySEC4 .mbr-label,
.cid-vcbnsySEC4 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vcbnsySEC4 .mbr-section-title,
.cid-vcbnsySEC4 .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vcbnsySEC4 .mbr-text,
.cid-vcbnsySEC4 .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-vcbdb9K4jY {
  background-image: url("../../../assets/images/photo-2024-12-27-17-02-45-1280x721.jpg");
}
.cid-vcbdb9K4jY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcbdb9K4jY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcbdb9K4jY .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vcbdb9K4jY .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vcbdb9K4jY .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vcbdb9K4jY .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vcbdb9K4jY .content-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-vcbdb9K4jY .content-wrapper .logo-wrapper img {
  width: 116px;
  height: 116px;
  object-fit: cover;
  display: inline-flex;
  border-radius: 100% !important;
  box-shadow: 0 20px 20px -5px #9c9c9c;
}
.cid-vcbdb9K4jY .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #000000, #000000 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vcbdb9K4jY .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #000000, #000000 40%);
  }
}
.cid-vcbdb9K4jY .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcbdb9K4jY .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcbdb9K4jY .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-vcbdb9K4jY .mbr-label,
.cid-vcbdb9K4jY .label-wrapper {
  color: #000000;
  text-align: justify;
}
.cid-vcbdb9K4jY .mbr-section-title {
  color: #000000;
}
.cid-vcbdb9K4jY .mbr-text,
.cid-vcbdb9K4jY .text-wrapper {
  color: #000000;
  text-align: left;
}
.cid-vcbdb9K4jY .mbr-section-title,
.cid-vcbdb9K4jY .title-wrapper,
.cid-vcbdb9K4jY .mbr-section-btn,
.cid-vcbdb9K4jY .logo-wrapper {
  text-align: left;
}
.cid-vcbqiU89dJ {
  background-image: url("../../../assets/images/mobi-wllppr-2-1920x1080.jpg");
}
.cid-vcbqiU89dJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcbqiU89dJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcbqiU89dJ .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vcbqiU89dJ .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vcbqiU89dJ .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vcbqiU89dJ .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vcbqiU89dJ .content-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-vcbqiU89dJ .content-wrapper .logo-wrapper img {
  width: 116px;
  height: 116px;
  object-fit: cover;
  display: inline-flex;
  border-radius: 100% !important;
  box-shadow: 0 20px 20px -5px #9c9c9c;
}
.cid-vcbqiU89dJ .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #000000, #000000 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vcbqiU89dJ .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #000000, #000000 40%);
  }
}
.cid-vcbqiU89dJ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcbqiU89dJ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcbqiU89dJ .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-vcbqiU89dJ .mbr-label,
.cid-vcbqiU89dJ .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vcbqiU89dJ .mbr-section-title {
  color: #000000;
}
.cid-vcbqiU89dJ .mbr-text,
.cid-vcbqiU89dJ .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vcbqiU89dJ .mbr-section-title,
.cid-vcbqiU89dJ .title-wrapper,
.cid-vcbqiU89dJ .mbr-section-btn,
.cid-vcbqiU89dJ .logo-wrapper {
  text-align: center;
}
.cid-vcbr2NMFnY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-vcbr2NMFnY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcbr2NMFnY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcbr2NMFnY .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vcbr2NMFnY .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vcbr2NMFnY .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vcbr2NMFnY .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vcbr2NMFnY .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vcbr2NMFnY .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vcbr2NMFnY .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #121212, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vcbr2NMFnY .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vcbr2NMFnY .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcbr2NMFnY .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcbr2NMFnY .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-vcbr2NMFnY .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vcbr2NMFnY .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-vcbr2NMFnY .items-wrapper .item .item-wrapper {
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-vcbr2NMFnY .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-vcbr2NMFnY .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 24px;
}
.cid-vcbr2NMFnY .items-wrapper .item .item-wrapper .item-content .item-price {
  margin-bottom: 24px;
}
.cid-vcbr2NMFnY .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 14px;
}
.cid-vcbr2NMFnY .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  width: 100%;
}
.cid-vcbr2NMFnY .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-vcbr2NMFnY .items-wrapper .item .item-wrapper .item-content .middle-border {
  position: relative;
  z-index: 1;
  width: 100%;
  border-bottom: 2px dashed #a8a8a8;
  margin-top: 24px;
}
.cid-vcbr2NMFnY .items-wrapper .item .item-wrapper .item-content .list {
  padding: 0;
  margin: 24px 0 0 0;
  list-style: none;
}
.cid-vcbr2NMFnY .items-wrapper .item .item-wrapper .item-content .list .item-wrap {
  margin-bottom: 16px;
  padding-left: 24px;
  position: relative;
}
.cid-vcbr2NMFnY .items-wrapper .item .item-wrapper .item-content .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vcbr2NMFnY .items-wrapper .item .item-wrapper .item-content .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  color: #515151;
}
.cid-vcbr2NMFnY .mbr-label,
.cid-vcbr2NMFnY .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vcbr2NMFnY .mbr-section-title,
.cid-vcbr2NMFnY .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vcbr2NMFnY .mbr-text,
.cid-vcbr2NMFnY .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-vcbr2NMFnY .item-title {
  color: #000000;
}
.cid-vcbr2NMFnY .item-price {
  color: #f92c50;
}
.cid-vcbr2NMFnY .item-text {
  color: #000000;
}
.cid-vcbr2NMFnY .list {
  color: #515151;
}
.cid-vcbwvyCCh1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mobi-wllppr-3-1920x1080.jpg");
}
.cid-vcbwvyCCh1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcbwvyCCh1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcbwvyCCh1 .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vcbwvyCCh1 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vcbwvyCCh1 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vcbwvyCCh1 .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vcbwvyCCh1 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vcbwvyCCh1 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vcbwvyCCh1 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #000000, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vcbwvyCCh1 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vcbwvyCCh1 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcbwvyCCh1 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcbwvyCCh1 .items-wrapper {
  margin: 0 -12px;
  justify-content: center;
}
.cid-vcbwvyCCh1 .items-wrapper .item {
  padding: 0 12px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vcbwvyCCh1 .items-wrapper .item {
    margin-bottom: 18px;
  }
}
.cid-vcbwvyCCh1 .items-wrapper .item .item-wrapper {
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vcbwvyCCh1 .items-wrapper .item .item-wrapper {
    padding: 24px;
  }
}
.cid-vcbwvyCCh1 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 24px;
}
.cid-vcbwvyCCh1 .items-wrapper .item .item-wrapper .item-content .middle-border {
  width: 100%;
  border-bottom: 2px dashed #a8a8a8;
  margin-bottom: 24px;
}
.cid-vcbwvyCCh1 .items-wrapper .item .item-wrapper .item-content .list {
  padding: 0;
  margin: 24px 0 0 0;
  list-style: none;
}
.cid-vcbwvyCCh1 .items-wrapper .item .item-wrapper .item-content .list .item-wrap {
  margin-bottom: 16px;
  padding-left: 24px;
  position: relative;
}
.cid-vcbwvyCCh1 .items-wrapper .item .item-wrapper .item-content .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vcbwvyCCh1 .items-wrapper .item .item-wrapper .item-content .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  color: #515151;
}
.cid-vcbwvyCCh1 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  width: 100%;
  margin-top: 14px;
}
.cid-vcbwvyCCh1 .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-vcbwvyCCh1 .mbr-label,
.cid-vcbwvyCCh1 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vcbwvyCCh1 .mbr-section-title,
.cid-vcbwvyCCh1 .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vcbwvyCCh1 .mbr-text,
.cid-vcbwvyCCh1 .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-vcbwvyCCh1 .item-title {
  color: #000000;
  text-align: center;
}
.cid-vcbwvyCCh1 .list {
  color: #515151;
}
.cid-vcfc9xXioK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-vcfc9xXioK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcfc9xXioK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcfc9xXioK .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-vcfc9xXioK .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vcfc9xXioK .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-vcfc9xXioK .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-vcfc9xXioK .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-vcfc9xXioK .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vcfc9xXioK .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
  position: relative;
  background-image: linear-gradient(-180deg, #121212, #000000 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-vcfc9xXioK .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vcfc9xXioK .items-wrapper {
  margin: 0 -18px;
  justify-content: center;
}
.cid-vcfc9xXioK .items-wrapper .card {
  padding: 0 18px;
  justify-content: center;
}
.cid-vcfc9xXioK .items-wrapper .card .card-wrapper .mbr-figure {
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
@media (max-width: 992px) {
  .cid-vcfc9xXioK .items-wrapper .card .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vcfc9xXioK .items-wrapper .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vcfc9xXioK .items-wrapper .card .text-wrapper .mbr-section-btn {
  margin-top: 14px;
}
.cid-vcfc9xXioK .items-wrapper .card .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcfc9xXioK .mbr-label,
.cid-vcfc9xXioK .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vcfc9xXioK .mbr-section-title,
.cid-vcfc9xXioK .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vcfc9xXioK .mbr-text {
  color: #515151;
}
