.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: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2.8rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((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: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    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: #186ce0 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #186ce0 !important;
  border-color: #186ce0 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #4088eb !important;
  border-color: #4088eb !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #4088eb !important;
  border-color: #4088eb !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: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !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: #186ce0;
  color: #186ce0;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #104692 !important;
  background-color: transparent !important;
  border-color: #104692 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #186ce0 !important;
  border-color: #186ce0 !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: #320707;
  color: #320707;
}
.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: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !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: #186ce0 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0e4084 !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: #000000 !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: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !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: #186ce0;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #186ce0;
  border-color: #186ce0;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #186ce0;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #cbdef9;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.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 a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #186ce0 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #186ce0;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #186ce0;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #186ce0;
}
.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: #186ce0;
  border-bottom-color: #186ce0;
}
.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: #186ce0 !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='%23186ce0' %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-vkvi0sU9kb {
  padding-top: 7rem;
  background-image: url("../../../assets/images/mbr-1920x1114.jpg");
}
.cid-vkvi0sU9kb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkvi0sU9kb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkvi0sU9kb .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 12rem;
}
.cid-vkvi0sU9kb .content-wrapper .title-wrapper {
  margin-bottom: 40px;
}
.cid-vkvi0sU9kb .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 16px;
}
.cid-vkvi0sU9kb .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -8px #cccccc, 0 10px 10px -8px #cccccc;
  background-color: #fafafa;
}
.cid-vkvi0sU9kb .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
}
.cid-vkvi0sU9kb .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-vkvi0sU9kb .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vkvi0sU9kb .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vkvi0sU9kb .content-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkvi0sU9kb .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vkvi0sU9kb .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 992px) {
  .cid-vkvi0sU9kb .panel-group {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vkvi0sU9kb .panel-group .content-wrap:nth-child(2) {
    margin-top: 20px;
  }
}
.cid-vkvi0sU9kb .panel-group .card {
  position: relative;
  padding: 0;
  margin-top: 20px;
  background-color: #fafafa;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #cccccc, 0 10px 10px -5px #cccccc;
  transition: all 0.3s ease-in-out;
}
.cid-vkvi0sU9kb .panel-group .card:first-child {
  margin-top: 0;
}
.cid-vkvi0sU9kb .panel-group .card:hover {
  transform: translateY(-2px);
}
.cid-vkvi0sU9kb .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vkvi0sU9kb .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 18px 20px;
}
.cid-vkvi0sU9kb .panel-group .card .card-header .panel-title .panel-title-edit {
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-vkvi0sU9kb .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 16px;
  height: 16px;
  min-width: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
}
.cid-vkvi0sU9kb .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  color: #475569;
}
.cid-vkvi0sU9kb .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #186ce0;
  transform: rotate(-180deg);
}
.cid-vkvi0sU9kb .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #186ce0;
}
.cid-vkvi0sU9kb .panel-group .card .panel-collapse .panel-body {
  margin: 0 18px 20px;
}
.cid-vkvi0sU9kb .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vkvi0sU9kb .mbr-label,
.cid-vkvi0sU9kb .label-wrapper {
  color: #334155;
  text-align: center;
}
.cid-vkvi0sU9kb .mbr-section-title {
  color: #0f172a;
  text-align: center;
}
.cid-vkvi0sU9kb .mbr-text,
.cid-vkvi0sU9kb .text-wrapper {
  color: #475569;
  text-align: center;
}
.cid-vkvi0sU9kb .panel-title-edit {
  color: #0f172a;
}
.cid-vkvi0sU9kb .panel-text {
  color: #475569;
}
.cid-vkvi0sU9kb .mbr-section-btn {
  text-align: center;
}
.cid-vkvkuNB7Ib {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #1b2e5c;
  overflow: hidden;
}
.cid-vkvkuNB7Ib .media-container-row .mbr-text {
  color: #186ce0;
}
.cid-vkvFBXzf2h {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vkvFBXzf2h .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-vkvFBXzf2h .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vkvFBXzf2h {
    align-items: center;
  }
  .cid-vkvFBXzf2h .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vkvFBXzf2h .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vkvFBXzf2h {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vkvFBXzf2h .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vkvFBXzf2h .content-wrap {
    width: 100%;
  }
}
.cid-vkvFBXzf2h .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vkvFBXzf2h .mbr-text,
.cid-vkvFBXzf2h .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vkvFBXzf2h .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-vkvrcDnWbS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vkvrcDnWbS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkvrcDnWbS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkvrcDnWbS .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vkvrcDnWbS .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-vkvrcDnWbS .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-vkvrcDnWbS .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vkvrcDnWbS .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-vkvrcDnWbS .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vkvrcDnWbS .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkvrcDnWbS .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vkvrcDnWbS .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vkvrcDnWbS .content-wrap .card {
  justify-content: center;
}
.cid-vkvrcDnWbS .item {
  margin-bottom: 48px;
}
.cid-vkvrcDnWbS .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkvrcDnWbS .item {
    margin-bottom: 20px;
  }
  .cid-vkvrcDnWbS .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vkvrcDnWbS .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  position: relative;
  padding: 40px;
  background-color: #000000;
  border: 1px solid #242a3c;
  animation: none !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vkvrcDnWbS .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-vkvrcDnWbS .item .item-wrapper .item-content {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vkvrcDnWbS .item .item-wrapper .item-content {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vkvrcDnWbS .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-vkvrcDnWbS .item .item-wrapper .item-content .text-wrap .item-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkvrcDnWbS .item .item-wrapper .item-content .text-wrap .item-text {
    width: 100%;
  }
}
.cid-vkvrcDnWbS .item .item-wrapper .item-content .list-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vkvrcDnWbS .item .item-wrapper .item-content .list-wrapper {
    margin-top: 20px;
  }
}
.cid-vkvrcDnWbS .item .item-wrapper .item-content .list-wrapper .list {
  display: inline-flex;
  width: 80%;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-vkvrcDnWbS .item .item-wrapper .item-content .list-wrapper .list {
    width: 100%;
  }
}
.cid-vkvrcDnWbS .item .item-wrapper .item-content .list-wrapper .list .item-wrap {
  border: 1px solid #242a3c;
  padding: 8px 12px;
  margin-bottom: 0;
}
.cid-vkvrcDnWbS .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vkvrcDnWbS .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vkvrcDnWbS .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vkvrcDnWbS .item .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vkvrcDnWbS .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-vkvrcDnWbS .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #edefeb 10%, #ffcd7d 25%, #0175ff 100%);
  filter: blur(80px);
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-vkvrcDnWbS .item .item-wrapper .item-img::before {
    width: 300px;
    height: 300px;
  }
}
.cid-vkvrcDnWbS .item .item-wrapper .item-img img {
  position: relative;
  z-index: 1;
  height: 250px;
  width: 250px;
  min-width: 250px;
  object-fit: cover;
  border-radius: 100% !important;
  box-shadow: 10px 0 40px -5px #000000;
}
.cid-vkvrcDnWbS .mbr-label {
  color: #9ba9c4;
}
.cid-vkvrcDnWbS .mbr-section-title {
  color: #ffffff;
}
.cid-vkvrcDnWbS .mbr-text,
.cid-vkvrcDnWbS .text-wrapper {
  color: #9ba9c4;
}
.cid-vkvrcDnWbS .item-title {
  color: #ffffff;
}
.cid-vkvrcDnWbS .item-text {
  color: #9ba9c4;
}
.cid-vkvrcDnWbS .list {
  color: #d1d4e3;
}
.cid-vkvrcDnWbS .list,
.cid-vkvrcDnWbS .item-wrap,
.cid-vkvrcDnWbS .list-wrapper {
  text-align: justify;
}
.cid-vkvrbbBF1i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-vkvrbbBF1i .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkvrbbBF1i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkvrbbBF1i .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vkvrbbBF1i .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-vkvrbbBF1i .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-vkvrbbBF1i .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vkvrbbBF1i .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-vkvrbbBF1i .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vkvrbbBF1i .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkvrbbBF1i .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vkvrbbBF1i .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vkvrbbBF1i .content-wrap .card {
  justify-content: center;
}
.cid-vkvrbbBF1i .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vkvrbbBF1i .item {
    margin-bottom: 40px;
  }
  .cid-vkvrbbBF1i .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vkvrbbBF1i .item .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vkvrbbBF1i .item .item-wrapper .item-content .item-img {
  border-bottom: 1px solid #ffffff;
  margin-bottom: 16px;
}
.cid-vkvrbbBF1i .item .item-wrapper .item-content .item-img img {
  height: 310px;
  width: 100%;
  object-fit: cover;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.cid-vkvrbbBF1i .item .item-wrapper .item-content .item-name {
  margin-bottom: 4px;
}
.cid-vkvrbbBF1i .item .item-wrapper .item-content .item-role {
  margin-bottom: 0;
}
.cid-vkvrbbBF1i .item .item-wrapper .item-content .item-text {
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-vkvrbbBF1i .item .item-wrapper .mbr-section-btn {
  margin-top: 10px;
  width: 100%;
}
.cid-vkvrbbBF1i .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
}
.cid-vkvrbbBF1i::before {
  content: '';
  position: absolute;
  bottom: -10%;
  left: -10%;
  width: 80%;
  height: 80%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ffa600 10%, #ffc091 25%, #0175ff 100%);
  filter: blur(150px);
  pointer-events: none;
  opacity: .3;
}
.cid-vkvrbbBF1i .mbr-label {
  color: #9ba9c4;
}
.cid-vkvrbbBF1i .mbr-section-title {
  color: #186ce0;
}
.cid-vkvrbbBF1i .mbr-text,
.cid-vkvrbbBF1i .text-wrapper {
  color: #9ba9c4;
}
.cid-vkvrbbBF1i .item-name {
  color: #ffffff;
}
.cid-vkvrbbBF1i .item-role {
  color: #000000;
  text-align: center;
}
.cid-vkvrbbBF1i .item-text {
  color: #9ba9c4;
}
.cid-vkvrbbBF1i .item-name,
.cid-vkvrbbBF1i .mbr-section-btn {
  text-align: center;
  color: #186ce0;
}
.cid-vkvrbbBF1i .mbr-label,
.cid-vkvrbbBF1i .label-wrapper {
  color: #000000;
}
.cid-vkvxBRye0L {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vkvxBRye0L .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkvxBRye0L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkvxBRye0L .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vkvxBRye0L .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-vkvxBRye0L .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-vkvxBRye0L .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vkvxBRye0L .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-vkvxBRye0L .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vkvxBRye0L .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkvxBRye0L .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vkvxBRye0L .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vkvxBRye0L .content-wrap .card {
  justify-content: center;
}
.cid-vkvxBRye0L .item {
  margin-bottom: 48px;
}
.cid-vkvxBRye0L .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkvxBRye0L .item {
    margin-bottom: 20px;
  }
  .cid-vkvxBRye0L .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vkvxBRye0L .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  height: 100%;
  position: relative;
  padding: 40px;
  background-color: #ffffff;
  border: 1px solid #242a3c;
  animation: none !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vkvxBRye0L .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-vkvxBRye0L .item .item-wrapper .item-content {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vkvxBRye0L .item .item-wrapper .item-content {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vkvxBRye0L .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-vkvxBRye0L .item .item-wrapper .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-vkvxBRye0L .item .item-wrapper .item-content .list-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vkvxBRye0L .item .item-wrapper .item-content .list-wrapper {
    margin-top: 20px;
  }
}
.cid-vkvxBRye0L .item .item-wrapper .item-content .list-wrapper .list {
  display: inline-flex;
  flex-direction: column;
  width: 80%;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-vkvxBRye0L .item .item-wrapper .item-content .list-wrapper .list {
    width: 100%;
  }
}
.cid-vkvxBRye0L .item .item-wrapper .item-content .list-wrapper .list .item-wrap {
  position: relative;
  width: 100%;
  border: 1px solid #242a3c;
  padding: 11px 16px 11px 50px;
  margin-bottom: 0;
  min-height: 48px;
}
.cid-vkvxBRye0L .item .item-wrapper .item-content .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 13px;
  left: 16px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  font-size: 16px;
  color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #0175ff 40%, #ffcd7d 50%);
  box-shadow: inset 0 0 7px -1px #ffffff;
}
.cid-vkvxBRye0L .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vkvxBRye0L .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vkvxBRye0L .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vkvxBRye0L .item .item-wrapper .image-wrapper {
  position: relative;
  z-index: 1;
  padding: 20px;
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vkvxBRye0L .item .item-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-vkvxBRye0L .item .item-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  right: -30%;
  width: 100%;
  height: 85%;
  border-radius: 100%;
  background-image: linear-gradient(#ff6a00 10%, #ffcd7d 25%, #0175ff 100%);
  filter: blur(80px);
  pointer-events: none;
}
.cid-vkvxBRye0L .item .item-wrapper .image-wrapper .border-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #ffffff;
  -webkit-mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
  mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
}
.cid-vkvxBRye0L .item .item-wrapper .image-wrapper .item-img {
  position: relative;
  z-index: 1;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vkvxBRye0L .item .item-wrapper .image-wrapper .item-img {
    min-height: auto;
    height: 300px;
  }
}
.cid-vkvxBRye0L .item .item-wrapper .image-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vkvxBRye0L .mbr-label {
  color: #9ba9c4;
}
.cid-vkvxBRye0L .mbr-section-title {
  color: #ffffff;
}
.cid-vkvxBRye0L .mbr-text,
.cid-vkvxBRye0L .text-wrapper {
  color: #9ba9c4;
}
.cid-vkvxBRye0L .item-title {
  color: #ffffff;
}
.cid-vkvxBRye0L .item-text {
  color: #9ba9c4;
}
.cid-vkvxBRye0L .list {
  color: #d1d4e3;
}
.cid-vkvxBRye0L .item-text,
.cid-vkvxBRye0L .text-wrap {
  color: #000000;
}
.cid-vkvxBRye0L .mbr-label,
.cid-vkvxBRye0L .label-wrapper {
  color: #000000;
}
.cid-vkvxBRye0L .list,
.cid-vkvxBRye0L .item-wrap,
.cid-vkvxBRye0L .list-wrapper {
  color: #186ce0;
}
.cid-vkvonc3sXs {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #1b2e5c;
  overflow: hidden;
}
.cid-vkvonc3sXs .media-container-row .mbr-text {
  color: #186ce0;
}
.cid-vkvFhTjAQk {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkvFhTjAQk .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-vkvFhTjAQk .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vkvFhTjAQk {
    align-items: center;
  }
  .cid-vkvFhTjAQk .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vkvFhTjAQk .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vkvFhTjAQk {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vkvFhTjAQk .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vkvFhTjAQk .content-wrap {
    width: 100%;
  }
}
.cid-vkvFhTjAQk .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vkvFhTjAQk .mbr-text,
.cid-vkvFhTjAQk .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vkvFhTjAQk .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-vkvyhoAQf7 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vkvyhoAQf7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkvyhoAQf7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkvyhoAQf7 .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vkvyhoAQf7 .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-vkvyhoAQf7 .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-vkvyhoAQf7 .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vkvyhoAQf7 .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-vkvyhoAQf7 .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vkvyhoAQf7 .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkvyhoAQf7 .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vkvyhoAQf7 .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vkvyhoAQf7 .content-wrap .card {
  justify-content: center;
}
.cid-vkvyhoAQf7 .item {
  margin-bottom: 48px;
}
.cid-vkvyhoAQf7 .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkvyhoAQf7 .item {
    margin-bottom: 20px;
  }
  .cid-vkvyhoAQf7 .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vkvyhoAQf7 .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  position: relative;
  padding: 40px;
  background-color: #ffffff;
  border: 1px solid #242a3c;
  animation: none !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vkvyhoAQf7 .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-vkvyhoAQf7 .item .item-wrapper .item-content {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vkvyhoAQf7 .item .item-wrapper .item-content {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vkvyhoAQf7 .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-vkvyhoAQf7 .item .item-wrapper .item-content .text-wrap .item-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkvyhoAQf7 .item .item-wrapper .item-content .text-wrap .item-text {
    width: 100%;
  }
}
.cid-vkvyhoAQf7 .item .item-wrapper .item-content .list-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vkvyhoAQf7 .item .item-wrapper .item-content .list-wrapper {
    margin-top: 20px;
  }
}
.cid-vkvyhoAQf7 .item .item-wrapper .item-content .list-wrapper .list {
  display: inline-flex;
  width: 80%;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-vkvyhoAQf7 .item .item-wrapper .item-content .list-wrapper .list {
    width: 100%;
  }
}
.cid-vkvyhoAQf7 .item .item-wrapper .item-content .list-wrapper .list .item-wrap {
  border: 1px solid #242a3c;
  padding: 8px 12px;
  margin-bottom: 0;
}
.cid-vkvyhoAQf7 .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vkvyhoAQf7 .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vkvyhoAQf7 .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vkvyhoAQf7 .item .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vkvyhoAQf7 .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-vkvyhoAQf7 .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #edefeb 10%, #ffcd7d 25%, #0175ff 100%);
  filter: blur(80px);
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-vkvyhoAQf7 .item .item-wrapper .item-img::before {
    width: 300px;
    height: 300px;
  }
}
.cid-vkvyhoAQf7 .item .item-wrapper .item-img img {
  position: relative;
  z-index: 1;
  height: 250px;
  width: 250px;
  min-width: 250px;
  object-fit: cover;
  border-radius: 100% !important;
  box-shadow: 10px 0 40px -5px #ffffff;
}
.cid-vkvyhoAQf7 .mbr-label {
  color: #9ba9c4;
}
.cid-vkvyhoAQf7 .mbr-section-title {
  color: #186ce0;
}
.cid-vkvyhoAQf7 .mbr-text,
.cid-vkvyhoAQf7 .text-wrapper {
  color: #9ba9c4;
}
.cid-vkvyhoAQf7 .item-title {
  color: #ffffff;
}
.cid-vkvyhoAQf7 .item-text {
  color: #9ba9c4;
}
.cid-vkvyhoAQf7 .list {
  color: #d1d4e3;
}
.cid-vkvyhoAQf7 .list,
.cid-vkvyhoAQf7 .item-wrap,
.cid-vkvyhoAQf7 .list-wrapper {
  text-align: justify;
  color: #000000;
}
.cid-vkvyhoAQf7 .item-text,
.cid-vkvyhoAQf7 .text-wrap {
  color: #000000;
}
.cid-vkvyhoAQf7 .item-title,
.cid-vkvyhoAQf7 .mbr-section-btn {
  color: #186ce0;
}
.cid-vkvyhoAQf7 .mbr-label,
.cid-vkvyhoAQf7 .label-wrapper {
  color: #000000;
}
.cid-vkvBQ0xzD5 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-vkvBQ0xzD5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkvBQ0xzD5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkvBQ0xzD5 .content-wrapper {
  position: relative;
  margin: 0;
}
.cid-vkvBQ0xzD5 .content-wrapper .content {
  padding: 0;
}
.cid-vkvBQ0xzD5 .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #ffffff;
  pointer-events: none;
  padding: 0;
  top: -500%;
}
.cid-vkvBQ0xzD5 .content-wrapper .border_1 {
  left: 0;
}
.cid-vkvBQ0xzD5 .content-wrapper .border_2 {
  left: 25%;
}
@media (max-width: 992px) {
  .cid-vkvBQ0xzD5 .content-wrapper .border_2 {
    display: none;
  }
}
.cid-vkvBQ0xzD5 .content-wrapper .border_3 {
  left: 50%;
}
.cid-vkvBQ0xzD5 .content-wrapper .border_4 {
  left: 75%;
}
@media (max-width: 992px) {
  .cid-vkvBQ0xzD5 .content-wrapper .border_4 {
    display: none;
  }
}
.cid-vkvBQ0xzD5 .content-wrapper .border_5 {
  left: 100%;
}
.cid-vkvBQ0xzD5 .content-wrap {
  position: relative;
  z-index: 1;
  margin: 0 0 80px 0;
}
@media (max-width: 992px) {
  .cid-vkvBQ0xzD5 .content-wrap {
    margin: 0 0 40px 0;
  }
}
.cid-vkvBQ0xzD5 .content-wrap .card {
  padding: 0;
  justify-content: flex-end;
}
.cid-vkvBQ0xzD5 .label-wrapper {
  margin-bottom: 20px;
}
.cid-vkvBQ0xzD5 .label-wrapper .label-wrap {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  background-color: #e1e1e1;
  padding: 7px 14px 6px;
}
.cid-vkvBQ0xzD5 .label-wrapper .label-wrap .marker-wrap {
  width: 10px;
  height: 10px;
  min-width: 10px;
  border-radius: 100%;
  background-color: #d63614;
}
.cid-vkvBQ0xzD5 .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkvBQ0xzD5 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vkvBQ0xzD5 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vkvBQ0xzD5 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vkvBQ0xzD5 .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkvBQ0xzD5 .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vkvBQ0xzD5 .mbr-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
  width: 100%;
}
.cid-vkvBQ0xzD5 .mbr-section-btn .btn {
  width: 100%;
}
.cid-vkvBQ0xzD5 .items-wrapper {
  position: relative;
  margin: 0;
}
.cid-vkvBQ0xzD5 .items-wrapper .item {
  padding: 0;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vkvBQ0xzD5 .items-wrapper .item {
    margin-bottom: 8px;
  }
  .cid-vkvBQ0xzD5 .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vkvBQ0xzD5 .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vkvBQ0xzD5 .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-vkvBQ0xzD5 .items-wrapper .item .item-wrapper {
  margin-right: 8px;
}
.cid-vkvBQ0xzD5 .items-wrapper .item .item-wrapper .card-box {
  background-color: #eaeaea;
  padding: 2px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  border: 1px solid #dedede;
}
@media (max-width: 992px) {
  .cid-vkvBQ0xzD5 .items-wrapper .item .item-wrapper .card-box {
    padding: 2px 12px 4px;
  }
}
.cid-vkvBQ0xzD5 .items-wrapper .item .item-wrapper .card-box .card-label-wrapper .card-label-wrap {
  display: inline-flex;
  gap: 16px;
  align-items: center;
}
.cid-vkvBQ0xzD5 .items-wrapper .item .item-wrapper .card-box .card-label-wrapper .card-label-wrap .marker-wrap {
  width: 12px;
  height: 12px;
  min-width: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background-color: #d63614;
}
.cid-vkvBQ0xzD5 .items-wrapper .item .item-wrapper .card-box .card-label-wrapper .card-label-wrap .marker-wrap .circle-wrap {
  background-color: #eaeaea;
  width: 6px;
  height: 6px;
  border-radius: 100%;
}
.cid-vkvBQ0xzD5 .items-wrapper .item .item-wrapper .card-box .card-label-wrapper .card-label-wrap .item-label {
  margin-bottom: 0;
}
.cid-vkvBQ0xzD5 .items-wrapper .item .item-wrapper .card-box .item-tag {
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-vkvBQ0xzD5 .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.cid-vkvBQ0xzD5 .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 310px;
  object-fit: cover;
  transition: all .3s ease;
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vkvBQ0xzD5 .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vkvBQ0xzD5 .items-wrapper .item .card_2 .item-img img {
  height: 490px;
}
@media (max-width: 992px) {
  .cid-vkvBQ0xzD5 .items-wrapper .item .card_2 .item-img img {
    height: 300px;
  }
}
.cid-vkvBQ0xzD5 .mbr-label {
  color: #686868;
}
.cid-vkvBQ0xzD5 .mbr-section-title {
  color: #080a10;
}
.cid-vkvBQ0xzD5 .mbr-section-subtitle {
  color: #5e5e5e;
}
.cid-vkvBQ0xzD5 .mbr-text {
  color: #686868;
}
.cid-vkvBQ0xzD5 .item-label {
  color: #686868;
}
.cid-vkvBQ0xzD5 .item-tag {
  color: #686868;
}
.cid-vkvyhrFg0S {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #1b2e5c;
  overflow: hidden;
}
.cid-vkvyhrFg0S .media-container-row .mbr-text {
  color: #186ce0;
}
.cid-vkvGra2IJs {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkvGra2IJs .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-vkvGra2IJs .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vkvGra2IJs {
    align-items: center;
  }
  .cid-vkvGra2IJs .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vkvGra2IJs .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vkvGra2IJs {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vkvGra2IJs .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vkvGra2IJs .content-wrap {
    width: 100%;
  }
}
.cid-vkvGra2IJs .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vkvGra2IJs .mbr-text,
.cid-vkvGra2IJs .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vkvGra2IJs .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-vkvGKrJ8bh {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkvGKrJ8bh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkvGKrJ8bh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkvGKrJ8bh .row {
  flex-direction: row-reverse;
}
.cid-vkvH0VTBRI {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vkvH0VTBRI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkvH0VTBRI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkvH0VTBRI .row {
  flex-direction: row-reverse;
}
.cid-vkvOfxokVI {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vkvOfxokVI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkvOfxokVI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkvOfxokVI .row {
  flex-direction: row-reverse;
}
.cid-vkvOmmfgBz {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vkvOmmfgBz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkvOmmfgBz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkvOmmfgBz .row {
  flex-direction: row-reverse;
}
.cid-vkvOsU0ZXL {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkvOsU0ZXL .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-vkvOsU0ZXL .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vkvOsU0ZXL {
    align-items: center;
  }
  .cid-vkvOsU0ZXL .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vkvOsU0ZXL .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vkvOsU0ZXL {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vkvOsU0ZXL .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vkvOsU0ZXL .content-wrap {
    width: 100%;
  }
}
.cid-vkvOsU0ZXL .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vkvOsU0ZXL .mbr-text,
.cid-vkvOsU0ZXL .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vkvOsU0ZXL .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-vkvGrcRjXD {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #1b2e5c;
  overflow: hidden;
}
.cid-vkvGrcRjXD .media-container-row .mbr-text {
  color: #186ce0;
}
.cid-vkvP7I4B4L {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vkvP7I4B4L .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-vkvP7I4B4L .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vkvP7I4B4L {
    align-items: center;
  }
  .cid-vkvP7I4B4L .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vkvP7I4B4L .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vkvP7I4B4L {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vkvP7I4B4L .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vkvP7I4B4L .content-wrap {
    width: 100%;
  }
}
.cid-vkvP7I4B4L .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vkvP7I4B4L .mbr-text,
.cid-vkvP7I4B4L .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vkvP7I4B4L .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-vkvP7J0ATQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vkvP7J0ATQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkvP7J0ATQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkvP7J0ATQ .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vkvP7J0ATQ .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-vkvP7J0ATQ .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-vkvP7J0ATQ .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vkvP7J0ATQ .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-vkvP7J0ATQ .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vkvP7J0ATQ .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkvP7J0ATQ .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vkvP7J0ATQ .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vkvP7J0ATQ .content-wrap .card {
  justify-content: center;
}
.cid-vkvP7J0ATQ .item {
  margin-bottom: 48px;
}
.cid-vkvP7J0ATQ .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkvP7J0ATQ .item {
    margin-bottom: 20px;
  }
  .cid-vkvP7J0ATQ .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vkvP7J0ATQ .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  position: relative;
  padding: 40px;
  background-color: #000000;
  border: 1px solid #242a3c;
  animation: none !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vkvP7J0ATQ .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-vkvP7J0ATQ .item .item-wrapper .item-content {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vkvP7J0ATQ .item .item-wrapper .item-content {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vkvP7J0ATQ .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-vkvP7J0ATQ .item .item-wrapper .item-content .text-wrap .item-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkvP7J0ATQ .item .item-wrapper .item-content .text-wrap .item-text {
    width: 100%;
  }
}
.cid-vkvP7J0ATQ .item .item-wrapper .item-content .list-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vkvP7J0ATQ .item .item-wrapper .item-content .list-wrapper {
    margin-top: 20px;
  }
}
.cid-vkvP7J0ATQ .item .item-wrapper .item-content .list-wrapper .list {
  display: inline-flex;
  width: 80%;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-vkvP7J0ATQ .item .item-wrapper .item-content .list-wrapper .list {
    width: 100%;
  }
}
.cid-vkvP7J0ATQ .item .item-wrapper .item-content .list-wrapper .list .item-wrap {
  border: 1px solid #242a3c;
  padding: 8px 12px;
  margin-bottom: 0;
}
.cid-vkvP7J0ATQ .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vkvP7J0ATQ .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vkvP7J0ATQ .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vkvP7J0ATQ .item .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vkvP7J0ATQ .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-vkvP7J0ATQ .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #edefeb 10%, #ffcd7d 25%, #0175ff 100%);
  filter: blur(80px);
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-vkvP7J0ATQ .item .item-wrapper .item-img::before {
    width: 300px;
    height: 300px;
  }
}
.cid-vkvP7J0ATQ .item .item-wrapper .item-img img {
  position: relative;
  z-index: 1;
  height: 250px;
  width: 250px;
  min-width: 250px;
  object-fit: cover;
  border-radius: 100% !important;
  box-shadow: 10px 0 40px -5px #000000;
}
.cid-vkvP7J0ATQ .mbr-label {
  color: #9ba9c4;
}
.cid-vkvP7J0ATQ .mbr-section-title {
  color: #ffffff;
}
.cid-vkvP7J0ATQ .mbr-text,
.cid-vkvP7J0ATQ .text-wrapper {
  color: #9ba9c4;
}
.cid-vkvP7J0ATQ .item-title {
  color: #ffffff;
}
.cid-vkvP7J0ATQ .item-text {
  color: #9ba9c4;
}
.cid-vkvP7J0ATQ .list {
  color: #d1d4e3;
}
.cid-vkvP7J0ATQ .list,
.cid-vkvP7J0ATQ .item-wrap,
.cid-vkvP7J0ATQ .list-wrapper {
  text-align: center;
}
.cid-vkvP7J0ATQ .item-text,
.cid-vkvP7J0ATQ .text-wrap {
  color: #ffffff;
}
.cid-vkvP7LeSXA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vkvP7LeSXA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkvP7LeSXA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkvP7LeSXA .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vkvP7LeSXA .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-vkvP7LeSXA .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-vkvP7LeSXA .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vkvP7LeSXA .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-vkvP7LeSXA .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vkvP7LeSXA .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkvP7LeSXA .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vkvP7LeSXA .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vkvP7LeSXA .content-wrap .card {
  justify-content: center;
}
.cid-vkvP7LeSXA .item {
  margin-bottom: 48px;
}
.cid-vkvP7LeSXA .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkvP7LeSXA .item {
    margin-bottom: 20px;
  }
  .cid-vkvP7LeSXA .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vkvP7LeSXA .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  height: 100%;
  position: relative;
  padding: 40px;
  background-color: #ffffff;
  border: 1px solid #242a3c;
  animation: none !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vkvP7LeSXA .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-vkvP7LeSXA .item .item-wrapper .item-content {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vkvP7LeSXA .item .item-wrapper .item-content {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vkvP7LeSXA .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-vkvP7LeSXA .item .item-wrapper .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-vkvP7LeSXA .item .item-wrapper .item-content .list-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vkvP7LeSXA .item .item-wrapper .item-content .list-wrapper {
    margin-top: 20px;
  }
}
.cid-vkvP7LeSXA .item .item-wrapper .item-content .list-wrapper .list {
  display: inline-flex;
  flex-direction: column;
  width: 80%;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-vkvP7LeSXA .item .item-wrapper .item-content .list-wrapper .list {
    width: 100%;
  }
}
.cid-vkvP7LeSXA .item .item-wrapper .item-content .list-wrapper .list .item-wrap {
  position: relative;
  width: 100%;
  border: 1px solid #242a3c;
  padding: 11px 16px 11px 50px;
  margin-bottom: 0;
  min-height: 48px;
}
.cid-vkvP7LeSXA .item .item-wrapper .item-content .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 13px;
  left: 16px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  font-size: 16px;
  color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #0175ff 40%, #ffcd7d 50%);
  box-shadow: inset 0 0 7px -1px #ffffff;
}
.cid-vkvP7LeSXA .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vkvP7LeSXA .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vkvP7LeSXA .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vkvP7LeSXA .item .item-wrapper .image-wrapper {
  position: relative;
  z-index: 1;
  padding: 20px;
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vkvP7LeSXA .item .item-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-vkvP7LeSXA .item .item-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  right: -30%;
  width: 100%;
  height: 85%;
  border-radius: 100%;
  background-image: linear-gradient(#f92c50 10%, #ffcd7d 25%, #0175ff 100%);
  filter: blur(80px);
  pointer-events: none;
}
.cid-vkvP7LeSXA .item .item-wrapper .image-wrapper .border-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #ffffff;
  -webkit-mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
  mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
}
.cid-vkvP7LeSXA .item .item-wrapper .image-wrapper .item-img {
  position: relative;
  z-index: 1;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vkvP7LeSXA .item .item-wrapper .image-wrapper .item-img {
    min-height: auto;
    height: 300px;
  }
}
.cid-vkvP7LeSXA .item .item-wrapper .image-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vkvP7LeSXA .mbr-label {
  color: #9ba9c4;
}
.cid-vkvP7LeSXA .mbr-section-title {
  color: #186ce0;
}
.cid-vkvP7LeSXA .mbr-text,
.cid-vkvP7LeSXA .text-wrapper {
  color: #9ba9c4;
}
.cid-vkvP7LeSXA .item-title {
  color: #ffffff;
}
.cid-vkvP7LeSXA .item-text {
  color: #9ba9c4;
}
.cid-vkvP7LeSXA .list {
  color: #d1d4e3;
}
.cid-vkvP7LeSXA .item-text,
.cid-vkvP7LeSXA .text-wrap {
  color: #000000;
}
.cid-vkvP7LeSXA .mbr-label,
.cid-vkvP7LeSXA .label-wrapper {
  color: #000000;
}
.cid-vkvP7LeSXA .list,
.cid-vkvP7LeSXA .item-wrap,
.cid-vkvP7LeSXA .list-wrapper {
  color: #186ce0;
}
.cid-vkvP7LeSXA .item-title,
.cid-vkvP7LeSXA .mbr-section-btn {
  color: #186ce0;
}
.cid-vkvP7MfQvi {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #1b2e5c;
  overflow: hidden;
}
.cid-vkvP7MfQvi .media-container-row .mbr-text {
  color: #186ce0;
}
.cid-vkvSeJRZTZ {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vkvSeJRZTZ .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-vkvSeJRZTZ .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vkvSeJRZTZ {
    align-items: center;
  }
  .cid-vkvSeJRZTZ .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vkvSeJRZTZ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vkvSeJRZTZ {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vkvSeJRZTZ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vkvSeJRZTZ .content-wrap {
    width: 100%;
  }
}
.cid-vkvSeJRZTZ .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vkvSeJRZTZ .mbr-text,
.cid-vkvSeJRZTZ .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vkvSeJRZTZ .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-vkvSeKNp2A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vkvSeKNp2A .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkvSeKNp2A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkvSeKNp2A .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vkvSeKNp2A .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-vkvSeKNp2A .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-vkvSeKNp2A .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vkvSeKNp2A .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-vkvSeKNp2A .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vkvSeKNp2A .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkvSeKNp2A .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vkvSeKNp2A .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vkvSeKNp2A .content-wrap .card {
  justify-content: center;
}
.cid-vkvSeKNp2A .item {
  margin-bottom: 48px;
}
.cid-vkvSeKNp2A .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkvSeKNp2A .item {
    margin-bottom: 20px;
  }
  .cid-vkvSeKNp2A .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vkvSeKNp2A .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  position: relative;
  padding: 40px;
  background-color: #000000;
  border: 1px solid #242a3c;
  animation: none !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vkvSeKNp2A .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-vkvSeKNp2A .item .item-wrapper .item-content {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vkvSeKNp2A .item .item-wrapper .item-content {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vkvSeKNp2A .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-vkvSeKNp2A .item .item-wrapper .item-content .text-wrap .item-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkvSeKNp2A .item .item-wrapper .item-content .text-wrap .item-text {
    width: 100%;
  }
}
.cid-vkvSeKNp2A .item .item-wrapper .item-content .list-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vkvSeKNp2A .item .item-wrapper .item-content .list-wrapper {
    margin-top: 20px;
  }
}
.cid-vkvSeKNp2A .item .item-wrapper .item-content .list-wrapper .list {
  display: inline-flex;
  width: 80%;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-vkvSeKNp2A .item .item-wrapper .item-content .list-wrapper .list {
    width: 100%;
  }
}
.cid-vkvSeKNp2A .item .item-wrapper .item-content .list-wrapper .list .item-wrap {
  border: 1px solid #242a3c;
  padding: 8px 12px;
  margin-bottom: 0;
}
.cid-vkvSeKNp2A .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vkvSeKNp2A .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vkvSeKNp2A .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vkvSeKNp2A .item .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vkvSeKNp2A .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-vkvSeKNp2A .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #edefeb 10%, #ffcd7d 25%, #0175ff 100%);
  filter: blur(80px);
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-vkvSeKNp2A .item .item-wrapper .item-img::before {
    width: 300px;
    height: 300px;
  }
}
.cid-vkvSeKNp2A .item .item-wrapper .item-img img {
  position: relative;
  z-index: 1;
  height: 250px;
  width: 250px;
  min-width: 250px;
  object-fit: cover;
  border-radius: 100% !important;
  box-shadow: 10px 0 40px -5px #000000;
}
.cid-vkvSeKNp2A .mbr-label {
  color: #9ba9c4;
}
.cid-vkvSeKNp2A .mbr-section-title {
  color: #ffffff;
}
.cid-vkvSeKNp2A .mbr-text,
.cid-vkvSeKNp2A .text-wrapper {
  color: #9ba9c4;
  text-align: right;
}
.cid-vkvSeKNp2A .item-title {
  color: #ffffff;
}
.cid-vkvSeKNp2A .item-text {
  color: #9ba9c4;
}
.cid-vkvSeKNp2A .list {
  color: #d1d4e3;
}
.cid-vkvSeKNp2A .list,
.cid-vkvSeKNp2A .item-wrap,
.cid-vkvSeKNp2A .list-wrapper {
  text-align: center;
}
.cid-vkvSeKNp2A .item-text,
.cid-vkvSeKNp2A .text-wrap {
  color: #ffffff;
}
.cid-vkvSeLP3GX {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vkvSeLP3GX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkvSeLP3GX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkvSeLP3GX .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vkvSeLP3GX .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-vkvSeLP3GX .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-vkvSeLP3GX .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vkvSeLP3GX .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-vkvSeLP3GX .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vkvSeLP3GX .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkvSeLP3GX .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vkvSeLP3GX .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vkvSeLP3GX .content-wrap .card {
  justify-content: center;
}
.cid-vkvSeLP3GX .item {
  margin-bottom: 48px;
}
.cid-vkvSeLP3GX .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkvSeLP3GX .item {
    margin-bottom: 20px;
  }
  .cid-vkvSeLP3GX .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vkvSeLP3GX .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  height: 100%;
  position: relative;
  padding: 40px;
  background-color: #ffffff;
  border: 1px solid #242a3c;
  animation: none !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vkvSeLP3GX .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-vkvSeLP3GX .item .item-wrapper .item-content {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vkvSeLP3GX .item .item-wrapper .item-content {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vkvSeLP3GX .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-vkvSeLP3GX .item .item-wrapper .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-vkvSeLP3GX .item .item-wrapper .item-content .list-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vkvSeLP3GX .item .item-wrapper .item-content .list-wrapper {
    margin-top: 20px;
  }
}
.cid-vkvSeLP3GX .item .item-wrapper .item-content .list-wrapper .list {
  display: inline-flex;
  flex-direction: column;
  width: 80%;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-vkvSeLP3GX .item .item-wrapper .item-content .list-wrapper .list {
    width: 100%;
  }
}
.cid-vkvSeLP3GX .item .item-wrapper .item-content .list-wrapper .list .item-wrap {
  position: relative;
  width: 100%;
  border: 1px solid #242a3c;
  padding: 11px 16px 11px 50px;
  margin-bottom: 0;
  min-height: 48px;
}
.cid-vkvSeLP3GX .item .item-wrapper .item-content .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 13px;
  left: 16px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  font-size: 16px;
  color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #0175ff 40%, #ffcd7d 50%);
  box-shadow: inset 0 0 7px -1px #ffffff;
}
.cid-vkvSeLP3GX .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vkvSeLP3GX .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vkvSeLP3GX .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vkvSeLP3GX .item .item-wrapper .image-wrapper {
  position: relative;
  z-index: 1;
  padding: 20px;
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vkvSeLP3GX .item .item-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-vkvSeLP3GX .item .item-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  right: -30%;
  width: 100%;
  height: 85%;
  border-radius: 100%;
  background-image: linear-gradient(#7787a5 10%, #186ce0 25%, #393193 100%);
  filter: blur(80px);
  pointer-events: none;
}
.cid-vkvSeLP3GX .item .item-wrapper .image-wrapper .border-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #ffffff;
  -webkit-mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
  mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
}
.cid-vkvSeLP3GX .item .item-wrapper .image-wrapper .item-img {
  position: relative;
  z-index: 1;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vkvSeLP3GX .item .item-wrapper .image-wrapper .item-img {
    min-height: auto;
    height: 300px;
  }
}
.cid-vkvSeLP3GX .item .item-wrapper .image-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vkvSeLP3GX .mbr-label {
  color: #9ba9c4;
}
.cid-vkvSeLP3GX .mbr-section-title {
  color: #186ce0;
}
.cid-vkvSeLP3GX .mbr-text,
.cid-vkvSeLP3GX .text-wrapper {
  color: #9ba9c4;
}
.cid-vkvSeLP3GX .item-title {
  color: #ffffff;
}
.cid-vkvSeLP3GX .item-text {
  color: #9ba9c4;
}
.cid-vkvSeLP3GX .list {
  color: #d1d4e3;
}
.cid-vkvSeLP3GX .item-text,
.cid-vkvSeLP3GX .text-wrap {
  color: #000000;
}
.cid-vkvSeLP3GX .mbr-label,
.cid-vkvSeLP3GX .label-wrapper {
  color: #000000;
}
.cid-vkvSeLP3GX .list,
.cid-vkvSeLP3GX .item-wrap,
.cid-vkvSeLP3GX .list-wrapper {
  color: #186ce0;
}
.cid-vkvSeLP3GX .item-title,
.cid-vkvSeLP3GX .mbr-section-btn {
  color: #186ce0;
}
.cid-vkvSeMLFkA {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #1b2e5c;
  overflow: hidden;
}
.cid-vkvSeMLFkA .media-container-row .mbr-text {
  color: #186ce0;
}
.cid-vkvVEDJiMB {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vkvVEDJiMB .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-vkvVEDJiMB .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vkvVEDJiMB {
    align-items: center;
  }
  .cid-vkvVEDJiMB .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vkvVEDJiMB .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vkvVEDJiMB {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vkvVEDJiMB .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vkvVEDJiMB .content-wrap {
    width: 100%;
  }
}
.cid-vkvVEDJiMB .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vkvVEDJiMB .mbr-text,
.cid-vkvVEDJiMB .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vkvVEDJiMB .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-vkvVEEAad8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vkvVEEAad8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkvVEEAad8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkvVEEAad8 .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vkvVEEAad8 .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-vkvVEEAad8 .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-vkvVEEAad8 .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vkvVEEAad8 .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-vkvVEEAad8 .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vkvVEEAad8 .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkvVEEAad8 .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vkvVEEAad8 .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vkvVEEAad8 .content-wrap .card {
  justify-content: center;
}
.cid-vkvVEEAad8 .item {
  margin-bottom: 48px;
}
.cid-vkvVEEAad8 .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkvVEEAad8 .item {
    margin-bottom: 20px;
  }
  .cid-vkvVEEAad8 .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vkvVEEAad8 .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  position: relative;
  padding: 40px;
  background-color: #000000;
  border: 1px solid #242a3c;
  animation: none !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vkvVEEAad8 .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-vkvVEEAad8 .item .item-wrapper .item-content {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vkvVEEAad8 .item .item-wrapper .item-content {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vkvVEEAad8 .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-vkvVEEAad8 .item .item-wrapper .item-content .text-wrap .item-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkvVEEAad8 .item .item-wrapper .item-content .text-wrap .item-text {
    width: 100%;
  }
}
.cid-vkvVEEAad8 .item .item-wrapper .item-content .list-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vkvVEEAad8 .item .item-wrapper .item-content .list-wrapper {
    margin-top: 20px;
  }
}
.cid-vkvVEEAad8 .item .item-wrapper .item-content .list-wrapper .list {
  display: inline-flex;
  width: 80%;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-vkvVEEAad8 .item .item-wrapper .item-content .list-wrapper .list {
    width: 100%;
  }
}
.cid-vkvVEEAad8 .item .item-wrapper .item-content .list-wrapper .list .item-wrap {
  border: 1px solid #242a3c;
  padding: 8px 12px;
  margin-bottom: 0;
}
.cid-vkvVEEAad8 .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vkvVEEAad8 .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vkvVEEAad8 .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vkvVEEAad8 .item .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vkvVEEAad8 .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-vkvVEEAad8 .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #edefeb 10%, #f92c50 25%, #0175ff 100%);
  filter: blur(80px);
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-vkvVEEAad8 .item .item-wrapper .item-img::before {
    width: 300px;
    height: 300px;
  }
}
.cid-vkvVEEAad8 .item .item-wrapper .item-img img {
  position: relative;
  z-index: 1;
  height: 250px;
  width: 250px;
  min-width: 250px;
  object-fit: cover;
  border-radius: 100% !important;
  box-shadow: 10px 0 40px -5px #000000;
}
.cid-vkvVEEAad8 .mbr-label {
  color: #9ba9c4;
}
.cid-vkvVEEAad8 .mbr-section-title {
  color: #ffffff;
}
.cid-vkvVEEAad8 .mbr-text,
.cid-vkvVEEAad8 .text-wrapper {
  color: #9ba9c4;
  text-align: right;
}
.cid-vkvVEEAad8 .item-title {
  color: #ffffff;
}
.cid-vkvVEEAad8 .item-text {
  color: #9ba9c4;
}
.cid-vkvVEEAad8 .list {
  color: #d1d4e3;
}
.cid-vkvVEEAad8 .list,
.cid-vkvVEEAad8 .item-wrap,
.cid-vkvVEEAad8 .list-wrapper {
  text-align: center;
}
.cid-vkvVEEAad8 .item-text,
.cid-vkvVEEAad8 .text-wrap {
  color: #ffffff;
}
.cid-vkvVEFyYEt {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vkvVEFyYEt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkvVEFyYEt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkvVEFyYEt .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vkvVEFyYEt .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-vkvVEFyYEt .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-vkvVEFyYEt .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vkvVEFyYEt .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-vkvVEFyYEt .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vkvVEFyYEt .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkvVEFyYEt .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vkvVEFyYEt .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vkvVEFyYEt .content-wrap .card {
  justify-content: center;
}
.cid-vkvVEFyYEt .item {
  margin-bottom: 48px;
}
.cid-vkvVEFyYEt .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkvVEFyYEt .item {
    margin-bottom: 20px;
  }
  .cid-vkvVEFyYEt .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vkvVEFyYEt .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  height: 100%;
  position: relative;
  padding: 40px;
  background-color: #ffffff;
  border: 1px solid #242a3c;
  animation: none !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vkvVEFyYEt .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-vkvVEFyYEt .item .item-wrapper .item-content {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vkvVEFyYEt .item .item-wrapper .item-content {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vkvVEFyYEt .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-vkvVEFyYEt .item .item-wrapper .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-vkvVEFyYEt .item .item-wrapper .item-content .list-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vkvVEFyYEt .item .item-wrapper .item-content .list-wrapper {
    margin-top: 20px;
  }
}
.cid-vkvVEFyYEt .item .item-wrapper .item-content .list-wrapper .list {
  display: inline-flex;
  flex-direction: column;
  width: 80%;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-vkvVEFyYEt .item .item-wrapper .item-content .list-wrapper .list {
    width: 100%;
  }
}
.cid-vkvVEFyYEt .item .item-wrapper .item-content .list-wrapper .list .item-wrap {
  position: relative;
  width: 100%;
  border: 1px solid #242a3c;
  padding: 11px 16px 11px 50px;
  margin-bottom: 0;
  min-height: 48px;
}
.cid-vkvVEFyYEt .item .item-wrapper .item-content .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 13px;
  left: 16px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  font-size: 16px;
  color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #0175ff 40%, #393193 50%);
  box-shadow: inset 0 0 7px -1px #ffffff;
}
.cid-vkvVEFyYEt .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vkvVEFyYEt .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vkvVEFyYEt .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vkvVEFyYEt .item .item-wrapper .image-wrapper {
  position: relative;
  z-index: 1;
  padding: 20px;
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vkvVEFyYEt .item .item-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-vkvVEFyYEt .item .item-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  right: -30%;
  width: 100%;
  height: 85%;
  border-radius: 100%;
  background-image: linear-gradient(#186ce0 10%, #393193 25%, #393193 100%);
  filter: blur(80px);
  pointer-events: none;
}
.cid-vkvVEFyYEt .item .item-wrapper .image-wrapper .border-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #ffffff;
  -webkit-mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
  mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
}
.cid-vkvVEFyYEt .item .item-wrapper .image-wrapper .item-img {
  position: relative;
  z-index: 1;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vkvVEFyYEt .item .item-wrapper .image-wrapper .item-img {
    min-height: auto;
    height: 300px;
  }
}
.cid-vkvVEFyYEt .item .item-wrapper .image-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vkvVEFyYEt .mbr-label {
  color: #9ba9c4;
}
.cid-vkvVEFyYEt .mbr-section-title {
  color: #186ce0;
}
.cid-vkvVEFyYEt .mbr-text,
.cid-vkvVEFyYEt .text-wrapper {
  color: #9ba9c4;
}
.cid-vkvVEFyYEt .item-title {
  color: #ffffff;
}
.cid-vkvVEFyYEt .item-text {
  color: #9ba9c4;
}
.cid-vkvVEFyYEt .list {
  color: #d1d4e3;
}
.cid-vkvVEFyYEt .item-text,
.cid-vkvVEFyYEt .text-wrap {
  color: #000000;
}
.cid-vkvVEFyYEt .mbr-label,
.cid-vkvVEFyYEt .label-wrapper {
  color: #000000;
}
.cid-vkvVEFyYEt .list,
.cid-vkvVEFyYEt .item-wrap,
.cid-vkvVEFyYEt .list-wrapper {
  color: #186ce0;
}
.cid-vkvVEFyYEt .item-title,
.cid-vkvVEFyYEt .mbr-section-btn {
  color: #186ce0;
}
.cid-vkvVEGsTov {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #1b2e5c;
  overflow: hidden;
}
.cid-vkvVEGsTov .media-container-row .mbr-text {
  color: #186ce0;
}
.cid-vkw2SV86ZL {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vkw2SV86ZL .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-vkw2SV86ZL .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vkw2SV86ZL {
    align-items: center;
  }
  .cid-vkw2SV86ZL .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vkw2SV86ZL .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vkw2SV86ZL {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vkw2SV86ZL .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vkw2SV86ZL .content-wrap {
    width: 100%;
  }
}
.cid-vkw2SV86ZL .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vkw2SV86ZL .mbr-text,
.cid-vkw2SV86ZL .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vkw2SV86ZL .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-vkw2SWHcNU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vkw2SWHcNU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkw2SWHcNU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkw2SWHcNU .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vkw2SWHcNU .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-vkw2SWHcNU .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-vkw2SWHcNU .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vkw2SWHcNU .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-vkw2SWHcNU .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vkw2SWHcNU .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkw2SWHcNU .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vkw2SWHcNU .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vkw2SWHcNU .content-wrap .card {
  justify-content: center;
}
.cid-vkw2SWHcNU .item {
  margin-bottom: 48px;
}
.cid-vkw2SWHcNU .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkw2SWHcNU .item {
    margin-bottom: 20px;
  }
  .cid-vkw2SWHcNU .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vkw2SWHcNU .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  position: relative;
  padding: 40px;
  background-color: #000000;
  border: 1px solid #242a3c;
  animation: none !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vkw2SWHcNU .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-vkw2SWHcNU .item .item-wrapper .item-content {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vkw2SWHcNU .item .item-wrapper .item-content {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vkw2SWHcNU .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-vkw2SWHcNU .item .item-wrapper .item-content .text-wrap .item-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkw2SWHcNU .item .item-wrapper .item-content .text-wrap .item-text {
    width: 100%;
  }
}
.cid-vkw2SWHcNU .item .item-wrapper .item-content .list-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vkw2SWHcNU .item .item-wrapper .item-content .list-wrapper {
    margin-top: 20px;
  }
}
.cid-vkw2SWHcNU .item .item-wrapper .item-content .list-wrapper .list {
  display: inline-flex;
  width: 80%;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-vkw2SWHcNU .item .item-wrapper .item-content .list-wrapper .list {
    width: 100%;
  }
}
.cid-vkw2SWHcNU .item .item-wrapper .item-content .list-wrapper .list .item-wrap {
  border: 1px solid #242a3c;
  padding: 8px 12px;
  margin-bottom: 0;
}
.cid-vkw2SWHcNU .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vkw2SWHcNU .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vkw2SWHcNU .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vkw2SWHcNU .item .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vkw2SWHcNU .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-vkw2SWHcNU .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #edefeb 10%, #186ce0 25%, #f50707 100%);
  filter: blur(80px);
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-vkw2SWHcNU .item .item-wrapper .item-img::before {
    width: 300px;
    height: 300px;
  }
}
.cid-vkw2SWHcNU .item .item-wrapper .item-img img {
  position: relative;
  z-index: 1;
  height: 250px;
  width: 250px;
  min-width: 250px;
  object-fit: cover;
  border-radius: 100% !important;
  box-shadow: 10px 0 40px -5px #000000;
}
.cid-vkw2SWHcNU .mbr-label {
  color: #9ba9c4;
}
.cid-vkw2SWHcNU .mbr-section-title {
  color: #ffffff;
}
.cid-vkw2SWHcNU .mbr-text,
.cid-vkw2SWHcNU .text-wrapper {
  color: #9ba9c4;
  text-align: right;
}
.cid-vkw2SWHcNU .item-title {
  color: #ffffff;
}
.cid-vkw2SWHcNU .item-text {
  color: #9ba9c4;
}
.cid-vkw2SWHcNU .list {
  color: #d1d4e3;
}
.cid-vkw2SWHcNU .list,
.cid-vkw2SWHcNU .item-wrap,
.cid-vkw2SWHcNU .list-wrapper {
  text-align: center;
}
.cid-vkw2SWHcNU .item-text,
.cid-vkw2SWHcNU .text-wrap {
  color: #ffffff;
}
.cid-vkw2SXAOS5 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vkw2SXAOS5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkw2SXAOS5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkw2SXAOS5 .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vkw2SXAOS5 .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-vkw2SXAOS5 .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #f50707;
  margin-bottom: 24px;
}
.cid-vkw2SXAOS5 .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vkw2SXAOS5 .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-vkw2SXAOS5 .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vkw2SXAOS5 .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkw2SXAOS5 .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vkw2SXAOS5 .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vkw2SXAOS5 .content-wrap .card {
  justify-content: center;
}
.cid-vkw2SXAOS5 .item {
  margin-bottom: 48px;
}
.cid-vkw2SXAOS5 .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkw2SXAOS5 .item {
    margin-bottom: 20px;
  }
  .cid-vkw2SXAOS5 .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vkw2SXAOS5 .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  height: 100%;
  position: relative;
  padding: 40px;
  background-color: #ffffff;
  border: 1px solid #242a3c;
  animation: none !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vkw2SXAOS5 .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-vkw2SXAOS5 .item .item-wrapper .item-content {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vkw2SXAOS5 .item .item-wrapper .item-content {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vkw2SXAOS5 .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-vkw2SXAOS5 .item .item-wrapper .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-vkw2SXAOS5 .item .item-wrapper .item-content .list-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vkw2SXAOS5 .item .item-wrapper .item-content .list-wrapper {
    margin-top: 20px;
  }
}
.cid-vkw2SXAOS5 .item .item-wrapper .item-content .list-wrapper .list {
  display: inline-flex;
  flex-direction: column;
  width: 80%;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-vkw2SXAOS5 .item .item-wrapper .item-content .list-wrapper .list {
    width: 100%;
  }
}
.cid-vkw2SXAOS5 .item .item-wrapper .item-content .list-wrapper .list .item-wrap {
  position: relative;
  width: 100%;
  border: 1px solid #242a3c;
  padding: 11px 16px 11px 50px;
  margin-bottom: 0;
  min-height: 48px;
}
.cid-vkw2SXAOS5 .item .item-wrapper .item-content .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 13px;
  left: 16px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  font-size: 16px;
  color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #f50707 40%, #f50707 50%);
  box-shadow: inset 0 0 7px -1px #ffffff;
}
.cid-vkw2SXAOS5 .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vkw2SXAOS5 .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vkw2SXAOS5 .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vkw2SXAOS5 .item .item-wrapper .image-wrapper {
  position: relative;
  z-index: 1;
  padding: 20px;
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vkw2SXAOS5 .item .item-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-vkw2SXAOS5 .item .item-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  right: -30%;
  width: 100%;
  height: 85%;
  border-radius: 100%;
  background-image: linear-gradient(#186ce0 10%, #f50707 25%, #393193 100%);
  filter: blur(80px);
  pointer-events: none;
}
.cid-vkw2SXAOS5 .item .item-wrapper .image-wrapper .border-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #ffffff;
  -webkit-mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
  mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
}
.cid-vkw2SXAOS5 .item .item-wrapper .image-wrapper .item-img {
  position: relative;
  z-index: 1;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vkw2SXAOS5 .item .item-wrapper .image-wrapper .item-img {
    min-height: auto;
    height: 300px;
  }
}
.cid-vkw2SXAOS5 .item .item-wrapper .image-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vkw2SXAOS5 .mbr-label {
  color: #9ba9c4;
}
.cid-vkw2SXAOS5 .mbr-section-title {
  color: #186ce0;
}
.cid-vkw2SXAOS5 .mbr-text,
.cid-vkw2SXAOS5 .text-wrapper {
  color: #000000;
}
.cid-vkw2SXAOS5 .item-title {
  color: #ffffff;
}
.cid-vkw2SXAOS5 .item-text {
  color: #9ba9c4;
}
.cid-vkw2SXAOS5 .list {
  color: #d1d4e3;
}
.cid-vkw2SXAOS5 .item-text,
.cid-vkw2SXAOS5 .text-wrap {
  color: #000000;
}
.cid-vkw2SXAOS5 .mbr-label,
.cid-vkw2SXAOS5 .label-wrapper {
  color: #000000;
}
.cid-vkw2SXAOS5 .list,
.cid-vkw2SXAOS5 .item-wrap,
.cid-vkw2SXAOS5 .list-wrapper {
  color: #186ce0;
}
.cid-vkw2SXAOS5 .item-title,
.cid-vkw2SXAOS5 .mbr-section-btn {
  color: #186ce0;
}
.cid-vkw2SYx5T4 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #1b2e5c;
  overflow: hidden;
}
.cid-vkw2SYx5T4 .media-container-row .mbr-text {
  color: #186ce0;
}
.cid-vkw7G4AhsX {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vkw7G4AhsX .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-vkw7G4AhsX .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vkw7G4AhsX {
    align-items: center;
  }
  .cid-vkw7G4AhsX .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vkw7G4AhsX .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vkw7G4AhsX {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vkw7G4AhsX .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vkw7G4AhsX .content-wrap {
    width: 100%;
  }
}
.cid-vkw7G4AhsX .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vkw7G4AhsX .mbr-text,
.cid-vkw7G4AhsX .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vkw7G4AhsX .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-vkw7G5anMl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vkw7G5anMl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkw7G5anMl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkw7G5anMl .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vkw7G5anMl .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-vkw7G5anMl .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-vkw7G5anMl .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vkw7G5anMl .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-vkw7G5anMl .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vkw7G5anMl .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkw7G5anMl .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vkw7G5anMl .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vkw7G5anMl .content-wrap .card {
  justify-content: center;
}
.cid-vkw7G5anMl .item {
  margin-bottom: 48px;
}
.cid-vkw7G5anMl .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkw7G5anMl .item {
    margin-bottom: 20px;
  }
  .cid-vkw7G5anMl .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vkw7G5anMl .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  position: relative;
  padding: 40px;
  background-color: #000000;
  border: 1px solid #242a3c;
  animation: none !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vkw7G5anMl .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-vkw7G5anMl .item .item-wrapper .item-content {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vkw7G5anMl .item .item-wrapper .item-content {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vkw7G5anMl .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-vkw7G5anMl .item .item-wrapper .item-content .text-wrap .item-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkw7G5anMl .item .item-wrapper .item-content .text-wrap .item-text {
    width: 100%;
  }
}
.cid-vkw7G5anMl .item .item-wrapper .item-content .list-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vkw7G5anMl .item .item-wrapper .item-content .list-wrapper {
    margin-top: 20px;
  }
}
.cid-vkw7G5anMl .item .item-wrapper .item-content .list-wrapper .list {
  display: inline-flex;
  width: 80%;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-vkw7G5anMl .item .item-wrapper .item-content .list-wrapper .list {
    width: 100%;
  }
}
.cid-vkw7G5anMl .item .item-wrapper .item-content .list-wrapper .list .item-wrap {
  border: 1px solid #242a3c;
  padding: 8px 12px;
  margin-bottom: 0;
}
.cid-vkw7G5anMl .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vkw7G5anMl .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vkw7G5anMl .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vkw7G5anMl .item .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vkw7G5anMl .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-vkw7G5anMl .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #edefeb 10%, #9fe870 25%, #f50707 100%);
  filter: blur(80px);
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-vkw7G5anMl .item .item-wrapper .item-img::before {
    width: 300px;
    height: 300px;
  }
}
.cid-vkw7G5anMl .item .item-wrapper .item-img img {
  position: relative;
  z-index: 1;
  height: 250px;
  width: 250px;
  min-width: 250px;
  object-fit: cover;
  border-radius: 100% !important;
  box-shadow: 10px 0 40px -5px #000000;
}
.cid-vkw7G5anMl .mbr-label {
  color: #9ba9c4;
}
.cid-vkw7G5anMl .mbr-section-title {
  color: #ffffff;
}
.cid-vkw7G5anMl .mbr-text,
.cid-vkw7G5anMl .text-wrapper {
  color: #9ba9c4;
  text-align: right;
}
.cid-vkw7G5anMl .item-title {
  color: #ffffff;
}
.cid-vkw7G5anMl .item-text {
  color: #9ba9c4;
}
.cid-vkw7G5anMl .list {
  color: #d1d4e3;
}
.cid-vkw7G5anMl .list,
.cid-vkw7G5anMl .item-wrap,
.cid-vkw7G5anMl .list-wrapper {
  text-align: center;
}
.cid-vkw7G5anMl .item-text,
.cid-vkw7G5anMl .text-wrap {
  color: #ffffff;
}
.cid-vkw7G5LoLJ {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vkw7G5LoLJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkw7G5LoLJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkw7G5LoLJ .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vkw7G5LoLJ .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-vkw7G5LoLJ .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #f50707;
  margin-bottom: 24px;
}
.cid-vkw7G5LoLJ .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vkw7G5LoLJ .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-vkw7G5LoLJ .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vkw7G5LoLJ .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkw7G5LoLJ .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vkw7G5LoLJ .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vkw7G5LoLJ .content-wrap .card {
  justify-content: center;
}
.cid-vkw7G5LoLJ .item {
  margin-bottom: 48px;
}
.cid-vkw7G5LoLJ .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkw7G5LoLJ .item {
    margin-bottom: 20px;
  }
  .cid-vkw7G5LoLJ .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vkw7G5LoLJ .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  height: 100%;
  position: relative;
  padding: 40px;
  background-color: #ffffff;
  border: 1px solid #242a3c;
  animation: none !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vkw7G5LoLJ .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-vkw7G5LoLJ .item .item-wrapper .item-content {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vkw7G5LoLJ .item .item-wrapper .item-content {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vkw7G5LoLJ .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-vkw7G5LoLJ .item .item-wrapper .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-vkw7G5LoLJ .item .item-wrapper .item-content .list-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vkw7G5LoLJ .item .item-wrapper .item-content .list-wrapper {
    margin-top: 20px;
  }
}
.cid-vkw7G5LoLJ .item .item-wrapper .item-content .list-wrapper .list {
  display: inline-flex;
  flex-direction: column;
  width: 80%;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-vkw7G5LoLJ .item .item-wrapper .item-content .list-wrapper .list {
    width: 100%;
  }
}
.cid-vkw7G5LoLJ .item .item-wrapper .item-content .list-wrapper .list .item-wrap {
  position: relative;
  width: 100%;
  border: 1px solid #242a3c;
  padding: 11px 16px 11px 50px;
  margin-bottom: 0;
  min-height: 48px;
}
.cid-vkw7G5LoLJ .item .item-wrapper .item-content .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 13px;
  left: 16px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  font-size: 16px;
  color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #f50707 40%, #f50707 50%);
  box-shadow: inset 0 0 7px -1px #ffffff;
}
.cid-vkw7G5LoLJ .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vkw7G5LoLJ .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vkw7G5LoLJ .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vkw7G5LoLJ .item .item-wrapper .image-wrapper {
  position: relative;
  z-index: 1;
  padding: 20px;
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vkw7G5LoLJ .item .item-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-vkw7G5LoLJ .item .item-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  right: -30%;
  width: 100%;
  height: 85%;
  border-radius: 100%;
  background-image: linear-gradient(#186ce0 10%, #f50707 25%, #2e481a 100%);
  filter: blur(80px);
  pointer-events: none;
}
.cid-vkw7G5LoLJ .item .item-wrapper .image-wrapper .border-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #ffffff;
  -webkit-mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
  mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
}
.cid-vkw7G5LoLJ .item .item-wrapper .image-wrapper .item-img {
  position: relative;
  z-index: 1;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vkw7G5LoLJ .item .item-wrapper .image-wrapper .item-img {
    min-height: auto;
    height: 300px;
  }
}
.cid-vkw7G5LoLJ .item .item-wrapper .image-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vkw7G5LoLJ .mbr-label {
  color: #9ba9c4;
}
.cid-vkw7G5LoLJ .mbr-section-title {
  color: #f50707;
}
.cid-vkw7G5LoLJ .mbr-text,
.cid-vkw7G5LoLJ .text-wrapper {
  color: #000000;
}
.cid-vkw7G5LoLJ .item-title {
  color: #ffffff;
}
.cid-vkw7G5LoLJ .item-text {
  color: #9ba9c4;
}
.cid-vkw7G5LoLJ .list {
  color: #d1d4e3;
}
.cid-vkw7G5LoLJ .item-text,
.cid-vkw7G5LoLJ .text-wrap {
  color: #000000;
}
.cid-vkw7G5LoLJ .mbr-label,
.cid-vkw7G5LoLJ .label-wrapper {
  color: #000000;
}
.cid-vkw7G5LoLJ .list,
.cid-vkw7G5LoLJ .item-wrap,
.cid-vkw7G5LoLJ .list-wrapper {
  color: #186ce0;
}
.cid-vkw7G5LoLJ .item-title,
.cid-vkw7G5LoLJ .mbr-section-btn {
  color: #186ce0;
}
.cid-vkw7G6vtjb {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #1b2e5c;
  overflow: hidden;
}
.cid-vkw7G6vtjb .media-container-row .mbr-text {
  color: #186ce0;
}
.cid-vkAGjR0scb {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vkAGjR0scb .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-vkAGjR0scb .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vkAGjR0scb {
    align-items: center;
  }
  .cid-vkAGjR0scb .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vkAGjR0scb .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vkAGjR0scb {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vkAGjR0scb .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vkAGjR0scb .content-wrap {
    width: 100%;
  }
}
.cid-vkAGjR0scb .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vkAGjR0scb .mbr-text,
.cid-vkAGjR0scb .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vkAGjR0scb .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-vkAGjRrmlp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vkAGjRrmlp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkAGjRrmlp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkAGjRrmlp .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vkAGjRrmlp .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-vkAGjRrmlp .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-vkAGjRrmlp .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vkAGjRrmlp .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-vkAGjRrmlp .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vkAGjRrmlp .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkAGjRrmlp .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vkAGjRrmlp .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vkAGjRrmlp .content-wrap .card {
  justify-content: center;
}
.cid-vkAGjRrmlp .item {
  margin-bottom: 48px;
}
.cid-vkAGjRrmlp .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkAGjRrmlp .item {
    margin-bottom: 20px;
  }
  .cid-vkAGjRrmlp .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vkAGjRrmlp .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  position: relative;
  padding: 40px;
  background-color: #000000;
  border: 1px solid #242a3c;
  animation: none !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vkAGjRrmlp .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-vkAGjRrmlp .item .item-wrapper .item-content {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vkAGjRrmlp .item .item-wrapper .item-content {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vkAGjRrmlp .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-vkAGjRrmlp .item .item-wrapper .item-content .text-wrap .item-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkAGjRrmlp .item .item-wrapper .item-content .text-wrap .item-text {
    width: 100%;
  }
}
.cid-vkAGjRrmlp .item .item-wrapper .item-content .list-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vkAGjRrmlp .item .item-wrapper .item-content .list-wrapper {
    margin-top: 20px;
  }
}
.cid-vkAGjRrmlp .item .item-wrapper .item-content .list-wrapper .list {
  display: inline-flex;
  width: 80%;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-vkAGjRrmlp .item .item-wrapper .item-content .list-wrapper .list {
    width: 100%;
  }
}
.cid-vkAGjRrmlp .item .item-wrapper .item-content .list-wrapper .list .item-wrap {
  border: 1px solid #242a3c;
  padding: 8px 12px;
  margin-bottom: 0;
}
.cid-vkAGjRrmlp .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vkAGjRrmlp .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vkAGjRrmlp .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vkAGjRrmlp .item .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vkAGjRrmlp .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-vkAGjRrmlp .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #edefeb 10%, #f92c50 25%, #f50707 100%);
  filter: blur(80px);
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-vkAGjRrmlp .item .item-wrapper .item-img::before {
    width: 300px;
    height: 300px;
  }
}
.cid-vkAGjRrmlp .item .item-wrapper .item-img img {
  position: relative;
  z-index: 1;
  height: 250px;
  width: 250px;
  min-width: 250px;
  object-fit: cover;
  border-radius: 100% !important;
  box-shadow: 10px 0 40px -5px #000000;
}
.cid-vkAGjRrmlp .mbr-label {
  color: #9ba9c4;
}
.cid-vkAGjRrmlp .mbr-section-title {
  color: #ffffff;
}
.cid-vkAGjRrmlp .mbr-text,
.cid-vkAGjRrmlp .text-wrapper {
  color: #9ba9c4;
  text-align: right;
}
.cid-vkAGjRrmlp .item-title {
  color: #ffffff;
}
.cid-vkAGjRrmlp .item-text {
  color: #9ba9c4;
}
.cid-vkAGjRrmlp .list {
  color: #d1d4e3;
}
.cid-vkAGjRrmlp .list,
.cid-vkAGjRrmlp .item-wrap,
.cid-vkAGjRrmlp .list-wrapper {
  text-align: center;
}
.cid-vkAGjRrmlp .item-text,
.cid-vkAGjRrmlp .text-wrap {
  color: #ffffff;
}
.cid-vkAGjRV2FO {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vkAGjRV2FO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkAGjRV2FO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkAGjRV2FO .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vkAGjRV2FO .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-vkAGjRV2FO .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #f50707;
  margin-bottom: 24px;
}
.cid-vkAGjRV2FO .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vkAGjRV2FO .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-vkAGjRV2FO .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vkAGjRV2FO .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkAGjRV2FO .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vkAGjRV2FO .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vkAGjRV2FO .content-wrap .card {
  justify-content: center;
}
.cid-vkAGjRV2FO .item {
  margin-bottom: 48px;
}
.cid-vkAGjRV2FO .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkAGjRV2FO .item {
    margin-bottom: 20px;
  }
  .cid-vkAGjRV2FO .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vkAGjRV2FO .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  height: 100%;
  position: relative;
  padding: 40px;
  background-color: #ffffff;
  border: 1px solid #242a3c;
  animation: none !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vkAGjRV2FO .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-vkAGjRV2FO .item .item-wrapper .item-content {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vkAGjRV2FO .item .item-wrapper .item-content {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vkAGjRV2FO .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-vkAGjRV2FO .item .item-wrapper .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-vkAGjRV2FO .item .item-wrapper .item-content .list-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vkAGjRV2FO .item .item-wrapper .item-content .list-wrapper {
    margin-top: 20px;
  }
}
.cid-vkAGjRV2FO .item .item-wrapper .item-content .list-wrapper .list {
  display: inline-flex;
  flex-direction: column;
  width: 80%;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-vkAGjRV2FO .item .item-wrapper .item-content .list-wrapper .list {
    width: 100%;
  }
}
.cid-vkAGjRV2FO .item .item-wrapper .item-content .list-wrapper .list .item-wrap {
  position: relative;
  width: 100%;
  border: 1px solid #242a3c;
  padding: 11px 16px 11px 50px;
  margin-bottom: 0;
  min-height: 48px;
}
.cid-vkAGjRV2FO .item .item-wrapper .item-content .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 13px;
  left: 16px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  font-size: 16px;
  color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #f50707 40%, #f50707 50%);
  box-shadow: inset 0 0 7px -1px #ffffff;
}
.cid-vkAGjRV2FO .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vkAGjRV2FO .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vkAGjRV2FO .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vkAGjRV2FO .item .item-wrapper .image-wrapper {
  position: relative;
  z-index: 1;
  padding: 20px;
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vkAGjRV2FO .item .item-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-vkAGjRV2FO .item .item-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  right: -30%;
  width: 100%;
  height: 85%;
  border-radius: 100%;
  background-image: linear-gradient(#186ce0 10%, #f50707 25%, #d70081 100%);
  filter: blur(80px);
  pointer-events: none;
}
.cid-vkAGjRV2FO .item .item-wrapper .image-wrapper .border-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #ffffff;
  -webkit-mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
  mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
}
.cid-vkAGjRV2FO .item .item-wrapper .image-wrapper .item-img {
  position: relative;
  z-index: 1;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vkAGjRV2FO .item .item-wrapper .image-wrapper .item-img {
    min-height: auto;
    height: 300px;
  }
}
.cid-vkAGjRV2FO .item .item-wrapper .image-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vkAGjRV2FO .mbr-label {
  color: #9ba9c4;
}
.cid-vkAGjRV2FO .mbr-section-title {
  color: #f50707;
}
.cid-vkAGjRV2FO .mbr-text,
.cid-vkAGjRV2FO .text-wrapper {
  color: #000000;
}
.cid-vkAGjRV2FO .item-title {
  color: #ffffff;
}
.cid-vkAGjRV2FO .item-text {
  color: #9ba9c4;
}
.cid-vkAGjRV2FO .list {
  color: #d1d4e3;
}
.cid-vkAGjRV2FO .item-text,
.cid-vkAGjRV2FO .text-wrap {
  color: #000000;
}
.cid-vkAGjRV2FO .mbr-label,
.cid-vkAGjRV2FO .label-wrapper {
  color: #000000;
}
.cid-vkAGjRV2FO .list,
.cid-vkAGjRV2FO .item-wrap,
.cid-vkAGjRV2FO .list-wrapper {
  color: #186ce0;
}
.cid-vkAGjRV2FO .item-title,
.cid-vkAGjRV2FO .mbr-section-btn {
  color: #186ce0;
}
.cid-vkAGjSx2i3 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #1b2e5c;
  overflow: hidden;
}
.cid-vkAGjSx2i3 .media-container-row .mbr-text {
  color: #186ce0;
}
.cid-vkAKk2vCa3 {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vkAKk2vCa3 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-vkAKk2vCa3 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vkAKk2vCa3 {
    align-items: center;
  }
  .cid-vkAKk2vCa3 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vkAKk2vCa3 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vkAKk2vCa3 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vkAKk2vCa3 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vkAKk2vCa3 .content-wrap {
    width: 100%;
  }
}
.cid-vkAKk2vCa3 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vkAKk2vCa3 .mbr-text,
.cid-vkAKk2vCa3 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vkAKk2vCa3 .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-vkAKk2VO6x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vkAKk2VO6x .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkAKk2VO6x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkAKk2VO6x .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vkAKk2VO6x .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-vkAKk2VO6x .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-vkAKk2VO6x .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vkAKk2VO6x .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-vkAKk2VO6x .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vkAKk2VO6x .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkAKk2VO6x .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vkAKk2VO6x .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vkAKk2VO6x .content-wrap .card {
  justify-content: center;
}
.cid-vkAKk2VO6x .item {
  margin-bottom: 48px;
}
.cid-vkAKk2VO6x .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkAKk2VO6x .item {
    margin-bottom: 20px;
  }
  .cid-vkAKk2VO6x .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vkAKk2VO6x .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  position: relative;
  padding: 40px;
  background-color: #000000;
  border: 1px solid #242a3c;
  animation: none !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vkAKk2VO6x .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-vkAKk2VO6x .item .item-wrapper .item-content {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vkAKk2VO6x .item .item-wrapper .item-content {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vkAKk2VO6x .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-vkAKk2VO6x .item .item-wrapper .item-content .text-wrap .item-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkAKk2VO6x .item .item-wrapper .item-content .text-wrap .item-text {
    width: 100%;
  }
}
.cid-vkAKk2VO6x .item .item-wrapper .item-content .list-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vkAKk2VO6x .item .item-wrapper .item-content .list-wrapper {
    margin-top: 20px;
  }
}
.cid-vkAKk2VO6x .item .item-wrapper .item-content .list-wrapper .list {
  display: inline-flex;
  width: 80%;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-vkAKk2VO6x .item .item-wrapper .item-content .list-wrapper .list {
    width: 100%;
  }
}
.cid-vkAKk2VO6x .item .item-wrapper .item-content .list-wrapper .list .item-wrap {
  border: 1px solid #242a3c;
  padding: 8px 12px;
  margin-bottom: 0;
}
.cid-vkAKk2VO6x .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vkAKk2VO6x .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vkAKk2VO6x .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vkAKk2VO6x .item .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vkAKk2VO6x .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-vkAKk2VO6x .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #edefeb 10%, #f92c50 25%, #f50707 100%);
  filter: blur(80px);
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-vkAKk2VO6x .item .item-wrapper .item-img::before {
    width: 300px;
    height: 300px;
  }
}
.cid-vkAKk2VO6x .item .item-wrapper .item-img img {
  position: relative;
  z-index: 1;
  height: 250px;
  width: 250px;
  min-width: 250px;
  object-fit: cover;
  border-radius: 100% !important;
  box-shadow: 10px 0 40px -5px #000000;
}
.cid-vkAKk2VO6x .mbr-label {
  color: #9ba9c4;
}
.cid-vkAKk2VO6x .mbr-section-title {
  color: #ffffff;
}
.cid-vkAKk2VO6x .mbr-text,
.cid-vkAKk2VO6x .text-wrapper {
  color: #9ba9c4;
  text-align: right;
}
.cid-vkAKk2VO6x .item-title {
  color: #ffffff;
}
.cid-vkAKk2VO6x .item-text {
  color: #9ba9c4;
}
.cid-vkAKk2VO6x .list {
  color: #d1d4e3;
}
.cid-vkAKk2VO6x .list,
.cid-vkAKk2VO6x .item-wrap,
.cid-vkAKk2VO6x .list-wrapper {
  text-align: center;
}
.cid-vkAKk2VO6x .item-text,
.cid-vkAKk2VO6x .text-wrap {
  color: #ffffff;
}
.cid-vkALes5F8S {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vkALes5F8S .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkALes5F8S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkALes5F8S .mbr-section-title {
  text-align: center;
}
.cid-vkALes5F8S .mbr-section-title DIV {
  text-align: center;
}
.cid-vkAMHGihnL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkAMHGihnL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkAMHGihnL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vkAMHGihnL .container {
    padding: 0 20px;
  }
}
.cid-vkAMHGihnL .row {
  justify-content: center;
}
.cid-vkAMHGihnL .item {
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-vkAMHGihnL .item {
    margin-bottom: 40px;
  }
}
.cid-vkAMHGihnL .item:hover .item-wrapper,
.cid-vkAMHGihnL .item:focus .item-wrapper {
  border: 1px solid #000000;
}
.cid-vkAMHGihnL .item:hover .item-wrapper .item-img img,
.cid-vkAMHGihnL .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-vkAMHGihnL .item .item-wrapper {
  height: 100%;
  border: 1px solid #000000;
  border-radius: .75rem !important;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.cid-vkAMHGihnL .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-vkAMHGihnL .item .item-wrapper .item-img img {
  height: 450px;
  border-radius: 0 !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vkAMHGihnL .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-vkAMHGihnL .item .item-wrapper .item-content {
  padding: 24px;
}
.cid-vkAMHGihnL .item .item-wrapper .item-content .card-title {
  margin-bottom: 30px;
}
.cid-vkAMHGihnL .item .item-wrapper .item-content .card-price {
  margin-bottom: 16px;
}
.cid-vkAMHGihnL .item .item-wrapper .item-content .card-desc {
  margin-bottom: 0;
}
.cid-vkAMHGihnL .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vkAMHGihnL .card-price {
  color: #f50707;
  text-align: center;
}
.cid-vkAMHGihnL .card-desc {
  color: #9a9a9a;
}
.cid-vkAMHGihnL .card-title {
  color: #000000;
}
.cid-vkAQTZ2cRc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vkAQTZ2cRc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkAQTZ2cRc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkAQTZ2cRc .row {
  border: 3px solid #000000;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
  border-radius: 5px;
  margin-top: -3px;
}
.cid-vkAQTZ2cRc .item {
  display: flex;
  justify-content: space-between;
  border-radius: 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 28px;
}
@media (min-width: 992px) {
  .cid-vkAQTZ2cRc .item {
    border-right: 2px solid #000000;
  }
}
@media (max-width: 992px) {
  .cid-vkAQTZ2cRc .item {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .cid-vkAQTZ2cRc .item {
    display: block;
  }
}
.cid-vkAQTZ2cRc .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vkAQTZ2cRc .item .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vkAQTZ2cRc .item .item-wrapper .title-wrapper {
  margin-bottom: 28px;
}
.cid-vkAQTZ2cRc .item .item-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
.cid-vkAQTZ2cRc .item .item-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vkAQTZ2cRc .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vkAQTZ2cRc .item .image-wrapper {
  padding-left: 64px;
}
@media (max-width: 992px) {
  .cid-vkAQTZ2cRc .item .image-wrapper {
    padding-left: 0;
  }
}
.cid-vkAQTZ2cRc .item .image-wrapper img {
  height: 280px;
  max-width: 300px;
  object-fit: cover;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vkAQTZ2cRc .item .image-wrapper img {
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .cid-vkAQTZ2cRc .item:nth-child(2n) {
    border-right: none;
    border-left: 1px solid #000000;
  }
}
.cid-vkAQTZ2cRc .mbr-section-title {
  color: #d2d2d2;
}
.cid-vkAQTZ2cRc .mbr-section-subtitle {
  color: #000000;
}
.cid-vkAQTZ2cRc .mbr-section-title,
.cid-vkAQTZ2cRc .mbr-section-btn {
  color: #000000;
}
.cid-vkMqoIrLrv {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vkMqoIrLrv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkMqoIrLrv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkAKk45B0S {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #1b2e5c;
  overflow: hidden;
}
.cid-vkAKk45B0S .media-container-row .mbr-text {
  color: #186ce0;
}
.cid-vkASATH9xN {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkASATH9xN .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-vkASATH9xN .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vkASATH9xN {
    align-items: center;
  }
  .cid-vkASATH9xN .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vkASATH9xN .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vkASATH9xN {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vkASATH9xN .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vkASATH9xN .content-wrap {
    width: 100%;
  }
}
.cid-vkASATH9xN .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vkASATH9xN .mbr-text,
.cid-vkASATH9xN .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vkASATH9xN .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-vkASAWLgGb {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vkASAWLgGb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkASAWLgGb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkASAWLgGb .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vkASAWLgGb .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-vkASAWLgGb .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-vkASAWLgGb .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vkASAWLgGb .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-vkASAWLgGb .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vkASAWLgGb .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkASAWLgGb .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vkASAWLgGb .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vkASAWLgGb .content-wrap .card {
  justify-content: center;
}
.cid-vkASAWLgGb .item {
  margin-bottom: 48px;
}
.cid-vkASAWLgGb .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkASAWLgGb .item {
    margin-bottom: 20px;
  }
  .cid-vkASAWLgGb .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vkASAWLgGb .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  position: relative;
  padding: 40px;
  background-color: #ffffff;
  border: 1px solid #242a3c;
  animation: none !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vkASAWLgGb .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-vkASAWLgGb .item .item-wrapper .item-content {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vkASAWLgGb .item .item-wrapper .item-content {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vkASAWLgGb .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-vkASAWLgGb .item .item-wrapper .item-content .text-wrap .item-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkASAWLgGb .item .item-wrapper .item-content .text-wrap .item-text {
    width: 100%;
  }
}
.cid-vkASAWLgGb .item .item-wrapper .item-content .list-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vkASAWLgGb .item .item-wrapper .item-content .list-wrapper {
    margin-top: 20px;
  }
}
.cid-vkASAWLgGb .item .item-wrapper .item-content .list-wrapper .list {
  display: inline-flex;
  width: 80%;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-vkASAWLgGb .item .item-wrapper .item-content .list-wrapper .list {
    width: 100%;
  }
}
.cid-vkASAWLgGb .item .item-wrapper .item-content .list-wrapper .list .item-wrap {
  border: 1px solid #242a3c;
  padding: 8px 12px;
  margin-bottom: 0;
}
.cid-vkASAWLgGb .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vkASAWLgGb .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vkASAWLgGb .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vkASAWLgGb .item .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vkASAWLgGb .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-vkASAWLgGb .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #edefeb 10%, #ffcd7d 25%, #0175ff 100%);
  filter: blur(80px);
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-vkASAWLgGb .item .item-wrapper .item-img::before {
    width: 300px;
    height: 300px;
  }
}
.cid-vkASAWLgGb .item .item-wrapper .item-img img {
  position: relative;
  z-index: 1;
  height: 250px;
  width: 250px;
  min-width: 250px;
  object-fit: cover;
  border-radius: 100% !important;
  box-shadow: 10px 0 40px -5px #ffffff;
}
.cid-vkASAWLgGb .mbr-label {
  color: #9ba9c4;
}
.cid-vkASAWLgGb .mbr-section-title {
  color: #186ce0;
}
.cid-vkASAWLgGb .mbr-text,
.cid-vkASAWLgGb .text-wrapper {
  color: #9ba9c4;
}
.cid-vkASAWLgGb .item-title {
  color: #ffffff;
}
.cid-vkASAWLgGb .item-text {
  color: #9ba9c4;
}
.cid-vkASAWLgGb .list {
  color: #d1d4e3;
}
.cid-vkASAWLgGb .list,
.cid-vkASAWLgGb .item-wrap,
.cid-vkASAWLgGb .list-wrapper {
  text-align: justify;
  color: #000000;
}
.cid-vkASAWLgGb .item-text,
.cid-vkASAWLgGb .text-wrap {
  color: #000000;
}
.cid-vkASAWLgGb .item-title,
.cid-vkASAWLgGb .mbr-section-btn {
  color: #186ce0;
}
.cid-vkASAWLgGb .mbr-label,
.cid-vkASAWLgGb .label-wrapper {
  color: #000000;
}
.cid-vkASAXmxMz {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-vkASAXmxMz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkASAXmxMz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkASAXmxMz .content-wrapper {
  position: relative;
  margin: 0;
}
.cid-vkASAXmxMz .content-wrapper .content {
  padding: 0;
}
.cid-vkASAXmxMz .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #ffffff;
  pointer-events: none;
  padding: 0;
  top: -500%;
}
.cid-vkASAXmxMz .content-wrapper .border_1 {
  left: 0;
}
.cid-vkASAXmxMz .content-wrapper .border_2 {
  left: 25%;
}
@media (max-width: 992px) {
  .cid-vkASAXmxMz .content-wrapper .border_2 {
    display: none;
  }
}
.cid-vkASAXmxMz .content-wrapper .border_3 {
  left: 50%;
}
.cid-vkASAXmxMz .content-wrapper .border_4 {
  left: 75%;
}
@media (max-width: 992px) {
  .cid-vkASAXmxMz .content-wrapper .border_4 {
    display: none;
  }
}
.cid-vkASAXmxMz .content-wrapper .border_5 {
  left: 100%;
}
.cid-vkASAXmxMz .content-wrap {
  position: relative;
  z-index: 1;
  margin: 0 0 80px 0;
}
@media (max-width: 992px) {
  .cid-vkASAXmxMz .content-wrap {
    margin: 0 0 40px 0;
  }
}
.cid-vkASAXmxMz .content-wrap .card {
  padding: 0;
  justify-content: flex-end;
}
.cid-vkASAXmxMz .label-wrapper {
  margin-bottom: 20px;
}
.cid-vkASAXmxMz .label-wrapper .label-wrap {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  background-color: #e1e1e1;
  padding: 7px 14px 6px;
}
.cid-vkASAXmxMz .label-wrapper .label-wrap .marker-wrap {
  width: 10px;
  height: 10px;
  min-width: 10px;
  border-radius: 100%;
  background-color: #d63614;
}
.cid-vkASAXmxMz .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkASAXmxMz .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vkASAXmxMz .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vkASAXmxMz .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vkASAXmxMz .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkASAXmxMz .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vkASAXmxMz .mbr-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
  width: 100%;
}
.cid-vkASAXmxMz .mbr-section-btn .btn {
  width: 100%;
}
.cid-vkASAXmxMz .items-wrapper {
  position: relative;
  margin: 0;
}
.cid-vkASAXmxMz .items-wrapper .item {
  padding: 0;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vkASAXmxMz .items-wrapper .item {
    margin-bottom: 8px;
  }
  .cid-vkASAXmxMz .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vkASAXmxMz .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vkASAXmxMz .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-vkASAXmxMz .items-wrapper .item .item-wrapper {
  margin-right: 8px;
}
.cid-vkASAXmxMz .items-wrapper .item .item-wrapper .card-box {
  background-color: #eaeaea;
  padding: 2px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  border: 1px solid #dedede;
}
@media (max-width: 992px) {
  .cid-vkASAXmxMz .items-wrapper .item .item-wrapper .card-box {
    padding: 2px 12px 4px;
  }
}
.cid-vkASAXmxMz .items-wrapper .item .item-wrapper .card-box .card-label-wrapper .card-label-wrap {
  display: inline-flex;
  gap: 16px;
  align-items: center;
}
.cid-vkASAXmxMz .items-wrapper .item .item-wrapper .card-box .card-label-wrapper .card-label-wrap .marker-wrap {
  width: 12px;
  height: 12px;
  min-width: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background-color: #d63614;
}
.cid-vkASAXmxMz .items-wrapper .item .item-wrapper .card-box .card-label-wrapper .card-label-wrap .marker-wrap .circle-wrap {
  background-color: #eaeaea;
  width: 6px;
  height: 6px;
  border-radius: 100%;
}
.cid-vkASAXmxMz .items-wrapper .item .item-wrapper .card-box .card-label-wrapper .card-label-wrap .item-label {
  margin-bottom: 0;
}
.cid-vkASAXmxMz .items-wrapper .item .item-wrapper .card-box .item-tag {
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-vkASAXmxMz .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.cid-vkASAXmxMz .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 310px;
  object-fit: cover;
  transition: all .3s ease;
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vkASAXmxMz .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vkASAXmxMz .items-wrapper .item .card_2 .item-img img {
  height: 490px;
}
@media (max-width: 992px) {
  .cid-vkASAXmxMz .items-wrapper .item .card_2 .item-img img {
    height: 300px;
  }
}
.cid-vkASAXmxMz .mbr-label {
  color: #686868;
}
.cid-vkASAXmxMz .mbr-section-title {
  color: #080a10;
}
.cid-vkASAXmxMz .mbr-section-subtitle {
  color: #5e5e5e;
}
.cid-vkASAXmxMz .mbr-text {
  color: #686868;
}
.cid-vkASAXmxMz .item-label {
  color: #686868;
}
.cid-vkASAXmxMz .item-tag {
  color: #686868;
}
.cid-vkAVksgk8v {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-vkAVksgk8v .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkAVksgk8v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkAVksgk8v .content-wrapper {
  position: relative;
  margin: 0;
}
.cid-vkAVksgk8v .content-wrapper .content {
  padding: 0;
}
.cid-vkAVksgk8v .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #ffffff;
  pointer-events: none;
  padding: 0;
  top: -500%;
}
.cid-vkAVksgk8v .content-wrapper .border_1 {
  left: 0;
}
.cid-vkAVksgk8v .content-wrapper .border_2 {
  left: 25%;
}
@media (max-width: 992px) {
  .cid-vkAVksgk8v .content-wrapper .border_2 {
    display: none;
  }
}
.cid-vkAVksgk8v .content-wrapper .border_3 {
  left: 50%;
}
.cid-vkAVksgk8v .content-wrapper .border_4 {
  left: 75%;
}
@media (max-width: 992px) {
  .cid-vkAVksgk8v .content-wrapper .border_4 {
    display: none;
  }
}
.cid-vkAVksgk8v .content-wrapper .border_5 {
  left: 100%;
}
.cid-vkAVksgk8v .content-wrap {
  position: relative;
  z-index: 1;
  margin: 0 0 80px 0;
}
@media (max-width: 992px) {
  .cid-vkAVksgk8v .content-wrap {
    margin: 0 0 40px 0;
  }
}
.cid-vkAVksgk8v .content-wrap .card {
  padding: 0;
  justify-content: flex-end;
}
.cid-vkAVksgk8v .label-wrapper {
  margin-bottom: 20px;
}
.cid-vkAVksgk8v .label-wrapper .label-wrap {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  background-color: #e1e1e1;
  padding: 7px 14px 6px;
}
.cid-vkAVksgk8v .label-wrapper .label-wrap .marker-wrap {
  width: 10px;
  height: 10px;
  min-width: 10px;
  border-radius: 100%;
  background-color: #d63614;
}
.cid-vkAVksgk8v .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkAVksgk8v .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vkAVksgk8v .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vkAVksgk8v .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vkAVksgk8v .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkAVksgk8v .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vkAVksgk8v .mbr-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
  width: 100%;
}
.cid-vkAVksgk8v .mbr-section-btn .btn {
  width: 100%;
}
.cid-vkAVksgk8v .items-wrapper {
  position: relative;
  margin: 0;
}
.cid-vkAVksgk8v .items-wrapper .item {
  padding: 0;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vkAVksgk8v .items-wrapper .item {
    margin-bottom: 8px;
  }
  .cid-vkAVksgk8v .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vkAVksgk8v .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vkAVksgk8v .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-vkAVksgk8v .items-wrapper .item .item-wrapper {
  margin-right: 8px;
}
.cid-vkAVksgk8v .items-wrapper .item .item-wrapper .card-box {
  background-color: #eaeaea;
  padding: 2px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  border: 1px solid #dedede;
}
@media (max-width: 992px) {
  .cid-vkAVksgk8v .items-wrapper .item .item-wrapper .card-box {
    padding: 2px 12px 4px;
  }
}
.cid-vkAVksgk8v .items-wrapper .item .item-wrapper .card-box .card-label-wrapper .card-label-wrap {
  display: inline-flex;
  gap: 16px;
  align-items: center;
}
.cid-vkAVksgk8v .items-wrapper .item .item-wrapper .card-box .card-label-wrapper .card-label-wrap .marker-wrap {
  width: 12px;
  height: 12px;
  min-width: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background-color: #d63614;
}
.cid-vkAVksgk8v .items-wrapper .item .item-wrapper .card-box .card-label-wrapper .card-label-wrap .marker-wrap .circle-wrap {
  background-color: #eaeaea;
  width: 6px;
  height: 6px;
  border-radius: 100%;
}
.cid-vkAVksgk8v .items-wrapper .item .item-wrapper .card-box .card-label-wrapper .card-label-wrap .item-label {
  margin-bottom: 0;
}
.cid-vkAVksgk8v .items-wrapper .item .item-wrapper .card-box .item-tag {
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-vkAVksgk8v .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.cid-vkAVksgk8v .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 310px;
  object-fit: cover;
  transition: all .3s ease;
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vkAVksgk8v .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vkAVksgk8v .items-wrapper .item .card_2 .item-img img {
  height: 490px;
}
@media (max-width: 992px) {
  .cid-vkAVksgk8v .items-wrapper .item .card_2 .item-img img {
    height: 300px;
  }
}
.cid-vkAVksgk8v .mbr-label {
  color: #686868;
}
.cid-vkAVksgk8v .mbr-section-title {
  color: #080a10;
}
.cid-vkAVksgk8v .mbr-section-subtitle {
  color: #5e5e5e;
}
.cid-vkAVksgk8v .mbr-text {
  color: #686868;
}
.cid-vkAVksgk8v .item-label {
  color: #686868;
}
.cid-vkAVksgk8v .item-tag {
  color: #686868;
}
.cid-vkASAXZuSE {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #1b2e5c;
  overflow: hidden;
}
.cid-vkASAXZuSE .media-container-row .mbr-text {
  color: #186ce0;
}
.cid-vkAWMTOkZo {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vkAWMTOkZo .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-vkAWMTOkZo .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vkAWMTOkZo {
    align-items: center;
  }
  .cid-vkAWMTOkZo .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vkAWMTOkZo .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vkAWMTOkZo {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vkAWMTOkZo .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vkAWMTOkZo .content-wrap {
    width: 100%;
  }
}
.cid-vkAWMTOkZo .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vkAWMTOkZo .mbr-text,
.cid-vkAWMTOkZo .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vkAWMTOkZo .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-vkAWMUQeIO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vkAWMUQeIO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkAWMUQeIO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkAWMUQeIO .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vkAWMUQeIO .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-vkAWMUQeIO .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-vkAWMUQeIO .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vkAWMUQeIO .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-vkAWMUQeIO .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vkAWMUQeIO .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkAWMUQeIO .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vkAWMUQeIO .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vkAWMUQeIO .content-wrap .card {
  justify-content: center;
}
.cid-vkAWMUQeIO .item {
  margin-bottom: 48px;
}
.cid-vkAWMUQeIO .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkAWMUQeIO .item {
    margin-bottom: 20px;
  }
  .cid-vkAWMUQeIO .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vkAWMUQeIO .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  position: relative;
  padding: 40px;
  background-color: #000000;
  border: 1px solid #242a3c;
  animation: none !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vkAWMUQeIO .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-vkAWMUQeIO .item .item-wrapper .item-content {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vkAWMUQeIO .item .item-wrapper .item-content {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vkAWMUQeIO .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-vkAWMUQeIO .item .item-wrapper .item-content .text-wrap .item-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkAWMUQeIO .item .item-wrapper .item-content .text-wrap .item-text {
    width: 100%;
  }
}
.cid-vkAWMUQeIO .item .item-wrapper .item-content .list-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vkAWMUQeIO .item .item-wrapper .item-content .list-wrapper {
    margin-top: 20px;
  }
}
.cid-vkAWMUQeIO .item .item-wrapper .item-content .list-wrapper .list {
  display: inline-flex;
  width: 80%;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-vkAWMUQeIO .item .item-wrapper .item-content .list-wrapper .list {
    width: 100%;
  }
}
.cid-vkAWMUQeIO .item .item-wrapper .item-content .list-wrapper .list .item-wrap {
  border: 1px solid #242a3c;
  padding: 8px 12px;
  margin-bottom: 0;
}
.cid-vkAWMUQeIO .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vkAWMUQeIO .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vkAWMUQeIO .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vkAWMUQeIO .item .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vkAWMUQeIO .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-vkAWMUQeIO .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #edefeb 10%, #186ce0 25%, #0175ff 100%);
  filter: blur(80px);
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-vkAWMUQeIO .item .item-wrapper .item-img::before {
    width: 300px;
    height: 300px;
  }
}
.cid-vkAWMUQeIO .item .item-wrapper .item-img img {
  position: relative;
  z-index: 1;
  height: 250px;
  width: 250px;
  min-width: 250px;
  object-fit: cover;
  border-radius: 100% !important;
  box-shadow: 10px 0 40px -5px #000000;
}
.cid-vkAWMUQeIO .mbr-label {
  color: #9ba9c4;
}
.cid-vkAWMUQeIO .mbr-section-title {
  color: #ffffff;
}
.cid-vkAWMUQeIO .mbr-text,
.cid-vkAWMUQeIO .text-wrapper {
  color: #9ba9c4;
  text-align: right;
}
.cid-vkAWMUQeIO .item-title {
  color: #ffffff;
}
.cid-vkAWMUQeIO .item-text {
  color: #9ba9c4;
}
.cid-vkAWMUQeIO .list {
  color: #d1d4e3;
}
.cid-vkAWMUQeIO .list,
.cid-vkAWMUQeIO .item-wrap,
.cid-vkAWMUQeIO .list-wrapper {
  text-align: center;
}
.cid-vkAWMUQeIO .item-text,
.cid-vkAWMUQeIO .text-wrap {
  color: #ffffff;
}
.cid-vkAWMVweiy {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vkAWMVweiy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkAWMVweiy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkAWMVweiy .mbr-section-title {
  text-align: center;
}
.cid-vkAWMVweiy .mbr-section-title DIV {
  text-align: center;
}
.cid-vkAXITKAJ2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkAXITKAJ2 h6 {
  line-height: 1.2;
}
.cid-vkAXITKAJ2 img,
.cid-vkAXITKAJ2 .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-vkAXITKAJ2 img,
  .cid-vkAXITKAJ2 .item-img {
    height: 150px;
    object-fit: cover;
  }
}
.cid-vkAXITKAJ2 .item:focus,
.cid-vkAXITKAJ2 span:focus {
  outline: none;
}
.cid-vkAXITKAJ2 .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-vkAXITKAJ2 .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-vkAXITKAJ2 .mbr-section-title {
  color: #000000;
}
.cid-vkAXITKAJ2 .mbr-text,
.cid-vkAXITKAJ2 .mbr-section-btn {
  color: #000000;
}
.cid-vkAXITKAJ2 .item-title {
  color: #000000;
  text-align: center;
}
.cid-vkAXITKAJ2 .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vkAXITKAJ2 .item-text {
  color: #000000;
  text-align: center;
}
.cid-vkAXITKAJ2 .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-vkAXITKAJ2 img,
  .cid-vkAXITKAJ2 .item-img {
    height: 150px;
    object-fit: cover;
  }
  .cid-vkAXITKAJ2 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vkAYjPjtBY {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vkAYjPjtBY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkAYjPjtBY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkAYjPjtBY .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vkAYjPjtBY .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-vkAYjPjtBY .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #0175ff;
  margin-bottom: 24px;
}
.cid-vkAYjPjtBY .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vkAYjPjtBY .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-vkAYjPjtBY .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vkAYjPjtBY .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkAYjPjtBY .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vkAYjPjtBY .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vkAYjPjtBY .content-wrap .card {
  justify-content: center;
}
.cid-vkAYjPjtBY .item {
  margin-bottom: 48px;
}
.cid-vkAYjPjtBY .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkAYjPjtBY .item {
    margin-bottom: 20px;
  }
  .cid-vkAYjPjtBY .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vkAYjPjtBY .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  height: 100%;
  position: relative;
  padding: 40px;
  background-color: #ffffff;
  border: 1px solid #242a3c;
  animation: none !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vkAYjPjtBY .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-vkAYjPjtBY .item .item-wrapper .item-content {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vkAYjPjtBY .item .item-wrapper .item-content {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vkAYjPjtBY .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-vkAYjPjtBY .item .item-wrapper .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-vkAYjPjtBY .item .item-wrapper .item-content .list-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vkAYjPjtBY .item .item-wrapper .item-content .list-wrapper {
    margin-top: 20px;
  }
}
.cid-vkAYjPjtBY .item .item-wrapper .item-content .list-wrapper .list {
  display: inline-flex;
  flex-direction: column;
  width: 80%;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-vkAYjPjtBY .item .item-wrapper .item-content .list-wrapper .list {
    width: 100%;
  }
}
.cid-vkAYjPjtBY .item .item-wrapper .item-content .list-wrapper .list .item-wrap {
  position: relative;
  width: 100%;
  border: 1px solid #242a3c;
  padding: 11px 16px 11px 50px;
  margin-bottom: 0;
  min-height: 48px;
}
.cid-vkAYjPjtBY .item .item-wrapper .item-content .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 13px;
  left: 16px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  font-size: 16px;
  color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #f50707 40%, #0175ff 50%);
  box-shadow: inset 0 0 7px -1px #ffffff;
}
.cid-vkAYjPjtBY .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vkAYjPjtBY .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vkAYjPjtBY .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vkAYjPjtBY .item .item-wrapper .image-wrapper {
  position: relative;
  z-index: 1;
  padding: 20px;
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vkAYjPjtBY .item .item-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-vkAYjPjtBY .item .item-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  right: -30%;
  width: 100%;
  height: 85%;
  border-radius: 100%;
  background-image: linear-gradient(#186ce0 10%, #0175ff 25%, #186ce0 100%);
  filter: blur(80px);
  pointer-events: none;
}
.cid-vkAYjPjtBY .item .item-wrapper .image-wrapper .border-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #ffffff;
  -webkit-mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
  mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
}
.cid-vkAYjPjtBY .item .item-wrapper .image-wrapper .item-img {
  position: relative;
  z-index: 1;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vkAYjPjtBY .item .item-wrapper .image-wrapper .item-img {
    min-height: auto;
    height: 300px;
  }
}
.cid-vkAYjPjtBY .item .item-wrapper .image-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vkAYjPjtBY .mbr-label {
  color: #9ba9c4;
}
.cid-vkAYjPjtBY .mbr-section-title {
  color: #186ce0;
}
.cid-vkAYjPjtBY .mbr-text,
.cid-vkAYjPjtBY .text-wrapper {
  color: #000000;
}
.cid-vkAYjPjtBY .item-title {
  color: #ffffff;
}
.cid-vkAYjPjtBY .item-text {
  color: #9ba9c4;
}
.cid-vkAYjPjtBY .list {
  color: #d1d4e3;
}
.cid-vkAYjPjtBY .item-text,
.cid-vkAYjPjtBY .text-wrap {
  color: #000000;
}
.cid-vkAYjPjtBY .mbr-label,
.cid-vkAYjPjtBY .label-wrapper {
  color: #000000;
}
.cid-vkAYjPjtBY .list,
.cid-vkAYjPjtBY .item-wrap,
.cid-vkAYjPjtBY .list-wrapper {
  color: #186ce0;
}
.cid-vkAYjPjtBY .item-title,
.cid-vkAYjPjtBY .mbr-section-btn {
  color: #186ce0;
}
.cid-vkAWMXzmua {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #1b2e5c;
  overflow: hidden;
}
.cid-vkAWMXzmua .media-container-row .mbr-text {
  color: #186ce0;
}
.cid-vkB0Sbu0sx {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vkB0Sbu0sx .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-vkB0Sbu0sx .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vkB0Sbu0sx {
    align-items: center;
  }
  .cid-vkB0Sbu0sx .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vkB0Sbu0sx .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vkB0Sbu0sx {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vkB0Sbu0sx .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vkB0Sbu0sx .content-wrap {
    width: 100%;
  }
}
.cid-vkB0Sbu0sx .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vkB0Sbu0sx .mbr-text,
.cid-vkB0Sbu0sx .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vkB0Sbu0sx .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-vkB0SccskW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vkB0SccskW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkB0SccskW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkB0SccskW .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vkB0SccskW .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-vkB0SccskW .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-vkB0SccskW .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vkB0SccskW .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-vkB0SccskW .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vkB0SccskW .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkB0SccskW .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vkB0SccskW .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vkB0SccskW .content-wrap .card {
  justify-content: center;
}
.cid-vkB0SccskW .item {
  margin-bottom: 48px;
}
.cid-vkB0SccskW .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkB0SccskW .item {
    margin-bottom: 20px;
  }
  .cid-vkB0SccskW .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vkB0SccskW .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  position: relative;
  padding: 40px;
  background-color: #000000;
  border: 1px solid #242a3c;
  animation: none !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vkB0SccskW .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-vkB0SccskW .item .item-wrapper .item-content {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vkB0SccskW .item .item-wrapper .item-content {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vkB0SccskW .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-vkB0SccskW .item .item-wrapper .item-content .text-wrap .item-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkB0SccskW .item .item-wrapper .item-content .text-wrap .item-text {
    width: 100%;
  }
}
.cid-vkB0SccskW .item .item-wrapper .item-content .list-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vkB0SccskW .item .item-wrapper .item-content .list-wrapper {
    margin-top: 20px;
  }
}
.cid-vkB0SccskW .item .item-wrapper .item-content .list-wrapper .list {
  display: inline-flex;
  width: 80%;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-vkB0SccskW .item .item-wrapper .item-content .list-wrapper .list {
    width: 100%;
  }
}
.cid-vkB0SccskW .item .item-wrapper .item-content .list-wrapper .list .item-wrap {
  border: 1px solid #242a3c;
  padding: 8px 12px;
  margin-bottom: 0;
}
.cid-vkB0SccskW .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vkB0SccskW .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vkB0SccskW .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vkB0SccskW .item .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vkB0SccskW .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-vkB0SccskW .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #edefeb 10%, #186ce0 25%, #0175ff 100%);
  filter: blur(80px);
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-vkB0SccskW .item .item-wrapper .item-img::before {
    width: 300px;
    height: 300px;
  }
}
.cid-vkB0SccskW .item .item-wrapper .item-img img {
  position: relative;
  z-index: 1;
  height: 250px;
  width: 250px;
  min-width: 250px;
  object-fit: cover;
  border-radius: 100% !important;
  box-shadow: 10px 0 40px -5px #000000;
}
.cid-vkB0SccskW .mbr-label {
  color: #9ba9c4;
}
.cid-vkB0SccskW .mbr-section-title {
  color: #ffffff;
}
.cid-vkB0SccskW .mbr-text,
.cid-vkB0SccskW .text-wrapper {
  color: #9ba9c4;
  text-align: right;
}
.cid-vkB0SccskW .item-title {
  color: #ffffff;
}
.cid-vkB0SccskW .item-text {
  color: #9ba9c4;
}
.cid-vkB0SccskW .list {
  color: #d1d4e3;
}
.cid-vkB0SccskW .list,
.cid-vkB0SccskW .item-wrap,
.cid-vkB0SccskW .list-wrapper {
  text-align: center;
}
.cid-vkB0SccskW .item-text,
.cid-vkB0SccskW .text-wrap {
  color: #ffffff;
}
.cid-vkB0ScX2b6 {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vkB0ScX2b6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkB0ScX2b6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkB0ScX2b6 .mbr-section-title {
  text-align: center;
}
.cid-vkB0ScX2b6 .mbr-section-title DIV {
  text-align: center;
}
.cid-vkB0SdzLg2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkB0SdzLg2 h6 {
  line-height: 1.2;
}
.cid-vkB0SdzLg2 img,
.cid-vkB0SdzLg2 .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-vkB0SdzLg2 img,
  .cid-vkB0SdzLg2 .item-img {
    height: 150px;
    object-fit: cover;
  }
}
.cid-vkB0SdzLg2 .item:focus,
.cid-vkB0SdzLg2 span:focus {
  outline: none;
}
.cid-vkB0SdzLg2 .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-vkB0SdzLg2 .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-vkB0SdzLg2 .mbr-section-title {
  color: #000000;
}
.cid-vkB0SdzLg2 .mbr-text,
.cid-vkB0SdzLg2 .mbr-section-btn {
  color: #000000;
}
.cid-vkB0SdzLg2 .item-title {
  color: #000000;
  text-align: center;
}
.cid-vkB0SdzLg2 .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vkB0SdzLg2 .item-text {
  color: #000000;
  text-align: center;
}
.cid-vkB0SdzLg2 .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-vkB0SdzLg2 img,
  .cid-vkB0SdzLg2 .item-img {
    height: 150px;
    object-fit: cover;
  }
  .cid-vkB0SdzLg2 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vkB0SdzLg2 .item-title,
.cid-vkB0SdzLg2 .mbr-section-btn {
  color: #0175ff;
}
.cid-vkB0SetS40 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vkB0SetS40 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkB0SetS40 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkB0SetS40 .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vkB0SetS40 .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-vkB0SetS40 .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #0175ff;
  margin-bottom: 24px;
}
.cid-vkB0SetS40 .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vkB0SetS40 .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-vkB0SetS40 .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vkB0SetS40 .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkB0SetS40 .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vkB0SetS40 .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vkB0SetS40 .content-wrap .card {
  justify-content: center;
}
.cid-vkB0SetS40 .item {
  margin-bottom: 48px;
}
.cid-vkB0SetS40 .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkB0SetS40 .item {
    margin-bottom: 20px;
  }
  .cid-vkB0SetS40 .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vkB0SetS40 .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  height: 100%;
  position: relative;
  padding: 40px;
  background-color: #ffffff;
  border: 1px solid #242a3c;
  animation: none !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vkB0SetS40 .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-vkB0SetS40 .item .item-wrapper .item-content {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vkB0SetS40 .item .item-wrapper .item-content {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vkB0SetS40 .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-vkB0SetS40 .item .item-wrapper .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-vkB0SetS40 .item .item-wrapper .item-content .list-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vkB0SetS40 .item .item-wrapper .item-content .list-wrapper {
    margin-top: 20px;
  }
}
.cid-vkB0SetS40 .item .item-wrapper .item-content .list-wrapper .list {
  display: inline-flex;
  flex-direction: column;
  width: 80%;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-vkB0SetS40 .item .item-wrapper .item-content .list-wrapper .list {
    width: 100%;
  }
}
.cid-vkB0SetS40 .item .item-wrapper .item-content .list-wrapper .list .item-wrap {
  position: relative;
  width: 100%;
  border: 1px solid #242a3c;
  padding: 11px 16px 11px 50px;
  margin-bottom: 0;
  min-height: 48px;
}
.cid-vkB0SetS40 .item .item-wrapper .item-content .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 13px;
  left: 16px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  font-size: 16px;
  color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #f50707 40%, #0175ff 50%);
  box-shadow: inset 0 0 7px -1px #ffffff;
}
.cid-vkB0SetS40 .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vkB0SetS40 .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vkB0SetS40 .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vkB0SetS40 .item .item-wrapper .image-wrapper {
  position: relative;
  z-index: 1;
  padding: 20px;
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vkB0SetS40 .item .item-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-vkB0SetS40 .item .item-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  right: -30%;
  width: 100%;
  height: 85%;
  border-radius: 100%;
  background-image: linear-gradient(#186ce0 10%, #0175ff 25%, #186ce0 100%);
  filter: blur(80px);
  pointer-events: none;
}
.cid-vkB0SetS40 .item .item-wrapper .image-wrapper .border-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #ffffff;
  -webkit-mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
  mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
}
.cid-vkB0SetS40 .item .item-wrapper .image-wrapper .item-img {
  position: relative;
  z-index: 1;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vkB0SetS40 .item .item-wrapper .image-wrapper .item-img {
    min-height: auto;
    height: 300px;
  }
}
.cid-vkB0SetS40 .item .item-wrapper .image-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vkB0SetS40 .mbr-label {
  color: #9ba9c4;
}
.cid-vkB0SetS40 .mbr-section-title {
  color: #9fe870;
}
.cid-vkB0SetS40 .mbr-text,
.cid-vkB0SetS40 .text-wrapper {
  color: #000000;
}
.cid-vkB0SetS40 .item-title {
  color: #ffffff;
}
.cid-vkB0SetS40 .item-text {
  color: #9ba9c4;
}
.cid-vkB0SetS40 .list {
  color: #d1d4e3;
}
.cid-vkB0SetS40 .item-text,
.cid-vkB0SetS40 .text-wrap {
  color: #000000;
}
.cid-vkB0SetS40 .mbr-label,
.cid-vkB0SetS40 .label-wrapper {
  color: #000000;
}
.cid-vkB0SetS40 .list,
.cid-vkB0SetS40 .item-wrap,
.cid-vkB0SetS40 .list-wrapper {
  color: #186ce0;
}
.cid-vkB0SetS40 .item-title,
.cid-vkB0SetS40 .mbr-section-btn {
  color: #186ce0;
}
.cid-vkB0SfhvxH {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #1b2e5c;
  overflow: hidden;
}
.cid-vkB0SfhvxH .media-container-row .mbr-text {
  color: #186ce0;
}
.cid-vkB3gqqqLW {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vkB3gqqqLW .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-vkB3gqqqLW .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vkB3gqqqLW {
    align-items: center;
  }
  .cid-vkB3gqqqLW .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vkB3gqqqLW .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vkB3gqqqLW {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vkB3gqqqLW .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vkB3gqqqLW .content-wrap {
    width: 100%;
  }
}
.cid-vkB3gqqqLW .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vkB3gqqqLW .mbr-text,
.cid-vkB3gqqqLW .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vkB3gqqqLW .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-vkB3gsDYLi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vkB3gsDYLi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkB3gsDYLi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkB3gsDYLi .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vkB3gsDYLi .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-vkB3gsDYLi .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-vkB3gsDYLi .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vkB3gsDYLi .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-vkB3gsDYLi .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vkB3gsDYLi .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkB3gsDYLi .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vkB3gsDYLi .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vkB3gsDYLi .content-wrap .card {
  justify-content: center;
}
.cid-vkB3gsDYLi .item {
  margin-bottom: 48px;
}
.cid-vkB3gsDYLi .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkB3gsDYLi .item {
    margin-bottom: 20px;
  }
  .cid-vkB3gsDYLi .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vkB3gsDYLi .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  position: relative;
  padding: 40px;
  background-color: #000000;
  border: 1px solid #242a3c;
  animation: none !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vkB3gsDYLi .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-vkB3gsDYLi .item .item-wrapper .item-content {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vkB3gsDYLi .item .item-wrapper .item-content {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vkB3gsDYLi .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-vkB3gsDYLi .item .item-wrapper .item-content .text-wrap .item-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkB3gsDYLi .item .item-wrapper .item-content .text-wrap .item-text {
    width: 100%;
  }
}
.cid-vkB3gsDYLi .item .item-wrapper .item-content .list-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vkB3gsDYLi .item .item-wrapper .item-content .list-wrapper {
    margin-top: 20px;
  }
}
.cid-vkB3gsDYLi .item .item-wrapper .item-content .list-wrapper .list {
  display: inline-flex;
  width: 80%;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-vkB3gsDYLi .item .item-wrapper .item-content .list-wrapper .list {
    width: 100%;
  }
}
.cid-vkB3gsDYLi .item .item-wrapper .item-content .list-wrapper .list .item-wrap {
  border: 1px solid #242a3c;
  padding: 8px 12px;
  margin-bottom: 0;
}
.cid-vkB3gsDYLi .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vkB3gsDYLi .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vkB3gsDYLi .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vkB3gsDYLi .item .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vkB3gsDYLi .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-vkB3gsDYLi .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #edefeb 10%, #f50707 25%, #f50707 100%);
  filter: blur(80px);
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-vkB3gsDYLi .item .item-wrapper .item-img::before {
    width: 300px;
    height: 300px;
  }
}
.cid-vkB3gsDYLi .item .item-wrapper .item-img img {
  position: relative;
  z-index: 1;
  height: 250px;
  width: 250px;
  min-width: 250px;
  object-fit: cover;
  border-radius: 100% !important;
  box-shadow: 10px 0 40px -5px #000000;
}
.cid-vkB3gsDYLi .mbr-label {
  color: #9ba9c4;
}
.cid-vkB3gsDYLi .mbr-section-title {
  color: #ffffff;
}
.cid-vkB3gsDYLi .mbr-text,
.cid-vkB3gsDYLi .text-wrapper {
  color: #9ba9c4;
  text-align: right;
}
.cid-vkB3gsDYLi .item-title {
  color: #ffffff;
}
.cid-vkB3gsDYLi .item-text {
  color: #9ba9c4;
}
.cid-vkB3gsDYLi .list {
  color: #d1d4e3;
}
.cid-vkB3gsDYLi .list,
.cid-vkB3gsDYLi .item-wrap,
.cid-vkB3gsDYLi .list-wrapper {
  text-align: center;
}
.cid-vkB3gsDYLi .item-text,
.cid-vkB3gsDYLi .text-wrap {
  color: #ffffff;
}
.cid-vkB3gtqzNs {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vkB3gtqzNs .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkB3gtqzNs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkB3gtqzNs .mbr-section-title {
  text-align: center;
}
.cid-vkB3gtqzNs .mbr-section-title DIV {
  text-align: center;
}
.cid-vkB3gu2vuE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkB3gu2vuE h6 {
  line-height: 1.2;
}
.cid-vkB3gu2vuE img,
.cid-vkB3gu2vuE .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-vkB3gu2vuE img,
  .cid-vkB3gu2vuE .item-img {
    height: 150px;
    object-fit: cover;
  }
}
.cid-vkB3gu2vuE .item:focus,
.cid-vkB3gu2vuE span:focus {
  outline: none;
}
.cid-vkB3gu2vuE .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-vkB3gu2vuE .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-vkB3gu2vuE .mbr-section-title {
  color: #000000;
}
.cid-vkB3gu2vuE .mbr-text,
.cid-vkB3gu2vuE .mbr-section-btn {
  color: #000000;
}
.cid-vkB3gu2vuE .item-title {
  color: #000000;
  text-align: center;
}
.cid-vkB3gu2vuE .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vkB3gu2vuE .item-text {
  color: #000000;
  text-align: center;
}
.cid-vkB3gu2vuE .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-vkB3gu2vuE img,
  .cid-vkB3gu2vuE .item-img {
    height: 150px;
    object-fit: cover;
  }
  .cid-vkB3gu2vuE .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vkB3gu2vuE .item-title,
.cid-vkB3gu2vuE .mbr-section-btn {
  color: #f50707;
}
.cid-vkB3guK9PB {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vkB3guK9PB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkB3guK9PB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkB3guK9PB .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vkB3guK9PB .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-vkB3guK9PB .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #0175ff;
  margin-bottom: 24px;
}
.cid-vkB3guK9PB .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vkB3guK9PB .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-vkB3guK9PB .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vkB3guK9PB .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkB3guK9PB .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vkB3guK9PB .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vkB3guK9PB .content-wrap .card {
  justify-content: center;
}
.cid-vkB3guK9PB .item {
  margin-bottom: 48px;
}
.cid-vkB3guK9PB .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkB3guK9PB .item {
    margin-bottom: 20px;
  }
  .cid-vkB3guK9PB .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vkB3guK9PB .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  height: 100%;
  position: relative;
  padding: 40px;
  background-color: #ffffff;
  border: 1px solid #242a3c;
  animation: none !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vkB3guK9PB .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-vkB3guK9PB .item .item-wrapper .item-content {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vkB3guK9PB .item .item-wrapper .item-content {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vkB3guK9PB .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-vkB3guK9PB .item .item-wrapper .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-vkB3guK9PB .item .item-wrapper .item-content .list-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vkB3guK9PB .item .item-wrapper .item-content .list-wrapper {
    margin-top: 20px;
  }
}
.cid-vkB3guK9PB .item .item-wrapper .item-content .list-wrapper .list {
  display: inline-flex;
  flex-direction: column;
  width: 80%;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-vkB3guK9PB .item .item-wrapper .item-content .list-wrapper .list {
    width: 100%;
  }
}
.cid-vkB3guK9PB .item .item-wrapper .item-content .list-wrapper .list .item-wrap {
  position: relative;
  width: 100%;
  border: 1px solid #242a3c;
  padding: 11px 16px 11px 50px;
  margin-bottom: 0;
  min-height: 48px;
}
.cid-vkB3guK9PB .item .item-wrapper .item-content .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 13px;
  left: 16px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  font-size: 16px;
  color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #f50707 40%, #0175ff 50%);
  box-shadow: inset 0 0 7px -1px #ffffff;
}
.cid-vkB3guK9PB .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vkB3guK9PB .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vkB3guK9PB .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vkB3guK9PB .item .item-wrapper .image-wrapper {
  position: relative;
  z-index: 1;
  padding: 20px;
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vkB3guK9PB .item .item-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-vkB3guK9PB .item .item-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  right: -30%;
  width: 100%;
  height: 85%;
  border-radius: 100%;
  background-image: linear-gradient(#186ce0 10%, #0175ff 25%, #186ce0 100%);
  filter: blur(80px);
  pointer-events: none;
}
.cid-vkB3guK9PB .item .item-wrapper .image-wrapper .border-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #ffffff;
  -webkit-mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
  mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
}
.cid-vkB3guK9PB .item .item-wrapper .image-wrapper .item-img {
  position: relative;
  z-index: 1;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vkB3guK9PB .item .item-wrapper .image-wrapper .item-img {
    min-height: auto;
    height: 300px;
  }
}
.cid-vkB3guK9PB .item .item-wrapper .image-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vkB3guK9PB .mbr-label {
  color: #9ba9c4;
}
.cid-vkB3guK9PB .mbr-section-title {
  color: #9fe870;
}
.cid-vkB3guK9PB .mbr-text,
.cid-vkB3guK9PB .text-wrapper {
  color: #000000;
}
.cid-vkB3guK9PB .item-title {
  color: #ffffff;
}
.cid-vkB3guK9PB .item-text {
  color: #9ba9c4;
}
.cid-vkB3guK9PB .list {
  color: #d1d4e3;
}
.cid-vkB3guK9PB .item-text,
.cid-vkB3guK9PB .text-wrap {
  color: #000000;
}
.cid-vkB3guK9PB .mbr-label,
.cid-vkB3guK9PB .label-wrapper {
  color: #000000;
}
.cid-vkB3guK9PB .list,
.cid-vkB3guK9PB .item-wrap,
.cid-vkB3guK9PB .list-wrapper {
  color: #186ce0;
}
.cid-vkB3guK9PB .item-title,
.cid-vkB3guK9PB .mbr-section-btn {
  color: #186ce0;
}
.cid-vkB3gvyFXk {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #1b2e5c;
  overflow: hidden;
}
.cid-vkB3gvyFXk .media-container-row .mbr-text {
  color: #186ce0;
}
.cid-vkB5rwO1hH {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vkB5rwO1hH .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-vkB5rwO1hH .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vkB5rwO1hH {
    align-items: center;
  }
  .cid-vkB5rwO1hH .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vkB5rwO1hH .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vkB5rwO1hH {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vkB5rwO1hH .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vkB5rwO1hH .content-wrap {
    width: 100%;
  }
}
.cid-vkB5rwO1hH .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vkB5rwO1hH .mbr-text,
.cid-vkB5rwO1hH .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vkB5rwO1hH .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-vkB5rxAkKT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vkB5rxAkKT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkB5rxAkKT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkB5rxAkKT .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vkB5rxAkKT .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-vkB5rxAkKT .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-vkB5rxAkKT .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vkB5rxAkKT .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-vkB5rxAkKT .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vkB5rxAkKT .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkB5rxAkKT .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vkB5rxAkKT .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vkB5rxAkKT .content-wrap .card {
  justify-content: center;
}
.cid-vkB5rxAkKT .item {
  margin-bottom: 48px;
}
.cid-vkB5rxAkKT .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkB5rxAkKT .item {
    margin-bottom: 20px;
  }
  .cid-vkB5rxAkKT .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vkB5rxAkKT .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  position: relative;
  padding: 40px;
  background-color: #000000;
  border: 1px solid #242a3c;
  animation: none !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vkB5rxAkKT .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-vkB5rxAkKT .item .item-wrapper .item-content {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vkB5rxAkKT .item .item-wrapper .item-content {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vkB5rxAkKT .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-vkB5rxAkKT .item .item-wrapper .item-content .text-wrap .item-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkB5rxAkKT .item .item-wrapper .item-content .text-wrap .item-text {
    width: 100%;
  }
}
.cid-vkB5rxAkKT .item .item-wrapper .item-content .list-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vkB5rxAkKT .item .item-wrapper .item-content .list-wrapper {
    margin-top: 20px;
  }
}
.cid-vkB5rxAkKT .item .item-wrapper .item-content .list-wrapper .list {
  display: inline-flex;
  width: 80%;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-vkB5rxAkKT .item .item-wrapper .item-content .list-wrapper .list {
    width: 100%;
  }
}
.cid-vkB5rxAkKT .item .item-wrapper .item-content .list-wrapper .list .item-wrap {
  border: 1px solid #242a3c;
  padding: 8px 12px;
  margin-bottom: 0;
}
.cid-vkB5rxAkKT .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vkB5rxAkKT .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vkB5rxAkKT .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vkB5rxAkKT .item .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vkB5rxAkKT .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-vkB5rxAkKT .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #edefeb 10%, #0175ff 25%, #186ce0 100%);
  filter: blur(80px);
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-vkB5rxAkKT .item .item-wrapper .item-img::before {
    width: 300px;
    height: 300px;
  }
}
.cid-vkB5rxAkKT .item .item-wrapper .item-img img {
  position: relative;
  z-index: 1;
  height: 250px;
  width: 250px;
  min-width: 250px;
  object-fit: cover;
  border-radius: 100% !important;
  box-shadow: 10px 0 40px -5px #000000;
}
.cid-vkB5rxAkKT .mbr-label {
  color: #9ba9c4;
}
.cid-vkB5rxAkKT .mbr-section-title {
  color: #ffffff;
}
.cid-vkB5rxAkKT .mbr-text,
.cid-vkB5rxAkKT .text-wrapper {
  color: #9ba9c4;
  text-align: right;
}
.cid-vkB5rxAkKT .item-title {
  color: #ffffff;
}
.cid-vkB5rxAkKT .item-text {
  color: #9ba9c4;
}
.cid-vkB5rxAkKT .list {
  color: #d1d4e3;
}
.cid-vkB5rxAkKT .list,
.cid-vkB5rxAkKT .item-wrap,
.cid-vkB5rxAkKT .list-wrapper {
  text-align: center;
}
.cid-vkB5rxAkKT .item-text,
.cid-vkB5rxAkKT .text-wrap {
  color: #ffffff;
}
.cid-vkB5ryn6Wd {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vkB5ryn6Wd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkB5ryn6Wd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkB5ryn6Wd .mbr-section-title {
  text-align: center;
}
.cid-vkB5ryn6Wd .mbr-section-title DIV {
  text-align: center;
}
.cid-vkB5ryV7KR {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkB5ryV7KR h6 {
  line-height: 1.2;
}
.cid-vkB5ryV7KR img,
.cid-vkB5ryV7KR .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-vkB5ryV7KR img,
  .cid-vkB5ryV7KR .item-img {
    height: 150px;
    object-fit: cover;
  }
}
.cid-vkB5ryV7KR .item:focus,
.cid-vkB5ryV7KR span:focus {
  outline: none;
}
.cid-vkB5ryV7KR .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-vkB5ryV7KR .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-vkB5ryV7KR .mbr-section-title {
  color: #000000;
}
.cid-vkB5ryV7KR .mbr-text,
.cid-vkB5ryV7KR .mbr-section-btn {
  color: #000000;
}
.cid-vkB5ryV7KR .item-title {
  color: #000000;
  text-align: center;
}
.cid-vkB5ryV7KR .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vkB5ryV7KR .item-text {
  color: #000000;
  text-align: center;
}
.cid-vkB5ryV7KR .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-vkB5ryV7KR img,
  .cid-vkB5ryV7KR .item-img {
    height: 150px;
    object-fit: cover;
  }
  .cid-vkB5ryV7KR .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vkB5ryV7KR .item-title,
.cid-vkB5ryV7KR .mbr-section-btn {
  color: #186ce0;
}
.cid-vkB5rzIU5K {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vkB5rzIU5K .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkB5rzIU5K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkB5rzIU5K .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vkB5rzIU5K .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-vkB5rzIU5K .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #0175ff;
  margin-bottom: 24px;
}
.cid-vkB5rzIU5K .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vkB5rzIU5K .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-vkB5rzIU5K .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vkB5rzIU5K .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkB5rzIU5K .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vkB5rzIU5K .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vkB5rzIU5K .content-wrap .card {
  justify-content: center;
}
.cid-vkB5rzIU5K .item {
  margin-bottom: 48px;
}
.cid-vkB5rzIU5K .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkB5rzIU5K .item {
    margin-bottom: 20px;
  }
  .cid-vkB5rzIU5K .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vkB5rzIU5K .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  height: 100%;
  position: relative;
  padding: 40px;
  background-color: #ffffff;
  border: 1px solid #242a3c;
  animation: none !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vkB5rzIU5K .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-vkB5rzIU5K .item .item-wrapper .item-content {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vkB5rzIU5K .item .item-wrapper .item-content {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vkB5rzIU5K .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-vkB5rzIU5K .item .item-wrapper .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-vkB5rzIU5K .item .item-wrapper .item-content .list-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vkB5rzIU5K .item .item-wrapper .item-content .list-wrapper {
    margin-top: 20px;
  }
}
.cid-vkB5rzIU5K .item .item-wrapper .item-content .list-wrapper .list {
  display: inline-flex;
  flex-direction: column;
  width: 80%;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-vkB5rzIU5K .item .item-wrapper .item-content .list-wrapper .list {
    width: 100%;
  }
}
.cid-vkB5rzIU5K .item .item-wrapper .item-content .list-wrapper .list .item-wrap {
  position: relative;
  width: 100%;
  border: 1px solid #242a3c;
  padding: 11px 16px 11px 50px;
  margin-bottom: 0;
  min-height: 48px;
}
.cid-vkB5rzIU5K .item .item-wrapper .item-content .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 13px;
  left: 16px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  font-size: 16px;
  color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #f50707 40%, #0175ff 50%);
  box-shadow: inset 0 0 7px -1px #ffffff;
}
.cid-vkB5rzIU5K .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vkB5rzIU5K .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vkB5rzIU5K .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vkB5rzIU5K .item .item-wrapper .image-wrapper {
  position: relative;
  z-index: 1;
  padding: 20px;
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vkB5rzIU5K .item .item-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-vkB5rzIU5K .item .item-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  right: -30%;
  width: 100%;
  height: 85%;
  border-radius: 100%;
  background-image: linear-gradient(#186ce0 10%, #0175ff 25%, #186ce0 100%);
  filter: blur(80px);
  pointer-events: none;
}
.cid-vkB5rzIU5K .item .item-wrapper .image-wrapper .border-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #ffffff;
  -webkit-mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
  mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
}
.cid-vkB5rzIU5K .item .item-wrapper .image-wrapper .item-img {
  position: relative;
  z-index: 1;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vkB5rzIU5K .item .item-wrapper .image-wrapper .item-img {
    min-height: auto;
    height: 300px;
  }
}
.cid-vkB5rzIU5K .item .item-wrapper .image-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vkB5rzIU5K .mbr-label {
  color: #9ba9c4;
}
.cid-vkB5rzIU5K .mbr-section-title {
  color: #9fe870;
}
.cid-vkB5rzIU5K .mbr-text,
.cid-vkB5rzIU5K .text-wrapper {
  color: #000000;
}
.cid-vkB5rzIU5K .item-title {
  color: #ffffff;
}
.cid-vkB5rzIU5K .item-text {
  color: #9ba9c4;
}
.cid-vkB5rzIU5K .list {
  color: #d1d4e3;
}
.cid-vkB5rzIU5K .item-text,
.cid-vkB5rzIU5K .text-wrap {
  color: #000000;
}
.cid-vkB5rzIU5K .mbr-label,
.cid-vkB5rzIU5K .label-wrapper {
  color: #000000;
}
.cid-vkB5rzIU5K .list,
.cid-vkB5rzIU5K .item-wrap,
.cid-vkB5rzIU5K .list-wrapper {
  color: #186ce0;
}
.cid-vkB5rzIU5K .item-title,
.cid-vkB5rzIU5K .mbr-section-btn {
  color: #186ce0;
}
.cid-vkB5rAsKad {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #1b2e5c;
  overflow: hidden;
}
.cid-vkB5rAsKad .media-container-row .mbr-text {
  color: #186ce0;
}
.cid-vkB82AWIdu {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vkB82AWIdu .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-vkB82AWIdu .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vkB82AWIdu {
    align-items: center;
  }
  .cid-vkB82AWIdu .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vkB82AWIdu .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vkB82AWIdu {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vkB82AWIdu .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vkB82AWIdu .content-wrap {
    width: 100%;
  }
}
.cid-vkB82AWIdu .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vkB82AWIdu .mbr-text,
.cid-vkB82AWIdu .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vkB82AWIdu .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-vkB82BDwoc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vkB82BDwoc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkB82BDwoc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkB82BDwoc .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vkB82BDwoc .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-vkB82BDwoc .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-vkB82BDwoc .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vkB82BDwoc .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-vkB82BDwoc .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vkB82BDwoc .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkB82BDwoc .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vkB82BDwoc .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vkB82BDwoc .content-wrap .card {
  justify-content: center;
}
.cid-vkB82BDwoc .item {
  margin-bottom: 48px;
}
.cid-vkB82BDwoc .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkB82BDwoc .item {
    margin-bottom: 20px;
  }
  .cid-vkB82BDwoc .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vkB82BDwoc .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  position: relative;
  padding: 40px;
  background-color: #000000;
  border: 1px solid #242a3c;
  animation: none !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vkB82BDwoc .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-vkB82BDwoc .item .item-wrapper .item-content {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vkB82BDwoc .item .item-wrapper .item-content {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vkB82BDwoc .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-vkB82BDwoc .item .item-wrapper .item-content .text-wrap .item-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkB82BDwoc .item .item-wrapper .item-content .text-wrap .item-text {
    width: 100%;
  }
}
.cid-vkB82BDwoc .item .item-wrapper .item-content .list-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vkB82BDwoc .item .item-wrapper .item-content .list-wrapper {
    margin-top: 20px;
  }
}
.cid-vkB82BDwoc .item .item-wrapper .item-content .list-wrapper .list {
  display: inline-flex;
  width: 80%;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-vkB82BDwoc .item .item-wrapper .item-content .list-wrapper .list {
    width: 100%;
  }
}
.cid-vkB82BDwoc .item .item-wrapper .item-content .list-wrapper .list .item-wrap {
  border: 1px solid #242a3c;
  padding: 8px 12px;
  margin-bottom: 0;
}
.cid-vkB82BDwoc .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vkB82BDwoc .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vkB82BDwoc .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vkB82BDwoc .item .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vkB82BDwoc .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-vkB82BDwoc .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #edefeb 10%, #0175ff 25%, #186ce0 100%);
  filter: blur(80px);
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-vkB82BDwoc .item .item-wrapper .item-img::before {
    width: 300px;
    height: 300px;
  }
}
.cid-vkB82BDwoc .item .item-wrapper .item-img img {
  position: relative;
  z-index: 1;
  height: 250px;
  width: 250px;
  min-width: 250px;
  object-fit: cover;
  border-radius: 100% !important;
  box-shadow: 10px 0 40px -5px #000000;
}
.cid-vkB82BDwoc .mbr-label {
  color: #9ba9c4;
}
.cid-vkB82BDwoc .mbr-section-title {
  color: #ffffff;
}
.cid-vkB82BDwoc .mbr-text,
.cid-vkB82BDwoc .text-wrapper {
  color: #9ba9c4;
  text-align: right;
}
.cid-vkB82BDwoc .item-title {
  color: #ffffff;
}
.cid-vkB82BDwoc .item-text {
  color: #9ba9c4;
}
.cid-vkB82BDwoc .list {
  color: #d1d4e3;
}
.cid-vkB82BDwoc .list,
.cid-vkB82BDwoc .item-wrap,
.cid-vkB82BDwoc .list-wrapper {
  text-align: center;
}
.cid-vkB82BDwoc .item-text,
.cid-vkB82BDwoc .text-wrap {
  color: #ffffff;
}
.cid-vkB82D0CDx {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkB82D0CDx h6 {
  line-height: 1.2;
}
.cid-vkB82D0CDx img,
.cid-vkB82D0CDx .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-vkB82D0CDx img,
  .cid-vkB82D0CDx .item-img {
    height: 150px;
    object-fit: cover;
  }
}
.cid-vkB82D0CDx .item:focus,
.cid-vkB82D0CDx span:focus {
  outline: none;
}
.cid-vkB82D0CDx .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-vkB82D0CDx .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-vkB82D0CDx .mbr-section-title {
  color: #000000;
}
.cid-vkB82D0CDx .mbr-text,
.cid-vkB82D0CDx .mbr-section-btn {
  color: #000000;
}
.cid-vkB82D0CDx .item-title {
  color: #000000;
  text-align: center;
}
.cid-vkB82D0CDx .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vkB82D0CDx .item-text {
  color: #000000;
  text-align: center;
}
.cid-vkB82D0CDx .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-vkB82D0CDx img,
  .cid-vkB82D0CDx .item-img {
    height: 150px;
    object-fit: cover;
  }
  .cid-vkB82D0CDx .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vkB82D0CDx .item-title,
.cid-vkB82D0CDx .mbr-section-btn {
  color: #186ce0;
}
.cid-vkBap9gQsB {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkBap9gQsB h6 {
  line-height: 1.2;
}
.cid-vkBap9gQsB img,
.cid-vkBap9gQsB .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-vkBap9gQsB img,
  .cid-vkBap9gQsB .item-img {
    height: 150px;
    object-fit: cover;
  }
}
.cid-vkBap9gQsB .item:focus,
.cid-vkBap9gQsB span:focus {
  outline: none;
}
.cid-vkBap9gQsB .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-vkBap9gQsB .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-vkBap9gQsB .mbr-section-title {
  color: #000000;
}
.cid-vkBap9gQsB .mbr-text,
.cid-vkBap9gQsB .mbr-section-btn {
  color: #000000;
}
.cid-vkBap9gQsB .item-title {
  color: #000000;
  text-align: center;
}
.cid-vkBap9gQsB .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vkBap9gQsB .item-text {
  color: #000000;
  text-align: center;
}
.cid-vkBap9gQsB .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-vkBap9gQsB img,
  .cid-vkBap9gQsB .item-img {
    height: 150px;
    object-fit: cover;
  }
  .cid-vkBap9gQsB .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vkBap9gQsB .item-title,
.cid-vkBap9gQsB .mbr-section-btn {
  color: #186ce0;
}
.cid-vkBaDnPCHm {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkBaDnPCHm h6 {
  line-height: 1.2;
}
.cid-vkBaDnPCHm img,
.cid-vkBaDnPCHm .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-vkBaDnPCHm img,
  .cid-vkBaDnPCHm .item-img {
    height: 150px;
    object-fit: cover;
  }
}
.cid-vkBaDnPCHm .item:focus,
.cid-vkBaDnPCHm span:focus {
  outline: none;
}
.cid-vkBaDnPCHm .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-vkBaDnPCHm .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-vkBaDnPCHm .mbr-section-title {
  color: #000000;
}
.cid-vkBaDnPCHm .mbr-text,
.cid-vkBaDnPCHm .mbr-section-btn {
  color: #000000;
}
.cid-vkBaDnPCHm .item-title {
  color: #000000;
  text-align: center;
}
.cid-vkBaDnPCHm .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vkBaDnPCHm .item-text {
  color: #000000;
  text-align: center;
}
.cid-vkBaDnPCHm .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-vkBaDnPCHm img,
  .cid-vkBaDnPCHm .item-img {
    height: 150px;
    object-fit: cover;
  }
  .cid-vkBaDnPCHm .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vkBaDnPCHm .item-title,
.cid-vkBaDnPCHm .mbr-section-btn {
  color: #186ce0;
}
.cid-vkBbl5wx1v {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkBbl5wx1v .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-vkBbl5wx1v .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vkBbl5wx1v {
    align-items: center;
  }
  .cid-vkBbl5wx1v .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vkBbl5wx1v .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vkBbl5wx1v {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vkBbl5wx1v .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vkBbl5wx1v .content-wrap {
    width: 100%;
  }
}
.cid-vkBbl5wx1v .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vkBbl5wx1v .mbr-text,
.cid-vkBbl5wx1v .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vkBbl5wx1v .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-vkB82F5B8f {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #1b2e5c;
  overflow: hidden;
}
.cid-vkB82F5B8f .media-container-row .mbr-text {
  color: #186ce0;
}
.cid-vkBbP9cUl3 {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vkBbP9cUl3 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-vkBbP9cUl3 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vkBbP9cUl3 {
    align-items: center;
  }
  .cid-vkBbP9cUl3 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vkBbP9cUl3 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vkBbP9cUl3 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vkBbP9cUl3 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vkBbP9cUl3 .content-wrap {
    width: 100%;
  }
}
.cid-vkBbP9cUl3 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vkBbP9cUl3 .mbr-text,
.cid-vkBbP9cUl3 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vkBbP9cUl3 .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-vkBbPajey2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vkBbPajey2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkBbPajey2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkBbPajey2 .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vkBbPajey2 .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-vkBbPajey2 .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-vkBbPajey2 .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vkBbPajey2 .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-vkBbPajey2 .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vkBbPajey2 .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkBbPajey2 .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vkBbPajey2 .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vkBbPajey2 .content-wrap .card {
  justify-content: center;
}
.cid-vkBbPajey2 .item {
  margin-bottom: 48px;
}
.cid-vkBbPajey2 .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkBbPajey2 .item {
    margin-bottom: 20px;
  }
  .cid-vkBbPajey2 .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vkBbPajey2 .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  position: relative;
  padding: 40px;
  background-color: #000000;
  border: 1px solid #242a3c;
  animation: none !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vkBbPajey2 .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-vkBbPajey2 .item .item-wrapper .item-content {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vkBbPajey2 .item .item-wrapper .item-content {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vkBbPajey2 .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-vkBbPajey2 .item .item-wrapper .item-content .text-wrap .item-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkBbPajey2 .item .item-wrapper .item-content .text-wrap .item-text {
    width: 100%;
  }
}
.cid-vkBbPajey2 .item .item-wrapper .item-content .list-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vkBbPajey2 .item .item-wrapper .item-content .list-wrapper {
    margin-top: 20px;
  }
}
.cid-vkBbPajey2 .item .item-wrapper .item-content .list-wrapper .list {
  display: inline-flex;
  width: 80%;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-vkBbPajey2 .item .item-wrapper .item-content .list-wrapper .list {
    width: 100%;
  }
}
.cid-vkBbPajey2 .item .item-wrapper .item-content .list-wrapper .list .item-wrap {
  border: 1px solid #242a3c;
  padding: 8px 12px;
  margin-bottom: 0;
}
.cid-vkBbPajey2 .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vkBbPajey2 .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vkBbPajey2 .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vkBbPajey2 .item .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vkBbPajey2 .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-vkBbPajey2 .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #edefeb 10%, #f50707 25%, #f50707 100%);
  filter: blur(80px);
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-vkBbPajey2 .item .item-wrapper .item-img::before {
    width: 300px;
    height: 300px;
  }
}
.cid-vkBbPajey2 .item .item-wrapper .item-img img {
  position: relative;
  z-index: 1;
  height: 250px;
  width: 250px;
  min-width: 250px;
  object-fit: cover;
  border-radius: 100% !important;
  box-shadow: 10px 0 40px -5px #000000;
}
.cid-vkBbPajey2 .mbr-label {
  color: #9ba9c4;
}
.cid-vkBbPajey2 .mbr-section-title {
  color: #ffffff;
}
.cid-vkBbPajey2 .mbr-text,
.cid-vkBbPajey2 .text-wrapper {
  color: #9ba9c4;
  text-align: right;
}
.cid-vkBbPajey2 .item-title {
  color: #ffffff;
}
.cid-vkBbPajey2 .item-text {
  color: #9ba9c4;
}
.cid-vkBbPajey2 .list {
  color: #d1d4e3;
}
.cid-vkBbPajey2 .list,
.cid-vkBbPajey2 .item-wrap,
.cid-vkBbPajey2 .list-wrapper {
  text-align: center;
}
.cid-vkBbPajey2 .item-text,
.cid-vkBbPajey2 .text-wrap {
  color: #ffffff;
}
.cid-vkBbPbo0wn {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-vkBbPbo0wn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkBbPbo0wn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkBbPbo0wn .mbr-section-title {
  text-align: center;
}
.cid-vkBbPbo0wn .mbr-section-title DIV {
  text-align: center;
}
.cid-vkBbPcdgdE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkBbPcdgdE h6 {
  line-height: 1.2;
}
.cid-vkBbPcdgdE img,
.cid-vkBbPcdgdE .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-vkBbPcdgdE img,
  .cid-vkBbPcdgdE .item-img {
    height: 150px;
    object-fit: cover;
  }
}
.cid-vkBbPcdgdE .item:focus,
.cid-vkBbPcdgdE span:focus {
  outline: none;
}
.cid-vkBbPcdgdE .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-vkBbPcdgdE .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-vkBbPcdgdE .mbr-section-title {
  color: #000000;
}
.cid-vkBbPcdgdE .mbr-text,
.cid-vkBbPcdgdE .mbr-section-btn {
  color: #000000;
}
.cid-vkBbPcdgdE .item-title {
  color: #000000;
  text-align: center;
}
.cid-vkBbPcdgdE .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vkBbPcdgdE .item-text {
  color: #000000;
  text-align: center;
}
.cid-vkBbPcdgdE .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-vkBbPcdgdE img,
  .cid-vkBbPcdgdE .item-img {
    height: 150px;
    object-fit: cover;
  }
  .cid-vkBbPcdgdE .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vkBbPcdgdE .item-title,
.cid-vkBbPcdgdE .mbr-section-btn {
  color: #0175ff;
}
.cid-vkBbPdgS4g {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vkBbPdgS4g .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkBbPdgS4g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkBbPdgS4g .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vkBbPdgS4g .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-vkBbPdgS4g .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #0175ff;
  margin-bottom: 24px;
}
.cid-vkBbPdgS4g .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vkBbPdgS4g .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-vkBbPdgS4g .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vkBbPdgS4g .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkBbPdgS4g .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vkBbPdgS4g .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vkBbPdgS4g .content-wrap .card {
  justify-content: center;
}
.cid-vkBbPdgS4g .item {
  margin-bottom: 48px;
}
.cid-vkBbPdgS4g .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkBbPdgS4g .item {
    margin-bottom: 20px;
  }
  .cid-vkBbPdgS4g .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vkBbPdgS4g .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  height: 100%;
  position: relative;
  padding: 40px;
  background-color: #ffffff;
  border: 1px solid #242a3c;
  animation: none !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vkBbPdgS4g .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-vkBbPdgS4g .item .item-wrapper .item-content {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vkBbPdgS4g .item .item-wrapper .item-content {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vkBbPdgS4g .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-vkBbPdgS4g .item .item-wrapper .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-vkBbPdgS4g .item .item-wrapper .item-content .list-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vkBbPdgS4g .item .item-wrapper .item-content .list-wrapper {
    margin-top: 20px;
  }
}
.cid-vkBbPdgS4g .item .item-wrapper .item-content .list-wrapper .list {
  display: inline-flex;
  flex-direction: column;
  width: 80%;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-vkBbPdgS4g .item .item-wrapper .item-content .list-wrapper .list {
    width: 100%;
  }
}
.cid-vkBbPdgS4g .item .item-wrapper .item-content .list-wrapper .list .item-wrap {
  position: relative;
  width: 100%;
  border: 1px solid #242a3c;
  padding: 11px 16px 11px 50px;
  margin-bottom: 0;
  min-height: 48px;
}
.cid-vkBbPdgS4g .item .item-wrapper .item-content .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 13px;
  left: 16px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  font-size: 16px;
  color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #f50707 40%, #0175ff 50%);
  box-shadow: inset 0 0 7px -1px #ffffff;
}
.cid-vkBbPdgS4g .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vkBbPdgS4g .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vkBbPdgS4g .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vkBbPdgS4g .item .item-wrapper .image-wrapper {
  position: relative;
  z-index: 1;
  padding: 20px;
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vkBbPdgS4g .item .item-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-vkBbPdgS4g .item .item-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  right: -30%;
  width: 100%;
  height: 85%;
  border-radius: 100%;
  background-image: linear-gradient(#186ce0 10%, #0175ff 25%, #186ce0 100%);
  filter: blur(80px);
  pointer-events: none;
}
.cid-vkBbPdgS4g .item .item-wrapper .image-wrapper .border-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #ffffff;
  -webkit-mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
  mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
}
.cid-vkBbPdgS4g .item .item-wrapper .image-wrapper .item-img {
  position: relative;
  z-index: 1;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vkBbPdgS4g .item .item-wrapper .image-wrapper .item-img {
    min-height: auto;
    height: 300px;
  }
}
.cid-vkBbPdgS4g .item .item-wrapper .image-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vkBbPdgS4g .mbr-label {
  color: #9ba9c4;
}
.cid-vkBbPdgS4g .mbr-section-title {
  color: #9fe870;
}
.cid-vkBbPdgS4g .mbr-text,
.cid-vkBbPdgS4g .text-wrapper {
  color: #000000;
}
.cid-vkBbPdgS4g .item-title {
  color: #ffffff;
}
.cid-vkBbPdgS4g .item-text {
  color: #9ba9c4;
}
.cid-vkBbPdgS4g .list {
  color: #d1d4e3;
}
.cid-vkBbPdgS4g .item-text,
.cid-vkBbPdgS4g .text-wrap {
  color: #000000;
}
.cid-vkBbPdgS4g .mbr-label,
.cid-vkBbPdgS4g .label-wrapper {
  color: #000000;
}
.cid-vkBbPdgS4g .list,
.cid-vkBbPdgS4g .item-wrap,
.cid-vkBbPdgS4g .list-wrapper {
  color: #186ce0;
}
.cid-vkBbPdgS4g .item-title,
.cid-vkBbPdgS4g .mbr-section-btn {
  color: #186ce0;
}
.cid-vkBbPel591 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #1b2e5c;
  overflow: hidden;
}
.cid-vkBbPel591 .media-container-row .mbr-text {
  color: #186ce0;
}
.cid-vkBfaZObZt {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vkBfaZObZt .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-vkBfaZObZt .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vkBfaZObZt {
    align-items: center;
  }
  .cid-vkBfaZObZt .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vkBfaZObZt .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vkBfaZObZt {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vkBfaZObZt .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vkBfaZObZt .content-wrap {
    width: 100%;
  }
}
.cid-vkBfaZObZt .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vkBfaZObZt .mbr-text,
.cid-vkBfaZObZt .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vkBfaZObZt .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-vkBfb0M4d7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vkBfb0M4d7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkBfb0M4d7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkBfb0M4d7 .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vkBfb0M4d7 .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-vkBfb0M4d7 .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-vkBfb0M4d7 .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vkBfb0M4d7 .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-vkBfb0M4d7 .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vkBfb0M4d7 .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkBfb0M4d7 .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vkBfb0M4d7 .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vkBfb0M4d7 .content-wrap .card {
  justify-content: center;
}
.cid-vkBfb0M4d7 .item {
  margin-bottom: 48px;
}
.cid-vkBfb0M4d7 .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkBfb0M4d7 .item {
    margin-bottom: 20px;
  }
  .cid-vkBfb0M4d7 .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vkBfb0M4d7 .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  position: relative;
  padding: 40px;
  background-color: #000000;
  border: 1px solid #242a3c;
  animation: none !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vkBfb0M4d7 .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-vkBfb0M4d7 .item .item-wrapper .item-content {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vkBfb0M4d7 .item .item-wrapper .item-content {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vkBfb0M4d7 .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-vkBfb0M4d7 .item .item-wrapper .item-content .text-wrap .item-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkBfb0M4d7 .item .item-wrapper .item-content .text-wrap .item-text {
    width: 100%;
  }
}
.cid-vkBfb0M4d7 .item .item-wrapper .item-content .list-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vkBfb0M4d7 .item .item-wrapper .item-content .list-wrapper {
    margin-top: 20px;
  }
}
.cid-vkBfb0M4d7 .item .item-wrapper .item-content .list-wrapper .list {
  display: inline-flex;
  width: 80%;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-vkBfb0M4d7 .item .item-wrapper .item-content .list-wrapper .list {
    width: 100%;
  }
}
.cid-vkBfb0M4d7 .item .item-wrapper .item-content .list-wrapper .list .item-wrap {
  border: 1px solid #242a3c;
  padding: 8px 12px;
  margin-bottom: 0;
}
.cid-vkBfb0M4d7 .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vkBfb0M4d7 .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vkBfb0M4d7 .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vkBfb0M4d7 .item .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vkBfb0M4d7 .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-vkBfb0M4d7 .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #edefeb 10%, #f50707 25%, #f50707 100%);
  filter: blur(80px);
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-vkBfb0M4d7 .item .item-wrapper .item-img::before {
    width: 300px;
    height: 300px;
  }
}
.cid-vkBfb0M4d7 .item .item-wrapper .item-img img {
  position: relative;
  z-index: 1;
  height: 250px;
  width: 250px;
  min-width: 250px;
  object-fit: cover;
  border-radius: 100% !important;
  box-shadow: 10px 0 40px -5px #000000;
}
.cid-vkBfb0M4d7 .mbr-label {
  color: #9ba9c4;
}
.cid-vkBfb0M4d7 .mbr-section-title {
  color: #ffffff;
}
.cid-vkBfb0M4d7 .mbr-text,
.cid-vkBfb0M4d7 .text-wrapper {
  color: #9ba9c4;
  text-align: right;
}
.cid-vkBfb0M4d7 .item-title {
  color: #ffffff;
}
.cid-vkBfb0M4d7 .item-text {
  color: #9ba9c4;
}
.cid-vkBfb0M4d7 .list {
  color: #d1d4e3;
}
.cid-vkBfb0M4d7 .list,
.cid-vkBfb0M4d7 .item-wrap,
.cid-vkBfb0M4d7 .list-wrapper {
  text-align: center;
}
.cid-vkBfb0M4d7 .item-text,
.cid-vkBfb0M4d7 .text-wrap {
  color: #ffffff;
}
.cid-vkBfb3v0B8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vkBfb3v0B8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkBfb3v0B8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkBfb3v0B8 .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vkBfb3v0B8 .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-vkBfb3v0B8 .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #0175ff;
  margin-bottom: 24px;
}
.cid-vkBfb3v0B8 .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vkBfb3v0B8 .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-vkBfb3v0B8 .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vkBfb3v0B8 .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkBfb3v0B8 .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vkBfb3v0B8 .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vkBfb3v0B8 .content-wrap .card {
  justify-content: center;
}
.cid-vkBfb3v0B8 .item {
  margin-bottom: 48px;
}
.cid-vkBfb3v0B8 .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkBfb3v0B8 .item {
    margin-bottom: 20px;
  }
  .cid-vkBfb3v0B8 .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vkBfb3v0B8 .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  height: 100%;
  position: relative;
  padding: 40px;
  background-color: #ffffff;
  border: 1px solid #242a3c;
  animation: none !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vkBfb3v0B8 .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-vkBfb3v0B8 .item .item-wrapper .item-content {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vkBfb3v0B8 .item .item-wrapper .item-content {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vkBfb3v0B8 .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-vkBfb3v0B8 .item .item-wrapper .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-vkBfb3v0B8 .item .item-wrapper .item-content .list-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vkBfb3v0B8 .item .item-wrapper .item-content .list-wrapper {
    margin-top: 20px;
  }
}
.cid-vkBfb3v0B8 .item .item-wrapper .item-content .list-wrapper .list {
  display: inline-flex;
  flex-direction: column;
  width: 80%;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-vkBfb3v0B8 .item .item-wrapper .item-content .list-wrapper .list {
    width: 100%;
  }
}
.cid-vkBfb3v0B8 .item .item-wrapper .item-content .list-wrapper .list .item-wrap {
  position: relative;
  width: 100%;
  border: 1px solid #242a3c;
  padding: 11px 16px 11px 50px;
  margin-bottom: 0;
  min-height: 48px;
}
.cid-vkBfb3v0B8 .item .item-wrapper .item-content .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 13px;
  left: 16px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  font-size: 16px;
  color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #f50707 40%, #0175ff 50%);
  box-shadow: inset 0 0 7px -1px #ffffff;
}
.cid-vkBfb3v0B8 .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vkBfb3v0B8 .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vkBfb3v0B8 .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vkBfb3v0B8 .item .item-wrapper .image-wrapper {
  position: relative;
  z-index: 1;
  padding: 20px;
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vkBfb3v0B8 .item .item-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-vkBfb3v0B8 .item .item-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  right: -30%;
  width: 100%;
  height: 85%;
  border-radius: 100%;
  background-image: linear-gradient(#186ce0 10%, #0175ff 25%, #f50707 100%);
  filter: blur(80px);
  pointer-events: none;
}
.cid-vkBfb3v0B8 .item .item-wrapper .image-wrapper .border-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #ffffff;
  -webkit-mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
  mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
}
.cid-vkBfb3v0B8 .item .item-wrapper .image-wrapper .item-img {
  position: relative;
  z-index: 1;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vkBfb3v0B8 .item .item-wrapper .image-wrapper .item-img {
    min-height: auto;
    height: 300px;
  }
}
.cid-vkBfb3v0B8 .item .item-wrapper .image-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vkBfb3v0B8 .mbr-label {
  color: #9ba9c4;
}
.cid-vkBfb3v0B8 .mbr-section-title {
  color: #0175ff;
}
.cid-vkBfb3v0B8 .mbr-text,
.cid-vkBfb3v0B8 .text-wrapper {
  color: #000000;
}
.cid-vkBfb3v0B8 .item-title {
  color: #ffffff;
}
.cid-vkBfb3v0B8 .item-text {
  color: #9ba9c4;
}
.cid-vkBfb3v0B8 .list {
  color: #d1d4e3;
}
.cid-vkBfb3v0B8 .item-text,
.cid-vkBfb3v0B8 .text-wrap {
  color: #000000;
  text-align: justify;
}
.cid-vkBfb3v0B8 .mbr-label,
.cid-vkBfb3v0B8 .label-wrapper {
  color: #000000;
}
.cid-vkBfb3v0B8 .list,
.cid-vkBfb3v0B8 .item-wrap,
.cid-vkBfb3v0B8 .list-wrapper {
  color: #186ce0;
}
.cid-vkBfb3v0B8 .item-title,
.cid-vkBfb3v0B8 .mbr-section-btn {
  color: #186ce0;
}
.cid-vkBfb4buj6 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #1b2e5c;
  overflow: hidden;
}
.cid-vkBfb4buj6 .media-container-row .mbr-text {
  color: #186ce0;
}
.cid-vkBkzRyEbF {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vkBkzRyEbF .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-vkBkzRyEbF .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vkBkzRyEbF {
    align-items: center;
  }
  .cid-vkBkzRyEbF .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vkBkzRyEbF .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vkBkzRyEbF {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vkBkzRyEbF .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vkBkzRyEbF .content-wrap {
    width: 100%;
  }
}
.cid-vkBkzRyEbF .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vkBkzRyEbF .mbr-text,
.cid-vkBkzRyEbF .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vkBkzRyEbF .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-vkBkXRySgJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vkBkXRySgJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkBkXRySgJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkBkXRySgJ .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vkBkXRySgJ .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-vkBkXRySgJ .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-vkBkXRySgJ .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vkBkXRySgJ .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-vkBkXRySgJ .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vkBkXRySgJ .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkBkXRySgJ .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vkBkXRySgJ .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vkBkXRySgJ .content-wrap .card {
  justify-content: center;
}
.cid-vkBkXRySgJ .item {
  margin-bottom: 48px;
}
.cid-vkBkXRySgJ .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkBkXRySgJ .item {
    margin-bottom: 20px;
  }
  .cid-vkBkXRySgJ .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vkBkXRySgJ .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  position: relative;
  padding: 40px;
  background-color: #000000;
  border: 1px solid #242a3c;
  animation: none !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vkBkXRySgJ .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-vkBkXRySgJ .item .item-wrapper .item-content {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vkBkXRySgJ .item .item-wrapper .item-content {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vkBkXRySgJ .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-vkBkXRySgJ .item .item-wrapper .item-content .text-wrap .item-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkBkXRySgJ .item .item-wrapper .item-content .text-wrap .item-text {
    width: 100%;
  }
}
.cid-vkBkXRySgJ .item .item-wrapper .item-content .list-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vkBkXRySgJ .item .item-wrapper .item-content .list-wrapper {
    margin-top: 20px;
  }
}
.cid-vkBkXRySgJ .item .item-wrapper .item-content .list-wrapper .list {
  display: inline-flex;
  width: 80%;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-vkBkXRySgJ .item .item-wrapper .item-content .list-wrapper .list {
    width: 100%;
  }
}
.cid-vkBkXRySgJ .item .item-wrapper .item-content .list-wrapper .list .item-wrap {
  border: 1px solid #242a3c;
  padding: 8px 12px;
  margin-bottom: 0;
}
.cid-vkBkXRySgJ .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vkBkXRySgJ .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vkBkXRySgJ .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vkBkXRySgJ .item .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vkBkXRySgJ .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-vkBkXRySgJ .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #edefeb 10%, #2e481a 25%, #9fe870 100%);
  filter: blur(80px);
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-vkBkXRySgJ .item .item-wrapper .item-img::before {
    width: 300px;
    height: 300px;
  }
}
.cid-vkBkXRySgJ .item .item-wrapper .item-img img {
  position: relative;
  z-index: 1;
  height: 250px;
  width: 250px;
  min-width: 250px;
  object-fit: cover;
  border-radius: 100% !important;
  box-shadow: 10px 0 40px -5px #000000;
}
.cid-vkBkXRySgJ .mbr-label {
  color: #9ba9c4;
}
.cid-vkBkXRySgJ .mbr-section-title {
  color: #ffffff;
}
.cid-vkBkXRySgJ .mbr-text,
.cid-vkBkXRySgJ .text-wrapper {
  color: #9ba9c4;
  text-align: right;
}
.cid-vkBkXRySgJ .item-title {
  color: #ffffff;
}
.cid-vkBkXRySgJ .item-text {
  color: #9ba9c4;
}
.cid-vkBkXRySgJ .list {
  color: #d1d4e3;
}
.cid-vkBkXRySgJ .list,
.cid-vkBkXRySgJ .item-wrap,
.cid-vkBkXRySgJ .list-wrapper {
  text-align: center;
}
.cid-vkBkXRySgJ .item-text,
.cid-vkBkXRySgJ .text-wrap {
  color: #ffffff;
}
.cid-vkBkzT1zgd {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-vkBkzT1zgd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkBkzT1zgd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkBkzT1zgd .content-wrapper {
  position: relative;
  margin: 0;
}
.cid-vkBkzT1zgd .content-wrapper .content {
  padding: 0;
}
.cid-vkBkzT1zgd .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #ffffff;
  pointer-events: none;
  padding: 0;
  top: -500%;
}
.cid-vkBkzT1zgd .content-wrapper .border_1 {
  left: 0;
}
.cid-vkBkzT1zgd .content-wrapper .border_2 {
  left: 25%;
}
@media (max-width: 992px) {
  .cid-vkBkzT1zgd .content-wrapper .border_2 {
    display: none;
  }
}
.cid-vkBkzT1zgd .content-wrapper .border_3 {
  left: 50%;
}
.cid-vkBkzT1zgd .content-wrapper .border_4 {
  left: 75%;
}
@media (max-width: 992px) {
  .cid-vkBkzT1zgd .content-wrapper .border_4 {
    display: none;
  }
}
.cid-vkBkzT1zgd .content-wrapper .border_5 {
  left: 100%;
}
.cid-vkBkzT1zgd .content-wrap {
  position: relative;
  z-index: 1;
  margin: 0 0 80px 0;
}
@media (max-width: 992px) {
  .cid-vkBkzT1zgd .content-wrap {
    margin: 0 0 40px 0;
  }
}
.cid-vkBkzT1zgd .content-wrap .card {
  padding: 0;
  justify-content: flex-end;
}
.cid-vkBkzT1zgd .label-wrapper {
  margin-bottom: 20px;
}
.cid-vkBkzT1zgd .label-wrapper .label-wrap {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  background-color: #e1e1e1;
  padding: 7px 14px 6px;
}
.cid-vkBkzT1zgd .label-wrapper .label-wrap .marker-wrap {
  width: 10px;
  height: 10px;
  min-width: 10px;
  border-radius: 100%;
  background-color: #d63614;
}
.cid-vkBkzT1zgd .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkBkzT1zgd .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vkBkzT1zgd .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vkBkzT1zgd .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vkBkzT1zgd .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkBkzT1zgd .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vkBkzT1zgd .mbr-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
  width: 100%;
}
.cid-vkBkzT1zgd .mbr-section-btn .btn {
  width: 100%;
}
.cid-vkBkzT1zgd .items-wrapper {
  position: relative;
  margin: 0;
}
.cid-vkBkzT1zgd .items-wrapper .item {
  padding: 0;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vkBkzT1zgd .items-wrapper .item {
    margin-bottom: 8px;
  }
  .cid-vkBkzT1zgd .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vkBkzT1zgd .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vkBkzT1zgd .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-vkBkzT1zgd .items-wrapper .item .item-wrapper {
  margin-right: 8px;
}
.cid-vkBkzT1zgd .items-wrapper .item .item-wrapper .card-box {
  background-color: #eaeaea;
  padding: 2px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  border: 1px solid #dedede;
}
@media (max-width: 992px) {
  .cid-vkBkzT1zgd .items-wrapper .item .item-wrapper .card-box {
    padding: 2px 12px 4px;
  }
}
.cid-vkBkzT1zgd .items-wrapper .item .item-wrapper .card-box .card-label-wrapper .card-label-wrap {
  display: inline-flex;
  gap: 16px;
  align-items: center;
}
.cid-vkBkzT1zgd .items-wrapper .item .item-wrapper .card-box .card-label-wrapper .card-label-wrap .marker-wrap {
  width: 12px;
  height: 12px;
  min-width: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background-color: #d63614;
}
.cid-vkBkzT1zgd .items-wrapper .item .item-wrapper .card-box .card-label-wrapper .card-label-wrap .marker-wrap .circle-wrap {
  background-color: #eaeaea;
  width: 6px;
  height: 6px;
  border-radius: 100%;
}
.cid-vkBkzT1zgd .items-wrapper .item .item-wrapper .card-box .card-label-wrapper .card-label-wrap .item-label {
  margin-bottom: 0;
}
.cid-vkBkzT1zgd .items-wrapper .item .item-wrapper .card-box .item-tag {
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-vkBkzT1zgd .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.cid-vkBkzT1zgd .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 310px;
  object-fit: cover;
  transition: all .3s ease;
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vkBkzT1zgd .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vkBkzT1zgd .items-wrapper .item .card_2 .item-img img {
  height: 490px;
}
@media (max-width: 992px) {
  .cid-vkBkzT1zgd .items-wrapper .item .card_2 .item-img img {
    height: 300px;
  }
}
.cid-vkBkzT1zgd .mbr-label {
  color: #686868;
}
.cid-vkBkzT1zgd .mbr-section-title {
  color: #080a10;
}
.cid-vkBkzT1zgd .mbr-section-subtitle {
  color: #5e5e5e;
}
.cid-vkBkzT1zgd .mbr-text {
  color: #686868;
}
.cid-vkBkzT1zgd .item-label {
  color: #686868;
}
.cid-vkBkzT1zgd .item-tag {
  color: #686868;
}
.cid-vkBlyvbu7Q {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vkBlyvbu7Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkBlyvbu7Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkBlyvbu7Q .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vkBlyvbu7Q .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-vkBlyvbu7Q .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #f50707;
  margin-bottom: 24px;
}
.cid-vkBlyvbu7Q .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vkBlyvbu7Q .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-vkBlyvbu7Q .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vkBlyvbu7Q .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkBlyvbu7Q .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vkBlyvbu7Q .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vkBlyvbu7Q .content-wrap .card {
  justify-content: center;
}
.cid-vkBlyvbu7Q .item {
  margin-bottom: 48px;
}
.cid-vkBlyvbu7Q .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkBlyvbu7Q .item {
    margin-bottom: 20px;
  }
  .cid-vkBlyvbu7Q .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vkBlyvbu7Q .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  height: 100%;
  position: relative;
  padding: 40px;
  background-color: #ffffff;
  border: 1px solid #242a3c;
  animation: none !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vkBlyvbu7Q .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-vkBlyvbu7Q .item .item-wrapper .item-content {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vkBlyvbu7Q .item .item-wrapper .item-content {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vkBlyvbu7Q .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-vkBlyvbu7Q .item .item-wrapper .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-vkBlyvbu7Q .item .item-wrapper .item-content .list-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vkBlyvbu7Q .item .item-wrapper .item-content .list-wrapper {
    margin-top: 20px;
  }
}
.cid-vkBlyvbu7Q .item .item-wrapper .item-content .list-wrapper .list {
  display: inline-flex;
  flex-direction: column;
  width: 80%;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-vkBlyvbu7Q .item .item-wrapper .item-content .list-wrapper .list {
    width: 100%;
  }
}
.cid-vkBlyvbu7Q .item .item-wrapper .item-content .list-wrapper .list .item-wrap {
  position: relative;
  width: 100%;
  border: 1px solid #242a3c;
  padding: 11px 16px 11px 50px;
  margin-bottom: 0;
  min-height: 48px;
}
.cid-vkBlyvbu7Q .item .item-wrapper .item-content .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 13px;
  left: 16px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  font-size: 16px;
  color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2e481a 40%, #2e481a 50%);
  box-shadow: inset 0 0 7px -1px #ffffff;
}
.cid-vkBlyvbu7Q .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vkBlyvbu7Q .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vkBlyvbu7Q .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vkBlyvbu7Q .item .item-wrapper .image-wrapper {
  position: relative;
  z-index: 1;
  padding: 20px;
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vkBlyvbu7Q .item .item-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-vkBlyvbu7Q .item .item-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  right: -30%;
  width: 100%;
  height: 85%;
  border-radius: 100%;
  background-image: linear-gradient(#186ce0 10%, #2e481a 25%, #9fe870 100%);
  filter: blur(80px);
  pointer-events: none;
}
.cid-vkBlyvbu7Q .item .item-wrapper .image-wrapper .border-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #ffffff;
  -webkit-mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
  mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
}
.cid-vkBlyvbu7Q .item .item-wrapper .image-wrapper .item-img {
  position: relative;
  z-index: 1;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vkBlyvbu7Q .item .item-wrapper .image-wrapper .item-img {
    min-height: auto;
    height: 300px;
  }
}
.cid-vkBlyvbu7Q .item .item-wrapper .image-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vkBlyvbu7Q .mbr-label {
  color: #9ba9c4;
}
.cid-vkBlyvbu7Q .mbr-section-title {
  color: #186ce0;
}
.cid-vkBlyvbu7Q .mbr-text,
.cid-vkBlyvbu7Q .text-wrapper {
  color: #000000;
}
.cid-vkBlyvbu7Q .item-title {
  color: #ffffff;
}
.cid-vkBlyvbu7Q .item-text {
  color: #9ba9c4;
}
.cid-vkBlyvbu7Q .list {
  color: #d1d4e3;
}
.cid-vkBlyvbu7Q .item-text,
.cid-vkBlyvbu7Q .text-wrap {
  color: #000000;
}
.cid-vkBlyvbu7Q .mbr-label,
.cid-vkBlyvbu7Q .label-wrapper {
  color: #000000;
}
.cid-vkBlyvbu7Q .list,
.cid-vkBlyvbu7Q .item-wrap,
.cid-vkBlyvbu7Q .list-wrapper {
  color: #186ce0;
}
.cid-vkBlyvbu7Q .item-title,
.cid-vkBlyvbu7Q .mbr-section-btn {
  color: #186ce0;
}
.cid-vkBkzUqlF3 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #1b2e5c;
  overflow: hidden;
}
.cid-vkBkzUqlF3 .media-container-row .mbr-text {
  color: #186ce0;
}
.cid-vkBniRrFzQ {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vkBniRrFzQ .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-vkBniRrFzQ .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vkBniRrFzQ {
    align-items: center;
  }
  .cid-vkBniRrFzQ .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vkBniRrFzQ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vkBniRrFzQ {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vkBniRrFzQ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vkBniRrFzQ .content-wrap {
    width: 100%;
  }
}
.cid-vkBniRrFzQ .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vkBniRrFzQ .mbr-text,
.cid-vkBniRrFzQ .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vkBniRrFzQ .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-vkBnHvg8oj {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/img1global-3-428x568.png");
}
.cid-vkBnHvg8oj .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-vkBnHvg8oj {
    align-items: flex-end;
  }
  .cid-vkBnHvg8oj .row {
    justify-content: center;
  }
  .cid-vkBnHvg8oj .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vkBnHvg8oj .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vkBnHvg8oj {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vkBnHvg8oj .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vkBnHvg8oj .content-wrap {
    width: 100%;
  }
}
.cid-vkBnHvg8oj .mbr-section-title,
.cid-vkBnHvg8oj .mbr-section-subtitle {
  text-align: center;
}
.cid-vkBnHvg8oj .mbr-text,
.cid-vkBnHvg8oj .mbr-section-btn {
  text-align: center;
}
.cid-vkBphtpknl {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vkBphtpknl img,
.cid-vkBphtpknl .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-vkBphtpknl .item:focus,
.cid-vkBphtpknl span:focus {
  outline: none;
}
.cid-vkBphtpknl .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vkBphtpknl .item {
    margin-bottom: 1rem;
  }
}
.cid-vkBphtpknl .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vkBphtpknl .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vkBphtpknl .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vkBphtpknl .item-wrapper {
  position: relative;
  background: #edefeb;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vkBphtpknl .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vkBphtpknl .mbr-section-title {
  color: #000000;
}
.cid-vkBphtpknl .item-title {
  text-align: left;
}
.cid-vkBphtpknl .item-subtitle {
  text-align: left;
}
.cid-vkBphtpknl .mbr-text,
.cid-vkBphtpknl .item .mbr-section-btn {
  text-align: left;
}
.cid-vkBphtpknl .content-head {
  max-width: 800px;
}
.cid-vkBq7eXpdP {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vkBq7eXpdP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkBq7eXpdP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkBq7eXpdP .row {
  flex-direction: row-reverse;
}
.cid-vkBniUv0lz {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #1b2e5c;
  overflow: hidden;
}
.cid-vkBniUv0lz .media-container-row .mbr-text {
  color: #186ce0;
}
.cid-vkBs6mPTVF {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vkBs6mPTVF .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-vkBs6mPTVF .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vkBs6mPTVF {
    align-items: center;
  }
  .cid-vkBs6mPTVF .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vkBs6mPTVF .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vkBs6mPTVF {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vkBs6mPTVF .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vkBs6mPTVF .content-wrap {
    width: 100%;
  }
}
.cid-vkBs6mPTVF .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vkBs6mPTVF .mbr-text,
.cid-vkBs6mPTVF .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vkBs6mPTVF .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-vkBs6nHtZ4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vkBs6nHtZ4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkBs6nHtZ4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkBs6nHtZ4 .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vkBs6nHtZ4 .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-vkBs6nHtZ4 .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-vkBs6nHtZ4 .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vkBs6nHtZ4 .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-vkBs6nHtZ4 .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vkBs6nHtZ4 .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkBs6nHtZ4 .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vkBs6nHtZ4 .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vkBs6nHtZ4 .content-wrap .card {
  justify-content: center;
}
.cid-vkBs6nHtZ4 .item {
  margin-bottom: 48px;
}
.cid-vkBs6nHtZ4 .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkBs6nHtZ4 .item {
    margin-bottom: 20px;
  }
  .cid-vkBs6nHtZ4 .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vkBs6nHtZ4 .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  position: relative;
  padding: 40px;
  background-color: #000000;
  border: 1px solid #242a3c;
  animation: none !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vkBs6nHtZ4 .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-vkBs6nHtZ4 .item .item-wrapper .item-content {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vkBs6nHtZ4 .item .item-wrapper .item-content {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vkBs6nHtZ4 .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-vkBs6nHtZ4 .item .item-wrapper .item-content .text-wrap .item-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkBs6nHtZ4 .item .item-wrapper .item-content .text-wrap .item-text {
    width: 100%;
  }
}
.cid-vkBs6nHtZ4 .item .item-wrapper .item-content .list-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vkBs6nHtZ4 .item .item-wrapper .item-content .list-wrapper {
    margin-top: 20px;
  }
}
.cid-vkBs6nHtZ4 .item .item-wrapper .item-content .list-wrapper .list {
  display: inline-flex;
  width: 80%;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-vkBs6nHtZ4 .item .item-wrapper .item-content .list-wrapper .list {
    width: 100%;
  }
}
.cid-vkBs6nHtZ4 .item .item-wrapper .item-content .list-wrapper .list .item-wrap {
  border: 1px solid #242a3c;
  padding: 8px 12px;
  margin-bottom: 0;
}
.cid-vkBs6nHtZ4 .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vkBs6nHtZ4 .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vkBs6nHtZ4 .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vkBs6nHtZ4 .item .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vkBs6nHtZ4 .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-vkBs6nHtZ4 .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #edefeb 10%, #f50707 25%, #0175ff 100%);
  filter: blur(80px);
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-vkBs6nHtZ4 .item .item-wrapper .item-img::before {
    width: 300px;
    height: 300px;
  }
}
.cid-vkBs6nHtZ4 .item .item-wrapper .item-img img {
  position: relative;
  z-index: 1;
  height: 250px;
  width: 250px;
  min-width: 250px;
  object-fit: cover;
  border-radius: 100% !important;
  box-shadow: 10px 0 40px -5px #000000;
}
.cid-vkBs6nHtZ4 .mbr-label {
  color: #9ba9c4;
}
.cid-vkBs6nHtZ4 .mbr-section-title {
  color: #ffffff;
}
.cid-vkBs6nHtZ4 .mbr-text,
.cid-vkBs6nHtZ4 .text-wrapper {
  color: #9ba9c4;
  text-align: right;
}
.cid-vkBs6nHtZ4 .item-title {
  color: #ffffff;
}
.cid-vkBs6nHtZ4 .item-text {
  color: #9ba9c4;
}
.cid-vkBs6nHtZ4 .list {
  color: #d1d4e3;
}
.cid-vkBs6nHtZ4 .list,
.cid-vkBs6nHtZ4 .item-wrap,
.cid-vkBs6nHtZ4 .list-wrapper {
  text-align: center;
}
.cid-vkBs6nHtZ4 .item-text,
.cid-vkBs6nHtZ4 .text-wrap {
  color: #ffffff;
}
.cid-vkBs6or1Xg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vkBs6or1Xg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkBs6or1Xg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkBs6or1Xg .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vkBs6or1Xg .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-vkBs6or1Xg .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #0175ff;
  margin-bottom: 24px;
}
.cid-vkBs6or1Xg .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vkBs6or1Xg .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-vkBs6or1Xg .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vkBs6or1Xg .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkBs6or1Xg .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vkBs6or1Xg .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vkBs6or1Xg .content-wrap .card {
  justify-content: center;
}
.cid-vkBs6or1Xg .item {
  margin-bottom: 48px;
}
.cid-vkBs6or1Xg .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkBs6or1Xg .item {
    margin-bottom: 20px;
  }
  .cid-vkBs6or1Xg .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vkBs6or1Xg .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  height: 100%;
  position: relative;
  padding: 40px;
  background-color: #ffffff;
  border: 1px solid #242a3c;
  animation: none !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vkBs6or1Xg .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-vkBs6or1Xg .item .item-wrapper .item-content {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vkBs6or1Xg .item .item-wrapper .item-content {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vkBs6or1Xg .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-vkBs6or1Xg .item .item-wrapper .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-vkBs6or1Xg .item .item-wrapper .item-content .list-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vkBs6or1Xg .item .item-wrapper .item-content .list-wrapper {
    margin-top: 20px;
  }
}
.cid-vkBs6or1Xg .item .item-wrapper .item-content .list-wrapper .list {
  display: inline-flex;
  flex-direction: column;
  width: 80%;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-vkBs6or1Xg .item .item-wrapper .item-content .list-wrapper .list {
    width: 100%;
  }
}
.cid-vkBs6or1Xg .item .item-wrapper .item-content .list-wrapper .list .item-wrap {
  position: relative;
  width: 100%;
  border: 1px solid #242a3c;
  padding: 11px 16px 11px 50px;
  margin-bottom: 0;
  min-height: 48px;
}
.cid-vkBs6or1Xg .item .item-wrapper .item-content .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 13px;
  left: 16px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  font-size: 16px;
  color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #f50707 40%, #0175ff 50%);
  box-shadow: inset 0 0 7px -1px #ffffff;
}
.cid-vkBs6or1Xg .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vkBs6or1Xg .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vkBs6or1Xg .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vkBs6or1Xg .item .item-wrapper .image-wrapper {
  position: relative;
  z-index: 1;
  padding: 20px;
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vkBs6or1Xg .item .item-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-vkBs6or1Xg .item .item-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  right: -30%;
  width: 100%;
  height: 85%;
  border-radius: 100%;
  background-image: linear-gradient(#186ce0 10%, #0175ff 25%, #f50707 100%);
  filter: blur(80px);
  pointer-events: none;
}
.cid-vkBs6or1Xg .item .item-wrapper .image-wrapper .border-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #ffffff;
  -webkit-mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
  mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
}
.cid-vkBs6or1Xg .item .item-wrapper .image-wrapper .item-img {
  position: relative;
  z-index: 1;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vkBs6or1Xg .item .item-wrapper .image-wrapper .item-img {
    min-height: auto;
    height: 300px;
  }
}
.cid-vkBs6or1Xg .item .item-wrapper .image-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vkBs6or1Xg .mbr-label {
  color: #9ba9c4;
}
.cid-vkBs6or1Xg .mbr-section-title {
  color: #0175ff;
}
.cid-vkBs6or1Xg .mbr-text,
.cid-vkBs6or1Xg .text-wrapper {
  color: #000000;
}
.cid-vkBs6or1Xg .item-title {
  color: #ffffff;
}
.cid-vkBs6or1Xg .item-text {
  color: #9ba9c4;
}
.cid-vkBs6or1Xg .list {
  color: #d1d4e3;
}
.cid-vkBs6or1Xg .item-text,
.cid-vkBs6or1Xg .text-wrap {
  color: #000000;
  text-align: justify;
}
.cid-vkBs6or1Xg .mbr-label,
.cid-vkBs6or1Xg .label-wrapper {
  color: #000000;
}
.cid-vkBs6or1Xg .list,
.cid-vkBs6or1Xg .item-wrap,
.cid-vkBs6or1Xg .list-wrapper {
  color: #186ce0;
}
.cid-vkBs6or1Xg .item-title,
.cid-vkBs6or1Xg .mbr-section-btn {
  color: #186ce0;
}
.cid-vkBs6p911A {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #1b2e5c;
  overflow: hidden;
}
.cid-vkBs6p911A .media-container-row .mbr-text {
  color: #186ce0;
}
.cid-vkFO8N4GLF {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1b2e5c;
}
.cid-vkFO8N4GLF .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-vkFO8N4GLF .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vkFO8N4GLF {
    align-items: center;
  }
  .cid-vkFO8N4GLF .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vkFO8N4GLF .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vkFO8N4GLF {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vkFO8N4GLF .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vkFO8N4GLF .content-wrap {
    width: 100%;
  }
}
.cid-vkFO8N4GLF .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vkFO8N4GLF .mbr-text,
.cid-vkFO8N4GLF .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vkFO8N4GLF .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-vkFOBi2sr4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1b2e5c;
}
.cid-vkFOBi2sr4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkFOBi2sr4 .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-vkFOBi2sr4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vkFOBi2sr4 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vkFOBi2sr4 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vkFOBi2sr4 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vkFOBi2sr4 .mbr-section-title {
  color: #000000;
}
.cid-vkFOBi2sr4 .mbr-text,
.cid-vkFOBi2sr4 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-vkFSUvtThZ {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #1b2e5c;
}
.cid-vkFSUvtThZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkFSUvtThZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkFSUvtThZ .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vkFSUvtThZ .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-vkFSUvtThZ .item-wrapper {
  background: #bcef9b;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vkFSUvtThZ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-vkFSUvtThZ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-vkFSUvtThZ .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #2e481a;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #9fe870;
  height: 80px;
  border-radius: 50%;
}
.cid-vkFSUvtThZ .mbr-section-title {
  color: #9fe870;
}
.cid-vkFSUvtThZ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-vkFSUvtThZ .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-vkFSUvtThZ .card-box .item-footer {
  margin-top: auto;
}
.cid-vkFSUvtThZ .content-head {
  max-width: 800px;
}
.cid-vkFO8O2pLt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #1b2e5c;
}
.cid-vkFO8O2pLt img,
.cid-vkFO8O2pLt .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vkFO8O2pLt .item:focus,
.cid-vkFO8O2pLt span:focus {
  outline: none;
}
.cid-vkFO8O2pLt .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vkFO8O2pLt .item {
    margin-bottom: 1rem;
  }
}
.cid-vkFO8O2pLt .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vkFO8O2pLt .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vkFO8O2pLt .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vkFO8O2pLt .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vkFO8O2pLt .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vkFO8O2pLt .mbr-section-title {
  color: #ffffff;
}
.cid-vkFO8O2pLt .item-title {
  text-align: left;
}
.cid-vkFO8O2pLt .item-subtitle {
  text-align: left;
}
.cid-vkFO8O2pLt .mbr-text,
.cid-vkFO8O2pLt .item .mbr-section-btn {
  text-align: left;
}
.cid-vkFO8O2pLt .content-head {
  max-width: 800px;
}
.cid-vkFO8OHWgG {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #1b2e5c;
}
.cid-vkFO8OHWgG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkFO8OHWgG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkFO8OHWgG .row {
  flex-direction: row-reverse;
}
.cid-vkFO8OHWgG .mbr-description {
  color: #ffffff;
}
.cid-vkFO8P8KEa {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #1b2e5c;
  overflow: hidden;
}
.cid-vkFO8P8KEa .media-container-row .mbr-text {
  color: #186ce0;
}
.cid-vkG46C0T68 {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkG46C0T68 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-vkG46C0T68 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vkG46C0T68 {
    align-items: center;
  }
  .cid-vkG46C0T68 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vkG46C0T68 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vkG46C0T68 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vkG46C0T68 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vkG46C0T68 .content-wrap {
    width: 100%;
  }
}
.cid-vkG46C0T68 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vkG46C0T68 .mbr-text,
.cid-vkG46C0T68 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vkG46C0T68 .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-vkG46E4XMi {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vkG46E4XMi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkG46E4XMi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkG46E4XMi .row {
  flex-direction: row-reverse;
}
.cid-vkG46E4XMi .mbr-description {
  color: #ffffff;
}
.cid-vkG4K0e9MF {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vkG4K0e9MF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkG4K0e9MF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkG4K0e9MF .row {
  flex-direction: row-reverse;
}
.cid-vkG4K0e9MF .mbr-description {
  color: #ffffff;
}
.cid-vkG57jHEDO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1b2e5c;
}
.cid-vkG57jHEDO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkG57jHEDO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkG57jHEDO .row {
  flex-direction: row-reverse;
}
.cid-vkG57jHEDO .mbr-description {
  color: #ffffff;
}
.cid-vkG5qVqkBV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1b2e5c;
}
.cid-vkG5qVqkBV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkG5qVqkBV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkG5qVqkBV .row {
  flex-direction: row-reverse;
}
.cid-vkG5qVqkBV .mbr-description {
  color: #ffffff;
}
.cid-vkG5I8lM2s {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1b2e5c;
}
.cid-vkG5I8lM2s .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-vkG5I8lM2s .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vkG5I8lM2s {
    align-items: center;
  }
  .cid-vkG5I8lM2s .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vkG5I8lM2s .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vkG5I8lM2s {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vkG5I8lM2s .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vkG5I8lM2s .content-wrap {
    width: 100%;
  }
}
.cid-vkG5I8lM2s .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vkG5I8lM2s .mbr-text,
.cid-vkG5I8lM2s .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vkG5I8lM2s .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-vkG46EByrf {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #1b2e5c;
  overflow: hidden;
}
.cid-vkG46EByrf .media-container-row .mbr-text {
  color: #186ce0;
}
.cid-vkGccAesOw {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1b2e5c;
}
.cid-vkGccAesOw .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-vkGccAesOw .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vkGccAesOw {
    align-items: center;
  }
  .cid-vkGccAesOw .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vkGccAesOw .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vkGccAesOw {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vkGccAesOw .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vkGccAesOw .content-wrap {
    width: 100%;
  }
}
.cid-vkGccAesOw .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vkGccAesOw .mbr-text,
.cid-vkGccAesOw .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vkGccAesOw .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-vkGccCvbUW {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-vkGccCvbUW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkGccCvbUW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkGccCvbUW .row {
  flex-direction: row-reverse;
}
.cid-vkGccCvbUW .mbr-description {
  color: #ffffff;
}
.cid-vkGccBV08b {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vkGccBV08b img,
.cid-vkGccBV08b .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vkGccBV08b .item:focus,
.cid-vkGccBV08b span:focus {
  outline: none;
}
.cid-vkGccBV08b .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vkGccBV08b .item {
    margin-bottom: 1rem;
  }
}
.cid-vkGccBV08b .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vkGccBV08b .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vkGccBV08b .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vkGccBV08b .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vkGccBV08b .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vkGccBV08b .mbr-section-title {
  color: #757b62;
}
.cid-vkGccBV08b .item-title {
  text-align: left;
}
.cid-vkGccBV08b .item-subtitle {
  text-align: left;
}
.cid-vkGccBV08b .mbr-text,
.cid-vkGccBV08b .item .mbr-section-btn {
  text-align: left;
}
.cid-vkGccBV08b .content-head {
  max-width: 800px;
}
.cid-vkGgHcY0Kz {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1072.jpg");
}
.cid-vkGgHcY0Kz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkGgHcY0Kz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkGgHcY0Kz .row {
  flex-direction: row-reverse;
}
.cid-vkGgHcY0Kz .mbr-description {
  color: #ffffff;
}
.cid-vkGhyKEOdj {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vkGhyKEOdj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkGhyKEOdj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkGhyKEOdj .row {
  flex-direction: row-reverse;
}
.cid-vkGhyKEOdj .mbr-description {
  color: #ffffff;
}
.cid-vkGie8ddUm {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkGie8ddUm .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-vkGie8ddUm .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vkGie8ddUm {
    align-items: center;
  }
  .cid-vkGie8ddUm .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vkGie8ddUm .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vkGie8ddUm {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vkGie8ddUm .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vkGie8ddUm .content-wrap {
    width: 100%;
  }
}
.cid-vkGie8ddUm .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vkGie8ddUm .mbr-text,
.cid-vkGie8ddUm .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vkGie8ddUm .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-vkGccCXNhn {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #1b2e5c;
  overflow: hidden;
}
.cid-vkGccCXNhn .media-container-row .mbr-text {
  color: #186ce0;
}
.cid-vkGjrPyUs3 {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkGjrPyUs3 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-vkGjrPyUs3 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vkGjrPyUs3 {
    align-items: center;
  }
  .cid-vkGjrPyUs3 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vkGjrPyUs3 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vkGjrPyUs3 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vkGjrPyUs3 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vkGjrPyUs3 .content-wrap {
    width: 100%;
  }
}
.cid-vkGjrPyUs3 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vkGjrPyUs3 .mbr-text,
.cid-vkGjrPyUs3 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vkGjrPyUs3 .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-vkGkiLfppE {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vkGkiLfppE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkGkiLfppE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkGkiLfppE .row {
  flex-direction: row-reverse;
}
.cid-vkGkiLfppE .mbr-description {
  color: #000000;
}
.cid-vkGjrQJOFD {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-vkGjrQJOFD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkGjrQJOFD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkGjrQJOFD .content-wrapper {
  position: relative;
  margin: 0;
}
.cid-vkGjrQJOFD .content-wrapper .content {
  padding: 0;
}
.cid-vkGjrQJOFD .content-wrapper .border-wrap {
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #ffffff;
  pointer-events: none;
  padding: 0;
  top: -500%;
}
.cid-vkGjrQJOFD .content-wrapper .border_1 {
  left: 0;
}
.cid-vkGjrQJOFD .content-wrapper .border_2 {
  left: 25%;
}
@media (max-width: 992px) {
  .cid-vkGjrQJOFD .content-wrapper .border_2 {
    display: none;
  }
}
.cid-vkGjrQJOFD .content-wrapper .border_3 {
  left: 50%;
}
.cid-vkGjrQJOFD .content-wrapper .border_4 {
  left: 75%;
}
@media (max-width: 992px) {
  .cid-vkGjrQJOFD .content-wrapper .border_4 {
    display: none;
  }
}
.cid-vkGjrQJOFD .content-wrapper .border_5 {
  left: 100%;
}
.cid-vkGjrQJOFD .content-wrap {
  position: relative;
  z-index: 1;
  margin: 0 0 80px 0;
}
@media (max-width: 992px) {
  .cid-vkGjrQJOFD .content-wrap {
    margin: 0 0 40px 0;
  }
}
.cid-vkGjrQJOFD .content-wrap .card {
  padding: 0;
  justify-content: flex-end;
}
.cid-vkGjrQJOFD .label-wrapper {
  margin-bottom: 20px;
}
.cid-vkGjrQJOFD .label-wrapper .label-wrap {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  background-color: #e1e1e1;
  padding: 7px 14px 6px;
}
.cid-vkGjrQJOFD .label-wrapper .label-wrap .marker-wrap {
  width: 10px;
  height: 10px;
  min-width: 10px;
  border-radius: 100%;
  background-color: #d63614;
}
.cid-vkGjrQJOFD .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkGjrQJOFD .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vkGjrQJOFD .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vkGjrQJOFD .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vkGjrQJOFD .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkGjrQJOFD .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vkGjrQJOFD .mbr-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
  width: 100%;
}
.cid-vkGjrQJOFD .mbr-section-btn .btn {
  width: 100%;
}
.cid-vkGjrQJOFD .items-wrapper {
  position: relative;
  margin: 0;
}
.cid-vkGjrQJOFD .items-wrapper .item {
  padding: 0;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vkGjrQJOFD .items-wrapper .item {
    margin-bottom: 8px;
  }
  .cid-vkGjrQJOFD .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vkGjrQJOFD .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-vkGjrQJOFD .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.1);
}
.cid-vkGjrQJOFD .items-wrapper .item .item-wrapper {
  margin-right: 8px;
}
.cid-vkGjrQJOFD .items-wrapper .item .item-wrapper .card-box {
  background-color: #eaeaea;
  padding: 2px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  border: 1px solid #dedede;
}
@media (max-width: 992px) {
  .cid-vkGjrQJOFD .items-wrapper .item .item-wrapper .card-box {
    padding: 2px 12px 4px;
  }
}
.cid-vkGjrQJOFD .items-wrapper .item .item-wrapper .card-box .card-label-wrapper .card-label-wrap {
  display: inline-flex;
  gap: 16px;
  align-items: center;
}
.cid-vkGjrQJOFD .items-wrapper .item .item-wrapper .card-box .card-label-wrapper .card-label-wrap .marker-wrap {
  width: 12px;
  height: 12px;
  min-width: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background-color: #d63614;
}
.cid-vkGjrQJOFD .items-wrapper .item .item-wrapper .card-box .card-label-wrapper .card-label-wrap .marker-wrap .circle-wrap {
  background-color: #eaeaea;
  width: 6px;
  height: 6px;
  border-radius: 100%;
}
.cid-vkGjrQJOFD .items-wrapper .item .item-wrapper .card-box .card-label-wrapper .card-label-wrap .item-label {
  margin-bottom: 0;
}
.cid-vkGjrQJOFD .items-wrapper .item .item-wrapper .card-box .item-tag {
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-vkGjrQJOFD .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.cid-vkGjrQJOFD .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 310px;
  object-fit: cover;
  transition: all .3s ease;
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vkGjrQJOFD .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vkGjrQJOFD .items-wrapper .item .card_2 .item-img img {
  height: 490px;
}
@media (max-width: 992px) {
  .cid-vkGjrQJOFD .items-wrapper .item .card_2 .item-img img {
    height: 300px;
  }
}
.cid-vkGjrQJOFD .mbr-label {
  color: #686868;
}
.cid-vkGjrQJOFD .mbr-section-title {
  color: #080a10;
}
.cid-vkGjrQJOFD .mbr-section-subtitle {
  color: #5e5e5e;
}
.cid-vkGjrQJOFD .mbr-text {
  color: #686868;
}
.cid-vkGjrQJOFD .item-label {
  color: #686868;
}
.cid-vkGjrQJOFD .item-tag {
  color: #686868;
}
.cid-vkGjrRjR5Y {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vkGjrRjR5Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkGjrRjR5Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkGjrRjR5Y .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vkGjrRjR5Y .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-vkGjrRjR5Y .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #f50707;
  margin-bottom: 24px;
}
.cid-vkGjrRjR5Y .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vkGjrRjR5Y .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-vkGjrRjR5Y .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vkGjrRjR5Y .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkGjrRjR5Y .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vkGjrRjR5Y .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vkGjrRjR5Y .content-wrap .card {
  justify-content: center;
}
.cid-vkGjrRjR5Y .item {
  margin-bottom: 48px;
}
.cid-vkGjrRjR5Y .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkGjrRjR5Y .item {
    margin-bottom: 20px;
  }
  .cid-vkGjrRjR5Y .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vkGjrRjR5Y .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  height: 100%;
  position: relative;
  padding: 40px;
  background-color: #ffffff;
  border: 1px solid #242a3c;
  animation: none !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vkGjrRjR5Y .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-vkGjrRjR5Y .item .item-wrapper .item-content {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vkGjrRjR5Y .item .item-wrapper .item-content {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vkGjrRjR5Y .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-vkGjrRjR5Y .item .item-wrapper .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-vkGjrRjR5Y .item .item-wrapper .item-content .list-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vkGjrRjR5Y .item .item-wrapper .item-content .list-wrapper {
    margin-top: 20px;
  }
}
.cid-vkGjrRjR5Y .item .item-wrapper .item-content .list-wrapper .list {
  display: inline-flex;
  flex-direction: column;
  width: 80%;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-vkGjrRjR5Y .item .item-wrapper .item-content .list-wrapper .list {
    width: 100%;
  }
}
.cid-vkGjrRjR5Y .item .item-wrapper .item-content .list-wrapper .list .item-wrap {
  position: relative;
  width: 100%;
  border: 1px solid #242a3c;
  padding: 11px 16px 11px 50px;
  margin-bottom: 0;
  min-height: 48px;
}
.cid-vkGjrRjR5Y .item .item-wrapper .item-content .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 13px;
  left: 16px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  font-size: 16px;
  color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2e481a 40%, #2e481a 50%);
  box-shadow: inset 0 0 7px -1px #ffffff;
}
.cid-vkGjrRjR5Y .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vkGjrRjR5Y .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vkGjrRjR5Y .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vkGjrRjR5Y .item .item-wrapper .image-wrapper {
  position: relative;
  z-index: 1;
  padding: 20px;
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vkGjrRjR5Y .item .item-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-vkGjrRjR5Y .item .item-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  right: -30%;
  width: 100%;
  height: 85%;
  border-radius: 100%;
  background-image: linear-gradient(#645600 10%, #3a341c 25%, #3a341c 100%);
  filter: blur(80px);
  pointer-events: none;
}
.cid-vkGjrRjR5Y .item .item-wrapper .image-wrapper .border-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #ffffff;
  -webkit-mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
  mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
}
.cid-vkGjrRjR5Y .item .item-wrapper .image-wrapper .item-img {
  position: relative;
  z-index: 1;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vkGjrRjR5Y .item .item-wrapper .image-wrapper .item-img {
    min-height: auto;
    height: 300px;
  }
}
.cid-vkGjrRjR5Y .item .item-wrapper .image-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vkGjrRjR5Y .mbr-label {
  color: #9ba9c4;
}
.cid-vkGjrRjR5Y .mbr-section-title {
  color: #186ce0;
}
.cid-vkGjrRjR5Y .mbr-text,
.cid-vkGjrRjR5Y .text-wrapper {
  color: #000000;
}
.cid-vkGjrRjR5Y .item-title {
  color: #ffffff;
}
.cid-vkGjrRjR5Y .item-text {
  color: #9ba9c4;
}
.cid-vkGjrRjR5Y .list {
  color: #d1d4e3;
}
.cid-vkGjrRjR5Y .item-text,
.cid-vkGjrRjR5Y .text-wrap {
  color: #000000;
}
.cid-vkGjrRjR5Y .mbr-label,
.cid-vkGjrRjR5Y .label-wrapper {
  color: #000000;
}
.cid-vkGjrRjR5Y .list,
.cid-vkGjrRjR5Y .item-wrap,
.cid-vkGjrRjR5Y .list-wrapper {
  color: #186ce0;
}
.cid-vkGjrRjR5Y .item-title,
.cid-vkGjrRjR5Y .mbr-section-btn {
  color: #186ce0;
}
.cid-vkGF9UzwfG {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vkGF9UzwfG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkGF9UzwfG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkGF9UzwfG .row {
  flex-direction: row-reverse;
}
.cid-vkGF9UzwfG .mbr-description {
  color: #ffffff;
}
.cid-vkGjrRXHjs {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #1b2e5c;
  overflow: hidden;
}
.cid-vkGjrRXHjs .media-container-row .mbr-text {
  color: #186ce0;
}
.cid-vkGGCmTnvf {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1b2e5c;
}
.cid-vkGGCmTnvf .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-vkGGCmTnvf .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vkGGCmTnvf {
    align-items: center;
  }
  .cid-vkGGCmTnvf .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vkGGCmTnvf .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vkGGCmTnvf {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vkGGCmTnvf .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vkGGCmTnvf .content-wrap {
    width: 100%;
  }
}
.cid-vkGGCmTnvf .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vkGGCmTnvf .mbr-text,
.cid-vkGGCmTnvf .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vkGGCmTnvf .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-vkGGCntqcD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #1b2e5c;
}
.cid-vkGGCntqcD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkGGCntqcD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkGGCntqcD .row {
  flex-direction: row-reverse;
}
.cid-vkGGCntqcD .mbr-description {
  color: #ffffff;
}
.cid-vkGHBwlJws {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-vkGHBwlJws .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkGHBwlJws .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkGHBwlJws .row {
  flex-direction: row-reverse;
}
.cid-vkGHBwlJws .mbr-description {
  text-align: left;
}
.cid-vkGHBwlJws .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-vkGHBwlJws .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vkGHBwlJws .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-vkGHBwlJws .card-title,
.cid-vkGHBwlJws .iconfont-wrapper {
  color: #000000;
}
.cid-vkGHBwlJws .card-text {
  color: #000000;
}
.cid-vkGHBwlJws .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vkGHBwlJws .mbr-number {
  color: #9fe870;
}
.cid-vkGHBwlJws .mbr-text,
.cid-vkGHBwlJws .mbr-section-btn {
  text-align: center;
}
.cid-vkGHBwlJws .card-text,
.cid-vkGHBwlJws .item .mbr-section-btn {
  text-align: left;
}
.cid-vkGJ1MzDR3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkGJ1MzDR3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkGJ1MzDR3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkGJ1MzDR3 .mbr-description {
  text-align: left;
}
.cid-vkGJ1MzDR3 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-vkGJ1MzDR3 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vkGJ1MzDR3 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-vkGJ1MzDR3 .card-title,
.cid-vkGJ1MzDR3 .iconfont-wrapper {
  color: #000000;
}
.cid-vkGJ1MzDR3 .card-text {
  color: #000000;
}
.cid-vkGJ1MzDR3 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vkGJ1MzDR3 .mbr-number {
  color: #9fe870;
}
.cid-vkGJ1MzDR3 .mbr-text,
.cid-vkGJ1MzDR3 .mbr-section-btn {
  text-align: center;
}
.cid-vkGJ1MzDR3 .card-text,
.cid-vkGJ1MzDR3 .item .mbr-section-btn {
  text-align: left;
}
.cid-vkGGCpiM5O {
  padding-top: 0rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vkGGCpiM5O .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkGGCpiM5O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkGGCpiM5O .row {
  flex-direction: row-reverse;
}
.cid-vkGGCpiM5O .mbr-description {
  color: #ffffff;
}
.cid-vkGKoQfZ9v {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkGKoQfZ9v .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-vkGKoQfZ9v .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vkGKoQfZ9v {
    align-items: center;
  }
  .cid-vkGKoQfZ9v .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vkGKoQfZ9v .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vkGKoQfZ9v {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vkGKoQfZ9v .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vkGKoQfZ9v .content-wrap {
    width: 100%;
  }
}
.cid-vkGKoQfZ9v .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vkGKoQfZ9v .mbr-text,
.cid-vkGKoQfZ9v .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vkGKoQfZ9v .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-vkGGCpMYf2 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #1b2e5c;
  overflow: hidden;
}
.cid-vkGGCpMYf2 .media-container-row .mbr-text {
  color: #186ce0;
}
.cid-vkGL3etMk6 {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkGL3etMk6 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-vkGL3etMk6 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vkGL3etMk6 {
    align-items: center;
  }
  .cid-vkGL3etMk6 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vkGL3etMk6 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vkGL3etMk6 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vkGL3etMk6 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vkGL3etMk6 .content-wrap {
    width: 100%;
  }
}
.cid-vkGL3etMk6 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vkGL3etMk6 .mbr-text,
.cid-vkGL3etMk6 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vkGL3etMk6 .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-vkGL3ghdz7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkGL3ghdz7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkGL3ghdz7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkGL3ghdz7 .row {
  flex-direction: row-reverse;
}
.cid-vkGL3ghdz7 .mbr-description {
  color: #0175ff;
}
.cid-vkGMl4Xeya {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkGMl4Xeya .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkGMl4Xeya .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkGMl4Xeya .row {
  flex-direction: row-reverse;
}
.cid-vkGMl4Xeya .mbr-description {
  color: #ffffff;
}
.cid-vkGMENjzDC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vkGMENjzDC img,
.cid-vkGMENjzDC .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vkGMENjzDC .item:focus,
.cid-vkGMENjzDC span:focus {
  outline: none;
}
.cid-vkGMENjzDC .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vkGMENjzDC .item {
    margin-bottom: 1rem;
  }
}
.cid-vkGMENjzDC .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vkGMENjzDC .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vkGMENjzDC .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vkGMENjzDC .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vkGMENjzDC .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vkGMENjzDC .mbr-section-title {
  color: #ffffff;
}
.cid-vkGMENjzDC .item-title {
  text-align: left;
}
.cid-vkGMENjzDC .item-subtitle {
  text-align: left;
}
.cid-vkGMENjzDC .mbr-text,
.cid-vkGMENjzDC .item .mbr-section-btn {
  text-align: left;
}
.cid-vkGMENjzDC .content-head {
  max-width: 800px;
}
.cid-vkGNibS6Uu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vkGNibS6Uu img,
.cid-vkGNibS6Uu .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vkGNibS6Uu .item:focus,
.cid-vkGNibS6Uu span:focus {
  outline: none;
}
.cid-vkGNibS6Uu .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vkGNibS6Uu .item {
    margin-bottom: 1rem;
  }
}
.cid-vkGNibS6Uu .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vkGNibS6Uu .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vkGNibS6Uu .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-vkGNibS6Uu .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-vkGNibS6Uu .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-vkGNibS6Uu .mbr-section-title {
  color: #ffffff;
}
.cid-vkGNibS6Uu .item-title {
  text-align: left;
}
.cid-vkGNibS6Uu .item-subtitle {
  text-align: left;
}
.cid-vkGNibS6Uu .mbr-text,
.cid-vkGNibS6Uu .item .mbr-section-btn {
  text-align: left;
}
.cid-vkGNibS6Uu .content-head {
  max-width: 800px;
}
.cid-vkGL3izMbC {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkGL3izMbC .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-vkGL3izMbC .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vkGL3izMbC {
    align-items: center;
  }
  .cid-vkGL3izMbC .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vkGL3izMbC .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vkGL3izMbC {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vkGL3izMbC .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vkGL3izMbC .content-wrap {
    width: 100%;
  }
}
.cid-vkGL3izMbC .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vkGL3izMbC .mbr-text,
.cid-vkGL3izMbC .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vkGL3izMbC .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-vkGL3j6MDa {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #1b2e5c;
  overflow: hidden;
}
.cid-vkGL3j6MDa .media-container-row .mbr-text {
  color: #186ce0;
}
.cid-vkGPeHNLos {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkGPeHNLos .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-vkGPeHNLos .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vkGPeHNLos {
    align-items: center;
  }
  .cid-vkGPeHNLos .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vkGPeHNLos .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vkGPeHNLos {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vkGPeHNLos .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vkGPeHNLos .content-wrap {
    width: 100%;
  }
}
.cid-vkGPeHNLos .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vkGPeHNLos .mbr-text,
.cid-vkGPeHNLos .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vkGPeHNLos .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-vkGPeIgZsD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vkGPeIgZsD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkGPeIgZsD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkGPeIgZsD .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vkGPeIgZsD .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-vkGPeIgZsD .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-vkGPeIgZsD .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vkGPeIgZsD .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-vkGPeIgZsD .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vkGPeIgZsD .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkGPeIgZsD .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vkGPeIgZsD .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vkGPeIgZsD .content-wrap .card {
  justify-content: center;
}
.cid-vkGPeIgZsD .item {
  margin-bottom: 48px;
}
.cid-vkGPeIgZsD .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkGPeIgZsD .item {
    margin-bottom: 20px;
  }
  .cid-vkGPeIgZsD .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vkGPeIgZsD .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  position: relative;
  padding: 40px;
  background-color: #ffffff;
  border: 1px solid #242a3c;
  animation: none !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vkGPeIgZsD .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-vkGPeIgZsD .item .item-wrapper .item-content {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vkGPeIgZsD .item .item-wrapper .item-content {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vkGPeIgZsD .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-vkGPeIgZsD .item .item-wrapper .item-content .text-wrap .item-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkGPeIgZsD .item .item-wrapper .item-content .text-wrap .item-text {
    width: 100%;
  }
}
.cid-vkGPeIgZsD .item .item-wrapper .item-content .list-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vkGPeIgZsD .item .item-wrapper .item-content .list-wrapper {
    margin-top: 20px;
  }
}
.cid-vkGPeIgZsD .item .item-wrapper .item-content .list-wrapper .list {
  display: inline-flex;
  width: 80%;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-vkGPeIgZsD .item .item-wrapper .item-content .list-wrapper .list {
    width: 100%;
  }
}
.cid-vkGPeIgZsD .item .item-wrapper .item-content .list-wrapper .list .item-wrap {
  border: 1px solid #242a3c;
  padding: 8px 12px;
  margin-bottom: 0;
}
.cid-vkGPeIgZsD .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vkGPeIgZsD .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vkGPeIgZsD .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vkGPeIgZsD .item .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vkGPeIgZsD .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-vkGPeIgZsD .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #edefeb 10%, #f50707 25%, #f92c50 100%);
  filter: blur(80px);
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-vkGPeIgZsD .item .item-wrapper .item-img::before {
    width: 300px;
    height: 300px;
  }
}
.cid-vkGPeIgZsD .item .item-wrapper .item-img img {
  position: relative;
  z-index: 1;
  height: 250px;
  width: 250px;
  min-width: 250px;
  object-fit: cover;
  border-radius: 100% !important;
  box-shadow: 10px 0 40px -5px #ffffff;
}
.cid-vkGPeIgZsD .mbr-label {
  color: #9ba9c4;
}
.cid-vkGPeIgZsD .mbr-section-title {
  color: #000000;
}
.cid-vkGPeIgZsD .mbr-text,
.cid-vkGPeIgZsD .text-wrapper {
  color: #9ba9c4;
  text-align: right;
}
.cid-vkGPeIgZsD .item-title {
  color: #ffffff;
}
.cid-vkGPeIgZsD .item-text {
  color: #9ba9c4;
}
.cid-vkGPeIgZsD .list {
  color: #d1d4e3;
}
.cid-vkGPeIgZsD .list,
.cid-vkGPeIgZsD .item-wrap,
.cid-vkGPeIgZsD .list-wrapper {
  text-align: center;
}
.cid-vkGPeIgZsD .item-text,
.cid-vkGPeIgZsD .text-wrap {
  color: #000000;
}
.cid-vkGPeIgZsD .item-title,
.cid-vkGPeIgZsD .mbr-section-btn {
  color: #000000;
}
.cid-vkGQRhg202 {
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.cid-vkGQRhg202 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkGQRhg202 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkGQRhg202 .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-vkGQRhg202 .content-wrapper {
    padding: 0 16px;
  }
}
.cid-vkGQRhg202 .content-wrapper::before,
.cid-vkGQRhg202 .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #f92c50;
}
.cid-vkGQRhg202 .content-wrapper::before {
  left: 0;
}
.cid-vkGQRhg202 .content-wrapper::after {
  right: 0;
}
.cid-vkGQRhg202 .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
}
.cid-vkGQRhg202 .card-wrapper {
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-right: 4px;
}
@media (max-width: 992px) {
  .cid-vkGQRhg202 .card-wrapper {
    padding-right: 0;
  }
}
.cid-vkGQRhg202 .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 16px;
}
.cid-vkGQRhg202 .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vkGQRhg202 .card-wrapper .mbr-section-btn {
  margin-top: 180px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vkGQRhg202 .card-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-vkGQRhg202 .card-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
  padding: 22px 45px;
}
@media (max-width: 992px) {
  .cid-vkGQRhg202 .card-wrapper .mbr-section-btn .btn {
    padding: 15px 25px;
  }
}
@media (max-width: 992px) {
  .cid-vkGQRhg202 {
    display: block;
  }
}
.cid-vkGQRhg202 .image-wrapper {
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
}
@media (max-width: 992px) {
  .cid-vkGQRhg202 .image-wrapper {
    margin-top: 32px;
    width: 100%;
    z-index: 1;
    position: relative;
    overflow: hidden;
  }
}
.cid-vkGQRhg202 .image-wrapper .decor-wrap {
  display: grid;
  position: absolute;
  grid-template-rows: repeat(3, 28px);
  grid-template-columns: repeat(3, minmax(28px, 1fr));
  grid-auto-rows: 28px;
  justify-content: center;
  gap: 0;
  pointer-events: none;
  will-change: transform;
  animation: none !important;
}
.cid-vkGQRhg202 .image-wrapper .decor-wrap .item-decor {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0 -28px 0 #ffffff;
  transform: none;
}
.cid-vkGQRhg202 .image-wrapper .decor-wrap .decor-opacity {
  background-color: transparent;
  box-shadow: none;
}
.cid-vkGQRhg202 .image-wrapper .decor_1 {
  top: -1px;
  left: -1px;
}
.cid-vkGQRhg202 .image-wrapper .decor_2 {
  grid-template-rows: none;
  top: -1px;
  right: -1px;
}
.cid-vkGQRhg202 .image-wrapper .image-wrap {
  height: 100%;
}
.cid-vkGQRhg202 .image-wrapper .image-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  animation: none;
}
@media (max-width: 992px) {
  .cid-vkGQRhg202 .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-vkGQRhg202 .mbr-label {
  color: #0a0a0a;
}
.cid-vkGQRhg202 .mbr-section-title {
  color: #0a0a0a;
}
.cid-vkGTICgdC0 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-vkGTICgdC0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkGTICgdC0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkGTICgdC0 .row {
  flex-direction: row-reverse;
}
.cid-vkGTICgdC0 .mbr-description {
  text-align: left;
}
.cid-vkGTICgdC0 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-vkGTICgdC0 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vkGTICgdC0 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-vkGTICgdC0 .card-title,
.cid-vkGTICgdC0 .iconfont-wrapper {
  color: #000000;
}
.cid-vkGTICgdC0 .card-text {
  color: #000000;
}
.cid-vkGTICgdC0 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vkGTICgdC0 .mbr-number {
  color: #9fe870;
}
.cid-vkGTICgdC0 .mbr-text,
.cid-vkGTICgdC0 .mbr-section-btn {
  text-align: center;
}
.cid-vkGTICgdC0 .card-text,
.cid-vkGTICgdC0 .item .mbr-section-btn {
  text-align: left;
}
.cid-vkGUsCtWWL {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #edefeb;
}
.cid-vkGUsCtWWL .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-vkGUsCtWWL .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vkGUsCtWWL {
    align-items: center;
  }
  .cid-vkGUsCtWWL .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vkGUsCtWWL .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vkGUsCtWWL {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vkGUsCtWWL .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vkGUsCtWWL .content-wrap {
    width: 100%;
  }
}
.cid-vkGUsCtWWL .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vkGUsCtWWL .mbr-text,
.cid-vkGUsCtWWL .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vkGUsCtWWL .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-vkGPeJmtpf {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #1b2e5c;
  overflow: hidden;
}
.cid-vkGPeJmtpf .media-container-row .mbr-text {
  color: #186ce0;
}
.cid-vkLWCguN96 {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0c2c68;
}
.cid-vkLWCguN96 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-vkLWCguN96 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vkLWCguN96 {
    align-items: center;
  }
  .cid-vkLWCguN96 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vkLWCguN96 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vkLWCguN96 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vkLWCguN96 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vkLWCguN96 .content-wrap {
    width: 100%;
  }
}
.cid-vkLWCguN96 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vkLWCguN96 .mbr-text,
.cid-vkLWCguN96 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vkLWCguN96 .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-vkLWCgVhHp {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #0c2c68;
}
.cid-vkLWCgVhHp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkLWCgVhHp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkLWCgVhHp .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vkLWCgVhHp .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-vkLWCgVhHp .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 24px;
}
.cid-vkLWCgVhHp .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vkLWCgVhHp .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-vkLWCgVhHp .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vkLWCgVhHp .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkLWCgVhHp .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vkLWCgVhHp .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vkLWCgVhHp .content-wrap .card {
  justify-content: center;
}
.cid-vkLWCgVhHp .item {
  margin-bottom: 48px;
}
.cid-vkLWCgVhHp .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkLWCgVhHp .item {
    margin-bottom: 20px;
  }
  .cid-vkLWCgVhHp .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vkLWCgVhHp .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  position: relative;
  padding: 40px;
  background-color: #0c2c68;
  border: 1px solid #ffffff;
  animation: none !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vkLWCgVhHp .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-vkLWCgVhHp .item .item-wrapper .item-content {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vkLWCgVhHp .item .item-wrapper .item-content {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vkLWCgVhHp .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-vkLWCgVhHp .item .item-wrapper .item-content .text-wrap .item-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkLWCgVhHp .item .item-wrapper .item-content .text-wrap .item-text {
    width: 100%;
  }
}
.cid-vkLWCgVhHp .item .item-wrapper .item-content .list-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vkLWCgVhHp .item .item-wrapper .item-content .list-wrapper {
    margin-top: 20px;
  }
}
.cid-vkLWCgVhHp .item .item-wrapper .item-content .list-wrapper .list {
  display: inline-flex;
  width: 80%;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-vkLWCgVhHp .item .item-wrapper .item-content .list-wrapper .list {
    width: 100%;
  }
}
.cid-vkLWCgVhHp .item .item-wrapper .item-content .list-wrapper .list .item-wrap {
  border: 1px solid #ffffff;
  padding: 8px 12px;
  margin-bottom: 0;
}
.cid-vkLWCgVhHp .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vkLWCgVhHp .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vkLWCgVhHp .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vkLWCgVhHp .item .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vkLWCgVhHp .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-vkLWCgVhHp .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #9fe870 10%, #0175ff 25%, #ffa600 100%);
  filter: blur(80px);
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-vkLWCgVhHp .item .item-wrapper .item-img::before {
    width: 300px;
    height: 300px;
  }
}
.cid-vkLWCgVhHp .item .item-wrapper .item-img img {
  position: relative;
  z-index: 1;
  height: 250px;
  width: 250px;
  min-width: 250px;
  object-fit: cover;
  border-radius: 100% !important;
  box-shadow: 10px 0 40px -5px #0c2c68;
}
.cid-vkLWCgVhHp .mbr-label {
  color: #9ba9c4;
}
.cid-vkLWCgVhHp .mbr-section-title {
  color: #ffffff;
}
.cid-vkLWCgVhHp .mbr-text,
.cid-vkLWCgVhHp .text-wrapper {
  color: #9ba9c4;
  text-align: right;
}
.cid-vkLWCgVhHp .item-title {
  color: #ffffff;
}
.cid-vkLWCgVhHp .item-text {
  color: #9ba9c4;
}
.cid-vkLWCgVhHp .list {
  color: #d1d4e3;
}
.cid-vkLWCgVhHp .list,
.cid-vkLWCgVhHp .item-wrap,
.cid-vkLWCgVhHp .list-wrapper {
  text-align: center;
}
.cid-vkLWCgVhHp .item-text,
.cid-vkLWCgVhHp .text-wrap {
  color: #ffffff;
  text-align: justify;
}
.cid-vkLWCgVhHp .item-title,
.cid-vkLWCgVhHp .mbr-section-btn {
  color: #000000;
}
.cid-vkM2gm7uV5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkM2gm7uV5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkM2gm7uV5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkM2gm7uV5 .mbr-section-title {
  color: #1b2e5c;
}
.cid-vkLYxhK47M {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-vkLYxhK47M .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkLYxhK47M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkLYxhK47M .decor-wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 32px 0;
}
.cid-vkLYxhK47M .decor-wrapper .decor {
  height: 100%;
  width: 400px;
  border: 1px solid #0c2c68;
}
.cid-vkLYxhK47M .decor-wrapper .decor_1 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-vkLYxhK47M .decor-wrapper .decor_2 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-vkLYxhK47M .decoration_1 {
  left: -100px;
}
@media (max-width: 1640px) {
  .cid-vkLYxhK47M .decoration_1 {
    left: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-vkLYxhK47M .decoration_1 {
    left: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-vkLYxhK47M .decoration_1 {
    left: -300px;
  }
}
@media (max-width: 992px) {
  .cid-vkLYxhK47M .decoration_1 {
    left: -380px;
  }
}
.cid-vkLYxhK47M .decoration_2 {
  right: -100px;
}
@media (max-width: 1640px) {
  .cid-vkLYxhK47M .decoration_2 {
    right: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-vkLYxhK47M .decoration_2 {
    right: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-vkLYxhK47M .decoration_2 {
    right: -300px;
  }
}
@media (max-width: 992px) {
  .cid-vkLYxhK47M .decoration_2 {
    right: -380px;
  }
}
.cid-vkLYxhK47M .content-wrapper {
  padding: 12px;
  border: 1px solid #0c2c68;
  background-color: #0c2c68;
  box-shadow: 0 .25rem .375rem #00000014;
  margin: 120px 0;
}
@media (max-width: 992px) {
  .cid-vkLYxhK47M .content-wrapper {
    padding: 6px;
  }
}
@media (max-width: 992px) {
  .cid-vkLYxhK47M .content-wrapper {
    margin: 0 16px;
  }
}
.cid-vkLYxhK47M .content-wrapper .content-wrap {
  padding: 32px;
  background-color: #ffffff;
  border: 1px solid #0c2c68;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vkLYxhK47M .content-wrapper .content-wrap {
    display: block;
    padding: 16px;
  }
}
.cid-vkLYxhK47M .content-wrapper .content-wrap .logo-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  min-width: 120px;
  background-color: #0c2c68;
  border: 1px solid #0c2c68;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-vkLYxhK47M .content-wrapper .content-wrap .logo-wrapper {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
@media (max-width: 425px) {
  .cid-vkLYxhK47M .content-wrapper .content-wrap .logo-wrapper {
    min-width: auto;
    width: 100%;
  }
}
.cid-vkLYxhK47M .content-wrapper .content-wrap .logo-wrapper img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}
.cid-vkLYxhK47M .content-wrapper .content-wrap .mbr-section-title {
  margin-right: 32px;
  margin-bottom: 0;
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-vkLYxhK47M .content-wrapper .content-wrap .mbr-section-title {
    margin-right: 0;
    min-width: auto;
    margin-bottom: 16px;
  }
}
.cid-vkLYxhK47M .content-wrapper .content-wrap .line-wrap {
  width: 1px;
  min-width: 1px;
  height: 84px;
  background-image: linear-gradient(180deg, #ffffff, #0c2c68 50%, #ffffff);
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-vkLYxhK47M .content-wrapper .content-wrap .line-wrap {
    display: none;
  }
}
.cid-vkLYxhK47M .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-vkLYxhK47M .mbr-section-title {
  color: #0c2c68;
}
.cid-vkLYxhK47M .mbr-text {
  color: #54547e;
}
.cid-vkLWCitzaS {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkLWCitzaS .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-vkLWCitzaS .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vkLWCitzaS {
    align-items: center;
  }
  .cid-vkLWCitzaS .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vkLWCitzaS .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vkLWCitzaS {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vkLWCitzaS .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vkLWCitzaS .content-wrap {
    width: 100%;
  }
}
.cid-vkLWCitzaS .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vkLWCitzaS .mbr-text,
.cid-vkLWCitzaS .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vkLWCitzaS .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-vkLWCiXg3h {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #1b2e5c;
  overflow: hidden;
}
.cid-vkLWCiXg3h .media-container-row .mbr-text {
  color: #186ce0;
}
.cid-vkM1rqWFac {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0c2c68;
}
.cid-vkM1rqWFac .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-vkM1rqWFac .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vkM1rqWFac {
    align-items: center;
  }
  .cid-vkM1rqWFac .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vkM1rqWFac .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vkM1rqWFac {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vkM1rqWFac .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vkM1rqWFac .content-wrap {
    width: 100%;
  }
}
.cid-vkM1rqWFac .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vkM1rqWFac .mbr-text,
.cid-vkM1rqWFac .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vkM1rqWFac .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-vkM1rrxMzE {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #0c2c68;
}
.cid-vkM1rrxMzE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkM1rrxMzE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkM1rrxMzE .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vkM1rrxMzE .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-vkM1rrxMzE .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 24px;
}
.cid-vkM1rrxMzE .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vkM1rrxMzE .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-vkM1rrxMzE .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vkM1rrxMzE .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkM1rrxMzE .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vkM1rrxMzE .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vkM1rrxMzE .content-wrap .card {
  justify-content: center;
}
.cid-vkM1rrxMzE .item {
  margin-bottom: 48px;
}
.cid-vkM1rrxMzE .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkM1rrxMzE .item {
    margin-bottom: 20px;
  }
  .cid-vkM1rrxMzE .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vkM1rrxMzE .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  position: relative;
  padding: 40px;
  background-color: #0c2c68;
  border: 1px solid #ffffff;
  animation: none !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vkM1rrxMzE .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-vkM1rrxMzE .item .item-wrapper .item-content {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vkM1rrxMzE .item .item-wrapper .item-content {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vkM1rrxMzE .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-vkM1rrxMzE .item .item-wrapper .item-content .text-wrap .item-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkM1rrxMzE .item .item-wrapper .item-content .text-wrap .item-text {
    width: 100%;
  }
}
.cid-vkM1rrxMzE .item .item-wrapper .item-content .list-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vkM1rrxMzE .item .item-wrapper .item-content .list-wrapper {
    margin-top: 20px;
  }
}
.cid-vkM1rrxMzE .item .item-wrapper .item-content .list-wrapper .list {
  display: inline-flex;
  width: 80%;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-vkM1rrxMzE .item .item-wrapper .item-content .list-wrapper .list {
    width: 100%;
  }
}
.cid-vkM1rrxMzE .item .item-wrapper .item-content .list-wrapper .list .item-wrap {
  border: 1px solid #ffffff;
  padding: 8px 12px;
  margin-bottom: 0;
}
.cid-vkM1rrxMzE .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vkM1rrxMzE .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vkM1rrxMzE .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vkM1rrxMzE .item .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vkM1rrxMzE .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-vkM1rrxMzE .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #9fe870 10%, #0175ff 25%, #ffa600 100%);
  filter: blur(80px);
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-vkM1rrxMzE .item .item-wrapper .item-img::before {
    width: 300px;
    height: 300px;
  }
}
.cid-vkM1rrxMzE .item .item-wrapper .item-img img {
  position: relative;
  z-index: 1;
  height: 250px;
  width: 250px;
  min-width: 250px;
  object-fit: cover;
  border-radius: 100% !important;
  box-shadow: 10px 0 40px -5px #0c2c68;
}
.cid-vkM1rrxMzE .mbr-label {
  color: #9ba9c4;
}
.cid-vkM1rrxMzE .mbr-section-title {
  color: #ffffff;
}
.cid-vkM1rrxMzE .mbr-text,
.cid-vkM1rrxMzE .text-wrapper {
  color: #9ba9c4;
  text-align: right;
}
.cid-vkM1rrxMzE .item-title {
  color: #ffffff;
}
.cid-vkM1rrxMzE .item-text {
  color: #9ba9c4;
}
.cid-vkM1rrxMzE .list {
  color: #d1d4e3;
}
.cid-vkM1rrxMzE .list,
.cid-vkM1rrxMzE .item-wrap,
.cid-vkM1rrxMzE .list-wrapper {
  text-align: center;
}
.cid-vkM1rrxMzE .item-text,
.cid-vkM1rrxMzE .text-wrap {
  color: #ffffff;
  text-align: justify;
}
.cid-vkM1rrxMzE .item-title,
.cid-vkM1rrxMzE .mbr-section-btn {
  color: #000000;
}
.cid-vkM26UHX47 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vkM26UHX47 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkM26UHX47 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkM26UHX47 .mbr-section-title {
  color: #0c2c68;
}
.cid-vkM1rs6bQ8 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-vkM1rs6bQ8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkM1rs6bQ8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkM1rs6bQ8 .decor-wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 32px 0;
}
.cid-vkM1rs6bQ8 .decor-wrapper .decor {
  height: 100%;
  width: 400px;
  border: 1px solid #45ac34;
}
.cid-vkM1rs6bQ8 .decor-wrapper .decor_1 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-vkM1rs6bQ8 .decor-wrapper .decor_2 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-vkM1rs6bQ8 .decoration_1 {
  left: -100px;
}
@media (max-width: 1640px) {
  .cid-vkM1rs6bQ8 .decoration_1 {
    left: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-vkM1rs6bQ8 .decoration_1 {
    left: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-vkM1rs6bQ8 .decoration_1 {
    left: -300px;
  }
}
@media (max-width: 992px) {
  .cid-vkM1rs6bQ8 .decoration_1 {
    left: -380px;
  }
}
.cid-vkM1rs6bQ8 .decoration_2 {
  right: -100px;
}
@media (max-width: 1640px) {
  .cid-vkM1rs6bQ8 .decoration_2 {
    right: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-vkM1rs6bQ8 .decoration_2 {
    right: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-vkM1rs6bQ8 .decoration_2 {
    right: -300px;
  }
}
@media (max-width: 992px) {
  .cid-vkM1rs6bQ8 .decoration_2 {
    right: -380px;
  }
}
.cid-vkM1rs6bQ8 .content-wrapper {
  padding: 12px;
  border: 1px solid #45ac34;
  background-color: #45ac34;
  box-shadow: 0 .25rem .375rem #00000014;
  margin: 120px 0;
}
@media (max-width: 992px) {
  .cid-vkM1rs6bQ8 .content-wrapper {
    padding: 6px;
  }
}
@media (max-width: 992px) {
  .cid-vkM1rs6bQ8 .content-wrapper {
    margin: 0 16px;
  }
}
.cid-vkM1rs6bQ8 .content-wrapper .content-wrap {
  padding: 32px;
  background-color: #ffffff;
  border: 1px solid #45ac34;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vkM1rs6bQ8 .content-wrapper .content-wrap {
    display: block;
    padding: 16px;
  }
}
.cid-vkM1rs6bQ8 .content-wrapper .content-wrap .logo-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  min-width: 120px;
  background-color: #45ac34;
  border: 1px solid #45ac34;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-vkM1rs6bQ8 .content-wrapper .content-wrap .logo-wrapper {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
@media (max-width: 425px) {
  .cid-vkM1rs6bQ8 .content-wrapper .content-wrap .logo-wrapper {
    min-width: auto;
    width: 100%;
  }
}
.cid-vkM1rs6bQ8 .content-wrapper .content-wrap .logo-wrapper img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}
.cid-vkM1rs6bQ8 .content-wrapper .content-wrap .mbr-section-title {
  margin-right: 32px;
  margin-bottom: 0;
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-vkM1rs6bQ8 .content-wrapper .content-wrap .mbr-section-title {
    margin-right: 0;
    min-width: auto;
    margin-bottom: 16px;
  }
}
.cid-vkM1rs6bQ8 .content-wrapper .content-wrap .line-wrap {
  width: 1px;
  min-width: 1px;
  height: 84px;
  background-image: linear-gradient(180deg, #ffffff, #45ac34 50%, #ffffff);
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-vkM1rs6bQ8 .content-wrapper .content-wrap .line-wrap {
    display: none;
  }
}
.cid-vkM1rs6bQ8 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-vkM1rs6bQ8 .mbr-section-title {
  color: #0c2c68;
}
.cid-vkM1rs6bQ8 .mbr-text {
  color: #54547e;
}
.cid-vkM1rszOMG {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkM1rszOMG .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-vkM1rszOMG .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vkM1rszOMG {
    align-items: center;
  }
  .cid-vkM1rszOMG .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vkM1rszOMG .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vkM1rszOMG {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vkM1rszOMG .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vkM1rszOMG .content-wrap {
    width: 100%;
  }
}
.cid-vkM1rszOMG .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vkM1rszOMG .mbr-text,
.cid-vkM1rszOMG .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vkM1rszOMG .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-vkM1rsZNO6 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #1b2e5c;
  overflow: hidden;
}
.cid-vkM1rsZNO6 .media-container-row .mbr-text {
  color: #186ce0;
}
.cid-vkM3hx9wFj {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0c2c68;
}
.cid-vkM3hx9wFj .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-vkM3hx9wFj .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vkM3hx9wFj {
    align-items: center;
  }
  .cid-vkM3hx9wFj .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vkM3hx9wFj .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vkM3hx9wFj {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vkM3hx9wFj .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vkM3hx9wFj .content-wrap {
    width: 100%;
  }
}
.cid-vkM3hx9wFj .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vkM3hx9wFj .mbr-text,
.cid-vkM3hx9wFj .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vkM3hx9wFj .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-vkM3hz5BZl {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #0c2c68;
}
.cid-vkM3hz5BZl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkM3hz5BZl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkM3hz5BZl .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vkM3hz5BZl .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-vkM3hz5BZl .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 24px;
}
.cid-vkM3hz5BZl .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vkM3hz5BZl .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-vkM3hz5BZl .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vkM3hz5BZl .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkM3hz5BZl .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vkM3hz5BZl .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vkM3hz5BZl .content-wrap .card {
  justify-content: center;
}
.cid-vkM3hz5BZl .item {
  margin-bottom: 48px;
}
.cid-vkM3hz5BZl .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkM3hz5BZl .item {
    margin-bottom: 20px;
  }
  .cid-vkM3hz5BZl .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vkM3hz5BZl .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  position: relative;
  padding: 40px;
  background-color: #0c2c68;
  border: 1px solid #ffffff;
  animation: none !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vkM3hz5BZl .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-vkM3hz5BZl .item .item-wrapper .item-content {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vkM3hz5BZl .item .item-wrapper .item-content {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vkM3hz5BZl .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-vkM3hz5BZl .item .item-wrapper .item-content .text-wrap .item-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkM3hz5BZl .item .item-wrapper .item-content .text-wrap .item-text {
    width: 100%;
  }
}
.cid-vkM3hz5BZl .item .item-wrapper .item-content .list-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vkM3hz5BZl .item .item-wrapper .item-content .list-wrapper {
    margin-top: 20px;
  }
}
.cid-vkM3hz5BZl .item .item-wrapper .item-content .list-wrapper .list {
  display: inline-flex;
  width: 80%;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-vkM3hz5BZl .item .item-wrapper .item-content .list-wrapper .list {
    width: 100%;
  }
}
.cid-vkM3hz5BZl .item .item-wrapper .item-content .list-wrapper .list .item-wrap {
  border: 1px solid #ffffff;
  padding: 8px 12px;
  margin-bottom: 0;
}
.cid-vkM3hz5BZl .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vkM3hz5BZl .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vkM3hz5BZl .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vkM3hz5BZl .item .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vkM3hz5BZl .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-vkM3hz5BZl .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #9fe870 10%, #0175ff 25%, #ffa600 100%);
  filter: blur(80px);
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-vkM3hz5BZl .item .item-wrapper .item-img::before {
    width: 300px;
    height: 300px;
  }
}
.cid-vkM3hz5BZl .item .item-wrapper .item-img img {
  position: relative;
  z-index: 1;
  height: 250px;
  width: 250px;
  min-width: 250px;
  object-fit: cover;
  border-radius: 100% !important;
  box-shadow: 10px 0 40px -5px #0c2c68;
}
.cid-vkM3hz5BZl .mbr-label {
  color: #9ba9c4;
}
.cid-vkM3hz5BZl .mbr-section-title {
  color: #ffffff;
}
.cid-vkM3hz5BZl .mbr-text,
.cid-vkM3hz5BZl .text-wrapper {
  color: #9ba9c4;
  text-align: right;
}
.cid-vkM3hz5BZl .item-title {
  color: #ffffff;
}
.cid-vkM3hz5BZl .item-text {
  color: #9ba9c4;
}
.cid-vkM3hz5BZl .list {
  color: #d1d4e3;
}
.cid-vkM3hz5BZl .list,
.cid-vkM3hz5BZl .item-wrap,
.cid-vkM3hz5BZl .list-wrapper {
  text-align: center;
}
.cid-vkM3hz5BZl .item-text,
.cid-vkM3hz5BZl .text-wrap {
  color: #ffffff;
  text-align: justify;
}
.cid-vkM3hz5BZl .item-title,
.cid-vkM3hz5BZl .mbr-section-btn {
  color: #000000;
}
.cid-vkM3hzGiik {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vkM3hzGiik .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkM3hzGiik .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkM3hzGiik .mbr-section-title {
  color: #0c2c68;
}
.cid-vkM3hA7wEg {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-vkM3hA7wEg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkM3hA7wEg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkM3hA7wEg .decor-wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 32px 0;
}
.cid-vkM3hA7wEg .decor-wrapper .decor {
  height: 100%;
  width: 400px;
  border: 1px solid #393193;
}
.cid-vkM3hA7wEg .decor-wrapper .decor_1 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-vkM3hA7wEg .decor-wrapper .decor_2 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-vkM3hA7wEg .decoration_1 {
  left: -100px;
}
@media (max-width: 1640px) {
  .cid-vkM3hA7wEg .decoration_1 {
    left: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-vkM3hA7wEg .decoration_1 {
    left: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-vkM3hA7wEg .decoration_1 {
    left: -300px;
  }
}
@media (max-width: 992px) {
  .cid-vkM3hA7wEg .decoration_1 {
    left: -380px;
  }
}
.cid-vkM3hA7wEg .decoration_2 {
  right: -100px;
}
@media (max-width: 1640px) {
  .cid-vkM3hA7wEg .decoration_2 {
    right: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-vkM3hA7wEg .decoration_2 {
    right: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-vkM3hA7wEg .decoration_2 {
    right: -300px;
  }
}
@media (max-width: 992px) {
  .cid-vkM3hA7wEg .decoration_2 {
    right: -380px;
  }
}
.cid-vkM3hA7wEg .content-wrapper {
  padding: 12px;
  border: 1px solid #393193;
  background-color: #393193;
  box-shadow: 0 .25rem .375rem #00000014;
  margin: 120px 0;
}
@media (max-width: 992px) {
  .cid-vkM3hA7wEg .content-wrapper {
    padding: 6px;
  }
}
@media (max-width: 992px) {
  .cid-vkM3hA7wEg .content-wrapper {
    margin: 0 16px;
  }
}
.cid-vkM3hA7wEg .content-wrapper .content-wrap {
  padding: 32px;
  background-color: #ffffff;
  border: 1px solid #393193;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vkM3hA7wEg .content-wrapper .content-wrap {
    display: block;
    padding: 16px;
  }
}
.cid-vkM3hA7wEg .content-wrapper .content-wrap .logo-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  min-width: 120px;
  background-color: #393193;
  border: 1px solid #393193;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-vkM3hA7wEg .content-wrapper .content-wrap .logo-wrapper {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
@media (max-width: 425px) {
  .cid-vkM3hA7wEg .content-wrapper .content-wrap .logo-wrapper {
    min-width: auto;
    width: 100%;
  }
}
.cid-vkM3hA7wEg .content-wrapper .content-wrap .logo-wrapper img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}
.cid-vkM3hA7wEg .content-wrapper .content-wrap .mbr-section-title {
  margin-right: 32px;
  margin-bottom: 0;
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-vkM3hA7wEg .content-wrapper .content-wrap .mbr-section-title {
    margin-right: 0;
    min-width: auto;
    margin-bottom: 16px;
  }
}
.cid-vkM3hA7wEg .content-wrapper .content-wrap .line-wrap {
  width: 1px;
  min-width: 1px;
  height: 84px;
  background-image: linear-gradient(180deg, #ffffff, #393193 50%, #ffffff);
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-vkM3hA7wEg .content-wrapper .content-wrap .line-wrap {
    display: none;
  }
}
.cid-vkM3hA7wEg .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-vkM3hA7wEg .mbr-section-title {
  color: #0c2c68;
}
.cid-vkM3hA7wEg .mbr-text {
  color: #54547e;
}
.cid-vkM3hABveW {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkM3hABveW .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-vkM3hABveW .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vkM3hABveW {
    align-items: center;
  }
  .cid-vkM3hABveW .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vkM3hABveW .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vkM3hABveW {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vkM3hABveW .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vkM3hABveW .content-wrap {
    width: 100%;
  }
}
.cid-vkM3hABveW .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vkM3hABveW .mbr-text,
.cid-vkM3hABveW .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vkM3hABveW .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-vkM3hB1deo {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #1b2e5c;
  overflow: hidden;
}
.cid-vkM3hB1deo .media-container-row .mbr-text {
  color: #186ce0;
}
.cid-vkM47dEWIJ {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0c2c68;
}
.cid-vkM47dEWIJ .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-vkM47dEWIJ .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vkM47dEWIJ {
    align-items: center;
  }
  .cid-vkM47dEWIJ .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vkM47dEWIJ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vkM47dEWIJ {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vkM47dEWIJ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vkM47dEWIJ .content-wrap {
    width: 100%;
  }
}
.cid-vkM47dEWIJ .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vkM47dEWIJ .mbr-text,
.cid-vkM47dEWIJ .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vkM47dEWIJ .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-vkM47efhgk {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #0c2c68;
}
.cid-vkM47efhgk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkM47efhgk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkM47efhgk .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vkM47efhgk .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-vkM47efhgk .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 24px;
}
.cid-vkM47efhgk .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vkM47efhgk .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-vkM47efhgk .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vkM47efhgk .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkM47efhgk .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vkM47efhgk .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vkM47efhgk .content-wrap .card {
  justify-content: center;
}
.cid-vkM47efhgk .item {
  margin-bottom: 48px;
}
.cid-vkM47efhgk .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkM47efhgk .item {
    margin-bottom: 20px;
  }
  .cid-vkM47efhgk .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vkM47efhgk .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  position: relative;
  padding: 40px;
  background-color: #0c2c68;
  border: 1px solid #ffffff;
  animation: none !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vkM47efhgk .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-vkM47efhgk .item .item-wrapper .item-content {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vkM47efhgk .item .item-wrapper .item-content {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vkM47efhgk .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-vkM47efhgk .item .item-wrapper .item-content .text-wrap .item-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkM47efhgk .item .item-wrapper .item-content .text-wrap .item-text {
    width: 100%;
  }
}
.cid-vkM47efhgk .item .item-wrapper .item-content .list-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vkM47efhgk .item .item-wrapper .item-content .list-wrapper {
    margin-top: 20px;
  }
}
.cid-vkM47efhgk .item .item-wrapper .item-content .list-wrapper .list {
  display: inline-flex;
  width: 80%;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-vkM47efhgk .item .item-wrapper .item-content .list-wrapper .list {
    width: 100%;
  }
}
.cid-vkM47efhgk .item .item-wrapper .item-content .list-wrapper .list .item-wrap {
  border: 1px solid #ffffff;
  padding: 8px 12px;
  margin-bottom: 0;
}
.cid-vkM47efhgk .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vkM47efhgk .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vkM47efhgk .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vkM47efhgk .item .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vkM47efhgk .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-vkM47efhgk .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #9fe870 10%, #0175ff 25%, #ffa600 100%);
  filter: blur(80px);
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-vkM47efhgk .item .item-wrapper .item-img::before {
    width: 300px;
    height: 300px;
  }
}
.cid-vkM47efhgk .item .item-wrapper .item-img img {
  position: relative;
  z-index: 1;
  height: 250px;
  width: 250px;
  min-width: 250px;
  object-fit: cover;
  border-radius: 100% !important;
  box-shadow: 10px 0 40px -5px #0c2c68;
}
.cid-vkM47efhgk .mbr-label {
  color: #9ba9c4;
}
.cid-vkM47efhgk .mbr-section-title {
  color: #ffffff;
}
.cid-vkM47efhgk .mbr-text,
.cid-vkM47efhgk .text-wrapper {
  color: #9ba9c4;
  text-align: right;
}
.cid-vkM47efhgk .item-title {
  color: #ffffff;
}
.cid-vkM47efhgk .item-text {
  color: #9ba9c4;
}
.cid-vkM47efhgk .list {
  color: #d1d4e3;
}
.cid-vkM47efhgk .list,
.cid-vkM47efhgk .item-wrap,
.cid-vkM47efhgk .list-wrapper {
  text-align: center;
}
.cid-vkM47efhgk .item-text,
.cid-vkM47efhgk .text-wrap {
  color: #ffffff;
  text-align: justify;
}
.cid-vkM47efhgk .item-title,
.cid-vkM47efhgk .mbr-section-btn {
  color: #000000;
}
.cid-vkM47eUSHo {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vkM47eUSHo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkM47eUSHo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkM47eUSHo .mbr-section-title {
  color: #0c2c68;
}
.cid-vkM47flhdg {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-vkM47flhdg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkM47flhdg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkM47flhdg .decor-wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 32px 0;
}
.cid-vkM47flhdg .decor-wrapper .decor {
  height: 100%;
  width: 400px;
  border: 1px solid #ffa600;
}
.cid-vkM47flhdg .decor-wrapper .decor_1 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-vkM47flhdg .decor-wrapper .decor_2 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-vkM47flhdg .decoration_1 {
  left: -100px;
}
@media (max-width: 1640px) {
  .cid-vkM47flhdg .decoration_1 {
    left: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-vkM47flhdg .decoration_1 {
    left: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-vkM47flhdg .decoration_1 {
    left: -300px;
  }
}
@media (max-width: 992px) {
  .cid-vkM47flhdg .decoration_1 {
    left: -380px;
  }
}
.cid-vkM47flhdg .decoration_2 {
  right: -100px;
}
@media (max-width: 1640px) {
  .cid-vkM47flhdg .decoration_2 {
    right: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-vkM47flhdg .decoration_2 {
    right: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-vkM47flhdg .decoration_2 {
    right: -300px;
  }
}
@media (max-width: 992px) {
  .cid-vkM47flhdg .decoration_2 {
    right: -380px;
  }
}
.cid-vkM47flhdg .content-wrapper {
  padding: 12px;
  border: 1px solid #ffa600;
  background-color: #ffa600;
  box-shadow: 0 .25rem .375rem #00000014;
  margin: 120px 0;
}
@media (max-width: 992px) {
  .cid-vkM47flhdg .content-wrapper {
    padding: 6px;
  }
}
@media (max-width: 992px) {
  .cid-vkM47flhdg .content-wrapper {
    margin: 0 16px;
  }
}
.cid-vkM47flhdg .content-wrapper .content-wrap {
  padding: 32px;
  background-color: #ffffff;
  border: 1px solid #ffa600;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vkM47flhdg .content-wrapper .content-wrap {
    display: block;
    padding: 16px;
  }
}
.cid-vkM47flhdg .content-wrapper .content-wrap .logo-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  min-width: 120px;
  background-color: #ffa600;
  border: 1px solid #ffa600;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-vkM47flhdg .content-wrapper .content-wrap .logo-wrapper {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
@media (max-width: 425px) {
  .cid-vkM47flhdg .content-wrapper .content-wrap .logo-wrapper {
    min-width: auto;
    width: 100%;
  }
}
.cid-vkM47flhdg .content-wrapper .content-wrap .logo-wrapper img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}
.cid-vkM47flhdg .content-wrapper .content-wrap .mbr-section-title {
  margin-right: 32px;
  margin-bottom: 0;
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-vkM47flhdg .content-wrapper .content-wrap .mbr-section-title {
    margin-right: 0;
    min-width: auto;
    margin-bottom: 16px;
  }
}
.cid-vkM47flhdg .content-wrapper .content-wrap .line-wrap {
  width: 1px;
  min-width: 1px;
  height: 84px;
  background-image: linear-gradient(180deg, #ffffff, #ffa600 50%, #ffffff);
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-vkM47flhdg .content-wrapper .content-wrap .line-wrap {
    display: none;
  }
}
.cid-vkM47flhdg .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-vkM47flhdg .mbr-section-title {
  color: #0c2c68;
}
.cid-vkM47flhdg .mbr-text {
  color: #54547e;
}
.cid-vkM47fQsla {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkM47fQsla .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-vkM47fQsla .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vkM47fQsla {
    align-items: center;
  }
  .cid-vkM47fQsla .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vkM47fQsla .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vkM47fQsla {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vkM47fQsla .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vkM47fQsla .content-wrap {
    width: 100%;
  }
}
.cid-vkM47fQsla .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vkM47fQsla .mbr-text,
.cid-vkM47fQsla .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vkM47fQsla .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-vkM47gga8r {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #1b2e5c;
  overflow: hidden;
}
.cid-vkM47gga8r .media-container-row .mbr-text {
  color: #186ce0;
}
.cid-vkM6bdhOBw {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0c2c68;
}
.cid-vkM6bdhOBw .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-vkM6bdhOBw .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vkM6bdhOBw {
    align-items: center;
  }
  .cid-vkM6bdhOBw .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vkM6bdhOBw .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vkM6bdhOBw {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vkM6bdhOBw .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vkM6bdhOBw .content-wrap {
    width: 100%;
  }
}
.cid-vkM6bdhOBw .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vkM6bdhOBw .mbr-text,
.cid-vkM6bdhOBw .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vkM6bdhOBw .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-vkM6bfcr66 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #0c2c68;
}
.cid-vkM6bfcr66 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkM6bfcr66 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkM6bfcr66 .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vkM6bfcr66 .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-vkM6bfcr66 .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 24px;
}
.cid-vkM6bfcr66 .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vkM6bfcr66 .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-vkM6bfcr66 .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vkM6bfcr66 .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkM6bfcr66 .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vkM6bfcr66 .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vkM6bfcr66 .content-wrap .card {
  justify-content: center;
}
.cid-vkM6bfcr66 .item {
  margin-bottom: 48px;
}
.cid-vkM6bfcr66 .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkM6bfcr66 .item {
    margin-bottom: 20px;
  }
  .cid-vkM6bfcr66 .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vkM6bfcr66 .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  position: relative;
  padding: 40px;
  background-color: #0c2c68;
  border: 1px solid #ffffff;
  animation: none !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vkM6bfcr66 .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-vkM6bfcr66 .item .item-wrapper .item-content {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vkM6bfcr66 .item .item-wrapper .item-content {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vkM6bfcr66 .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-vkM6bfcr66 .item .item-wrapper .item-content .text-wrap .item-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkM6bfcr66 .item .item-wrapper .item-content .text-wrap .item-text {
    width: 100%;
  }
}
.cid-vkM6bfcr66 .item .item-wrapper .item-content .list-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vkM6bfcr66 .item .item-wrapper .item-content .list-wrapper {
    margin-top: 20px;
  }
}
.cid-vkM6bfcr66 .item .item-wrapper .item-content .list-wrapper .list {
  display: inline-flex;
  width: 80%;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-vkM6bfcr66 .item .item-wrapper .item-content .list-wrapper .list {
    width: 100%;
  }
}
.cid-vkM6bfcr66 .item .item-wrapper .item-content .list-wrapper .list .item-wrap {
  border: 1px solid #ffffff;
  padding: 8px 12px;
  margin-bottom: 0;
}
.cid-vkM6bfcr66 .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vkM6bfcr66 .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vkM6bfcr66 .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vkM6bfcr66 .item .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vkM6bfcr66 .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-vkM6bfcr66 .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #9fe870 10%, #0175ff 25%, #ffa600 100%);
  filter: blur(80px);
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-vkM6bfcr66 .item .item-wrapper .item-img::before {
    width: 300px;
    height: 300px;
  }
}
.cid-vkM6bfcr66 .item .item-wrapper .item-img img {
  position: relative;
  z-index: 1;
  height: 250px;
  width: 250px;
  min-width: 250px;
  object-fit: cover;
  border-radius: 100% !important;
  box-shadow: 10px 0 40px -5px #0c2c68;
}
.cid-vkM6bfcr66 .mbr-label {
  color: #9ba9c4;
}
.cid-vkM6bfcr66 .mbr-section-title {
  color: #ffffff;
}
.cid-vkM6bfcr66 .mbr-text,
.cid-vkM6bfcr66 .text-wrapper {
  color: #9ba9c4;
  text-align: right;
}
.cid-vkM6bfcr66 .item-title {
  color: #ffffff;
}
.cid-vkM6bfcr66 .item-text {
  color: #9ba9c4;
}
.cid-vkM6bfcr66 .list {
  color: #d1d4e3;
}
.cid-vkM6bfcr66 .list,
.cid-vkM6bfcr66 .item-wrap,
.cid-vkM6bfcr66 .list-wrapper {
  text-align: center;
}
.cid-vkM6bfcr66 .item-text,
.cid-vkM6bfcr66 .text-wrap {
  color: #ffffff;
  text-align: justify;
}
.cid-vkM6bfcr66 .item-title,
.cid-vkM6bfcr66 .mbr-section-btn {
  color: #000000;
}
.cid-vkM6bfPvq7 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vkM6bfPvq7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkM6bfPvq7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkM6bfPvq7 .mbr-section-title {
  color: #0c2c68;
}
.cid-vkM6bggr9m {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-vkM6bggr9m .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkM6bggr9m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkM6bggr9m .decor-wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 32px 0;
}
.cid-vkM6bggr9m .decor-wrapper .decor {
  height: 100%;
  width: 400px;
  border: 1px solid #2e481a;
}
.cid-vkM6bggr9m .decor-wrapper .decor_1 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-vkM6bggr9m .decor-wrapper .decor_2 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-vkM6bggr9m .decoration_1 {
  left: -100px;
}
@media (max-width: 1640px) {
  .cid-vkM6bggr9m .decoration_1 {
    left: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-vkM6bggr9m .decoration_1 {
    left: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-vkM6bggr9m .decoration_1 {
    left: -300px;
  }
}
@media (max-width: 992px) {
  .cid-vkM6bggr9m .decoration_1 {
    left: -380px;
  }
}
.cid-vkM6bggr9m .decoration_2 {
  right: -100px;
}
@media (max-width: 1640px) {
  .cid-vkM6bggr9m .decoration_2 {
    right: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-vkM6bggr9m .decoration_2 {
    right: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-vkM6bggr9m .decoration_2 {
    right: -300px;
  }
}
@media (max-width: 992px) {
  .cid-vkM6bggr9m .decoration_2 {
    right: -380px;
  }
}
.cid-vkM6bggr9m .content-wrapper {
  padding: 12px;
  border: 1px solid #2e481a;
  background-color: #2e481a;
  box-shadow: 0 .25rem .375rem #00000014;
  margin: 120px 0;
}
@media (max-width: 992px) {
  .cid-vkM6bggr9m .content-wrapper {
    padding: 6px;
  }
}
@media (max-width: 992px) {
  .cid-vkM6bggr9m .content-wrapper {
    margin: 0 16px;
  }
}
.cid-vkM6bggr9m .content-wrapper .content-wrap {
  padding: 32px;
  background-color: #ffffff;
  border: 1px solid #2e481a;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vkM6bggr9m .content-wrapper .content-wrap {
    display: block;
    padding: 16px;
  }
}
.cid-vkM6bggr9m .content-wrapper .content-wrap .logo-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  min-width: 120px;
  background-color: #2e481a;
  border: 1px solid #2e481a;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-vkM6bggr9m .content-wrapper .content-wrap .logo-wrapper {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
@media (max-width: 425px) {
  .cid-vkM6bggr9m .content-wrapper .content-wrap .logo-wrapper {
    min-width: auto;
    width: 100%;
  }
}
.cid-vkM6bggr9m .content-wrapper .content-wrap .logo-wrapper img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}
.cid-vkM6bggr9m .content-wrapper .content-wrap .mbr-section-title {
  margin-right: 32px;
  margin-bottom: 0;
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-vkM6bggr9m .content-wrapper .content-wrap .mbr-section-title {
    margin-right: 0;
    min-width: auto;
    margin-bottom: 16px;
  }
}
.cid-vkM6bggr9m .content-wrapper .content-wrap .line-wrap {
  width: 1px;
  min-width: 1px;
  height: 84px;
  background-image: linear-gradient(180deg, #ffffff, #2e481a 50%, #ffffff);
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-vkM6bggr9m .content-wrapper .content-wrap .line-wrap {
    display: none;
  }
}
.cid-vkM6bggr9m .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-vkM6bggr9m .mbr-section-title {
  color: #0c2c68;
}
.cid-vkM6bggr9m .mbr-text {
  color: #54547e;
}
.cid-vkM6bgIWuv {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkM6bgIWuv .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-vkM6bgIWuv .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vkM6bgIWuv {
    align-items: center;
  }
  .cid-vkM6bgIWuv .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vkM6bgIWuv .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vkM6bgIWuv {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vkM6bgIWuv .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vkM6bgIWuv .content-wrap {
    width: 100%;
  }
}
.cid-vkM6bgIWuv .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vkM6bgIWuv .mbr-text,
.cid-vkM6bgIWuv .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vkM6bgIWuv .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-vkM6bh8Jkd {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #1b2e5c;
  overflow: hidden;
}
.cid-vkM6bh8Jkd .media-container-row .mbr-text {
  color: #186ce0;
}
.cid-vkM7nu359z {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0c2c68;
}
.cid-vkM7nu359z .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-vkM7nu359z .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vkM7nu359z {
    align-items: center;
  }
  .cid-vkM7nu359z .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vkM7nu359z .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vkM7nu359z {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vkM7nu359z .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vkM7nu359z .content-wrap {
    width: 100%;
  }
}
.cid-vkM7nu359z .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vkM7nu359z .mbr-text,
.cid-vkM7nu359z .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vkM7nu359z .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-vkM7nuFoVE {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #0c2c68;
}
.cid-vkM7nuFoVE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkM7nuFoVE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkM7nuFoVE .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vkM7nuFoVE .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-vkM7nuFoVE .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 24px;
}
.cid-vkM7nuFoVE .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vkM7nuFoVE .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-vkM7nuFoVE .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vkM7nuFoVE .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkM7nuFoVE .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vkM7nuFoVE .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vkM7nuFoVE .content-wrap .card {
  justify-content: center;
}
.cid-vkM7nuFoVE .item {
  margin-bottom: 48px;
}
.cid-vkM7nuFoVE .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkM7nuFoVE .item {
    margin-bottom: 20px;
  }
  .cid-vkM7nuFoVE .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vkM7nuFoVE .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  position: relative;
  padding: 40px;
  background-color: #0c2c68;
  border: 1px solid #ffffff;
  animation: none !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vkM7nuFoVE .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-vkM7nuFoVE .item .item-wrapper .item-content {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vkM7nuFoVE .item .item-wrapper .item-content {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vkM7nuFoVE .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-vkM7nuFoVE .item .item-wrapper .item-content .text-wrap .item-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkM7nuFoVE .item .item-wrapper .item-content .text-wrap .item-text {
    width: 100%;
  }
}
.cid-vkM7nuFoVE .item .item-wrapper .item-content .list-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vkM7nuFoVE .item .item-wrapper .item-content .list-wrapper {
    margin-top: 20px;
  }
}
.cid-vkM7nuFoVE .item .item-wrapper .item-content .list-wrapper .list {
  display: inline-flex;
  width: 80%;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-vkM7nuFoVE .item .item-wrapper .item-content .list-wrapper .list {
    width: 100%;
  }
}
.cid-vkM7nuFoVE .item .item-wrapper .item-content .list-wrapper .list .item-wrap {
  border: 1px solid #ffffff;
  padding: 8px 12px;
  margin-bottom: 0;
}
.cid-vkM7nuFoVE .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vkM7nuFoVE .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vkM7nuFoVE .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vkM7nuFoVE .item .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vkM7nuFoVE .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-vkM7nuFoVE .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #9fe870 10%, #0175ff 25%, #ffa600 100%);
  filter: blur(80px);
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-vkM7nuFoVE .item .item-wrapper .item-img::before {
    width: 300px;
    height: 300px;
  }
}
.cid-vkM7nuFoVE .item .item-wrapper .item-img img {
  position: relative;
  z-index: 1;
  height: 250px;
  width: 250px;
  min-width: 250px;
  object-fit: cover;
  border-radius: 100% !important;
  box-shadow: 10px 0 40px -5px #0c2c68;
}
.cid-vkM7nuFoVE .mbr-label {
  color: #9ba9c4;
}
.cid-vkM7nuFoVE .mbr-section-title {
  color: #ffffff;
}
.cid-vkM7nuFoVE .mbr-text,
.cid-vkM7nuFoVE .text-wrapper {
  color: #9ba9c4;
  text-align: right;
}
.cid-vkM7nuFoVE .item-title {
  color: #ffffff;
}
.cid-vkM7nuFoVE .item-text {
  color: #9ba9c4;
}
.cid-vkM7nuFoVE .list {
  color: #d1d4e3;
}
.cid-vkM7nuFoVE .list,
.cid-vkM7nuFoVE .item-wrap,
.cid-vkM7nuFoVE .list-wrapper {
  text-align: center;
}
.cid-vkM7nuFoVE .item-text,
.cid-vkM7nuFoVE .text-wrap {
  color: #ffffff;
  text-align: justify;
}
.cid-vkM7nuFoVE .item-title,
.cid-vkM7nuFoVE .mbr-section-btn {
  color: #000000;
}
.cid-vkM7nvjanw {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vkM7nvjanw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkM7nvjanw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkM7nvjanw .mbr-section-title {
  color: #0c2c68;
}
.cid-vkM7nvHvBL {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-vkM7nvHvBL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkM7nvHvBL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkM7nvHvBL .decor-wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 32px 0;
}
.cid-vkM7nvHvBL .decor-wrapper .decor {
  height: 100%;
  width: 400px;
  border: 1px solid #9fe870;
}
.cid-vkM7nvHvBL .decor-wrapper .decor_1 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-vkM7nvHvBL .decor-wrapper .decor_2 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-vkM7nvHvBL .decoration_1 {
  left: -100px;
}
@media (max-width: 1640px) {
  .cid-vkM7nvHvBL .decoration_1 {
    left: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-vkM7nvHvBL .decoration_1 {
    left: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-vkM7nvHvBL .decoration_1 {
    left: -300px;
  }
}
@media (max-width: 992px) {
  .cid-vkM7nvHvBL .decoration_1 {
    left: -380px;
  }
}
.cid-vkM7nvHvBL .decoration_2 {
  right: -100px;
}
@media (max-width: 1640px) {
  .cid-vkM7nvHvBL .decoration_2 {
    right: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-vkM7nvHvBL .decoration_2 {
    right: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-vkM7nvHvBL .decoration_2 {
    right: -300px;
  }
}
@media (max-width: 992px) {
  .cid-vkM7nvHvBL .decoration_2 {
    right: -380px;
  }
}
.cid-vkM7nvHvBL .content-wrapper {
  padding: 12px;
  border: 1px solid #9fe870;
  background-color: #9fe870;
  box-shadow: 0 .25rem .375rem #00000014;
  margin: 120px 0;
}
@media (max-width: 992px) {
  .cid-vkM7nvHvBL .content-wrapper {
    padding: 6px;
  }
}
@media (max-width: 992px) {
  .cid-vkM7nvHvBL .content-wrapper {
    margin: 0 16px;
  }
}
.cid-vkM7nvHvBL .content-wrapper .content-wrap {
  padding: 32px;
  background-color: #ffffff;
  border: 1px solid #9fe870;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vkM7nvHvBL .content-wrapper .content-wrap {
    display: block;
    padding: 16px;
  }
}
.cid-vkM7nvHvBL .content-wrapper .content-wrap .logo-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  min-width: 120px;
  background-color: #9fe870;
  border: 1px solid #9fe870;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-vkM7nvHvBL .content-wrapper .content-wrap .logo-wrapper {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
@media (max-width: 425px) {
  .cid-vkM7nvHvBL .content-wrapper .content-wrap .logo-wrapper {
    min-width: auto;
    width: 100%;
  }
}
.cid-vkM7nvHvBL .content-wrapper .content-wrap .logo-wrapper img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}
.cid-vkM7nvHvBL .content-wrapper .content-wrap .mbr-section-title {
  margin-right: 32px;
  margin-bottom: 0;
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-vkM7nvHvBL .content-wrapper .content-wrap .mbr-section-title {
    margin-right: 0;
    min-width: auto;
    margin-bottom: 16px;
  }
}
.cid-vkM7nvHvBL .content-wrapper .content-wrap .line-wrap {
  width: 1px;
  min-width: 1px;
  height: 84px;
  background-image: linear-gradient(180deg, #ffffff, #9fe870 50%, #ffffff);
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-vkM7nvHvBL .content-wrapper .content-wrap .line-wrap {
    display: none;
  }
}
.cid-vkM7nvHvBL .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-vkM7nvHvBL .mbr-section-title {
  color: #0c2c68;
}
.cid-vkM7nvHvBL .mbr-text {
  color: #54547e;
}
.cid-vkM7nw7Vz7 {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkM7nw7Vz7 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-vkM7nw7Vz7 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vkM7nw7Vz7 {
    align-items: center;
  }
  .cid-vkM7nw7Vz7 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vkM7nw7Vz7 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vkM7nw7Vz7 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vkM7nw7Vz7 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vkM7nw7Vz7 .content-wrap {
    width: 100%;
  }
}
.cid-vkM7nw7Vz7 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vkM7nw7Vz7 .mbr-text,
.cid-vkM7nw7Vz7 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vkM7nw7Vz7 .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-vkM7nwBVHO {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #1b2e5c;
  overflow: hidden;
}
.cid-vkM7nwBVHO .media-container-row .mbr-text {
  color: #186ce0;
}
.cid-vkM7Wo0MrD {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #0c2c68;
}
.cid-vkM7Wo0MrD .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-vkM7Wo0MrD .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vkM7Wo0MrD {
    align-items: center;
  }
  .cid-vkM7Wo0MrD .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vkM7Wo0MrD .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vkM7Wo0MrD {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vkM7Wo0MrD .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vkM7Wo0MrD .content-wrap {
    width: 100%;
  }
}
.cid-vkM7Wo0MrD .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vkM7Wo0MrD .mbr-text,
.cid-vkM7Wo0MrD .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vkM7Wo0MrD .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-vkM7Wq1CKe {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #0c2c68;
}
.cid-vkM7Wq1CKe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkM7Wq1CKe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkM7Wq1CKe .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vkM7Wq1CKe .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-vkM7Wq1CKe .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 24px;
}
.cid-vkM7Wq1CKe .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vkM7Wq1CKe .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-vkM7Wq1CKe .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vkM7Wq1CKe .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkM7Wq1CKe .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vkM7Wq1CKe .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vkM7Wq1CKe .content-wrap .card {
  justify-content: center;
}
.cid-vkM7Wq1CKe .item {
  margin-bottom: 48px;
}
.cid-vkM7Wq1CKe .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkM7Wq1CKe .item {
    margin-bottom: 20px;
  }
  .cid-vkM7Wq1CKe .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vkM7Wq1CKe .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  position: relative;
  padding: 40px;
  background-color: #0c2c68;
  border: 1px solid #ffffff;
  animation: none !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vkM7Wq1CKe .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-vkM7Wq1CKe .item .item-wrapper .item-content {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vkM7Wq1CKe .item .item-wrapper .item-content {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vkM7Wq1CKe .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-vkM7Wq1CKe .item .item-wrapper .item-content .text-wrap .item-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vkM7Wq1CKe .item .item-wrapper .item-content .text-wrap .item-text {
    width: 100%;
  }
}
.cid-vkM7Wq1CKe .item .item-wrapper .item-content .list-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vkM7Wq1CKe .item .item-wrapper .item-content .list-wrapper {
    margin-top: 20px;
  }
}
.cid-vkM7Wq1CKe .item .item-wrapper .item-content .list-wrapper .list {
  display: inline-flex;
  width: 80%;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-vkM7Wq1CKe .item .item-wrapper .item-content .list-wrapper .list {
    width: 100%;
  }
}
.cid-vkM7Wq1CKe .item .item-wrapper .item-content .list-wrapper .list .item-wrap {
  border: 1px solid #ffffff;
  padding: 8px 12px;
  margin-bottom: 0;
}
.cid-vkM7Wq1CKe .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vkM7Wq1CKe .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vkM7Wq1CKe .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vkM7Wq1CKe .item .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vkM7Wq1CKe .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-vkM7Wq1CKe .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #9fe870 10%, #0175ff 25%, #ffa600 100%);
  filter: blur(80px);
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-vkM7Wq1CKe .item .item-wrapper .item-img::before {
    width: 300px;
    height: 300px;
  }
}
.cid-vkM7Wq1CKe .item .item-wrapper .item-img img {
  position: relative;
  z-index: 1;
  height: 250px;
  width: 250px;
  min-width: 250px;
  object-fit: cover;
  border-radius: 100% !important;
  box-shadow: 10px 0 40px -5px #0c2c68;
}
.cid-vkM7Wq1CKe .mbr-label {
  color: #9ba9c4;
}
.cid-vkM7Wq1CKe .mbr-section-title {
  color: #ffffff;
}
.cid-vkM7Wq1CKe .mbr-text,
.cid-vkM7Wq1CKe .text-wrapper {
  color: #9ba9c4;
  text-align: right;
}
.cid-vkM7Wq1CKe .item-title {
  color: #ffffff;
}
.cid-vkM7Wq1CKe .item-text {
  color: #9ba9c4;
}
.cid-vkM7Wq1CKe .list {
  color: #d1d4e3;
}
.cid-vkM7Wq1CKe .list,
.cid-vkM7Wq1CKe .item-wrap,
.cid-vkM7Wq1CKe .list-wrapper {
  text-align: center;
}
.cid-vkM7Wq1CKe .item-text,
.cid-vkM7Wq1CKe .text-wrap {
  color: #ffffff;
  text-align: justify;
}
.cid-vkM7Wq1CKe .item-title,
.cid-vkM7Wq1CKe .mbr-section-btn {
  color: #000000;
}
.cid-vkM7WqEq9e {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vkM7WqEq9e .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkM7WqEq9e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkM7WqEq9e .mbr-section-title {
  color: #0c2c68;
}
.cid-vkM7Wr8AHN {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-vkM7Wr8AHN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vkM7Wr8AHN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vkM7Wr8AHN .decor-wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 32px 0;
}
.cid-vkM7Wr8AHN .decor-wrapper .decor {
  height: 100%;
  width: 400px;
  border: 1px solid #ffeb69;
}
.cid-vkM7Wr8AHN .decor-wrapper .decor_1 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-vkM7Wr8AHN .decor-wrapper .decor_2 {
  box-shadow: inset 0 0 0 2px #ffffff;
}
.cid-vkM7Wr8AHN .decoration_1 {
  left: -100px;
}
@media (max-width: 1640px) {
  .cid-vkM7Wr8AHN .decoration_1 {
    left: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-vkM7Wr8AHN .decoration_1 {
    left: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-vkM7Wr8AHN .decoration_1 {
    left: -300px;
  }
}
@media (max-width: 992px) {
  .cid-vkM7Wr8AHN .decoration_1 {
    left: -380px;
  }
}
.cid-vkM7Wr8AHN .decoration_2 {
  right: -100px;
}
@media (max-width: 1640px) {
  .cid-vkM7Wr8AHN .decoration_2 {
    right: -230px;
  }
}
@media (max-width: 1440px) {
  .cid-vkM7Wr8AHN .decoration_2 {
    right: -250px;
  }
}
@media (max-width: 1200px) {
  .cid-vkM7Wr8AHN .decoration_2 {
    right: -300px;
  }
}
@media (max-width: 992px) {
  .cid-vkM7Wr8AHN .decoration_2 {
    right: -380px;
  }
}
.cid-vkM7Wr8AHN .content-wrapper {
  padding: 12px;
  border: 1px solid #ffeb69;
  background-color: #ffeb69;
  box-shadow: 0 .25rem .375rem #00000014;
  margin: 120px 0;
}
@media (max-width: 992px) {
  .cid-vkM7Wr8AHN .content-wrapper {
    padding: 6px;
  }
}
@media (max-width: 992px) {
  .cid-vkM7Wr8AHN .content-wrapper {
    margin: 0 16px;
  }
}
.cid-vkM7Wr8AHN .content-wrapper .content-wrap {
  padding: 32px;
  background-color: #ffffff;
  border: 1px solid #ffeb69;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vkM7Wr8AHN .content-wrapper .content-wrap {
    display: block;
    padding: 16px;
  }
}
.cid-vkM7Wr8AHN .content-wrapper .content-wrap .logo-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  min-width: 120px;
  background-color: #ffeb69;
  border: 1px solid #ffeb69;
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-vkM7Wr8AHN .content-wrapper .content-wrap .logo-wrapper {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
@media (max-width: 425px) {
  .cid-vkM7Wr8AHN .content-wrapper .content-wrap .logo-wrapper {
    min-width: auto;
    width: 100%;
  }
}
.cid-vkM7Wr8AHN .content-wrapper .content-wrap .logo-wrapper img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}
.cid-vkM7Wr8AHN .content-wrapper .content-wrap .mbr-section-title {
  margin-right: 32px;
  margin-bottom: 0;
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-vkM7Wr8AHN .content-wrapper .content-wrap .mbr-section-title {
    margin-right: 0;
    min-width: auto;
    margin-bottom: 16px;
  }
}
.cid-vkM7Wr8AHN .content-wrapper .content-wrap .line-wrap {
  width: 1px;
  min-width: 1px;
  height: 84px;
  background-image: linear-gradient(180deg, #ffffff, #ffeb69 50%, #ffffff);
  margin-right: 32px;
}
@media (max-width: 992px) {
  .cid-vkM7Wr8AHN .content-wrapper .content-wrap .line-wrap {
    display: none;
  }
}
.cid-vkM7Wr8AHN .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-vkM7Wr8AHN .mbr-section-title {
  color: #0c2c68;
}
.cid-vkM7Wr8AHN .mbr-text {
  color: #54547e;
}
.cid-vkM7WrBGPM {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vkM7WrBGPM .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-vkM7WrBGPM .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-vkM7WrBGPM {
    align-items: center;
  }
  .cid-vkM7WrBGPM .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vkM7WrBGPM .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vkM7WrBGPM {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-vkM7WrBGPM .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vkM7WrBGPM .content-wrap {
    width: 100%;
  }
}
.cid-vkM7WrBGPM .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-vkM7WrBGPM .mbr-text,
.cid-vkM7WrBGPM .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vkM7WrBGPM .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-vkM7Ws35TT {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #1b2e5c;
  overflow: hidden;
}
.cid-vkM7Ws35TT .media-container-row .mbr-text {
  color: #186ce0;
}
