body {
  font-family: IBM Plex Mono;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 3.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.75rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.7rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.125rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 1.8rem;
  border-radius: 5px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ff726e !important;
}
.bg-success {
  background-color: #fbff87 !important;
}
.bg-info {
  background-color: #7c19ff !important;
}
.bg-warning {
  background-color: #f57c42 !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff726e !important;
  border-color: #ff726e !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #ff1e17 !important;
  border-color: #ff1e17 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff1e17 !important;
  border-color: #ff1e17 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  background-color: #54b3ff !important;
  border-color: #54b3ff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #54b3ff !important;
  border-color: #54b3ff !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #008cfc !important;
  border-color: #008cfc !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #008cfc !important;
  border-color: #008cfc !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  background-color: #54b3ff !important;
  border-color: #54b3ff !important;
}
.btn-info,
.btn-info:active {
  background-color: #7c19ff !important;
  border-color: #7c19ff !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #5300c1 !important;
  border-color: #5300c1 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5300c1 !important;
  border-color: #5300c1 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  background-color: #54b3ff !important;
  border-color: #54b3ff !important;
}
.btn-success,
.btn-success:active {
  background-color: #fbff87 !important;
  border-color: #fbff87 !important;
  color: #54b3ff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #f8ff30 !important;
  border-color: #f8ff30 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #54b3ff !important;
  background-color: #f8ff30 !important;
  border-color: #f8ff30 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  background-color: #54b3ff !important;
  border-color: #54b3ff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f57c42 !important;
  border-color: #f57c42 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #d54d0b !important;
  border-color: #d54d0b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #d54d0b !important;
  border-color: #d54d0b !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  background-color: #54b3ff !important;
  border-color: #54b3ff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #54b3ff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #54b3ff !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  background-color: #54b3ff !important;
  border-color: #54b3ff !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #54b3ff !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ffffff !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #54b3ff !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  background-color: #54b3ff !important;
  border-color: #54b3ff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  background-color: #54b3ff !important;
  border-color: #54b3ff !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff726e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background-color: #ff726e !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff726e !important;
  border-color: #ff726e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #54b3ff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background-color: #54b3ff !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #54b3ff !important;
  border-color: #54b3ff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #7c19ff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background-color: #7c19ff !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #7c19ff !important;
  border-color: #7c19ff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fbff87;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #828700 !important;
  background-color: #fbff87 !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #828700 !important;
  background-color: #fbff87 !important;
  border-color: #fbff87 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f57c42;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background-color: #f57c42 !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f57c42 !important;
  border-color: #f57c42 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ff726e !important;
}
.text-secondary {
  color: #54b3ff !important;
}
.text-success {
  color: #fbff87 !important;
}
.text-info {
  color: #7c19ff !important;
}
.text-warning {
  color: #f57c42 !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ff0f08 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #0084ed !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #f8ff21 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #4d00b2 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #c6470b !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cccccc !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) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ff726e;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #7c19ff;
}
.alert-warning {
  background-color: #f57c42;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff726e;
  border-color: #ff726e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff726e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f0e5ff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #ff726e !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #ff726e;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.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: #ff726e;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff726e;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff726e;
  border-bottom-color: #ff726e;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ff726e !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: #54b3ff !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='%23ff726e' %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;
}
.cid-tlVfQKJxvW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #54b3ff;
}
.cid-tlVfQKJxvW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlVfQKJxvW .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-tlVfQKJxvW .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 12px;
  background: #7c19ff;
  z-index: -1;
}
.cid-tlVfQKJxvW img {
  border-radius: 1rem;
}
.cid-tlVfQKJxvW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tlVfQKJxvW .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tlVfQKJxvW .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tlVfQKJxvW .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tlVfQKJxvW .mbr-section-title {
  color: #ffffff;
}
.cid-tlVfQKJxvW .mbr-section-subtitle,
.cid-tlVfQKJxvW .subtitle-wrap {
  color: #f4fcf9;
}
.cid-tlVfQKJxvW .mbr-text,
.cid-tlVfQKJxvW .mbr-section-btn {
  color: #ffffff;
}
.cid-v4zCftLY8g {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-v4zCftLY8g .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4zCftLY8g .mbr-iconfont {
  font-size: 1.6rem;
  color: #ff726e;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed #54b3ff;
  border-radius: 50%;
  transition: all 0.3s;
  margin: 0 0.5rem;
}
.cid-v4zCftLY8g .mbr-iconfont:hover {
  background: #ff726e;
  color: #54b3ff;
}
.cid-v4zCftLY8g .icon-wrap {
  display: flex;
}
.cid-v4zCftLY8g .link-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-v4zCftLY8g .link {
  display: flex;
}
.cid-v4zCftLY8g .mbr-linkiconfont {
  font-size: 0.8rem;
  color: #54b3ff;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed #54b3ff;
  margin-right: 1rem;
  border-radius: 50%;
  background: #fbff87;
  transition: all 0.3s;
}
.cid-v4zCftLY8g .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-v4zCftLY8g .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 9px;
  background: #d4ceff;
  z-index: -1;
}
.cid-v4zCftLY8g .text-wrapper {
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v4zCftLY8g .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v4zCftLY8g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4zCftLY8g .row {
  align-items: center;
  background: #f7f9fc;
  transition: all 0.3s;
  margin: 0;
  padding: 2rem 0;
}
.cid-v4zCftLY8g .row:hover {
  background: #f7f9fc;
}
.cid-v4zCftLY8g .mbr-link {
  color: #132835;
}
.cid-v4zCftLY8g .mbr-text,
.cid-v4zCftLY8g .mbr-section-btn {
  color: #19303d;
  text-align: left;
}
.cid-v4zCftLY8g .mbr-section-subtitle,
.cid-v4zCftLY8g .subtitle-wrap {
  text-align: center;
}
.cid-v4zCftLY8g .mbr-section-title {
  text-align: left;
}
.cid-v4zBVyC7UC {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v4zBVyC7UC .mbr-media {
  position: relative;
}
.cid-v4zBVyC7UC .mbr-media img {
  width: 100%;
  object-fit: cover;
  border: 2px dashed #54b3ff;
  border-radius: 8px;
}
.cid-v4zBVyC7UC .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-v4zBVyC7UC a:hover {
  background-image: none !important;
  border: none;
}
.cid-v4zBVyC7UC .mbr-media span {
  font-size: 4rem;
  color: #ff726e;
  transition: all 0.2s;
}
.cid-v4zBVyC7UC .mbr-media span:hover {
  color: #ff726e;
}
.cid-v4zBVyC7UC .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-v4zBVyC7UC .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-v4zBVyC7UC .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-v4zBVyC7UC .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v4zBVyC7UC .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v4zBVyC7UC .mbr-section-title {
  color: #132835;
}
.cid-v4zCWVhT9V {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #54b3ff;
}
.cid-v4zCWVhT9V .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4zCWVhT9V img {
  border-radius: 1rem;
}
.cid-v4zCWVhT9V .row {
  padding: 0 1rem;
}
.cid-v4zCWVhT9V .btn {
  transition: all 0.3s;
}
.cid-v4zCWVhT9V .btn:hover,
.cid-v4zCWVhT9V .btn:focus {
  background: white !important;
  color: #54b3ff !important;
  border: 2px dashed #54b3ff !important;
}
.cid-v4zCWVhT9V .card {
  background: #54b3ff;
  padding: 3rem 15rem;
  border-radius: 1rem;
}
@media (max-width: 1600px) {
  .cid-v4zCWVhT9V .card {
    padding: 3rem 10rem;
  }
}
@media (max-width: 992px) {
  .cid-v4zCWVhT9V .card {
    padding: 3rem 2rem;
  }
}
.cid-v4zCWVhT9V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v4zCWVhT9V .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v4zCWVhT9V .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v4zCWVhT9V .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v4zCWVhT9V .mbr-section-subtitle,
.cid-v4zCWVhT9V .subtitle-wrap {
  color: #19303d;
  text-align: center;
}
.cid-v4zCWVhT9V .mbr-text,
.cid-v4zCWVhT9V .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-tlW2z4qp42 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #f7f9fc;
}
.cid-tlW2z4qp42 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlW2z4qp42 h1 a {
  width: fit-content;
  position: relative;
  font-weight: 600;
  display: inline-block;
  z-index: 2;
}
.cid-tlW2z4qp42 h1 a:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 22px;
  background: #ff726e;
  z-index: -1;
}
.cid-tlW2z4qp42 h1 a:hover {
  color: inherit !important;
}
.cid-tlW2z4qp42 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tlW2z4qp42 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tlW2z4qp42 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tlW2z4qp42 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tlW2z4qp42 .mbr-section-title {
  color: #19303d;
  text-align: center;
}
.cid-tlW2z4qp42 .mbr-section-subtitle,
.cid-tlW2z4qp42 .subtitle-wrap {
  color: #19303d;
}
.cid-tlW2z4qp42 .mbr-text,
.cid-tlW2z4qp42 .mbr-section-btn {
  color: #19303d;
  text-align: center;
}
.cid-tlW2wdrWId {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
.cid-tlW2wdrWId .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlW2wdrWId .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tlW2wdrWId .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #ff726e;
  margin-bottom: 2rem;
}
.cid-tlW2wdrWId .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 10px;
  padding: 2rem;
  background: #7c19ff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tlW2wdrWId .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tlW2wdrWId .card-title,
.cid-tlW2wdrWId .card-box {
  color: #ffffff;
}
.cid-tlW2wdrWId .card-text {
  color: #ffffff;
}
.cid-v4CiDJoCBo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #7c19ff;
}
.cid-v4CiDJoCBo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4CiDJoCBo img {
  border-radius: 1rem;
}
.cid-v4CiDJoCBo .row {
  padding: 0 1rem;
}
.cid-v4CiDJoCBo .btn {
  transition: all 0.3s;
}
.cid-v4CiDJoCBo .btn:hover,
.cid-v4CiDJoCBo .btn:focus {
  background: white !important;
  color: #7c19ff !important;
  border: 2px dashed #7c19ff !important;
}
.cid-v4CiDJoCBo .card {
  background: #7c19ff;
  padding: 3rem 15rem;
  border-radius: 1rem;
}
@media (max-width: 1600px) {
  .cid-v4CiDJoCBo .card {
    padding: 3rem 10rem;
  }
}
@media (max-width: 992px) {
  .cid-v4CiDJoCBo .card {
    padding: 3rem 2rem;
  }
}
.cid-v4CiDJoCBo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v4CiDJoCBo .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v4CiDJoCBo .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v4CiDJoCBo .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v4CiDJoCBo .mbr-section-subtitle,
.cid-v4CiDJoCBo .subtitle-wrap {
  color: #19303d;
  text-align: center;
}
.cid-v4CiDJoCBo .mbr-text,
.cid-v4CiDJoCBo .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-v4zGOpdghp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v4zGOpdghp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4zGOpdghp .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-v4zGOpdghp .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 9px;
  background: #c6ffe0;
  z-index: -1;
}
.cid-v4zGOpdghp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4zGOpdghp .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v4zGOpdghp .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v4zGOpdghp .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v4zGOpdghp .mbr-section-title {
  color: #19303d;
  text-align: left;
}
.cid-v4zGOpdghp .mbr-section-subtitle,
.cid-v4zGOpdghp .subtitle-wrap {
  color: #19303d;
}
.cid-v4zGOpdghp .mbr-text,
.cid-v4zGOpdghp .mbr-section-btn {
  color: #19303d;
  text-align: left;
}
.cid-v4CgxiXxKK {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v4CgxiXxKK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4CgxiXxKK .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-v4CgxiXxKK .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 9px;
  background: #c6ffe0;
  z-index: -1;
}
.cid-v4CgxiXxKK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4CgxiXxKK .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v4CgxiXxKK .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v4CgxiXxKK .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v4CgxiXxKK .mbr-section-title {
  color: #19303d;
  text-align: center;
}
.cid-v4CgxiXxKK .mbr-section-subtitle,
.cid-v4CgxiXxKK .subtitle-wrap {
  color: #19303d;
}
.cid-v4CgxiXxKK .mbr-text,
.cid-v4CgxiXxKK .mbr-section-btn {
  color: #19303d;
  text-align: left;
}
.cid-v4zO40wwZH {
  background-image: url("../../../assets/images/pdv-testimonials.png-1-1956x1345.png");
}
.cid-v4zO40wwZH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4zO40wwZH .mbr-fallback-image {
  padding: 50px 0;
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4zO40wwZH .image-wrap {
  height: 400px;
}
@media (max-width: 992px) {
  .cid-v4zO40wwZH .image-wrap {
    height: 300px;
  }
}
.cid-v4zOaoPaLb {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v4zOaoPaLb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4zOaoPaLb h1 a {
  width: fit-content;
  position: relative;
  font-weight: 600;
  display: inline-block;
  z-index: 2;
}
.cid-v4zOaoPaLb h1 a:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 22px;
  background: #ff726e;
  z-index: -1;
}
.cid-v4zOaoPaLb h1 a:hover {
  color: inherit !important;
}
.cid-v4zOaoPaLb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4zOaoPaLb .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v4zOaoPaLb .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v4zOaoPaLb .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v4zOaoPaLb .mbr-section-title {
  color: #19303d;
  text-align: center;
}
.cid-v4zOaoPaLb .mbr-section-subtitle,
.cid-v4zOaoPaLb .subtitle-wrap {
  color: #19303d;
}
.cid-v4zOaoPaLb .mbr-text,
.cid-v4zOaoPaLb .mbr-section-btn {
  color: #19303d;
  text-align: center;
}
.cid-v4Chfhnmwt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: linear-gradient(0deg, #e1e7f2 -70%, #ffffff 100%);
}
.cid-v4Chfhnmwt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4Chfhnmwt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4Chfhnmwt .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v4Chfhnmwt .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v4Chfhnmwt .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v4Chfhnmwt .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v4Chfhnmwt .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v4Chfhnmwt .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v4Chfhnmwt .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v4Chfhnmwt .content-wrap {
  padding-left: 68px;
  padding-left: 0;
  padding-right: 68px;
}
@media (max-width: 992px) {
  .cid-v4Chfhnmwt .content-wrap {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-v4Chfhnmwt .content-wrap {
    padding-right: 0;
  }
}
.cid-v4Chfhnmwt .mbr-label {
  color: #a6adbf;
}
.cid-v4Chfhnmwt .mbr-section-title {
  color: #111111;
}
.cid-v4Chfhnmwt .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-v4Chfhnmwt .mbr-text,
.cid-v4Chfhnmwt .text-wrapper {
  color: #666666;
}
.cid-v4CsY3rLEo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: linear-gradient(0deg, #e1e7f2 -70%, #ffffff 100%);
}
.cid-v4CsY3rLEo .mbr-media {
  position: relative;
}
.cid-v4CsY3rLEo .mbr-media img {
  width: 100%;
  object-fit: cover;
  border: 2px dashed #54b3ff;
  border-radius: 8px;
}
.cid-v4CsY3rLEo .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-v4CsY3rLEo a:hover {
  background-image: none !important;
  border: none;
}
.cid-v4CsY3rLEo .mbr-media span {
  font-size: 4rem;
  color: #ff726e;
  transition: all 0.2s;
}
.cid-v4CsY3rLEo .mbr-media span:hover {
  color: #ff726e;
}
.cid-v4CsY3rLEo .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-v4CsY3rLEo .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-v4CsY3rLEo .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-v4CsY3rLEo .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v4CsY3rLEo .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v4CsY3rLEo .mbr-section-title {
  color: #111111;
}
.cid-v4CsY3rLEo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4CsY3rLEo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4CsY3rLEo .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v4CsY3rLEo .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v4CsY3rLEo .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v4CsY3rLEo .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v4CsY3rLEo .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v4CsY3rLEo .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v4CsY3rLEo .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v4CsY3rLEo .content-wrap {
  padding-left: 68px;
  padding-left: 0;
  padding-right: 68px;
}
@media (max-width: 992px) {
  .cid-v4CsY3rLEo .content-wrap {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-v4CsY3rLEo .content-wrap {
    padding-right: 0;
  }
}
.cid-v4CsY3rLEo .mbr-label {
  color: #a6adbf;
}
.cid-v4CsY3rLEo .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-v4CsY3rLEo .mbr-text,
.cid-v4CsY3rLEo .text-wrapper {
  color: #666666;
}
.cid-v4Ct35vpQh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: linear-gradient(0deg, #e1e7f2 -70%, #ffffff 100%);
}
.cid-v4Ct35vpQh .mbr-media {
  position: relative;
}
.cid-v4Ct35vpQh .mbr-media img {
  width: 100%;
  object-fit: cover;
  border: 2px dashed #54b3ff;
  border-radius: 8px;
}
.cid-v4Ct35vpQh .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-v4Ct35vpQh a:hover {
  background-image: none !important;
  border: none;
}
.cid-v4Ct35vpQh .mbr-media span {
  font-size: 4rem;
  color: #ff726e;
  transition: all 0.2s;
}
.cid-v4Ct35vpQh .mbr-media span:hover {
  color: #ff726e;
}
.cid-v4Ct35vpQh .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-v4Ct35vpQh .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-v4Ct35vpQh .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-v4Ct35vpQh .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v4Ct35vpQh .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v4Ct35vpQh .mbr-section-title {
  color: #111111;
}
.cid-v4Ct35vpQh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4Ct35vpQh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4Ct35vpQh .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v4Ct35vpQh .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v4Ct35vpQh .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v4Ct35vpQh .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v4Ct35vpQh .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v4Ct35vpQh .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v4Ct35vpQh .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v4Ct35vpQh .content-wrap {
  padding-left: 68px;
  padding-left: 0;
  padding-right: 68px;
}
@media (max-width: 992px) {
  .cid-v4Ct35vpQh .content-wrap {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-v4Ct35vpQh .content-wrap {
    padding-right: 0;
  }
}
.cid-v4Ct35vpQh .mbr-label {
  color: #a6adbf;
}
.cid-v4Ct35vpQh .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-v4Ct35vpQh .mbr-text,
.cid-v4Ct35vpQh .text-wrapper {
  color: #666666;
}
.cid-v4Ct7TzXC0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: linear-gradient(0deg, #e1e7f2 -70%, #ffffff 100%);
}
.cid-v4Ct7TzXC0 .mbr-media {
  position: relative;
}
.cid-v4Ct7TzXC0 .mbr-media img {
  width: 100%;
  object-fit: cover;
  border: 2px dashed #54b3ff;
  border-radius: 8px;
}
.cid-v4Ct7TzXC0 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-v4Ct7TzXC0 a:hover {
  background-image: none !important;
  border: none;
}
.cid-v4Ct7TzXC0 .mbr-media span {
  font-size: 4rem;
  color: #ff726e;
  transition: all 0.2s;
}
.cid-v4Ct7TzXC0 .mbr-media span:hover {
  color: #ff726e;
}
.cid-v4Ct7TzXC0 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-v4Ct7TzXC0 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-v4Ct7TzXC0 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-v4Ct7TzXC0 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v4Ct7TzXC0 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v4Ct7TzXC0 .mbr-section-title {
  color: #111111;
}
.cid-v4Ct7TzXC0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4Ct7TzXC0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4Ct7TzXC0 .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v4Ct7TzXC0 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v4Ct7TzXC0 .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v4Ct7TzXC0 .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v4Ct7TzXC0 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v4Ct7TzXC0 .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v4Ct7TzXC0 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v4Ct7TzXC0 .content-wrap {
  padding-left: 68px;
  padding-left: 0;
  padding-right: 68px;
}
@media (max-width: 992px) {
  .cid-v4Ct7TzXC0 .content-wrap {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-v4Ct7TzXC0 .content-wrap {
    padding-right: 0;
  }
}
.cid-v4Ct7TzXC0 .mbr-label {
  color: #a6adbf;
}
.cid-v4Ct7TzXC0 .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-v4Ct7TzXC0 .mbr-text,
.cid-v4Ct7TzXC0 .text-wrapper {
  color: #666666;
}
.cid-v4CtcG9fTS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: linear-gradient(0deg, #e1e7f2 -70%, #ffffff 100%);
}
.cid-v4CtcG9fTS .mbr-media {
  position: relative;
}
.cid-v4CtcG9fTS .mbr-media img {
  width: 100%;
  object-fit: cover;
  border: 2px dashed #54b3ff;
  border-radius: 8px;
}
.cid-v4CtcG9fTS .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-v4CtcG9fTS a:hover {
  background-image: none !important;
  border: none;
}
.cid-v4CtcG9fTS .mbr-media span {
  font-size: 4rem;
  color: #ff726e;
  transition: all 0.2s;
}
.cid-v4CtcG9fTS .mbr-media span:hover {
  color: #ff726e;
}
.cid-v4CtcG9fTS .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-v4CtcG9fTS .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-v4CtcG9fTS .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-v4CtcG9fTS .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v4CtcG9fTS .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v4CtcG9fTS .mbr-section-title {
  color: #111111;
}
.cid-v4CtcG9fTS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4CtcG9fTS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4CtcG9fTS .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v4CtcG9fTS .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v4CtcG9fTS .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v4CtcG9fTS .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v4CtcG9fTS .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v4CtcG9fTS .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v4CtcG9fTS .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v4CtcG9fTS .content-wrap {
  padding-left: 68px;
  padding-left: 0;
  padding-right: 68px;
}
@media (max-width: 992px) {
  .cid-v4CtcG9fTS .content-wrap {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-v4CtcG9fTS .content-wrap {
    padding-right: 0;
  }
}
.cid-v4CtcG9fTS .mbr-label {
  color: #a6adbf;
}
.cid-v4CtcG9fTS .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-v4CtcG9fTS .mbr-text,
.cid-v4CtcG9fTS .text-wrapper {
  color: #666666;
}
.cid-v4CthcIxWx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: linear-gradient(0deg, #e1e7f2 -70%, #ffffff 100%);
}
.cid-v4CthcIxWx .mbr-media {
  position: relative;
}
.cid-v4CthcIxWx .mbr-media img {
  width: 100%;
  object-fit: cover;
  border: 2px dashed #54b3ff;
  border-radius: 8px;
}
.cid-v4CthcIxWx .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-v4CthcIxWx a:hover {
  background-image: none !important;
  border: none;
}
.cid-v4CthcIxWx .mbr-media span {
  font-size: 4rem;
  color: #ff726e;
  transition: all 0.2s;
}
.cid-v4CthcIxWx .mbr-media span:hover {
  color: #ff726e;
}
.cid-v4CthcIxWx .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-v4CthcIxWx .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-v4CthcIxWx .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-v4CthcIxWx .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v4CthcIxWx .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v4CthcIxWx .mbr-section-title {
  color: #111111;
}
.cid-v4CthcIxWx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4CthcIxWx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4CthcIxWx .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v4CthcIxWx .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v4CthcIxWx .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v4CthcIxWx .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v4CthcIxWx .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v4CthcIxWx .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v4CthcIxWx .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v4CthcIxWx .content-wrap {
  padding-left: 68px;
  padding-left: 0;
  padding-right: 68px;
}
@media (max-width: 992px) {
  .cid-v4CthcIxWx .content-wrap {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-v4CthcIxWx .content-wrap {
    padding-right: 0;
  }
}
.cid-v4CthcIxWx .mbr-label {
  color: #a6adbf;
}
.cid-v4CthcIxWx .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-v4CthcIxWx .mbr-text,
.cid-v4CthcIxWx .text-wrapper {
  color: #666666;
}
.cid-v4CtnYpRZq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: linear-gradient(0deg, #e1e7f2 -70%, #ffffff 100%);
}
.cid-v4CtnYpRZq .mbr-media {
  position: relative;
}
.cid-v4CtnYpRZq .mbr-media img {
  width: 100%;
  object-fit: cover;
  border: 2px dashed #54b3ff;
  border-radius: 8px;
}
.cid-v4CtnYpRZq .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-v4CtnYpRZq a:hover {
  background-image: none !important;
  border: none;
}
.cid-v4CtnYpRZq .mbr-media span {
  font-size: 4rem;
  color: #ff726e;
  transition: all 0.2s;
}
.cid-v4CtnYpRZq .mbr-media span:hover {
  color: #ff726e;
}
.cid-v4CtnYpRZq .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-v4CtnYpRZq .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-v4CtnYpRZq .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-v4CtnYpRZq .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v4CtnYpRZq .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v4CtnYpRZq .mbr-section-title {
  color: #111111;
}
.cid-v4CtnYpRZq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4CtnYpRZq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4CtnYpRZq .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v4CtnYpRZq .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v4CtnYpRZq .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v4CtnYpRZq .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v4CtnYpRZq .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v4CtnYpRZq .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v4CtnYpRZq .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v4CtnYpRZq .content-wrap {
  padding-left: 68px;
  padding-left: 0;
  padding-right: 68px;
}
@media (max-width: 992px) {
  .cid-v4CtnYpRZq .content-wrap {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-v4CtnYpRZq .content-wrap {
    padding-right: 0;
  }
}
.cid-v4CtnYpRZq .mbr-label {
  color: #a6adbf;
}
.cid-v4CtnYpRZq .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-v4CtnYpRZq .mbr-text,
.cid-v4CtnYpRZq .text-wrapper {
  color: #666666;
}
.cid-v4Ctso3Q3S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  background-image: linear-gradient(0deg, #e1e7f2 -70%, #ffffff 100%);
}
.cid-v4Ctso3Q3S .mbr-media {
  position: relative;
}
.cid-v4Ctso3Q3S .mbr-media img {
  width: 100%;
  object-fit: cover;
  border: 2px dashed #54b3ff;
  border-radius: 8px;
}
.cid-v4Ctso3Q3S .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-v4Ctso3Q3S a:hover {
  background-image: none !important;
  border: none;
}
.cid-v4Ctso3Q3S .mbr-media span {
  font-size: 4rem;
  color: #ff726e;
  transition: all 0.2s;
}
.cid-v4Ctso3Q3S .mbr-media span:hover {
  color: #ff726e;
}
.cid-v4Ctso3Q3S .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-v4Ctso3Q3S .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-v4Ctso3Q3S .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-v4Ctso3Q3S .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v4Ctso3Q3S .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v4Ctso3Q3S .mbr-section-title {
  color: #111111;
}
.cid-v4Ctso3Q3S .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4Ctso3Q3S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4Ctso3Q3S .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v4Ctso3Q3S .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v4Ctso3Q3S .content-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v4Ctso3Q3S .content-wrapper .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v4Ctso3Q3S .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v4Ctso3Q3S .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v4Ctso3Q3S .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v4Ctso3Q3S .content-wrap {
  padding-left: 68px;
  padding-left: 0;
  padding-right: 68px;
}
@media (max-width: 992px) {
  .cid-v4Ctso3Q3S .content-wrap {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-v4Ctso3Q3S .content-wrap {
    padding-right: 0;
  }
}
.cid-v4Ctso3Q3S .mbr-label {
  color: #a6adbf;
}
.cid-v4Ctso3Q3S .mbr-section-subtitle {
  color: #ff6d99;
}
.cid-v4Ctso3Q3S .mbr-text,
.cid-v4Ctso3Q3S .text-wrapper {
  color: #666666;
}
.cid-v4CxPm9WgL {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #7c19ff;
}
.cid-v4CxPm9WgL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4CxPm9WgL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4CxPm9WgL .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-v4CxPm9WgL .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-v4CxPm9WgL .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-v4CxPm9WgL .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-v4CxPm9WgL .mbr-section-title {
  color: #f5f8ff;
}
.cid-v4CxPm9WgL .mbr-label {
  color: #f5f8ff;
  text-align: center;
}
.cid-v4CxPm9WgL .mbr-section-title,
.cid-v4CxPm9WgL .title-wrapper,
.cid-v4CxPm9WgL .mbr-section-btn {
  text-align: center;
}
.cid-v4CtR8fW6V {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v4CtR8fW6V .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4CtR8fW6V .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-v4CtR8fW6V .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 9px;
  background: #c6ffe0;
  z-index: -1;
}
.cid-v4CtR8fW6V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4CtR8fW6V .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v4CtR8fW6V .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v4CtR8fW6V .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v4CtR8fW6V .mbr-section-title {
  color: #19303d;
}
.cid-v4CtR8fW6V .mbr-section-subtitle,
.cid-v4CtR8fW6V .subtitle-wrap {
  color: #19303d;
}
.cid-v4CtR8fW6V .mbr-text,
.cid-v4CtR8fW6V .mbr-section-btn {
  color: #19303d;
}
.cid-v4CvloC6F4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #7c19ff;
}
.cid-v4CvloC6F4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4CvloC6F4 .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-v4CvloC6F4 .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 9px;
  background: #c6ffe0;
  z-index: -1;
}
.cid-v4CvloC6F4 .btn:hover,
.cid-v4CvloC6F4 .btn:focus {
  background: white !important;
  color: #54b3ff !important;
  border-color: white !important;
}
.cid-v4CvloC6F4 img {
  border-radius: 1rem;
}
.cid-v4CvloC6F4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4CvloC6F4 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v4CvloC6F4 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v4CvloC6F4 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v4CvloC6F4 .mbr-section-title {
  color: #ffffff;
}
.cid-v4CvloC6F4 .mbr-section-subtitle,
.cid-v4CvloC6F4 .subtitle-wrap {
  color: #19303d;
}
.cid-v4CvloC6F4 .mbr-text,
.cid-v4CvloC6F4 .mbr-section-btn {
  color: #ffffff;
}
.cid-v4CvxAzg9Q {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v4CvxAzg9Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4CvxAzg9Q .mbr-iconfont {
  font-size: 1.6rem;
  color: #ff726e;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed #54b3ff;
  border-radius: 50%;
  transition: all 0.3s;
  margin: 0 0.5rem;
}
.cid-v4CvxAzg9Q .mbr-iconfont:hover {
  background: #ff726e;
  color: #54b3ff;
}
.cid-v4CvxAzg9Q .icon-wrap {
  display: flex;
}
.cid-v4CvxAzg9Q .link-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-v4CvxAzg9Q .link {
  display: flex;
}
.cid-v4CvxAzg9Q .mbr-linkiconfont {
  font-size: 0.8rem;
  color: #54b3ff;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed #54b3ff;
  margin-right: 1rem;
  border-radius: 50%;
  background: #fbff87;
  transition: all 0.3s;
}
.cid-v4CvxAzg9Q .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-v4CvxAzg9Q .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 9px;
  background: #d4ceff;
  z-index: -1;
}
.cid-v4CvxAzg9Q .text-wrapper {
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v4CvxAzg9Q .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v4CvxAzg9Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4CvxAzg9Q .row {
  align-items: center;
  background: #f7f9fc;
  transition: all 0.3s;
  margin: 0;
  padding: 2rem 0;
}
.cid-v4CvxAzg9Q .row:hover {
  background: #fbff87;
}
.cid-v4CvxAzg9Q .mbr-link {
  color: #132835;
}
.cid-v4CvxAzg9Q .mbr-text,
.cid-v4CvxAzg9Q .mbr-section-btn {
  color: #19303d;
  text-align: left;
}
.cid-v4CvxAzg9Q .mbr-section-subtitle,
.cid-v4CvxAzg9Q .subtitle-wrap {
  text-align: center;
}
.cid-v4CvxAzg9Q .mbr-section-title {
  text-align: left;
}
.cid-v4CvLaRxmp {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-v4CvLaRxmp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4CvLaRxmp .mbr-iconfont {
  font-size: 1.6rem;
  color: #ff726e;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed #54b3ff;
  border-radius: 50%;
  transition: all 0.3s;
  margin: 0 0.5rem;
}
.cid-v4CvLaRxmp .mbr-iconfont:hover {
  background: #ff726e;
  color: #54b3ff;
}
.cid-v4CvLaRxmp .icon-wrap {
  display: flex;
}
.cid-v4CvLaRxmp .link-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-v4CvLaRxmp .link {
  display: flex;
}
.cid-v4CvLaRxmp .mbr-linkiconfont {
  font-size: 0.8rem;
  color: #54b3ff;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed #54b3ff;
  margin-right: 1rem;
  border-radius: 50%;
  background: #fbff87;
  transition: all 0.3s;
}
.cid-v4CvLaRxmp .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-v4CvLaRxmp .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 9px;
  background: #d4ceff;
  z-index: -1;
}
.cid-v4CvLaRxmp .text-wrapper {
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v4CvLaRxmp .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v4CvLaRxmp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4CvLaRxmp .row {
  align-items: center;
  background: #f7f9fc;
  transition: all 0.3s;
  margin: 0;
  padding: 2rem 0;
}
.cid-v4CvLaRxmp .row:hover {
  background: #fbff87;
}
.cid-v4CvLaRxmp .mbr-link {
  color: #132835;
}
.cid-v4CvLaRxmp .mbr-text,
.cid-v4CvLaRxmp .mbr-section-btn {
  color: #19303d;
  text-align: left;
}
.cid-v4CvLaRxmp .mbr-section-subtitle,
.cid-v4CvLaRxmp .subtitle-wrap {
  text-align: center;
}
.cid-v4CvLaRxmp .mbr-section-title {
  text-align: left;
}
.cid-v4CwwRmSOa {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #7c19ff;
}
.cid-v4CwwRmSOa .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4CwwRmSOa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4CwwRmSOa .content-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-v4CwwRmSOa .content-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-v4CwwRmSOa .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-v4CwwRmSOa .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-v4CwwRmSOa .mbr-section-title {
  color: #f5f8ff;
}
.cid-v4CwwRmSOa .mbr-label {
  color: #f5f8ff;
  text-align: center;
}
.cid-v4CwwRmSOa .mbr-section-title,
.cid-v4CwwRmSOa .title-wrapper,
.cid-v4CwwRmSOa .mbr-section-btn {
  text-align: center;
}
.cid-v4CwVUmnZ7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v4CwVUmnZ7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4CwVUmnZ7 .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-v4CwVUmnZ7 .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 9px;
  background: #d4ceff;
  z-index: -1;
}
.cid-v4CwVUmnZ7 .text-wrapper {
  max-width: 650px;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v4CwVUmnZ7 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v4CwVUmnZ7 img {
  border-radius: 1rem;
}
.cid-v4CwVUmnZ7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4CwVUmnZ7 .row {
  flex-direction: row-reverse;
}
.cid-v4CwVUmnZ7 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v4CwVUmnZ7 .image-wrapper {
    padding: 1rem;
  }
}
.cid-v4CwVUmnZ7 .mbr-section-title {
  color: #19303d;
}
.cid-v4CwVUmnZ7 .mbr-section-subtitle,
.cid-v4CwVUmnZ7 .subtitle-wrap {
  color: #19303d;
}
.cid-v4CwVUmnZ7 .mbr-text,
.cid-v4CwVUmnZ7 .mbr-section-btn {
  color: #19303d;
}
.cid-v4Cye9cTOa {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v4Cye9cTOa .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4Cye9cTOa .mbr-iconfont {
  font-size: 1.6rem;
  color: #ff726e;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed #54b3ff;
  border-radius: 50%;
  transition: all 0.3s;
  margin: 0 0.5rem;
}
.cid-v4Cye9cTOa .mbr-iconfont:hover {
  background: #ff726e;
  color: #54b3ff;
}
.cid-v4Cye9cTOa .icon-wrap {
  display: flex;
}
.cid-v4Cye9cTOa .link-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-v4Cye9cTOa .link {
  display: flex;
}
.cid-v4Cye9cTOa .mbr-linkiconfont {
  font-size: 0.8rem;
  color: #54b3ff;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed #54b3ff;
  margin-right: 1rem;
  border-radius: 50%;
  background: #fbff87;
  transition: all 0.3s;
}
.cid-v4Cye9cTOa .mbr-section-subtitle {
  width: fit-content;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.cid-v4Cye9cTOa .mbr-section-subtitle:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 9px;
  background: #d4ceff;
  z-index: -1;
}
.cid-v4Cye9cTOa .text-wrapper {
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v4Cye9cTOa .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v4Cye9cTOa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4Cye9cTOa .row {
  align-items: center;
  background: #f7f9fc;
  transition: all 0.3s;
  margin: 0;
  padding: 2rem 0;
}
.cid-v4Cye9cTOa .row:hover {
  background: #fbff87;
}
.cid-v4Cye9cTOa .mbr-link {
  color: #132835;
}
.cid-v4Cye9cTOa .mbr-text,
.cid-v4Cye9cTOa .mbr-section-btn {
  color: #19303d;
  text-align: center;
}
.cid-v4Cye9cTOa .mbr-section-subtitle,
.cid-v4Cye9cTOa .subtitle-wrap {
  text-align: center;
}
.cid-v4Cye9cTOa .mbr-section-title {
  text-align: center;
}
.cid-v4CyWHXF1T {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #7c19ff;
}
.cid-v4CyWHXF1T .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4CyWHXF1T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4CyWHXF1T .mbr-section-head {
  margin-bottom: 2rem;
}
.cid-v4CyWHXF1T .mbr-section-title {
  color: #FFFFFF;
}
.cid-v4CyWHXF1T .mbr-section-subtitle {
  margin-top: 1rem;
  color: #FFFFFF;
}
.cid-v4CyWHXF1T .row {
  row-gap: 32px;
}
.cid-v4CyWHXF1T .item {
  border-radius: 0;
}
.cid-v4CyWHXF1T .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 2rem;
  height: 100%;
  width: 100%;
  background-color: #efefef;
}
.cid-v4CyWHXF1T .card-title-wrap {
  width: 100%;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #767676;
}
.cid-v4CyWHXF1T .card-title {
  color: #24262b;
}
.cid-v4CyWHXF1T .card-subtitle {
  color: #24262b;
}
.cid-v4CyWHXF1T .mbr-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-v4CyWHXF1T .card-number-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-v4CyWHXF1T .price-text {
  color: #24262b;
}
.cid-v4CyWHXF1T .price-number-text {
  color: #24262b;
}
.cid-v4CyWHXF1T .price-caption {
  margin-top: 16px;
  color: #24262b;
}
.cid-v4CyWHXF1T .mbr-section-btn {
  margin-top: 54px;
}
.cid-v4CAC6rfjc {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v4CAC6rfjc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4CAC6rfjc h1 a {
  width: fit-content;
  position: relative;
  font-weight: 600;
  display: inline-block;
  z-index: 2;
}
.cid-v4CAC6rfjc h1 a:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 10%;
  width: 100%;
  height: 22px;
  background: #ff726e;
  z-index: -1;
}
.cid-v4CAC6rfjc h1 a:hover {
  color: inherit !important;
}
.cid-v4CAC6rfjc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4CAC6rfjc .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v4CAC6rfjc .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v4CAC6rfjc .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v4CAC6rfjc .mbr-section-title {
  color: #19303d;
  text-align: center;
}
.cid-v4CAC6rfjc .mbr-section-subtitle,
.cid-v4CAC6rfjc .subtitle-wrap {
  color: #19303d;
}
.cid-v4CAC6rfjc .mbr-text,
.cid-v4CAC6rfjc .mbr-section-btn {
  color: #19303d;
  text-align: left;
}
.cid-v4CATV5ZTV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f1f3;
}
.cid-v4CATV5ZTV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4CATV5ZTV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4CATV5ZTV .content-wrapper {
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .cid-v4CATV5ZTV .content-wrapper {
    margin-bottom: 40px;
    position: static;
  }
}
.cid-v4CATV5ZTV .panel-group .card {
  position: relative;
  border-radius: 0 !important;
  padding: 30px 0;
  background-color: transparent;
  border-bottom: 1px solid #dddddd;
}
@media (max-width: 992px) {
  .cid-v4CATV5ZTV .panel-group .card {
    padding: 20px 0;
  }
}
.cid-v4CATV5ZTV .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v4CATV5ZTV .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-v4CATV5ZTV .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-v4CATV5ZTV .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #19171c;
  margin-top: 4px;
  margin-left: 20px;
}
.cid-v4CATV5ZTV .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-v4CATV5ZTV .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-v4CATV5ZTV .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v4CATV5ZTV .mbr-section-title {
  color: #19171c;
}
.cid-v4CATV5ZTV .panel-title {
  color: #19171c;
}
.cid-v4CATV5ZTV .panel-text {
  color: #6e6e73;
}
.cid-v4CBQQSgPO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #54b3ff;
}
.cid-v4CBQQSgPO .foot-menu {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v4CBQQSgPO .foot-menu {
    justify-content: center;
  }
}
.cid-v4CBQQSgPO .foot-menu li {
  padding: 0 1rem 1rem 1rem;
  transition: all 0.3s;
}
.cid-v4CBQQSgPO .foot-menu li:hover {
  color: #ff726e;
  cursor: pointer;
}
.cid-v4CBQQSgPO .foot-menu li p {
  margin: 0;
}
.cid-v4CBQQSgPO .mbr-text {
  text-align: left;
}
@media (max-width: 992px) {
  .cid-v4CBQQSgPO .mbr-text {
    text-align: center;
  }
}
.cid-v4CBQQSgPO .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-v4CBQQSgPO .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v4CBQQSgPO .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v4CBQQSgPO .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-v4CBQQSgPO .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v4CBQQSgPO .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v4CBQQSgPO .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-v4CBQQSgPO .row-copirayt p {
  width: 100%;
}
