.btn {
  border: none !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Zalando Sans SemiExpanded;
}
.display-1 {
  font-family: 'Lato', sans-serif;
  font-size: 3.5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-2 {
  font-family: 'Lato', sans-serif;
  font-size: 2.3rem;
  line-height: 1.05;
}
.display-2 > .mbr-iconfont {
  font-size: 2.875rem;
}
.display-4 {
  font-family: 'Lato', sans-serif;
  font-size: 1.05rem;
  line-height: 1.45;
}
.display-4 > .mbr-iconfont {
  font-size: 1.3125rem;
}
.display-5 {
  font-family: 'Lato', sans-serif;
  font-size: 1.5rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Lato', sans-serif;
  font-size: 1.2rem;
  line-height: 1.35;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.45rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.84rem;
    font-size: calc( 1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.05 * (1.455rem + (2.3 - 1.455) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.84rem;
    font-size: calc( 1.0175rem + (1.05 - 1.0175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.45 * (1.0175rem + (1.05 - 1.0175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.35 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.45rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1 * (1.875rem + (3.5 - 1.875) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 1.84rem;
    font-size: calc( 1.455rem + (2.3 - 1.455) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.05 * (1.455rem + (2.3 - 1.455) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.84rem;
    font-size: calc( 1.0175rem + (1.05 - 1.0175) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.45 * (1.0175rem + (1.05 - 1.0175) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.35 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #3a6ef6 !important;
}
.bg-success {
  background-color: #103564 !important;
}
.bg-info {
  background-color: #426aaa !important;
}
.bg-warning {
  background-color: #88c7d9 !important;
}
.bg-danger {
  background-color: #555555 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #3a6ef6 !important;
  border-color: #3a6ef6 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #6b92f8 !important;
  border-color: #6b92f8 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #6b92f8 !important;
  border-color: #6b92f8 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #3a6ef6 !important;
  border-color: #3a6ef6 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #6b92f8 !important;
  border-color: #6b92f8 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #6b92f8 !important;
  border-color: #6b92f8 !important;
}
.btn-info,
.btn-info:active {
  background-color: #426aaa !important;
  border-color: #426aaa !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5e84c1 !important;
  border-color: #5e84c1 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5e84c1 !important;
  border-color: #5e84c1 !important;
}
.btn-success,
.btn-success:active {
  background-color: #103564 !important;
  border-color: #103564 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #174c90 !important;
  border-color: #174c90 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #174c90 !important;
  border-color: #174c90 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #88c7d9 !important;
  border-color: #88c7d9 !important;
  color: #0b1e24 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #afd9e5 !important;
  border-color: #afd9e5 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #0b1e24 !important;
  background-color: #afd9e5 !important;
  border-color: #afd9e5 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #555555 !important;
  border-color: #555555 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #6f6f6f !important;
  border-color: #6f6f6f !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #6f6f6f !important;
  border-color: #6f6f6f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #616161 !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: #616161 !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: transparent;
  color: #3a6ef6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0940d0 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #3a6ef6 !important;
  border-color: #3a6ef6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #3a6ef6;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #0940d0 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #3a6ef6 !important;
  border-color: #3a6ef6 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #426aaa;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #2a436c !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #426aaa !important;
  border-color: #426aaa !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #103564;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #040d19 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #103564 !important;
  border-color: #103564 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #88c7d9;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #46a8c4 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #88c7d9 !important;
  border-color: #88c7d9 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #555555;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #2a2a2a !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #555555 !important;
  border-color: #555555 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #3a6ef6 !important;
}
.text-secondary {
  color: #3a6ef6 !important;
}
.text-success {
  color: #103564 !important;
}
.text-info {
  color: #426aaa !important;
}
.text-warning {
  color: #88c7d9 !important;
}
.text-danger {
  color: #555555 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #093cc1 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #093cc1 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #02060c !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #253c61 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #3da1be !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #222222 !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: #3a6ef6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #426aaa;
}
.alert-warning {
  background-color: #88c7d9;
}
.alert-danger {
  background-color: #555555;
}
.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: #3a6ef6;
  border-color: #3a6ef6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #3a6ef6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fdfeff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #226fd2;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #95aed6;
}
.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: #c8c8c8;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Lato', sans-serif;
  font-size: 1.05rem;
  line-height: 1.45;
  font-weight: 400;
  border-radius: 14px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.3125rem;
}
.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: #3a6ef6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Lato', sans-serif;
  font-size: 1.05rem;
  line-height: 1.45;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.3125rem;
}
blockquote {
  border-color: #3a6ef6;
}
/* 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: #3a6ef6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #3a6ef6;
}
.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: #3a6ef6;
  border-bottom-color: #3a6ef6;
}
.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: #3a6ef6 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #3a6ef6 !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='%233a6ef6' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn {
  font-weight: 500;
  padding: 8px 32px;
  border-radius: 15px !important;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn {
    border-radius: 18px !important;
  }
}
.btn-primary {
  background-image: linear-gradient(90deg, #3a6ef6, #933af6, #c23af6, #f6833a) !important;
  background-size: 200% 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  background-position: 100% 0;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.label-wrap,
.item-wrapper::before,
.nav.nav-tabs,
.tabs-wrap {
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  img,
  .card-wrap,
  .card-wrapper,
  .video-wrapper,
  .mbr-figure iframe,
  .slide-content,
  .plan,
  .card,
  .item-wrapper,
  .label-wrap,
  .item-wrapper::before,
  .nav.nav-tabs,
  .tabs-wrap {
    border-radius: 30px !important;
  }
}
.little-radius,
.google-map iframe {
  border-radius: 18px !important;
}
.middle-radius,
.middle-radius.nav-link {
  border-radius: 26px !important;
}
@media (max-width: 992px) {
  .nav.nav-tabs,
  .tabs-wrap {
    border-radius: 18px !important;
  }
}
.icons-menu .iconfont-wrapper {
  border-radius: 14px !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-v53T6K8KXP {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v53T6K8KXP .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v53T6K8KXP .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v53T6K8KXP .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v53T6K8KXP .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-v53T6K8KXP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v53T6K8KXP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v53T6K8KXP .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v53T6K8KXP .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-v53T6K8KXP .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-v53T6K8KXP .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 12px 0 !important;
  margin: 0 24px !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v53T6K8KXP .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 10px !important;
    margin: 0 !important;
  }
}
.cid-v53T6K8KXP .navbar-nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  height: 3px !important;
  width: 0;
  transition: all 0.5s ease-in-out;
  background-image: linear-gradient(90deg, #426aaa, #3283fb, #88c7d9);
}
.cid-v53T6K8KXP .navbar-nav .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-v53T6K8KXP .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v53T6K8KXP .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v53T6K8KXP .navbar-nav .dropdown-item {
  padding: 17px 24px !important;
  border-radius: 1rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #ffffff;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v53T6K8KXP .navbar-nav .dropdown-item {
    margin: 0 8px 0 0 !important;
  }
}
.cid-v53T6K8KXP .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v53T6K8KXP .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-v53T6K8KXP .navbar-caption {
  padding-left: 1rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v53T6K8KXP .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-v53T6K8KXP .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v53T6K8KXP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-v53T6K8KXP .container,
.cid-v53T6K8KXP .container-fluid {
  display: flex;
  min-height: 77px;
  padding: 0 8px 0 24px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 14px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v53T6K8KXP .container,
  .cid-v53T6K8KXP .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-v53T6K8KXP .container,
  .cid-v53T6K8KXP .container-fluid {
    width: 95%;
    min-height: 60px;
    padding-right: 1rem;
    margin-top: 0.5rem;
  }
}
.cid-v53T6K8KXP .container-fluid {
  margin-left: 40px;
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-v53T6K8KXP .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-v53T6K8KXP .iconfont-wrapper {
  width: 62px;
  height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.5rem;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  box-shadow: 0 1px 6px #eeeeee;
}
.cid-v53T6K8KXP .iconfont-wrapper:first-child {
  margin-left: 0;
}
.cid-v53T6K8KXP .iconfont-wrapper .mbr-iconfont {
  font-size: 22px;
  color: #103564 !important;
  transition: all .3s ease;
}
.cid-v53T6K8KXP .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .6;
}
.cid-v53T6K8KXP .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-v53T6K8KXP .nav-item:focus,
.cid-v53T6K8KXP .nav-link:focus {
  outline: none;
}
.cid-v53T6K8KXP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v53T6K8KXP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v53T6K8KXP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v53T6K8KXP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v53T6K8KXP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v53T6K8KXP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v53T6K8KXP .navbar {
  min-height: 77px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v53T6K8KXP .navbar.opened {
  transition: all 0.3s;
}
.cid-v53T6K8KXP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v53T6K8KXP .navbar .navbar-logo img {
  width: auto;
}
.cid-v53T6K8KXP .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v53T6K8KXP .navbar.collapsed {
  justify-content: center;
}
.cid-v53T6K8KXP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v53T6K8KXP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v53T6K8KXP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-v53T6K8KXP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v53T6K8KXP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v53T6K8KXP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v53T6K8KXP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v53T6K8KXP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v53T6K8KXP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v53T6K8KXP .navbar {
    min-height: 72px;
  }
  .cid-v53T6K8KXP .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v53T6K8KXP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v53T6K8KXP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v53T6K8KXP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v53T6K8KXP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v53T6K8KXP .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v53T6K8KXP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v53T6K8KXP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v53T6K8KXP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v53T6K8KXP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v53T6K8KXP .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v53T6K8KXP .dropdown-item.active,
.cid-v53T6K8KXP .dropdown-item:active {
  background-color: transparent;
}
.cid-v53T6K8KXP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v53T6K8KXP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v53T6K8KXP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v53T6K8KXP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 3.5rem;
}
@media (max-width: 992px) {
  .cid-v53T6K8KXP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v53T6K8KXP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-v53T6K8KXP .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v53T6K8KXP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v53T6K8KXP .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v53T6K8KXP .navbar-buttons {
    text-align: left;
  }
}
.cid-v53T6K8KXP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v53T6K8KXP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #103564;
}
.cid-v53T6K8KXP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v53T6K8KXP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v53T6K8KXP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v53T6K8KXP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v53T6K8KXP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v53T6K8KXP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v53T6K8KXP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v53T6K8KXP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v53T6K8KXP .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v53T6K8KXP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v53T6K8KXP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v53T6K8KXP .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v53T6K8KXP .navbar {
    height: 77px;
  }
  .cid-v53T6K8KXP .navbar.opened {
    height: auto;
  }
  .cid-v53T6K8KXP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v53T6K8KXP .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v53T6K8KXP .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-v53T6K8KXP .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-v53T6K8KXP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v53T6K8KXP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v53T6K8KXP .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v53T6K8KXP .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v53T6K8KXP .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-v53T6K8KXP .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-v53T6K8KXP .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v53T6K8KXP .navbar-brand {
    margin-right: auto;
  }
  .cid-v53T6K8KXP .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-v53T6K8KXP .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v53T6K8KXP .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-v53T6K8KXP .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 10px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v53T6K8KXP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v53T6K8KXP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v53T6K8KXP .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v53T6K8KXP .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-v53T6K8KXP .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v53T6K8KXP .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v6sZ12c9OR {
  background-image: url("../../../assets/images/kv-sql-lady-laptopmonitor-1980x1000.webp");
}
.cid-v6sZ12c9OR .cards {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .cid-v6sZ12c9OR .cards {
    flex-direction: column;
    align-items: center;
  }
}
.cid-v6sZ12c9OR .card-row {
  margin-top: 10rem;
}
@media (max-width: 767px) {
  .cid-v6sZ12c9OR .card-row .card-box {
    margin-bottom: 4rem;
  }
}
.cid-v6sZ12c9OR .card-title {
  padding: 0;
  margin: 0;
}
.cid-v6sZ12c9OR .iconcard-wrapper {
  display: flex;
  padding-right: 5rem;
}
@media (max-width: 991px) {
  .cid-v6sZ12c9OR .iconcard-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v6sZ12c9OR .iconcard-wrapper {
    padding-right: 0rem;
    width: fit-content;
  }
}
.cid-v6sZ12c9OR .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-v6sZ12c9OR .card-icon {
  font-size: 1.5rem;
  color: currentColor;
  padding-right: 0.8rem;
}
@media (max-width: 991px) {
  .cid-v6sZ12c9OR .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v6sZ12c9OR .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v6sZ12c9OR .card-title,
.cid-v6sZ12c9OR .card-icon {
  color: #103564;
}
.cid-v6sZ12c9OR .mbr-section-title {
  color: #103564;
}
.cid-v6sZ12c9OR .mbr-text,
.cid-v6sZ12c9OR .mbr-section-btn {
  color: #103564;
}
.cid-v6sZ12c9OR .card-text {
  color: #103564;
}
.cid-v6sZ12c9OR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6sZ12c9OR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6sZ12c9OR .card-title,
.cid-v6sZ12c9OR .iconfont-wrapper {
  color: #103564;
}
.cid-v53hOgPu1l {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #103564;
}
.cid-v53hOgPu1l .mbr-fallback-image.disabled {
  display: none;
}
.cid-v53hOgPu1l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v53hOgPu1l .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v53hOgPu1l .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v53hOgPu1l .title-wrapper {
    width: 100%;
  }
}
.cid-v53hOgPu1l .title-wrapper .label-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v53hOgPu1l .title-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-v53hOgPu1l .title-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #426aaa;
}
@media (max-width: 992px) {
  .cid-v53hOgPu1l .title-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v53hOgPu1l .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v53hOgPu1l .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v53hOgPu1l .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v53hOgPu1l .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v53hOgPu1l .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #88c7d9, #88c7d9 50%, #426aaa);
}
.cid-v53hOgPu1l .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v53hOgPu1l .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-v53hOgPu1l .title-wrapper .mbr-section-btn {
  margin-top: 42px;
}
@media (max-width: 992px) {
  .cid-v53hOgPu1l .title-wrapper .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-v53hOgPu1l .mbr-label,
.cid-v53hOgPu1l .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v53hOgPu1l .mbr-section-title {
  color: #ffffff;
}
.cid-v53hOgPu1l .mbr-section-subtitle,
.cid-v53hOgPu1l .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v53hOgPu1l .mbr-text {
  color: #ddeafc;
  text-align: center;
}
.cid-v53hOgPu1l .mbr-section-title,
.cid-v53hOgPu1l .mbr-section-btn {
  text-align: center;
}
.cid-v53NvhyFHT {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #103564;
}
.cid-v53NvhyFHT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v53NvhyFHT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v53NvhyFHT .content-wrap {
  justify-content: center;
}
.cid-v53NvhyFHT .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v53NvhyFHT .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v53NvhyFHT .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-v53NvhyFHT .box .mbr-media {
    height: 350px;
  }
}
.cid-v53NvhyFHT .box .mbr-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border: 2px solid #103564;
  background-color: #103564;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v53NvhyFHT .box .mbr-media img {
    border-radius: 2rem;
  }
}
.cid-v53NvhyFHT .box .mbr-media a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-v53NvhyFHT .box .mbr-media .mbr-iconfont {
  font-size: 40px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  z-index: 1;
}
.cid-v53NvhyFHT .mbr-media {
  position: relative;
}
.cid-v53NvhyFHT .mbr-media img {
  object-fit: cover;
}
.cid-v53NvhyFHT a:hover {
  background-image: none !important;
}
.cid-v53NvhyFHT .icon-wrapper {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  background: linear-gradient(170deg, #3a6ef6, #9cb6fa);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-v53NvhyFHT .icon-wrapper {
    height: 60px !important;
    width: 60px !important;
  }
}
.cid-v53NvhyFHT .icon-wrapper:hover,
.cid-v53NvhyFHT .icon-wrapper:focus {
  opacity: .85;
}
.cid-v53NvhyFHT .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-v53NvhyFHT .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-v53NvhyFHT .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-v53NvhyFHT .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-v53NvhyFHT .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v53NvhyFHT .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v53NvhyFHT .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vfBhwzDNGE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #103564;
}
.cid-vfBhwzDNGE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfBhwzDNGE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfBhwzDNGE .row {
  margin: 0 -20px;
}
.cid-vfBhwzDNGE .row .card {
  padding: 0 20px;
  justify-content: center;
}
.cid-vfBhwzDNGE .content-wrapper {
  margin-bottom: 40px;
}
.cid-vfBhwzDNGE .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vfBhwzDNGE .content-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
.cid-vfBhwzDNGE .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vfBhwzDNGE .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vfBhwzDNGE .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vfBhwzDNGE .mbr-label {
  color: #88c7d9;
}
.cid-vfBhwzDNGE .mbr-section-title {
  color: #ffffff;
}
.cid-vfBhwzDNGE .mbr-text {
  color: #ffffff;
}
.cid-vfwsM2cAYx {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #103564;
}
.cid-vfwsM2cAYx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfwsM2cAYx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfwsM2cAYx .content-wrap {
  justify-content: center;
}
.cid-vfwsM2cAYx .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vfwsM2cAYx .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vfwsM2cAYx .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-vfwsM2cAYx .box .mbr-media {
    height: 350px;
  }
}
.cid-vfwsM2cAYx .box .mbr-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border: 2px solid #103564;
  background-color: #103564;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vfwsM2cAYx .box .mbr-media img {
    border-radius: 2rem;
  }
}
.cid-vfwsM2cAYx .box .mbr-media a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-vfwsM2cAYx .box .mbr-media .mbr-iconfont {
  font-size: 40px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  z-index: 1;
}
.cid-vfwsM2cAYx .mbr-media {
  position: relative;
}
.cid-vfwsM2cAYx .mbr-media img {
  object-fit: cover;
}
.cid-vfwsM2cAYx a:hover {
  background-image: none !important;
}
.cid-vfwsM2cAYx .icon-wrapper {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  background: linear-gradient(170deg, #3a6ef6, #9cb6fa);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-vfwsM2cAYx .icon-wrapper {
    height: 60px !important;
    width: 60px !important;
  }
}
.cid-vfwsM2cAYx .icon-wrapper:hover,
.cid-vfwsM2cAYx .icon-wrapper:focus {
  opacity: .85;
}
.cid-vfwsM2cAYx .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-vfwsM2cAYx .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-vfwsM2cAYx .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-vfwsM2cAYx .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-vfwsM2cAYx .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vfwsM2cAYx .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vfwsM2cAYx .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uY0y5SZYF6 {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/bg-building-gradient-1900x1064.webp");
}
.cid-uY0y5SZYF6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY0y5SZYF6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY0y5SZYF6 .content-wrapper {
  position: relative;
  z-index: 1;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 992px) {
  .cid-uY0y5SZYF6 .content-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-uY0y5SZYF6 .content-wrapper .label-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uY0y5SZYF6 .content-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-uY0y5SZYF6 .content-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #426aaa;
}
@media (max-width: 992px) {
  .cid-uY0y5SZYF6 .content-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-uY0y5SZYF6 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-uY0y5SZYF6 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-uY0y5SZYF6 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uY0y5SZYF6 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uY0y5SZYF6 .items-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -7px;
}
.cid-uY0y5SZYF6 .items-wrapper .item {
  width: 33.33%;
  padding: 0 7px;
  margin-bottom: 14px;
  animation: none !important;
}
@media (max-width: 1440px) {
  .cid-uY0y5SZYF6 .items-wrapper .item {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uY0y5SZYF6 .items-wrapper .item {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uY0y5SZYF6 .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-uY0y5SZYF6 .items-wrapper .item:focus .item-wrapper .item-img img {
  opacity: 1;
}
.cid-uY0y5SZYF6 .items-wrapper .item .item-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden !important;
  background-image: radial-gradient(circle at 50% 100%, #426aaa, #103564 80%);
}
.cid-uY0y5SZYF6 .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
  transition: all .5s ease;
  opacity: .3;
}
@media (max-width: 992px) {
  .cid-uY0y5SZYF6 .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uY0y5SZYF6 .items-wrapper .item .item-wrapper .card-box {
  padding: 46px;
}
@media (max-width: 992px) {
  .cid-uY0y5SZYF6 .items-wrapper .item .item-wrapper .card-box {
    padding: 18px;
  }
}
.cid-uY0y5SZYF6 .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 22px;
}
.cid-uY0y5SZYF6 .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uY0y5SZYF6 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 22px;
  width: 100%;
}
.cid-uY0y5SZYF6 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uY0y5SZYF6 .mbr-label,
.cid-uY0y5SZYF6 .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uY0y5SZYF6 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uY0y5SZYF6 .item-title {
  color: #ffffff;
}
.cid-uY0y5SZYF6 .item-text {
  color: #ddeafc;
}
.cid-v53vRskdcR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f4f6fe;
}
.cid-v53vRskdcR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v53vRskdcR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v53vRskdcR .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-v53vRskdcR .container {
    padding: 10px 8px;
  }
}
.cid-v53vRskdcR .row {
  border-radius: 25px;
  background-color: #f4f6fe;
  padding: 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-v53vRskdcR .row {
    padding: 40px 10px;
  }
}
.cid-v53vRskdcR .row .card,
.cid-v53vRskdcR .row .item {
  padding: 0;
}
.cid-v53vRskdcR .row-main {
  padding-top: 100px;
  border-radius: 25px 25px 0 0;
}
@media (max-width: 768px) {
  .cid-v53vRskdcR .row-main {
    padding-top: 50px;
  }
}
.cid-v53vRskdcR .row-main .mbr-text {
  margin-bottom: 0;
  padding-right: 80px;
}
.cid-v53vRskdcR .row-main .mbr-text span {
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-v53vRskdcR .row-main .mbr-text {
    padding: 0;
  }
}
.cid-v53vRskdcR .row-main .mbr-section-title {
  margin: 0;
}
.cid-v53vRskdcR .row-main .mbr-section-title span {
  opacity: .5;
}
.cid-v53vRskdcR .row-content {
  justify-content: center;
  padding: 40px 32px 84px;
  border-radius: 0 0 25px 25px;
}
@media (max-width: 768px) {
  .cid-v53vRskdcR .row-content {
    padding: 40px 2px 34px;
  }
}
.cid-v53vRskdcR .row-content .item {
  padding: 0 8px;
  min-height: 410px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v53vRskdcR .row-content .item {
    min-height: 300px;
  }
}
.cid-v53vRskdcR .row-content .item:nth-child(2n) .item-wrapper .item-img::before {
  background-color: #426aaa;
}
.cid-v53vRskdcR .row-content .item:nth-child(5n) .item-wrapper .item-img::before {
  background-color: #3283fb;
}
.cid-v53vRskdcR .row-content .item .item-wrapper {
  border-radius: 0 !important;
  height: 100%;
}
.cid-v53vRskdcR .row-content .item .item-wrapper .item-img {
  position: relative;
  border-radius: 33px !important;
  overflow: hidden;
  height: 100%;
}
.cid-v53vRskdcR .row-content .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
.cid-v53vRskdcR .row-content .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #103564;
  opacity: .7;
  pointer-events: none;
  z-index: 1;
}
.cid-v53vRskdcR .row-content .item .item-wrapper .item-img .item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: relative;
  z-index: 1;
  padding: 56px 40px 40px;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-v53vRskdcR .row-content .item .item-wrapper .item-img .item-content {
    padding: 30px 15px;
  }
}
.cid-v53vRskdcR .row-content .item .item-wrapper .item-img .item-content .card-number {
  width: 100%;
  margin-bottom: 0;
  pointer-events: visible;
}
.cid-v53vRskdcR .row-content .item .item-wrapper .item-img .item-content .card-desc {
  opacity: .8;
  margin-bottom: 0;
  pointer-events: visible;
}
.cid-v53vRskdcR .mbr-section-title {
  color: #092b56;
}
.cid-v53vRskdcR .mbr-text {
  color: #092b56;
}
.cid-v53vRskdcR .card-number {
  color: #ffffff;
}
.cid-v53vRskdcR .card-desc {
  color: #ffffff;
}
.cid-v54ZFzgnLx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f6fe;
}
.cid-v54ZFzgnLx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v54ZFzgnLx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v54ZFzgnLx .title-wrapper {
  position: relative;
  z-index: 1;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 992px) {
  .cid-v54ZFzgnLx .title-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-v54ZFzgnLx .title-wrapper .label-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v54ZFzgnLx .title-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-v54ZFzgnLx .title-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #ddeafc;
}
@media (max-width: 992px) {
  .cid-v54ZFzgnLx .title-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v54ZFzgnLx .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v54ZFzgnLx .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v54ZFzgnLx .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v54ZFzgnLx .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v54ZFzgnLx .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #103564, #426aaa 50%, #88c7d9);
}
.cid-v54ZFzgnLx .items-wrapper {
  display: grid;
  grid-template-columns: .9fr 1fr .9fr;
  gap: 115px;
}
@media (max-width: 1440px) {
  .cid-v54ZFzgnLx .items-wrapper {
    gap: 56px;
  }
}
@media (max-width: 992px) {
  .cid-v54ZFzgnLx .items-wrapper {
    display: block;
  }
}
.cid-v54ZFzgnLx .items-wrapper .list-wrapper {
  position: relative;
  z-index: 2;
}
.cid-v54ZFzgnLx .items-wrapper .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v54ZFzgnLx .items-wrapper .list-wrapper .list .item-wrap {
  position: relative;
  padding: 18px 24px;
  margin-bottom: 14px;
  background-color: #ffffff;
  box-shadow: 0 3px 9.1px #e7eefd, 0 1px 29px #e7eefd;
  padding: 56px 24px 18px 24px;
}
@media (max-width: 992px) {
  .cid-v54ZFzgnLx .items-wrapper .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
    padding: 18px;
  }
}
@media (max-width: 992px) {
  .cid-v54ZFzgnLx .items-wrapper .list-wrapper .list .item-wrap {
    padding: 56px 18px 18px 18px;
  }
}
.cid-v54ZFzgnLx .items-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 18px;
  left: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #426aaa, #88c7d9);
  color: #ffffff;
  font-size: 15px;
}
.cid-v54ZFzgnLx .items-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v54ZFzgnLx .items-wrapper .image-wrapper {
  position: relative;
  z-index: 1;
  align-items: center;
}
.cid-v54ZFzgnLx .items-wrapper .image-wrapper .gradient-wrap {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #426aaa 50%, #88c7d9 40%, #3283fb 0);
  filter: blur(10rem);
  pointer-events: none;
}
@media (max-width: 1440px) {
  .cid-v54ZFzgnLx .items-wrapper .image-wrapper .gradient-wrap {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 425px) {
  .cid-v54ZFzgnLx .items-wrapper .image-wrapper .gradient-wrap {
    width: 260px;
    height: 260px;
  }
}
.cid-v54ZFzgnLx .items-wrapper .image-wrapper .image-wrap {
  position: relative;
  z-index: 2;
  width: 475px;
  height: 475px;
  border-radius: 100%;
  overflow: hidden;
  padding: 10px;
  background-image: linear-gradient(135deg, #426aaa, #88c7d9 40%, #3283fb);
}
@media (max-width: 992px) {
  .cid-v54ZFzgnLx .items-wrapper .image-wrapper .image-wrap {
    padding: 5px;
  }
}
@media (max-width: 1440px) {
  .cid-v54ZFzgnLx .items-wrapper .image-wrapper .image-wrap {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-v54ZFzgnLx .items-wrapper .image-wrapper .image-wrap {
    margin: 28px 0;
  }
}
@media (max-width: 425px) {
  .cid-v54ZFzgnLx .items-wrapper .image-wrapper .image-wrap {
    width: 260px;
    height: 260px;
  }
}
.cid-v54ZFzgnLx .items-wrapper .image-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-v54ZFzgnLx .items-wrapper .card {
  justify-content: center;
}
.cid-v54ZFzgnLx .mbr-label,
.cid-v54ZFzgnLx .label-wrapper {
  color: #103564;
  text-align: center;
}
.cid-v54ZFzgnLx .mbr-section-title {
  color: #1a0b54;
  text-align: center;
}
.cid-v54ZFzgnLx .mbr-section-subtitle,
.cid-v54ZFzgnLx .subtitle-wrapper {
  color: #103564;
  text-align: center;
}
.cid-v54ZFzgnLx .list {
  color: #1a0b54;
}
.cid-v6sKX0yYCt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f6fe;
}
.cid-v6sKX0yYCt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6sKX0yYCt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6sKX0yYCt .title-wrapper {
  position: relative;
  z-index: 1;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 992px) {
  .cid-v6sKX0yYCt .title-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-v6sKX0yYCt .title-wrapper .label-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v6sKX0yYCt .title-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-v6sKX0yYCt .title-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #ddeafc;
}
@media (max-width: 992px) {
  .cid-v6sKX0yYCt .title-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v6sKX0yYCt .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v6sKX0yYCt .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v6sKX0yYCt .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v6sKX0yYCt .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v6sKX0yYCt .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #103564, #426aaa 50%, #88c7d9);
}
.cid-v6sKX0yYCt .items-wrapper {
  display: grid;
  grid-template-columns: .9fr 1fr .9fr;
  gap: 115px;
}
@media (max-width: 1440px) {
  .cid-v6sKX0yYCt .items-wrapper {
    gap: 56px;
  }
}
@media (max-width: 992px) {
  .cid-v6sKX0yYCt .items-wrapper {
    display: block;
  }
}
.cid-v6sKX0yYCt .items-wrapper .list-wrapper {
  position: relative;
  z-index: 2;
}
.cid-v6sKX0yYCt .items-wrapper .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v6sKX0yYCt .items-wrapper .list-wrapper .list .item-wrap {
  position: relative;
  padding: 18px 24px;
  margin-bottom: 14px;
  background-color: #ffffff;
  box-shadow: 0 3px 9.1px #e7eefd, 0 1px 29px #e7eefd;
  padding: 56px 24px 18px 24px;
}
@media (max-width: 992px) {
  .cid-v6sKX0yYCt .items-wrapper .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
    padding: 18px;
  }
}
@media (max-width: 992px) {
  .cid-v6sKX0yYCt .items-wrapper .list-wrapper .list .item-wrap {
    padding: 56px 18px 18px 18px;
  }
}
.cid-v6sKX0yYCt .items-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 18px;
  left: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #426aaa, #88c7d9);
  color: #ffffff;
  font-size: 15px;
}
.cid-v6sKX0yYCt .items-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v6sKX0yYCt .items-wrapper .image-wrapper {
  position: relative;
  z-index: 1;
  align-items: center;
}
.cid-v6sKX0yYCt .items-wrapper .image-wrapper .gradient-wrap {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #426aaa 50%, #88c7d9 40%, #3283fb 0);
  filter: blur(10rem);
  pointer-events: none;
}
@media (max-width: 1440px) {
  .cid-v6sKX0yYCt .items-wrapper .image-wrapper .gradient-wrap {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 425px) {
  .cid-v6sKX0yYCt .items-wrapper .image-wrapper .gradient-wrap {
    width: 260px;
    height: 260px;
  }
}
.cid-v6sKX0yYCt .items-wrapper .image-wrapper .image-wrap {
  position: relative;
  z-index: 2;
  width: 475px;
  height: 475px;
  border-radius: 100%;
  overflow: hidden;
  padding: 10px;
  background-image: linear-gradient(135deg, #426aaa, #88c7d9 40%, #3283fb);
}
@media (max-width: 992px) {
  .cid-v6sKX0yYCt .items-wrapper .image-wrapper .image-wrap {
    padding: 5px;
  }
}
@media (max-width: 1440px) {
  .cid-v6sKX0yYCt .items-wrapper .image-wrapper .image-wrap {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-v6sKX0yYCt .items-wrapper .image-wrapper .image-wrap {
    margin: 28px 0;
  }
}
@media (max-width: 425px) {
  .cid-v6sKX0yYCt .items-wrapper .image-wrapper .image-wrap {
    width: 260px;
    height: 260px;
  }
}
.cid-v6sKX0yYCt .items-wrapper .image-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-v6sKX0yYCt .items-wrapper .card {
  justify-content: center;
}
.cid-v6sKX0yYCt .mbr-label,
.cid-v6sKX0yYCt .label-wrapper {
  color: #103564;
  text-align: center;
}
.cid-v6sKX0yYCt .mbr-section-title {
  color: #103564;
  text-align: center;
}
.cid-v6sKX0yYCt .mbr-section-subtitle,
.cid-v6sKX0yYCt .subtitle-wrapper {
  color: #1a0b54;
  text-align: center;
}
.cid-v6sKX0yYCt .list {
  color: #1a0b54;
}
.cid-v6sKX0yYCt P {
  color: #426aaa;
}
.cid-v6jdwuuvWC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f4f6fe;
}
.cid-v6jdwuuvWC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6jdwuuvWC .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-v6jdwuuvWC .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v6jdwuuvWC img {
  max-width: 550px;
}
@media (max-width: 992px) {
  .cid-v6jdwuuvWC img {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-v6jdwuuvWC .card-link {
  position: relative;
  width: fit-content;
  margin-top: 1rem;
}
.cid-v6jdwuuvWC .card-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-v6jdwuuvWC .card-link:hover a {
  background-image: none !important;
}
.cid-v6jdwuuvWC .card-link:hover {
  cursor: pointer;
}
.cid-v6jdwuuvWC .card-link:hover:before {
  width: 0%;
}
.cid-v6jdwuuvWC .card {
  margin-bottom: 3rem;
}
.cid-v6jdwuuvWC .mbr-iconfont {
  display: inline-flex;
  font-size: 1.5rem;
  color: #103564;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
}
.cid-v6jdwuuvWC .row {
  justify-content: center;
}
.cid-v6jdwuuvWC .card-box {
  align-items: center;
  border-bottom: 1px solid #103564;
  padding-bottom: .8rem;
}
.cid-v6jdwuuvWC .card-box .iconfont-wrapper {
  margin-right: 1rem;
}
@media (max-width: 992px) {
  .cid-v6jdwuuvWC .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-v6jdwuuvWC .mbr-section-subtitle {
  color: #426aaa;
  text-align: left;
}
.cid-v6jdwuuvWC .card-text {
  color: #426aaa;
}
.cid-v6jdwuuvWC .card-title,
.cid-v6jdwuuvWC .iconfont-wrapper {
  color: #103564;
  text-align: left;
}
.cid-v6jdwuuvWC .mbr-section-title {
  text-align: left;
  color: #103564;
}
.cid-v6jdwuuvWC .card-link,
.cid-v6jdwuuvWC .link-icon,
.cid-v6jdwuuvWC .link-align {
  color: #232323;
}
.cid-v5xOQGLPIq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bg-bluediagonal-gradient-1900x1200.webp");
}
.cid-v5xOQGLPIq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5xOQGLPIq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5xOQGLPIq .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-v5xOQGLPIq .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-v5xOQGLPIq .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-v5xOQGLPIq .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-v5xOQGLPIq .container {
    padding: 0 24px;
  }
}
.cid-v5xOQGLPIq .content-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v5xOQGLPIq .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v5xOQGLPIq .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ddeafc;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-v5xOQGLPIq .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v5xOQGLPIq .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  opacity: .5;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5xOQGLPIq .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v5xOQGLPIq .item {
  margin-bottom: 32px;
}
.cid-v5xOQGLPIq .item .item-wrapper {
  height: 100%;
}
.cid-v5xOQGLPIq .item .item-wrapper .item-img img {
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v5xOQGLPIq .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-v5xOQGLPIq .item .item-wrapper .card-box {
  padding: 48px;
  background-color: #e7eefd;
  height: 100%;
  border: 1px solid #ddeafc;
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .cid-v5xOQGLPIq .item .item-wrapper .card-box {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v5xOQGLPIq .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-v5xOQGLPIq .item .item-wrapper .card-box .item-title,
.cid-v5xOQGLPIq .item .item-wrapper .card-box .item-title_2 {
  margin-bottom: 32px;
}
.cid-v5xOQGLPIq .item .item-wrapper .card-box .text-wrap .item-text,
.cid-v5xOQGLPIq .item .item-wrapper .card-box .text-wrap .item-text_2 {
  margin-bottom: 22px;
  opacity: .5;
}
.cid-v5xOQGLPIq .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v5xOQGLPIq .item .item-wrapper .dark-card {
  background-color: #103564;
  border: none;
}
.cid-v5xOQGLPIq .item .item-wrapper .middle-card {
  background-color: #426aaa;
  border: none;
}
.cid-v5xOQGLPIq .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v5xOQGLPIq .mbr-desc,
.cid-v5xOQGLPIq .desc-wrapper {
  color: #103564;
  text-align: center;
}
.cid-v5xOQGLPIq .mbr-text,
.cid-v5xOQGLPIq .text-wrapper {
  color: #ddeafc;
  text-align: center;
}
.cid-v5xOQGLPIq .item-title {
  color: #103564;
}
.cid-v5xOQGLPIq .item-text {
  color: #18212d;
}
.cid-v5xOQGLPIq .item-title_2 {
  color: #ffffff;
}
.cid-v5xOQGLPIq .item-text_2 {
  color: #ffffff;
}
.cid-v5xOQGLPIq .item-text,
.cid-v5xOQGLPIq .mbr-section-btn {
  text-align: left;
}
.cid-v5xQjsWjXQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #103564;
}
.cid-v5xQjsWjXQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5xQjsWjXQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5xQjsWjXQ .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 32px 32px 106px;
  background-image: radial-gradient(circle at 5% 113%, #426aaa, #103564 74%);
}
@media (max-width: 1440px) {
  .cid-v5xQjsWjXQ .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v5xQjsWjXQ .card-wrapper {
    display: block;
    padding: 18px;
  }
}
.cid-v5xQjsWjXQ .card-wrapper .content-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-v5xQjsWjXQ .card-wrapper .content-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-v5xQjsWjXQ .card-wrapper .content-wrapper .title-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v5xQjsWjXQ .card-wrapper .content-wrapper .title-wrapper {
    margin-bottom: 28px;
  }
}
.cid-v5xQjsWjXQ .card-wrapper .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v5xQjsWjXQ .card-wrapper .content-wrapper .title-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-v5xQjsWjXQ .card-wrapper .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #426aaa;
}
@media (max-width: 992px) {
  .cid-v5xQjsWjXQ .card-wrapper .content-wrapper .title-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v5xQjsWjXQ .card-wrapper .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v5xQjsWjXQ .card-wrapper .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v5xQjsWjXQ .card-wrapper .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v5xQjsWjXQ .card-wrapper .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v5xQjsWjXQ .card-wrapper .content-wrapper .panel-group {
  position: relative;
}
.cid-v5xQjsWjXQ .card-wrapper .content-wrapper .panel-group::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-image: linear-gradient(#426aaa, #3a6ef6, #88c7d9);
}
.cid-v5xQjsWjXQ .card-wrapper .content-wrapper .panel-group .card {
  position: relative;
  padding: 32px 0;
  background-color: transparent;
  border: none;
  transition: all 0.3s ease-in-out;
  padding: 32px 32px 32px 54px;
}
@media (max-width: 992px) {
  .cid-v5xQjsWjXQ .card-wrapper .content-wrapper .panel-group .card {
    padding: 18px 0;
  }
}
@media (max-width: 992px) {
  .cid-v5xQjsWjXQ .card-wrapper .content-wrapper .panel-group .card {
    padding: 18px 0 18px 18px;
  }
}
.cid-v5xQjsWjXQ .card-wrapper .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v5xQjsWjXQ .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-v5xQjsWjXQ .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v5xQjsWjXQ .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 22px;
}
.cid-v5xQjsWjXQ .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v5xQjsWjXQ .card-wrapper .image-wrapper {
  width: 50%;
  height: 100%;
  padding-left: 74px;
}
@media (max-width: 992px) {
  .cid-v5xQjsWjXQ .card-wrapper .image-wrapper {
    padding-left: 0;
    width: 100%;
  }
}
.cid-v5xQjsWjXQ .card-wrapper .image-wrapper img {
  min-height: 500px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v5xQjsWjXQ .card-wrapper .image-wrapper img {
    min-height: auto;
    height: 300px;
  }
}
.cid-v5xQjsWjXQ .mbr-label,
.cid-v5xQjsWjXQ .label-wrapper {
  color: #ffffff;
}
.cid-v5xQjsWjXQ .mbr-section-title {
  color: #ffffff;
}
.cid-v5xQjsWjXQ .panel-title-edit {
  color: #ddeafc;
}
.cid-v5xQjsWjXQ .panel-text {
  color: #f4f6fe;
}
.cid-v5xQsBoAcT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #103564;
}
.cid-v5xQsBoAcT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5xQsBoAcT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5xQsBoAcT .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .cid-v5xQsBoAcT .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v5xQsBoAcT .title-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-v5xQsBoAcT .title-wrapper .label-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v5xQsBoAcT .title-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-v5xQsBoAcT .title-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #426aaa;
}
@media (max-width: 992px) {
  .cid-v5xQsBoAcT .title-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v5xQsBoAcT .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v5xQsBoAcT .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v5xQsBoAcT .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v5xQsBoAcT .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v5xQsBoAcT .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #88c7d9, #88c7d9 50%, #426aaa);
}
.cid-v5xQsBoAcT .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5xQsBoAcT .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-v5xQsBoAcT .card {
  justify-content: center;
}
.cid-v5xQsBoAcT .image-wrapper {
  position: relative;
  z-index: 1;
  align-items: center;
}
.cid-v5xQsBoAcT .image-wrapper .gradient-wrap {
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #e7eefd 50%, #e7eefd 40%, #426aaa 0);
  filter: blur(4rem);
  pointer-events: none;
}
@media (max-width: 425px) {
  .cid-v5xQsBoAcT .image-wrapper .gradient-wrap {
    width: 260px;
    height: 260px;
  }
}
.cid-v5xQsBoAcT .image-wrapper .image-wrap {
  position: relative;
  z-index: 2;
  width: 330px;
  height: 330px;
  border-radius: 100%;
  overflow: hidden;
  padding: 6px;
  background-image: linear-gradient(135deg, #e7eefd, #e7eefd 40%, #426aaa);
}
@media (max-width: 992px) {
  .cid-v5xQsBoAcT .image-wrapper .image-wrap {
    padding: 5px;
  }
}
@media (max-width: 1440px) {
  .cid-v5xQsBoAcT .image-wrapper .image-wrap {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-v5xQsBoAcT .image-wrapper .image-wrap {
    margin-bottom: 28px;
  }
}
@media (max-width: 425px) {
  .cid-v5xQsBoAcT .image-wrapper .image-wrap {
    width: 260px;
    height: 260px;
  }
}
.cid-v5xQsBoAcT .image-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-v5xQsBoAcT .card-wrapper {
  padding: 82px;
  background-image: radial-gradient(circle at 5% 113%, #103564, #426aaa 110%);
}
@media (max-width: 1440px) {
  .cid-v5xQsBoAcT .card-wrapper {
    padding: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v5xQsBoAcT .card-wrapper {
    padding: 18px;
  }
}
.cid-v5xQsBoAcT .card-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v5xQsBoAcT .card-wrapper .item {
    margin-bottom: 22px;
  }
}
.cid-v5xQsBoAcT .card-wrapper .item:last-child {
  margin-bottom: 0;
}
.cid-v5xQsBoAcT .card-wrapper .item .item-wrapper .card-box {
  position: relative;
  padding-left: 38px;
}
.cid-v5xQsBoAcT .card-wrapper .item .item-wrapper .card-box::before {
  content: '✓';
  position: absolute;
  top: 4px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #426aaa, #88c7d9);
  color: #ffffff;
  font-size: 15px;
}
.cid-v5xQsBoAcT .card-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-v5xQsBoAcT .card-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v5xQsBoAcT .btn-wrapper {
  margin-top: -5%;
}
.cid-v5xQsBoAcT .mbr-label,
.cid-v5xQsBoAcT .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v5xQsBoAcT .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v5xQsBoAcT .mbr-section-subtitle,
.cid-v5xQsBoAcT .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v5xQsBoAcT .mbr-text {
  color: #ddeafc;
  text-align: center;
}
.cid-v5xQsBoAcT .item-title {
  color: #88c7d9;
  text-align: left;
}
.cid-v5xQsBoAcT .item-text {
  color: #ddeafc;
}
.cid-v6xJgokDLr {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f4f6fe;
}
.cid-v6xJgokDLr .row {
  align-items: center;
  justify-content: center;
}
.cid-v6xJgokDLr .col-text {
  text-align: center;
  padding: 0;
}
.cid-v6xJgokDLr .lists-container {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-v6xJgokDLr .lists-container {
    flex-wrap: wrap;
  }
}
.cid-v6xJgokDLr .card-wrapper {
  padding: 30px;
}
@media (max-width: 767px) {
  .cid-v6xJgokDLr .card-wrapper {
    padding: 30px 12px;
  }
}
.cid-v6xJgokDLr .card-box {
  display: flex;
  flex-direction: column;
}
.cid-v6xJgokDLr .card-number {
  color: #3a6ef6;
  width: 100%;
}
.cid-v6xJgokDLr .card-title {
  color: #103564;
  width: 100%;
  margin-bottom: 1rem;
}
.cid-v6xJgokDLr .card-text {
  color: #426aaa;
  width: 100%;
}
.cid-v6xJgokDLr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6xJgokDLr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6xKsulqHB {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-v6xKsulqHB .mbr-text {
  color: #426aaa;
}
.cid-v6xKsulqHB h4 {
  text-align: center;
}
.cid-v6xKsulqHB p {
  text-align: center;
}
.cid-v6xKsulqHB .card .card-img {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v6xKsulqHB .card:hover .step {
  color: #ffffff;
  border: 0px solid transparent;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v6xKsulqHB .card:hover .step:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.cid-v6xKsulqHB .step {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  width: 100px;
  height: 100px;
  border: 2px solid #eee;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 50%;
  transition: all .3s;
}
.cid-v6xKsulqHB .step:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.3s;
  background: linear-gradient(45deg, #88c7d9, #426aaa);
  border-radius: 50%;
}
.cid-v6xKsulqHB .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-v6xKsulqHB .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #3a6ef6, #3a6ef6);
  display: inline-block;
}
@media (min-width: 768px) {
  .cid-v6xKsulqHB .mbr-section-title,
  .cid-v6xKsulqHB .underline {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-v6xKsulqHB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6xKsulqHB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6xKsulqHB .mbr-section-title,
.cid-v6xKsulqHB .underline {
  color: #103564;
}
.cid-v6xKsulqHB .card-title,
.cid-v6xKsulqHB .card-img {
  color: #103564;
}
.cid-v6xISBihPq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f6fe;
}
.cid-v6xISBihPq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6xISBihPq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6xISBihPq .col-title {
  margin-bottom: 30px;
  padding: 0 30px !important;
}
.cid-v6xISBihPq .mbr-section-title {
  color: #112B6D;
}
.cid-v6xISBihPq .mbr-section-subtitle {
  color: #426aaa;
  margin-top: 20px;
}
.cid-v6xISBihPq .number-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 0;
}
@media (max-width: 767px) {
  .cid-v6xISBihPq .number-container {
    display: none;
  }
}
.cid-v6xISBihPq .number-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25%;
  padding: 0 10px;
}
.cid-v6xISBihPq .number-item:not(:first-child)::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  right: 50%;
  top: calc(50% - 1px);
  background-color: #3a6ef6;
}
.cid-v6xISBihPq .number-text {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 30px;
  color: #ffffff;
  background-color: #3a6ef6;
}
.cid-v6xISBihPq .cards-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .cid-v6xISBihPq .cards-container {
    flex-wrap: wrap;
  }
}
.cid-v6xISBihPq .card {
  width: 25%;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-v6xISBihPq .card {
    width: 100%;
    padding: 0 10px 30px;
  }
}
.cid-v6xISBihPq .card-box {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-v6xISBihPq .card-box {
    display: flex;
    align-items: center;
  }
}
.cid-v6xISBihPq .iconfont-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-v6xISBihPq .iconfont-wrapper {
    min-width: 130px;
    width: auto;
    margin-bottom: 0;
    margin-right: 25px;
  }
}
.cid-v6xISBihPq .iconfont-wrapper .mbr-iconfont {
  font-size: 130px;
  color: #112b6d;
}
@media (max-width: 767px) {
  .cid-v6xISBihPq .iconfont-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-v6xISBihPq .card-container {
  width: 100%;
  padding: 20px 20px 0;
}
@media (max-width: 767px) {
  .cid-v6xISBihPq .card-container {
    flex-grow: 1;
    padding: 0;
  }
}
.cid-v6xISBihPq .card-title {
  color: #103564;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-v6xISBihPq .card-title {
    margin-bottom: 20px;
    text-align: left !important;
  }
}
.cid-v6xISBihPq .card-text {
  color: #426aaa;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-v6xISBihPq .card-text {
    text-align: left !important;
  }
}
.cid-v6xISBihPq .btn-container {
  padding: 40px 30px 0 !important;
}
.cid-v6xISBihPq .mbr-section-title,
.cid-v6xISBihPq .mbr-section-btn {
  color: #103564;
}
.cid-v6xKA4q0eT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v6xKA4q0eT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6xKA4q0eT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6xKA4q0eT .item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-v6xKA4q0eT .item .icon-wrap {
  text-align: center;
}
.cid-v6xKA4q0eT .item span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
.cid-v6xKA4q0eT .item::before {
  content: "\e96b";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: -15px;
  top: 12%;
  color: #3a6ef6;
}
.cid-v6xKA4q0eT .item.first:before {
  display: none;
}
.cid-v6xKA4q0eT .item.five:before {
  display: none;
}
.cid-v6xKA4q0eT .icon-box {
  background: #3a6ef6;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.cid-v6xKA4q0eT .text-box {
  margin-top: 1rem;
  text-align: center;
}
.cid-v6xKA4q0eT .mbr-iconfont {
  color: #3a6ef6 !important;
  position: absolute;
  top: 50%;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-v6xKA4q0eT .item:before {
    display: none;
  }
  .cid-v6xKA4q0eT .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v6xKA4q0eT .card-title,
.cid-v6xKA4q0eT .card-box {
  color: #103564;
}
.cid-v6xKA4q0eT .text-box .mbr-text {
  color: #426aaa;
}
.cid-v6xKA4q0eT .mbr-text,
.cid-v6xKA4q0eT .mbr-section-btn {
  color: #426aaa;
}
.cid-v6xKCb5klo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-v6xKCb5klo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6xKCb5klo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6xKCb5klo .mbr-text {
  color: #767676;
}
.cid-v6xKCb5klo .mbr-section-subtitle {
  color: #767676;
}
.cid-v6xKCb5klo .title .num {
  width: 100%;
  display: block;
}
.cid-v6xKCb5klo .title .card-title {
  z-index: 1;
}
.cid-v6xKCb5klo .num {
  color: #3283fb;
}
@media (max-width: 767px) {
  .cid-v6xKCb5klo * {
    text-align: center !important;
  }
  .cid-v6xKCb5klo .content-column {
    margin-bottom: 2rem;
  }
}
.cid-v6xKCb5klo .mbr-section-title,
.cid-v6xKCb5klo .card-box {
  color: #103564;
}
.cid-v6xKCb5klo .mbr-text,
.cid-v6xKCb5klo .mbr-section-btn {
  color: #426aaa;
}
.cid-v6rVX71iVg {
  background-color: #ddeafc;
}
@media (max-width: 1440px) {
  .cid-v6rVX71iVg {
    padding-top: 10rem;
    padding-bottom: 8rem;
  }
}
.cid-v6rVX71iVg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6rVX71iVg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6rVX71iVg .container {
  max-width: 100%;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-v6rVX71iVg .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-v6rVX71iVg .row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.cid-v6rVX71iVg .content-container {
  display: flex;
  align-items: stretch;
  width: 100%;
  flex-direction: row-reverse;
}
@media (max-width: 1440px) {
  .cid-v6rVX71iVg .content-container {
    flex-wrap: wrap;
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .cid-v6rVX71iVg .content-container {
    padding: 0 20px;
  }
}
.cid-v6rVX71iVg .img-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 1440px) {
  .cid-v6rVX71iVg .img-container {
    order: 3;
    width: 100%;
    background-color: transparent;
  }
}
.cid-v6rVX71iVg .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.cid-v6rVX71iVg .image-wrapper img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v6rVX71iVg .image-wrapper img {
    max-width: 760px;
  }
}
.cid-v6rVX71iVg .text-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 0 5% 0  5%;
  min-height: 780px;
  padding-top: 10rem;
  padding-bottom: 8rem;
}
@media (max-width: 991px) {
  .cid-v6rVX71iVg .text-container {
    width: 100%;
    padding: 0;
    min-height: 0;
    margin-bottom: 20px;
  }
}
.cid-v6rVX71iVg .mbr-section-title {
  color: #103564;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-v6rVX71iVg .mbr-section-title {
    text-align: center !important;
  }
}
.cid-v6rVX71iVg .mbr-text {
  color: #112B6D;
  margin-bottom: 0;
  margin-top: 20px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-v6rVX71iVg .mbr-text {
    text-align: center !important;
  }
}
.cid-v6rVX71iVg .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-v6rVX71iVg .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-v6rVX71iVg .col-list {
  margin-top: 25px;
  width: 100%;
}
.cid-v6rVX71iVg .list-title {
  color: #426aaa;
  margin-bottom: 20px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-v6rVX71iVg .list-title {
    text-align: center !important;
  }
}
.cid-v6rVX71iVg .list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  padding-left: 0;
}
.cid-v6rVX71iVg .item-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-v6rVX71iVg .item-wrap:not(:first-child) {
  margin-top: 30px;
}
.cid-v6rVX71iVg .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 36px;
  padding: 3px;
  min-width: 30px;
  min-height: 30px;
  border-radius: 100%;
  border: 2px solid #103564;
}
.cid-v6rVX71iVg .iconfont-wrapper .mbr-iconfont {
  color: #103564;
  font-size: 14px;
  padding: 3px;
  border-radius: 100%;
  background-color: #b3dfff;
}
.cid-v6rVX71iVg .list-text {
  color: #103564;
  flex-grow: 1;
}
.cid-v6rVX71iVg .mbr-text,
.cid-v6rVX71iVg .mbr-section-btn {
  color: #103564;
}
.cid-v6tqnyDNwk {
  background-color: #f4f6fe;
}
@media (max-width: 1440px) {
  .cid-v6tqnyDNwk {
    padding-top: 10rem;
    padding-bottom: 8rem;
  }
}
.cid-v6tqnyDNwk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6tqnyDNwk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6tqnyDNwk .container {
  max-width: 100%;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-v6tqnyDNwk .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-v6tqnyDNwk .row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.cid-v6tqnyDNwk .content-container {
  display: flex;
  align-items: stretch;
  width: 100%;
  flex-direction: row-reverse;
}
@media (max-width: 1440px) {
  .cid-v6tqnyDNwk .content-container {
    flex-wrap: wrap;
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .cid-v6tqnyDNwk .content-container {
    padding: 0 20px;
  }
}
.cid-v6tqnyDNwk .img-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 1440px) {
  .cid-v6tqnyDNwk .img-container {
    order: 3;
    width: 100%;
    background-color: transparent;
  }
}
.cid-v6tqnyDNwk .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.cid-v6tqnyDNwk .image-wrapper img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v6tqnyDNwk .image-wrapper img {
    max-width: 760px;
  }
}
.cid-v6tqnyDNwk .text-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 0 5% 0  5%;
  min-height: 780px;
  padding-top: 10rem;
  padding-bottom: 8rem;
}
@media (max-width: 991px) {
  .cid-v6tqnyDNwk .text-container {
    width: 100%;
    padding: 0;
    min-height: 0;
    margin-bottom: 20px;
  }
}
.cid-v6tqnyDNwk .mbr-section-title {
  color: #103564;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-v6tqnyDNwk .mbr-section-title {
    text-align: center !important;
  }
}
.cid-v6tqnyDNwk .mbr-text {
  color: #112B6D;
  margin-bottom: 0;
  margin-top: 20px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-v6tqnyDNwk .mbr-text {
    text-align: center !important;
  }
}
.cid-v6tqnyDNwk .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-v6tqnyDNwk .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-v6tqnyDNwk .col-list {
  margin-top: 25px;
  width: 100%;
}
.cid-v6tqnyDNwk .list-title {
  color: #426aaa;
  margin-bottom: 20px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-v6tqnyDNwk .list-title {
    text-align: center !important;
  }
}
.cid-v6tqnyDNwk .list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  padding-left: 0;
}
.cid-v6tqnyDNwk .item-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-v6tqnyDNwk .item-wrap:not(:first-child) {
  margin-top: 30px;
}
.cid-v6tqnyDNwk .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 36px;
  padding: 3px;
  min-width: 30px;
  min-height: 30px;
  border-radius: 100%;
  border: 2px solid #103564;
}
.cid-v6tqnyDNwk .iconfont-wrapper .mbr-iconfont {
  color: #103564;
  font-size: 14px;
  padding: 3px;
  border-radius: 100%;
  background-color: #b3dfff;
}
.cid-v6tqnyDNwk .list-text {
  color: #103564;
  flex-grow: 1;
}
.cid-v6tqnyDNwk .mbr-text,
.cid-v6tqnyDNwk .mbr-section-btn {
  color: #103564;
}
.cid-v53kB4BcBh {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #f4f6fe;
}
.cid-v53kB4BcBh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v53kB4BcBh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v53kB4BcBh .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v53kB4BcBh .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v53kB4BcBh .title-wrapper {
    width: 100%;
  }
}
.cid-v53kB4BcBh .title-wrapper .label-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v53kB4BcBh .title-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-v53kB4BcBh .title-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #ddeafc;
}
@media (max-width: 992px) {
  .cid-v53kB4BcBh .title-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v53kB4BcBh .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v53kB4BcBh .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v53kB4BcBh .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v53kB4BcBh .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v53kB4BcBh .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #426aaa, #426aaa 50%, #88c7d9);
}
.cid-v53kB4BcBh .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v53kB4BcBh .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-v53kB4BcBh .title-wrapper .mbr-section-btn {
  margin-top: 42px;
}
@media (max-width: 992px) {
  .cid-v53kB4BcBh .title-wrapper .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-v53kB4BcBh .mbr-label,
.cid-v53kB4BcBh .label-wrapper {
  color: #426aaa;
  text-align: center;
}
.cid-v53kB4BcBh .mbr-section-title {
  color: #ffffff;
}
.cid-v53kB4BcBh .mbr-section-subtitle,
.cid-v53kB4BcBh .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v53kB4BcBh .mbr-text {
  color: #426aaa;
  text-align: center;
}
.cid-v53kB4BcBh .mbr-section-title,
.cid-v53kB4BcBh .mbr-section-btn {
  text-align: center;
  color: #103564;
}
.cid-v6aM5Qdg3r {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f4f6fe;
}
.cid-v6aM5Qdg3r .item-img,
.cid-v6aM5Qdg3r .img-wrap,
.cid-v6aM5Qdg3r img {
  border-radius: 50% !important;
  display: flex;
  justify-content: center;
}
.cid-v6aM5Qdg3r img,
.cid-v6aM5Qdg3r .item-img {
  width: 230px;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 230px;
  height: 230px;
}
@media (max-width: 1600px) {
  .cid-v6aM5Qdg3r img,
  .cid-v6aM5Qdg3r .item-img {
    width: 180px;
    min-height: 180px;
    height: 180px;
  }
}
.cid-v6aM5Qdg3r .item-img {
  border: 1px solid transparent;
  transition: all 0.3s;
}
.cid-v6aM5Qdg3r .item:focus,
.cid-v6aM5Qdg3r span:focus {
  outline: none;
}
.cid-v6aM5Qdg3r .img-wrap {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-v6aM5Qdg3r .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v6aM5Qdg3r .item {
    margin-bottom: 1rem;
  }
}
.cid-v6aM5Qdg3r h5 {
  margin: 0;
}
.cid-v6aM5Qdg3r .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v6aM5Qdg3r .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-v6aM5Qdg3r .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v6aM5Qdg3r .item-wrapper:hover .item-img {
  border: 1px solid lightgray;
}
.cid-v6aM5Qdg3r .item-wrapper:hover .img-wrap {
  margin: 10px;
}
@media (max-width: 992px) {
  .cid-v6aM5Qdg3r .item-wrapper {
    height: auto;
  }
}
.cid-v6aM5Qdg3r .mbr-section-title {
  color: #103564;
  text-align: center;
}
.cid-v6aM5Qdg3r .item-title {
  text-align: center;
  color: #103564;
}
.cid-v6aM5Qdg3r .item-subtitle {
  text-align: center;
  color: #103564;
}
.cid-v6aM5Qdg3r .mbr-text,
.cid-v6aM5Qdg3r .item .mbr-section-btn {
  text-align: center;
}
.cid-v6aM5Qdg3r .mbr-section-subtitle,
.cid-v6aM5Qdg3r .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-v55ezSkLGh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v55ezSkLGh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v55ezSkLGh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v55ezSkLGh .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v55ezSkLGh .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v55ezSkLGh .title-wrapper {
    width: 100%;
  }
}
.cid-v55ezSkLGh .title-wrapper .label-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v55ezSkLGh .title-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-v55ezSkLGh .title-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #ddeafc;
}
@media (max-width: 992px) {
  .cid-v55ezSkLGh .title-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v55ezSkLGh .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v55ezSkLGh .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v55ezSkLGh .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v55ezSkLGh .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v55ezSkLGh .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #426aaa, #88c7d9 50%, #426aaa);
}
.cid-v55ezSkLGh .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v55ezSkLGh .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-v55ezSkLGh .title-wrapper .mbr-section-btn {
  margin-top: 42px;
}
@media (max-width: 992px) {
  .cid-v55ezSkLGh .title-wrapper .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-v55ezSkLGh .mbr-label,
.cid-v55ezSkLGh .label-wrapper {
  color: #426aaa;
  text-align: center;
}
.cid-v55ezSkLGh .mbr-section-title {
  color: #ffffff;
}
.cid-v55ezSkLGh .mbr-section-subtitle,
.cid-v55ezSkLGh .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v55ezSkLGh .mbr-text {
  color: #426aaa;
  text-align: center;
}
.cid-v55ezSkLGh .mbr-section-title,
.cid-v55ezSkLGh .mbr-section-btn {
  text-align: center;
  color: #103564;
}
.cid-v53mc3S1tx {
  background-image: url("../../../assets/images/sql-account-clients-2000x1404.webp");
}
.cid-v53mc3S1tx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v53mc3S1tx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v53mc3S1tx .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-v53mc3S1tx .image-wrap {
    height: 300px;
  }
}
.cid-v55kL6CpIi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f6fe;
}
.cid-v55kL6CpIi .card-subtitle {
  text-align: left;
  margin-left: -15px;
  color: #8c8c95;
}
.cid-v55kL6CpIi .shadow {
  border-radius: 34px;
  box-shadow: 0 5px 12px 0 rgba(20, 20, 43, 0.05) !important;
  overflow: visible;
  padding: 48px 42px 38px;
  background-color: #ffffff;
  height: 100%;
}
.cid-v55kL6CpIi .iconfont-wrapper {
  text-align: left;
  margin-bottom: 16px;
}
.cid-v55kL6CpIi .iconfont-wrapper .mbr-iconfont {
  color: #ff9417;
}
.cid-v55kL6CpIi .card-text {
  margin-bottom: 16px;
  text-align: left;
  color: #8c8c95;
}
.cid-v55kL6CpIi .button-align {
  margin-top: 36px;
  text-align: center;
}
.cid-v55kL6CpIi .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-v55kL6CpIi img {
  border-radius: 10%;
  height: 65px;
  width: auto;
  margin: 0;
}
.cid-v55kL6CpIi .mbr-iconfont::before {
  font-size: 25px;
}
.cid-v55kL6CpIi .card-title {
  margin-bottom: 4px;
  padding: 0;
  margin-left: -15px;
}
.cid-v55kL6CpIi .col-12.col-md-6.col-lg-4 {
  margin-top: 30px;
}
.cid-v55kL6CpIi .col-12.col-md-6.col-lg-4:nth-child(1) {
  margin-top: 0px;
}
.cid-v55kL6CpIi .col-12.col-md-6.col-lg-4:nth-child(2) {
  margin-top: 0px;
}
.cid-v55kL6CpIi .col-12.col-md-6.col-lg-4:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .cid-v55kL6CpIi .col-12.col-md-6.col-lg-4:nth-child(3) {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .cid-v55kL6CpIi .col-12.col-md-6.col-lg-4:nth-child(2) {
    margin-top: 30px;
  }
}
.cid-v55kL6CpIi .align {
  display: flex;
  align-items: center;
}
.cid-v55kL6CpIi .mbr-section-title {
  margin-bottom: 56px;
  color: #103564;
  text-align: center;
}
.cid-v55kL6CpIi .btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v55kL6CpIi .shadow {
    padding: 40px 40px 32px;
  }
}
@media (max-width: 479px) {
  .cid-v55kL6CpIi .shadow {
    padding: 33px 25px 28px;
  }
}
.cid-v55kL6CpIi .card-text,
.cid-v55kL6CpIi .iconfont-wrapper {
  color: #555555;
}
.cid-uY0ydff2dr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bg-bluepatt-1900x1200.webp");
}
.cid-uY0ydff2dr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY0ydff2dr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY0ydff2dr .card {
  justify-content: center;
}
.cid-uY0ydff2dr .content-wrapper {
  padding-right: 115px;
}
@media (max-width: 992px) {
  .cid-uY0ydff2dr .content-wrapper {
    margin-bottom: 22px;
    padding-right: 0;
  }
}
.cid-uY0ydff2dr .content-wrapper .label-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uY0ydff2dr .content-wrapper .label-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uY0ydff2dr .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #88c7d9, #88c7d9 50%, #426aaa);
}
.cid-uY0ydff2dr .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uY0ydff2dr .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uY0ydff2dr .form-wrap {
  position: relative;
  background-image: radial-gradient(circle at 5% 113%, #426aaa, #103564 100%);
  padding: 82px;
}
@media (max-width: 1440px) {
  .cid-uY0ydff2dr .form-wrap {
    padding: 46px;
  }
}
@media (max-width: 992px) {
  .cid-uY0ydff2dr .form-wrap {
    padding: 18px;
  }
}
.cid-uY0ydff2dr .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
  margin: 0 -9.6px;
}
.cid-uY0ydff2dr .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uY0ydff2dr .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px;
}
.cid-uY0ydff2dr .form-wrap .dragArea.row .form-group .form-control {
  padding: 18px 24px;
  background-color: #f4f6fe;
  border: 1px solid #426aaa !important;
  box-shadow: none;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uY0ydff2dr .form-wrap .dragArea.row .form-group .form-control {
    margin-bottom: 22px;
  }
}
.cid-uY0ydff2dr .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #103564;
  opacity: .5;
}
.cid-uY0ydff2dr .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uY0ydff2dr .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #426aaa !important;
}
.cid-uY0ydff2dr .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
  padding: 24px;
}
.cid-uY0ydff2dr .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uY0ydff2dr .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #103564;
  border-color: #103564;
}
.cid-uY0ydff2dr .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uY0ydff2dr .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.cid-uY0ydff2dr .mbr-label,
.cid-uY0ydff2dr .label-wrapper {
  color: #ffffff;
}
.cid-uY0ydff2dr .mbr-section-title {
  color: #ffffff;
}
.cid-uY0ydff2dr .mbr-text {
  color: #ddeafc;
}
.cid-uY0ydff2dr label {
  color: #a997ce;
}
.cid-uY0ydff2dr LABEL {
  color: #88c7d9;
}
.cid-uY0ykATQQQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #103564;
}
.cid-uY0ykATQQQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY0ykATQQQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY0ykATQQQ .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uY0ykATQQQ .content-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uY0ykATQQQ .content-wrapper {
    width: 100%;
  }
}
.cid-uY0ykATQQQ .content-wrapper .content-wrap {
  margin-bottom: 82px;
}
@media (max-width: 992px) {
  .cid-uY0ykATQQQ .content-wrapper .content-wrap {
    margin-bottom: 28px;
  }
}
.cid-uY0ykATQQQ .content-wrapper .content-wrap .logo-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uY0ykATQQQ .content-wrapper .content-wrap .logo-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uY0ykATQQQ .content-wrapper .content-wrap .logo-wrapper img {
  display: inline-flex;
  width: 54px;
  height: 54px;
  border-radius: 100%;
  object-fit: cover;
}
.cid-uY0ykATQQQ .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
@media (max-width: 992px) {
  .cid-uY0ykATQQQ .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uY0ykATQQQ .content-wrapper .content-wrap .social-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uY0ykATQQQ .content-wrapper .content-wrap .social-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uY0ykATQQQ .content-wrapper .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}
.cid-uY0ykATQQQ .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 130px;
  background-color: #291f39;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uY0ykATQQQ .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item {
    width: 80px;
    height: 80px;
  }
}
.cid-uY0ykATQQQ .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item:hover a .mbr-iconfont,
.cid-uY0ykATQQQ .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item:focus a .mbr-iconfont {
  transform: scale(1.2);
}
.cid-uY0ykATQQQ .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-uY0ykATQQQ .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  font-size: 54px;
  transition: all 0.3s ease-in-out;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #1c4eff, #ca45ff 50%, #fe881b);
}
@media (max-width: 992px) {
  .cid-uY0ykATQQQ .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
    font-size: 32px;
  }
}
.cid-uY0ykATQQQ .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uY0ykATQQQ .mbr-section-title {
  color: #ffffff;
}
.cid-uY0ykATQQQ .mbr-copy {
  color: #8faad6;
  text-align: center;
}
.cid-uY0ykATQQQ .mbr-section-title,
.cid-uY0ykATQQQ .logo-wrapper,
.cid-uY0ykATQQQ .social-wrapper,
.cid-uY0ykATQQQ .title-wrapper {
  text-align: center;
}
.cid-v6jjAC4KsR {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v6jjAC4KsR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v6jjAC4KsR .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v6jjAC4KsR .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v6jjAC4KsR .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-v6jjAC4KsR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v6jjAC4KsR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v6jjAC4KsR .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v6jjAC4KsR .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-v6jjAC4KsR .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-v6jjAC4KsR .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 12px 0 !important;
  margin: 0 24px !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v6jjAC4KsR .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 10px !important;
    margin: 0 !important;
  }
}
.cid-v6jjAC4KsR .navbar-nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  height: 3px !important;
  width: 0;
  transition: all 0.5s ease-in-out;
  background-image: linear-gradient(90deg, #426aaa, #3283fb, #88c7d9);
}
.cid-v6jjAC4KsR .navbar-nav .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-v6jjAC4KsR .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v6jjAC4KsR .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v6jjAC4KsR .navbar-nav .dropdown-item {
  padding: 17px 24px !important;
  border-radius: 1rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #ffffff;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v6jjAC4KsR .navbar-nav .dropdown-item {
    margin: 0 8px 0 0 !important;
  }
}
.cid-v6jjAC4KsR .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v6jjAC4KsR .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-v6jjAC4KsR .navbar-caption {
  padding-left: 1rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v6jjAC4KsR .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-v6jjAC4KsR .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v6jjAC4KsR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-v6jjAC4KsR .container,
.cid-v6jjAC4KsR .container-fluid {
  display: flex;
  min-height: 77px;
  padding: 0 8px 0 24px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 14px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v6jjAC4KsR .container,
  .cid-v6jjAC4KsR .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-v6jjAC4KsR .container,
  .cid-v6jjAC4KsR .container-fluid {
    width: 95%;
    min-height: 60px;
    padding-right: 1rem;
    margin-top: 0.5rem;
  }
}
.cid-v6jjAC4KsR .container-fluid {
  margin-left: 40px;
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-v6jjAC4KsR .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-v6jjAC4KsR .iconfont-wrapper {
  width: 62px;
  height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.5rem;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  box-shadow: 0 1px 6px #eeeeee;
}
.cid-v6jjAC4KsR .iconfont-wrapper:first-child {
  margin-left: 0;
}
.cid-v6jjAC4KsR .iconfont-wrapper .mbr-iconfont {
  font-size: 22px;
  color: #103564 !important;
  transition: all .3s ease;
}
.cid-v6jjAC4KsR .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .6;
}
.cid-v6jjAC4KsR .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-v6jjAC4KsR .nav-item:focus,
.cid-v6jjAC4KsR .nav-link:focus {
  outline: none;
}
.cid-v6jjAC4KsR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v6jjAC4KsR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v6jjAC4KsR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v6jjAC4KsR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v6jjAC4KsR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v6jjAC4KsR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v6jjAC4KsR .navbar {
  min-height: 77px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v6jjAC4KsR .navbar.opened {
  transition: all 0.3s;
}
.cid-v6jjAC4KsR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v6jjAC4KsR .navbar .navbar-logo img {
  width: auto;
}
.cid-v6jjAC4KsR .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v6jjAC4KsR .navbar.collapsed {
  justify-content: center;
}
.cid-v6jjAC4KsR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v6jjAC4KsR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v6jjAC4KsR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-v6jjAC4KsR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v6jjAC4KsR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v6jjAC4KsR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v6jjAC4KsR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v6jjAC4KsR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v6jjAC4KsR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v6jjAC4KsR .navbar {
    min-height: 72px;
  }
  .cid-v6jjAC4KsR .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v6jjAC4KsR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v6jjAC4KsR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v6jjAC4KsR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v6jjAC4KsR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v6jjAC4KsR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v6jjAC4KsR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v6jjAC4KsR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v6jjAC4KsR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v6jjAC4KsR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v6jjAC4KsR .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v6jjAC4KsR .dropdown-item.active,
.cid-v6jjAC4KsR .dropdown-item:active {
  background-color: transparent;
}
.cid-v6jjAC4KsR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v6jjAC4KsR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v6jjAC4KsR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v6jjAC4KsR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 3.5rem;
}
@media (max-width: 992px) {
  .cid-v6jjAC4KsR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v6jjAC4KsR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-v6jjAC4KsR .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v6jjAC4KsR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v6jjAC4KsR .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v6jjAC4KsR .navbar-buttons {
    text-align: left;
  }
}
.cid-v6jjAC4KsR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v6jjAC4KsR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #103564;
}
.cid-v6jjAC4KsR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v6jjAC4KsR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6jjAC4KsR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6jjAC4KsR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v6jjAC4KsR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6jjAC4KsR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v6jjAC4KsR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v6jjAC4KsR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6jjAC4KsR .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v6jjAC4KsR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v6jjAC4KsR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v6jjAC4KsR .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v6jjAC4KsR .navbar {
    height: 77px;
  }
  .cid-v6jjAC4KsR .navbar.opened {
    height: auto;
  }
  .cid-v6jjAC4KsR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v6jjAC4KsR .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v6jjAC4KsR .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-v6jjAC4KsR .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-v6jjAC4KsR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v6jjAC4KsR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v6jjAC4KsR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v6jjAC4KsR .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v6jjAC4KsR .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-v6jjAC4KsR .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-v6jjAC4KsR .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v6jjAC4KsR .navbar-brand {
    margin-right: auto;
  }
  .cid-v6jjAC4KsR .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-v6jjAC4KsR .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v6jjAC4KsR .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-v6jjAC4KsR .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 10px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v6jjAC4KsR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v6jjAC4KsR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v6jjAC4KsR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v6jjAC4KsR .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-v6jjAC4KsR .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v6jjAC4KsR .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v6ts7vGmnV {
  background-image: url("../../../assets/images/kv-sql-lady-laptopmonitor-1980x1000.webp");
}
.cid-v6ts7vGmnV .cards {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .cid-v6ts7vGmnV .cards {
    flex-direction: column;
    align-items: center;
  }
}
.cid-v6ts7vGmnV .card-row {
  margin-top: 10rem;
}
@media (max-width: 767px) {
  .cid-v6ts7vGmnV .card-row .card-box {
    margin-bottom: 4rem;
  }
}
.cid-v6ts7vGmnV .card-title {
  padding: 0;
  margin: 0;
}
.cid-v6ts7vGmnV .iconcard-wrapper {
  display: flex;
  padding-right: 5rem;
}
@media (max-width: 991px) {
  .cid-v6ts7vGmnV .iconcard-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v6ts7vGmnV .iconcard-wrapper {
    padding-right: 0rem;
    width: fit-content;
  }
}
.cid-v6ts7vGmnV .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-v6ts7vGmnV .card-icon {
  font-size: 1.5rem;
  color: currentColor;
  padding-right: 0.8rem;
}
@media (max-width: 991px) {
  .cid-v6ts7vGmnV .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v6ts7vGmnV .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v6ts7vGmnV .card-title,
.cid-v6ts7vGmnV .card-icon {
  color: #103564;
}
.cid-v6ts7vGmnV .mbr-section-title {
  color: #103564;
}
.cid-v6ts7vGmnV .mbr-text,
.cid-v6ts7vGmnV .mbr-section-btn {
  color: #103564;
}
.cid-v6ts7vGmnV .card-text {
  color: #103564;
}
.cid-v6ts7vGmnV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6ts7vGmnV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6ts7vGmnV .card-title,
.cid-v6ts7vGmnV .iconfont-wrapper {
  color: #103564;
}
.cid-v6tsaH6nME {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #103564;
}
.cid-v6tsaH6nME .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6tsaH6nME .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6tsaH6nME .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v6tsaH6nME .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v6tsaH6nME .title-wrapper {
    width: 100%;
  }
}
.cid-v6tsaH6nME .title-wrapper .label-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v6tsaH6nME .title-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-v6tsaH6nME .title-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #426aaa;
}
@media (max-width: 992px) {
  .cid-v6tsaH6nME .title-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v6tsaH6nME .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v6tsaH6nME .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v6tsaH6nME .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v6tsaH6nME .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v6tsaH6nME .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #88c7d9, #88c7d9 50%, #426aaa);
}
.cid-v6tsaH6nME .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6tsaH6nME .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-v6tsaH6nME .title-wrapper .mbr-section-btn {
  margin-top: 42px;
}
@media (max-width: 992px) {
  .cid-v6tsaH6nME .title-wrapper .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-v6tsaH6nME .mbr-label,
.cid-v6tsaH6nME .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v6tsaH6nME .mbr-section-title {
  color: #ffffff;
}
.cid-v6tsaH6nME .mbr-section-subtitle,
.cid-v6tsaH6nME .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v6tsaH6nME .mbr-text {
  color: #ddeafc;
  text-align: center;
}
.cid-v6tsaH6nME .mbr-section-title,
.cid-v6tsaH6nME .mbr-section-btn {
  text-align: center;
}
.cid-v6jjALnIwJ {
  padding-top: 2rem;
  padding-bottom: 8rem;
  background-color: #103564;
}
.cid-v6jjALnIwJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6jjALnIwJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6jjALnIwJ .content-wrap {
  justify-content: center;
}
.cid-v6jjALnIwJ .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v6jjALnIwJ .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v6jjALnIwJ .box .mbr-media {
  position: relative;
  overflow: hidden;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-v6jjALnIwJ .box .mbr-media {
    height: 350px;
  }
}
.cid-v6jjALnIwJ .box .mbr-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border: 2px solid #103564;
  background-color: #103564;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v6jjALnIwJ .box .mbr-media img {
    border-radius: 2rem;
  }
}
.cid-v6jjALnIwJ .box .mbr-media a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-v6jjALnIwJ .box .mbr-media .mbr-iconfont {
  font-size: 40px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  z-index: 1;
}
.cid-v6jjALnIwJ .mbr-media {
  position: relative;
}
.cid-v6jjALnIwJ .mbr-media img {
  object-fit: cover;
}
.cid-v6jjALnIwJ a:hover {
  background-image: none !important;
}
.cid-v6jjALnIwJ .icon-wrapper {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  background: linear-gradient(170deg, #3a6ef6, #9cb6fa);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-v6jjALnIwJ .icon-wrapper {
    height: 60px !important;
    width: 60px !important;
  }
}
.cid-v6jjALnIwJ .icon-wrapper:hover,
.cid-v6jjALnIwJ .icon-wrapper:focus {
  opacity: .85;
}
.cid-v6jjALnIwJ .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-v6jjALnIwJ .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-v6jjALnIwJ .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-v6jjALnIwJ .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-v6jjALnIwJ .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v6jjALnIwJ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v6jjALnIwJ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-viDJxFKwa7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #103564;
}
@media (max-width: 991px) {
  .cid-viDJxFKwa7 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-viDJxFKwa7 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-viDJxFKwa7 .text-wrapper {
    margin-left: 3rem;
    padding: 2rem;
  }
}
.cid-viDJxFKwa7 .mbr-section-title {
  color: #ffffff;
}
.cid-viDJxFKwa7 .mbr-text {
  color: #e7eefd;
}
.cid-vg0hlZGCao {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f6fe;
}
.cid-vg0hlZGCao .mbr-media {
  position: relative;
  width: 100%;
  display: flex;
}
.cid-vg0hlZGCao .mbr-media img {
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.cid-vg0hlZGCao .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-vg0hlZGCao .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  background: #ffffff;
  padding: 10px;
  display: flex;
  justify-content: center;
  min-width: 65px;
  min-height: 65px;
  border-radius: 50%;
  align-items: center;
}
.cid-vg0hlZGCao .icon-wrap a:hover {
  background-image: none !important;
}
.cid-vg0hlZGCao .icon-wrap span {
  margin-left: 5px;
}
.cid-vg0hlZGCao .box {
  height: 450px;
  display: flex;
}
@media (max-width: 767px) {
  .cid-vg0hlZGCao .box {
    height: 200px;
  }
}
.cid-vg0hlZGCao .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-vg0hlZGCao .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-vg0hlZGCao .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-vg0hlZGCao .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  border: 2px solid #fff;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vg0hlZGCao .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vg0hlZGCao .col-text {
  display: flex;
  align-items: center;
  padding: 0 90px;
}
@media (max-width: 991px) {
  .cid-vg0hlZGCao .col-text {
    padding: 50px 0.75rem 0;
  }
}
.cid-vg0hlZGCao .mbr-section-subtitle {
  color: #103564;
  padding-top: 12px;
}
.cid-vg0hlZGCao .item-container {
  width: 100%;
}
.cid-vg0hlZGCao .item {
  display: flex;
  margin-top: 32px;
  text-align: left;
}
.cid-vg0hlZGCao .item:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  .cid-vg0hlZGCao .item {
    flex-direction: column;
    text-align: center;
  }
}
.cid-vg0hlZGCao .icon-box {
  background: #426aaa;
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 24px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-vg0hlZGCao .icon-box {
    margin: 0 auto 24px;
  }
}
.cid-vg0hlZGCao .text-box {
  flex-grow: 1;
}
.cid-vg0hlZGCao .number-text {
  color: #ffffff;
}
.cid-vg0hlZGCao .icon-text {
  color: #555555;
}
.cid-vg0hlZGCao .mbr-fallback-image.disabled {
  display: none;
}
.cid-vg0hlZGCao .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vg0hlZGCao .mbr-section-title {
  color: #103564;
}
.cid-vg0hlZGCao .icon-title {
  color: #103564;
}
.cid-v6jjAJwZfF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f4f6fe;
}
.cid-v6jjAJwZfF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6jjAJwZfF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6jjAJwZfF .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-v6jjAJwZfF .container {
    padding: 10px 8px;
  }
}
.cid-v6jjAJwZfF .row {
  border-radius: 25px;
  background-color: #f4f6fe;
  padding: 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-v6jjAJwZfF .row {
    padding: 40px 10px;
  }
}
.cid-v6jjAJwZfF .row .card,
.cid-v6jjAJwZfF .row .item {
  padding: 0;
}
.cid-v6jjAJwZfF .row-main {
  padding-top: 100px;
  border-radius: 25px 25px 0 0;
}
@media (max-width: 768px) {
  .cid-v6jjAJwZfF .row-main {
    padding-top: 50px;
  }
}
.cid-v6jjAJwZfF .row-main .mbr-text {
  margin-bottom: 0;
  padding-right: 80px;
}
.cid-v6jjAJwZfF .row-main .mbr-text span {
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-v6jjAJwZfF .row-main .mbr-text {
    padding: 0;
  }
}
.cid-v6jjAJwZfF .row-main .mbr-section-title {
  margin: 0;
}
.cid-v6jjAJwZfF .row-main .mbr-section-title span {
  opacity: .5;
}
.cid-v6jjAJwZfF .row-content {
  justify-content: center;
  padding: 40px 32px 84px;
  border-radius: 0 0 25px 25px;
}
@media (max-width: 768px) {
  .cid-v6jjAJwZfF .row-content {
    padding: 40px 2px 34px;
  }
}
.cid-v6jjAJwZfF .row-content .item {
  padding: 0 8px;
  min-height: 410px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-v6jjAJwZfF .row-content .item {
    min-height: 300px;
  }
}
.cid-v6jjAJwZfF .row-content .item:nth-child(2n) .item-wrapper .item-img::before {
  background-color: #426aaa;
}
.cid-v6jjAJwZfF .row-content .item:nth-child(5n) .item-wrapper .item-img::before {
  background-color: #3283fb;
}
.cid-v6jjAJwZfF .row-content .item .item-wrapper {
  border-radius: 0 !important;
  height: 100%;
}
.cid-v6jjAJwZfF .row-content .item .item-wrapper .item-img {
  position: relative;
  border-radius: 33px !important;
  overflow: hidden;
  height: 100%;
}
.cid-v6jjAJwZfF .row-content .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
.cid-v6jjAJwZfF .row-content .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #103564;
  opacity: .7;
  pointer-events: none;
  z-index: 1;
}
.cid-v6jjAJwZfF .row-content .item .item-wrapper .item-img .item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: relative;
  z-index: 1;
  padding: 56px 40px 40px;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-v6jjAJwZfF .row-content .item .item-wrapper .item-img .item-content {
    padding: 30px 15px;
  }
}
.cid-v6jjAJwZfF .row-content .item .item-wrapper .item-img .item-content .card-number {
  width: 100%;
  margin-bottom: 0;
  pointer-events: visible;
}
.cid-v6jjAJwZfF .row-content .item .item-wrapper .item-img .item-content .card-desc {
  opacity: .8;
  margin-bottom: 0;
  pointer-events: visible;
}
.cid-v6jjAJwZfF .mbr-section-title {
  color: #092b56;
}
.cid-v6jjAJwZfF .mbr-text {
  color: #092b56;
}
.cid-v6jjAJwZfF .card-number {
  color: #ffffff;
}
.cid-v6jjAJwZfF .card-desc {
  color: #ffffff;
}
.cid-v6jjANGpRZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bg-building-gradient-1900x1064.webp");
}
.cid-v6jjANGpRZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6jjANGpRZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6jjANGpRZ .content-wrapper {
  position: relative;
  z-index: 1;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 992px) {
  .cid-v6jjANGpRZ .content-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-v6jjANGpRZ .content-wrapper .label-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v6jjANGpRZ .content-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-v6jjANGpRZ .content-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #426aaa;
}
@media (max-width: 992px) {
  .cid-v6jjANGpRZ .content-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v6jjANGpRZ .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v6jjANGpRZ .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v6jjANGpRZ .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v6jjANGpRZ .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v6jjANGpRZ .items-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -7px;
}
.cid-v6jjANGpRZ .items-wrapper .item {
  width: 33.33%;
  padding: 0 7px;
  margin-bottom: 14px;
  animation: none !important;
}
@media (max-width: 1440px) {
  .cid-v6jjANGpRZ .items-wrapper .item {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-v6jjANGpRZ .items-wrapper .item {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-v6jjANGpRZ .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-v6jjANGpRZ .items-wrapper .item:focus .item-wrapper .item-img img {
  opacity: 1;
}
.cid-v6jjANGpRZ .items-wrapper .item .item-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden !important;
  background-image: radial-gradient(circle at 50% 100%, #426aaa, #103564 80%);
}
.cid-v6jjANGpRZ .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
  transition: all .5s ease;
  opacity: .3;
}
@media (max-width: 992px) {
  .cid-v6jjANGpRZ .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-v6jjANGpRZ .items-wrapper .item .item-wrapper .card-box {
  padding: 46px;
}
@media (max-width: 992px) {
  .cid-v6jjANGpRZ .items-wrapper .item .item-wrapper .card-box {
    padding: 18px;
  }
}
.cid-v6jjANGpRZ .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 22px;
}
.cid-v6jjANGpRZ .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v6jjANGpRZ .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 22px;
  width: 100%;
}
.cid-v6jjANGpRZ .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-v6jjANGpRZ .mbr-label,
.cid-v6jjANGpRZ .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v6jjANGpRZ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v6jjANGpRZ .item-title {
  color: #ffffff;
}
.cid-v6jjANGpRZ .item-text {
  color: #ddeafc;
}
.cid-v6tsVgXjb4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f4f6fe;
}
.cid-v6tsVgXjb4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6tsVgXjb4 .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-v6tsVgXjb4 .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v6tsVgXjb4 img {
  max-width: 550px;
}
@media (max-width: 992px) {
  .cid-v6tsVgXjb4 img {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-v6tsVgXjb4 .card-link {
  position: relative;
  width: fit-content;
  margin-top: 1rem;
}
.cid-v6tsVgXjb4 .card-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-v6tsVgXjb4 .card-link:hover a {
  background-image: none !important;
}
.cid-v6tsVgXjb4 .card-link:hover {
  cursor: pointer;
}
.cid-v6tsVgXjb4 .card-link:hover:before {
  width: 0%;
}
.cid-v6tsVgXjb4 .card {
  margin-bottom: 3rem;
}
.cid-v6tsVgXjb4 .mbr-iconfont {
  display: inline-flex;
  font-size: 1.5rem;
  color: #103564;
  align-items: center;
  justify-content: center;
  padding-bottom: 1rem;
}
.cid-v6tsVgXjb4 .row {
  justify-content: center;
}
.cid-v6tsVgXjb4 .card-box {
  align-items: center;
  border-bottom: 1px solid #103564;
  padding-bottom: .8rem;
}
.cid-v6tsVgXjb4 .card-box .iconfont-wrapper {
  margin-right: 1rem;
}
@media (max-width: 992px) {
  .cid-v6tsVgXjb4 .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-v6tsVgXjb4 .mbr-section-subtitle {
  color: #426aaa;
  text-align: left;
}
.cid-v6tsVgXjb4 .card-text {
  color: #426aaa;
}
.cid-v6tsVgXjb4 .card-title,
.cid-v6tsVgXjb4 .iconfont-wrapper {
  color: #103564;
  text-align: left;
}
.cid-v6tsVgXjb4 .mbr-section-title {
  text-align: left;
  color: #103564;
}
.cid-v6tsVgXjb4 .card-link,
.cid-v6tsVgXjb4 .link-icon,
.cid-v6tsVgXjb4 .link-align {
  color: #232323;
}
.cid-v6tvBjumms {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #103564;
}
.cid-v6tvBjumms .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6tvBjumms .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6tvBjumms .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 32px 32px 106px;
  background-image: radial-gradient(circle at 5% 113%, #426aaa, #103564 74%);
}
@media (max-width: 1440px) {
  .cid-v6tvBjumms .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v6tvBjumms .card-wrapper {
    display: block;
    padding: 18px;
  }
}
.cid-v6tvBjumms .card-wrapper .content-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-v6tvBjumms .card-wrapper .content-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-v6tvBjumms .card-wrapper .content-wrapper .title-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v6tvBjumms .card-wrapper .content-wrapper .title-wrapper {
    margin-bottom: 28px;
  }
}
.cid-v6tvBjumms .card-wrapper .content-wrapper .title-wrapper .label-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v6tvBjumms .card-wrapper .content-wrapper .title-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-v6tvBjumms .card-wrapper .content-wrapper .title-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #426aaa;
}
@media (max-width: 992px) {
  .cid-v6tvBjumms .card-wrapper .content-wrapper .title-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v6tvBjumms .card-wrapper .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v6tvBjumms .card-wrapper .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v6tvBjumms .card-wrapper .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v6tvBjumms .card-wrapper .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v6tvBjumms .card-wrapper .content-wrapper .panel-group {
  position: relative;
}
.cid-v6tvBjumms .card-wrapper .content-wrapper .panel-group::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-image: linear-gradient(#426aaa, #3a6ef6, #88c7d9);
}
.cid-v6tvBjumms .card-wrapper .content-wrapper .panel-group .card {
  position: relative;
  padding: 32px 0;
  background-color: transparent;
  border: none;
  transition: all 0.3s ease-in-out;
  padding: 32px 32px 32px 54px;
}
@media (max-width: 992px) {
  .cid-v6tvBjumms .card-wrapper .content-wrapper .panel-group .card {
    padding: 18px 0;
  }
}
@media (max-width: 992px) {
  .cid-v6tvBjumms .card-wrapper .content-wrapper .panel-group .card {
    padding: 18px 0 18px 18px;
  }
}
.cid-v6tvBjumms .card-wrapper .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v6tvBjumms .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-v6tvBjumms .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-v6tvBjumms .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 22px;
}
.cid-v6tvBjumms .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v6tvBjumms .card-wrapper .image-wrapper {
  width: 50%;
  height: 100%;
  padding-left: 74px;
}
@media (max-width: 992px) {
  .cid-v6tvBjumms .card-wrapper .image-wrapper {
    padding-left: 0;
    width: 100%;
  }
}
.cid-v6tvBjumms .card-wrapper .image-wrapper img {
  min-height: 500px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v6tvBjumms .card-wrapper .image-wrapper img {
    min-height: auto;
    height: 300px;
  }
}
.cid-v6tvBjumms .mbr-label,
.cid-v6tvBjumms .label-wrapper {
  color: #ffffff;
}
.cid-v6tvBjumms .mbr-section-title {
  color: #ffffff;
}
.cid-v6tvBjumms .panel-title-edit {
  color: #ddeafc;
}
.cid-v6tvBjumms .panel-text {
  color: #f4f6fe;
}
.cid-v6jjB8mCjZ {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #f4f6fe;
}
.cid-v6jjB8mCjZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6jjB8mCjZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6jjB8mCjZ .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v6jjB8mCjZ .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v6jjB8mCjZ .title-wrapper {
    width: 100%;
  }
}
.cid-v6jjB8mCjZ .title-wrapper .label-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v6jjB8mCjZ .title-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-v6jjB8mCjZ .title-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #ddeafc;
}
@media (max-width: 992px) {
  .cid-v6jjB8mCjZ .title-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v6jjB8mCjZ .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v6jjB8mCjZ .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v6jjB8mCjZ .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v6jjB8mCjZ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v6jjB8mCjZ .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #426aaa, #426aaa 50%, #88c7d9);
}
.cid-v6jjB8mCjZ .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6jjB8mCjZ .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-v6jjB8mCjZ .title-wrapper .mbr-section-btn {
  margin-top: 42px;
}
@media (max-width: 992px) {
  .cid-v6jjB8mCjZ .title-wrapper .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-v6jjB8mCjZ .mbr-label,
.cid-v6jjB8mCjZ .label-wrapper {
  color: #426aaa;
  text-align: center;
}
.cid-v6jjB8mCjZ .mbr-section-title {
  color: #ffffff;
}
.cid-v6jjB8mCjZ .mbr-section-subtitle,
.cid-v6jjB8mCjZ .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v6jjB8mCjZ .mbr-text {
  color: #426aaa;
  text-align: center;
}
.cid-v6jjB8mCjZ .mbr-section-title,
.cid-v6jjB8mCjZ .mbr-section-btn {
  text-align: center;
  color: #103564;
}
.cid-v6jjBaDQ4z {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #f4f6fe;
}
.cid-v6jjBaDQ4z .item-img,
.cid-v6jjBaDQ4z .img-wrap,
.cid-v6jjBaDQ4z img {
  border-radius: 50% !important;
  display: flex;
  justify-content: center;
}
.cid-v6jjBaDQ4z img,
.cid-v6jjBaDQ4z .item-img {
  width: 230px;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  min-height: 230px;
  height: 230px;
}
@media (max-width: 1600px) {
  .cid-v6jjBaDQ4z img,
  .cid-v6jjBaDQ4z .item-img {
    width: 180px;
    min-height: 180px;
    height: 180px;
  }
}
.cid-v6jjBaDQ4z .item-img {
  border: 1px solid transparent;
  transition: all 0.3s;
}
.cid-v6jjBaDQ4z .item:focus,
.cid-v6jjBaDQ4z span:focus {
  outline: none;
}
.cid-v6jjBaDQ4z .img-wrap {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-v6jjBaDQ4z .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v6jjBaDQ4z .item {
    margin-bottom: 1rem;
  }
}
.cid-v6jjBaDQ4z h5 {
  margin: 0;
}
.cid-v6jjBaDQ4z .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-v6jjBaDQ4z .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-v6jjBaDQ4z .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-v6jjBaDQ4z .item-wrapper:hover .item-img {
  border: 1px solid lightgray;
}
.cid-v6jjBaDQ4z .item-wrapper:hover .img-wrap {
  margin: 10px;
}
@media (max-width: 992px) {
  .cid-v6jjBaDQ4z .item-wrapper {
    height: auto;
  }
}
.cid-v6jjBaDQ4z .mbr-section-title {
  color: #103564;
  text-align: center;
}
.cid-v6jjBaDQ4z .item-title {
  text-align: center;
  color: #103564;
}
.cid-v6jjBaDQ4z .item-subtitle {
  text-align: center;
  color: #103564;
}
.cid-v6jjBaDQ4z .mbr-text,
.cid-v6jjBaDQ4z .item .mbr-section-btn {
  text-align: center;
}
.cid-v6jjBaDQ4z .mbr-section-subtitle,
.cid-v6jjBaDQ4z .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-v6jjBcLsWi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v6jjBcLsWi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6jjBcLsWi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6jjBcLsWi .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v6jjBcLsWi .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v6jjBcLsWi .title-wrapper {
    width: 100%;
  }
}
.cid-v6jjBcLsWi .title-wrapper .label-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v6jjBcLsWi .title-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-v6jjBcLsWi .title-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #ddeafc;
}
@media (max-width: 992px) {
  .cid-v6jjBcLsWi .title-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v6jjBcLsWi .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v6jjBcLsWi .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v6jjBcLsWi .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v6jjBcLsWi .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v6jjBcLsWi .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #426aaa, #88c7d9 50%, #426aaa);
}
.cid-v6jjBcLsWi .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6jjBcLsWi .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-v6jjBcLsWi .title-wrapper .mbr-section-btn {
  margin-top: 42px;
}
@media (max-width: 992px) {
  .cid-v6jjBcLsWi .title-wrapper .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-v6jjBcLsWi .mbr-label,
.cid-v6jjBcLsWi .label-wrapper {
  color: #426aaa;
  text-align: center;
}
.cid-v6jjBcLsWi .mbr-section-title {
  color: #ffffff;
}
.cid-v6jjBcLsWi .mbr-section-subtitle,
.cid-v6jjBcLsWi .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v6jjBcLsWi .mbr-text {
  color: #426aaa;
  text-align: center;
}
.cid-v6jjBcLsWi .mbr-section-title,
.cid-v6jjBcLsWi .mbr-section-btn {
  text-align: center;
  color: #103564;
}
.cid-v6jjBe0Hg6 {
  background-image: url("../../../assets/images/sql-account-clients-2000x1404.webp");
}
.cid-v6jjBe0Hg6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6jjBe0Hg6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6jjBe0Hg6 .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-v6jjBe0Hg6 .image-wrap {
    height: 300px;
  }
}
.cid-v7A9diw38m {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f6fe;
}
.cid-v7A9diw38m .card-subtitle {
  text-align: left;
  margin-left: -15px;
  color: #8c8c95;
}
.cid-v7A9diw38m .shadow {
  border-radius: 34px;
  box-shadow: 0 5px 12px 0 rgba(20, 20, 43, 0.05) !important;
  overflow: visible;
  padding: 48px 42px 38px;
  background-color: #ffffff;
  height: 100%;
}
.cid-v7A9diw38m .iconfont-wrapper {
  text-align: left;
  margin-bottom: 16px;
}
.cid-v7A9diw38m .iconfont-wrapper .mbr-iconfont {
  color: #ff9417;
}
.cid-v7A9diw38m .card-text {
  margin-bottom: 16px;
  text-align: left;
  color: #8c8c95;
}
.cid-v7A9diw38m .button-align {
  margin-top: 36px;
  text-align: center;
}
.cid-v7A9diw38m .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-v7A9diw38m img {
  border-radius: 10%;
  height: 65px;
  width: auto;
  margin: 0;
}
.cid-v7A9diw38m .mbr-iconfont::before {
  font-size: 25px;
}
.cid-v7A9diw38m .card-title {
  margin-bottom: 4px;
  padding: 0;
  margin-left: -15px;
}
.cid-v7A9diw38m .col-12.col-md-6.col-lg-4 {
  margin-top: 30px;
}
.cid-v7A9diw38m .col-12.col-md-6.col-lg-4:nth-child(1) {
  margin-top: 0px;
}
.cid-v7A9diw38m .col-12.col-md-6.col-lg-4:nth-child(2) {
  margin-top: 0px;
}
.cid-v7A9diw38m .col-12.col-md-6.col-lg-4:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .cid-v7A9diw38m .col-12.col-md-6.col-lg-4:nth-child(3) {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .cid-v7A9diw38m .col-12.col-md-6.col-lg-4:nth-child(2) {
    margin-top: 30px;
  }
}
.cid-v7A9diw38m .align {
  display: flex;
  align-items: center;
}
.cid-v7A9diw38m .mbr-section-title {
  margin-bottom: 56px;
  color: #103564;
  text-align: center;
}
.cid-v7A9diw38m .btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v7A9diw38m .shadow {
    padding: 40px 40px 32px;
  }
}
@media (max-width: 479px) {
  .cid-v7A9diw38m .shadow {
    padding: 33px 25px 28px;
  }
}
.cid-v7A9diw38m .card-text,
.cid-v7A9diw38m .iconfont-wrapper {
  color: #555555;
}
.cid-vb06W04jro {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #103564;
}
.cid-vb06W04jro .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb06W04jro .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb06W04jro .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-vb06W04jro .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vb06W04jro .title-wrapper {
    width: 100%;
  }
}
.cid-vb06W04jro .title-wrapper .label-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-vb06W04jro .title-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-vb06W04jro .title-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #426aaa;
}
@media (max-width: 992px) {
  .cid-vb06W04jro .title-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-vb06W04jro .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-vb06W04jro .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-vb06W04jro .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vb06W04jro .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vb06W04jro .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #88c7d9, #88c7d9 50%, #426aaa);
}
.cid-vb06W04jro .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vb06W04jro .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-vb06W04jro .title-wrapper .mbr-section-btn {
  margin-top: 42px;
}
@media (max-width: 992px) {
  .cid-vb06W04jro .title-wrapper .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-vb06W04jro .mbr-label,
.cid-vb06W04jro .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vb06W04jro .mbr-section-title {
  color: #ffffff;
}
.cid-vb06W04jro .mbr-section-subtitle,
.cid-vb06W04jro .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vb06W04jro .mbr-text {
  color: #ddeafc;
  text-align: center;
}
.cid-vb06W04jro .mbr-section-title,
.cid-vb06W04jro .mbr-section-btn {
  text-align: center;
}
.cid-v6jjBohoc8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #103564;
}
.cid-v6jjBohoc8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6jjBohoc8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6jjBohoc8 .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v6jjBohoc8 .content-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v6jjBohoc8 .content-wrapper {
    width: 100%;
  }
}
.cid-v6jjBohoc8 .content-wrapper .content-wrap {
  margin-bottom: 82px;
}
@media (max-width: 992px) {
  .cid-v6jjBohoc8 .content-wrapper .content-wrap {
    margin-bottom: 28px;
  }
}
.cid-v6jjBohoc8 .content-wrapper .content-wrap .logo-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v6jjBohoc8 .content-wrapper .content-wrap .logo-wrapper {
    margin-bottom: 22px;
  }
}
.cid-v6jjBohoc8 .content-wrapper .content-wrap .logo-wrapper img {
  display: inline-flex;
  width: 54px;
  height: 54px;
  border-radius: 100%;
  object-fit: cover;
}
.cid-v6jjBohoc8 .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
@media (max-width: 992px) {
  .cid-v6jjBohoc8 .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-v6jjBohoc8 .content-wrapper .content-wrap .social-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v6jjBohoc8 .content-wrapper .content-wrap .social-wrapper {
    margin-bottom: 22px;
  }
}
.cid-v6jjBohoc8 .content-wrapper .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}
.cid-v6jjBohoc8 .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 130px;
  background-color: #291f39;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-v6jjBohoc8 .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item {
    width: 80px;
    height: 80px;
  }
}
.cid-v6jjBohoc8 .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item:hover a .mbr-iconfont,
.cid-v6jjBohoc8 .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item:focus a .mbr-iconfont {
  transform: scale(1.2);
}
.cid-v6jjBohoc8 .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-v6jjBohoc8 .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  font-size: 54px;
  transition: all 0.3s ease-in-out;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #1c4eff, #ca45ff 50%, #fe881b);
}
@media (max-width: 992px) {
  .cid-v6jjBohoc8 .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
    font-size: 32px;
  }
}
.cid-v6jjBohoc8 .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v6jjBohoc8 .mbr-section-title {
  color: #ffffff;
}
.cid-v6jjBohoc8 .mbr-copy {
  color: #8faad6;
  text-align: center;
}
.cid-v6jjBohoc8 .mbr-section-title,
.cid-v6jjBohoc8 .logo-wrapper,
.cid-v6jjBohoc8 .social-wrapper,
.cid-v6jjBohoc8 .title-wrapper {
  text-align: center;
}
.cid-veiPauJuY3 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-veiPauJuY3 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-veiPauJuY3 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-veiPauJuY3 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-veiPauJuY3 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-veiPauJuY3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veiPauJuY3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veiPauJuY3 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-veiPauJuY3 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-veiPauJuY3 .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-veiPauJuY3 .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 12px 0 !important;
  margin: 0 24px !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-veiPauJuY3 .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 10px !important;
    margin: 0 !important;
  }
}
.cid-veiPauJuY3 .navbar-nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  height: 3px !important;
  width: 0;
  transition: all 0.5s ease-in-out;
  background-image: linear-gradient(90deg, #426aaa, #3283fb, #88c7d9);
}
.cid-veiPauJuY3 .navbar-nav .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-veiPauJuY3 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-veiPauJuY3 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-veiPauJuY3 .navbar-nav .dropdown-item {
  padding: 17px 24px !important;
  border-radius: 1rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #ffffff;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-veiPauJuY3 .navbar-nav .dropdown-item {
    margin: 0 8px 0 0 !important;
  }
}
.cid-veiPauJuY3 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-veiPauJuY3 .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-veiPauJuY3 .navbar-caption {
  padding-left: 1rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-veiPauJuY3 .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-veiPauJuY3 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-veiPauJuY3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-veiPauJuY3 .container,
.cid-veiPauJuY3 .container-fluid {
  display: flex;
  min-height: 77px;
  padding: 0 8px 0 24px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 14px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-veiPauJuY3 .container,
  .cid-veiPauJuY3 .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-veiPauJuY3 .container,
  .cid-veiPauJuY3 .container-fluid {
    width: 95%;
    min-height: 60px;
    padding-right: 1rem;
    margin-top: 0.5rem;
  }
}
.cid-veiPauJuY3 .container-fluid {
  margin-left: 40px;
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-veiPauJuY3 .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-veiPauJuY3 .iconfont-wrapper {
  width: 62px;
  height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.5rem;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  box-shadow: 0 1px 6px #eeeeee;
}
.cid-veiPauJuY3 .iconfont-wrapper:first-child {
  margin-left: 0;
}
.cid-veiPauJuY3 .iconfont-wrapper .mbr-iconfont {
  font-size: 22px;
  color: #103564 !important;
  transition: all .3s ease;
}
.cid-veiPauJuY3 .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .6;
}
.cid-veiPauJuY3 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-veiPauJuY3 .nav-item:focus,
.cid-veiPauJuY3 .nav-link:focus {
  outline: none;
}
.cid-veiPauJuY3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veiPauJuY3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veiPauJuY3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veiPauJuY3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veiPauJuY3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veiPauJuY3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veiPauJuY3 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-veiPauJuY3 .navbar.opened {
  transition: all 0.3s;
}
.cid-veiPauJuY3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veiPauJuY3 .navbar .navbar-logo img {
  width: auto;
}
.cid-veiPauJuY3 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-veiPauJuY3 .navbar.collapsed {
  justify-content: center;
}
.cid-veiPauJuY3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veiPauJuY3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veiPauJuY3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-veiPauJuY3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veiPauJuY3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veiPauJuY3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-veiPauJuY3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veiPauJuY3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veiPauJuY3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-veiPauJuY3 .navbar {
    min-height: 72px;
  }
  .cid-veiPauJuY3 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-veiPauJuY3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veiPauJuY3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veiPauJuY3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veiPauJuY3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veiPauJuY3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-veiPauJuY3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veiPauJuY3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-veiPauJuY3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veiPauJuY3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veiPauJuY3 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-veiPauJuY3 .dropdown-item.active,
.cid-veiPauJuY3 .dropdown-item:active {
  background-color: transparent;
}
.cid-veiPauJuY3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veiPauJuY3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veiPauJuY3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veiPauJuY3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 3.5rem;
}
@media (max-width: 992px) {
  .cid-veiPauJuY3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-veiPauJuY3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-veiPauJuY3 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-veiPauJuY3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veiPauJuY3 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-veiPauJuY3 .navbar-buttons {
    text-align: left;
  }
}
.cid-veiPauJuY3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-veiPauJuY3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #103564;
}
.cid-veiPauJuY3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-veiPauJuY3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veiPauJuY3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-veiPauJuY3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-veiPauJuY3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veiPauJuY3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veiPauJuY3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veiPauJuY3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veiPauJuY3 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-veiPauJuY3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veiPauJuY3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-veiPauJuY3 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veiPauJuY3 .navbar {
    height: 77px;
  }
  .cid-veiPauJuY3 .navbar.opened {
    height: auto;
  }
  .cid-veiPauJuY3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veiPauJuY3 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-veiPauJuY3 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-veiPauJuY3 .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-veiPauJuY3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-veiPauJuY3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-veiPauJuY3 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-veiPauJuY3 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-veiPauJuY3 .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-veiPauJuY3 .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-veiPauJuY3 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-veiPauJuY3 .navbar-brand {
    margin-right: auto;
  }
  .cid-veiPauJuY3 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-veiPauJuY3 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-veiPauJuY3 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-veiPauJuY3 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 10px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-veiPauJuY3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-veiPauJuY3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-veiPauJuY3 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-veiPauJuY3 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-veiPauJuY3 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-veiPauJuY3 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-veiPawuhZ6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bg-building-1900x1200.webp");
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.cid-veiPawuhZ6 .gradient-wrap {
  position: absolute;
  bottom: 20%;
  width: 105%;
  height: 135%;
  border-radius: 100%;
  background-color: #103564;
  filter: blur(2rem);
  pointer-events: none;
}
@media (max-width: 1440px) {
  .cid-veiPawuhZ6 .gradient-wrap {
    width: 150%;
  }
}
@media (max-width: 758px) {
  .cid-veiPawuhZ6 .gradient-wrap {
    width: 250%;
  }
}
.cid-veiPawuhZ6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veiPawuhZ6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veiPawuhZ6 .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-veiPawuhZ6 .content-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-veiPawuhZ6 .content-wrapper {
    width: 100%;
  }
}
.cid-veiPawuhZ6 .content-wrapper .label-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-veiPawuhZ6 .content-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-veiPawuhZ6 .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #88c7d9, #88c7d9 50%, #426aaa);
}
.cid-veiPawuhZ6 .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-veiPawuhZ6 .content-wrapper .mbr-section-title {
    margin-bottom: 18px;
  }
}
.cid-veiPawuhZ6 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-veiPawuhZ6 .content-wrapper .mbr-section-btn {
  margin-top: 46px;
}
@media (max-width: 992px) {
  .cid-veiPawuhZ6 .content-wrapper .mbr-section-btn {
    margin-top: 18px;
  }
}
.cid-veiPawuhZ6 .mbr-label,
.cid-veiPawuhZ6 .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-veiPawuhZ6 .mbr-section-title {
  color: #ffffff;
}
.cid-veiPawuhZ6 .mbr-text {
  color: #ddeafc;
  text-align: center;
}
.cid-veiPawuhZ6 .mbr-section-title,
.cid-veiPawuhZ6 .mbr-section-btn {
  text-align: center;
}
.cid-veiPax0AtW {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f4f6fe;
}
.cid-veiPax0AtW .wrap-block {
  padding-right: 30px;
}
.cid-veiPax0AtW .cards {
  padding-left: 30px;
}
.cid-veiPax0AtW .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-veiPax0AtW .wrap-block .contents {
  margin-bottom: 40px;
}
.cid-veiPax0AtW .wrap-block .contents .mbr-subtitle {
  color: #3a6ef6;
  margin-bottom: 14px;
}
.cid-veiPax0AtW .wrap-block .contents .mbr-section-title {
  margin-bottom: 5px;
  color: #3a6ef6;
}
.cid-veiPax0AtW .wrap-block .contents .mbr-text {
  margin-top: 17px;
}
.cid-veiPax0AtW .wrap-block .contents h3 {
  color: #426aaa;
}
.cid-veiPax0AtW .wrap-block .contents h4 {
  color: #426aaa;
}
.cid-veiPax0AtW .wrap-block .contents .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-veiPax0AtW .cards-wrap {
  flex-direction: column;
}
.cid-veiPax0AtW .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
}
.cid-veiPax0AtW .wrapper .img {
  margin-bottom: 20px;
}
.cid-veiPax0AtW .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #3a6ef6;
  border-radius: 50%;
}
.cid-veiPax0AtW .wrapper .mbr-card-title {
  color: #3a6ef6;
  padding-bottom: 14px;
  margin-bottom: 10px;
}
.cid-veiPax0AtW .wrapper .mbr-text {
  margin-bottom: 19px;
  color: #426aaa;
}
@media (max-width: 767px) {
  .cid-veiPax0AtW * {
    text-align: left;
  }
}
.cid-veiPax0AtW .mbr-fallback-image.disabled {
  display: none;
}
.cid-veiPax0AtW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veiPax0AtW .wrap-block .contents .mbr-section-title,
.cid-veiPax0AtW .menu-content-right {
  color: #103564;
}
.cid-veiPax0AtW .wrap-block .contents .mbr-subtitle,
.cid-veiPax0AtW .menu-content-right {
  color: #103564;
}
.cid-veiPax0AtW .wrapper .mbr-card-title,
.cid-veiPax0AtW .img {
  color: #103564;
}
.cid-veiPax0AtW .wrapper .mbr-text,
.cid-veiPax0AtW .img {
  color: #426aaa;
}
.cid-veiPazcENE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #103564;
}
.cid-veiPazcENE .mbr-fallback-image.disabled {
  display: none;
}
.cid-veiPazcENE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veiPazcENE .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-veiPazcENE .content-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-veiPazcENE .content-wrapper {
    width: 100%;
  }
}
.cid-veiPazcENE .content-wrapper .content-wrap {
  margin-bottom: 82px;
}
@media (max-width: 992px) {
  .cid-veiPazcENE .content-wrapper .content-wrap {
    margin-bottom: 28px;
  }
}
.cid-veiPazcENE .content-wrapper .content-wrap .logo-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-veiPazcENE .content-wrapper .content-wrap .logo-wrapper {
    margin-bottom: 22px;
  }
}
.cid-veiPazcENE .content-wrapper .content-wrap .logo-wrapper img {
  display: inline-flex;
  width: 54px;
  height: 54px;
  border-radius: 100%;
  object-fit: cover;
}
.cid-veiPazcENE .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
@media (max-width: 992px) {
  .cid-veiPazcENE .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-veiPazcENE .content-wrapper .content-wrap .social-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-veiPazcENE .content-wrapper .content-wrap .social-wrapper {
    margin-bottom: 22px;
  }
}
.cid-veiPazcENE .content-wrapper .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}
.cid-veiPazcENE .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 130px;
  background-color: #291f39;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-veiPazcENE .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item {
    width: 80px;
    height: 80px;
  }
}
.cid-veiPazcENE .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item:hover a .mbr-iconfont,
.cid-veiPazcENE .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item:focus a .mbr-iconfont {
  transform: scale(1.2);
}
.cid-veiPazcENE .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-veiPazcENE .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  font-size: 54px;
  transition: all 0.3s ease-in-out;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #1c4eff, #ca45ff 50%, #fe881b);
}
@media (max-width: 992px) {
  .cid-veiPazcENE .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
    font-size: 32px;
  }
}
.cid-veiPazcENE .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-veiPazcENE .mbr-section-title {
  color: #ffffff;
}
.cid-veiPazcENE .mbr-copy {
  color: #8faad6;
  text-align: center;
}
.cid-veiPazcENE .mbr-section-title,
.cid-veiPazcENE .logo-wrapper,
.cid-veiPazcENE .social-wrapper,
.cid-veiPazcENE .title-wrapper {
  text-align: center;
}
.cid-v6yf154ZSP {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v6yf154ZSP .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v6yf154ZSP .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v6yf154ZSP .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v6yf154ZSP .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-v6yf154ZSP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v6yf154ZSP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v6yf154ZSP .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v6yf154ZSP .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-v6yf154ZSP .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-v6yf154ZSP .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 12px 0 !important;
  margin: 0 24px !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v6yf154ZSP .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 10px !important;
    margin: 0 !important;
  }
}
.cid-v6yf154ZSP .navbar-nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  height: 3px !important;
  width: 0;
  transition: all 0.5s ease-in-out;
  background-image: linear-gradient(90deg, #426aaa, #3283fb, #88c7d9);
}
.cid-v6yf154ZSP .navbar-nav .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-v6yf154ZSP .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v6yf154ZSP .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v6yf154ZSP .navbar-nav .dropdown-item {
  padding: 17px 24px !important;
  border-radius: 1rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #ffffff;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v6yf154ZSP .navbar-nav .dropdown-item {
    margin: 0 8px 0 0 !important;
  }
}
.cid-v6yf154ZSP .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v6yf154ZSP .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-v6yf154ZSP .navbar-caption {
  padding-left: 1rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v6yf154ZSP .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-v6yf154ZSP .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v6yf154ZSP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-v6yf154ZSP .container,
.cid-v6yf154ZSP .container-fluid {
  display: flex;
  min-height: 77px;
  padding: 0 8px 0 24px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 14px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v6yf154ZSP .container,
  .cid-v6yf154ZSP .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-v6yf154ZSP .container,
  .cid-v6yf154ZSP .container-fluid {
    width: 95%;
    min-height: 60px;
    padding-right: 1rem;
    margin-top: 0.5rem;
  }
}
.cid-v6yf154ZSP .container-fluid {
  margin-left: 40px;
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-v6yf154ZSP .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-v6yf154ZSP .iconfont-wrapper {
  width: 62px;
  height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.5rem;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  box-shadow: 0 1px 6px #eeeeee;
}
.cid-v6yf154ZSP .iconfont-wrapper:first-child {
  margin-left: 0;
}
.cid-v6yf154ZSP .iconfont-wrapper .mbr-iconfont {
  font-size: 22px;
  color: #103564 !important;
  transition: all .3s ease;
}
.cid-v6yf154ZSP .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .6;
}
.cid-v6yf154ZSP .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-v6yf154ZSP .nav-item:focus,
.cid-v6yf154ZSP .nav-link:focus {
  outline: none;
}
.cid-v6yf154ZSP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v6yf154ZSP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v6yf154ZSP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v6yf154ZSP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v6yf154ZSP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v6yf154ZSP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v6yf154ZSP .navbar {
  min-height: 77px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v6yf154ZSP .navbar.opened {
  transition: all 0.3s;
}
.cid-v6yf154ZSP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v6yf154ZSP .navbar .navbar-logo img {
  width: auto;
}
.cid-v6yf154ZSP .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v6yf154ZSP .navbar.collapsed {
  justify-content: center;
}
.cid-v6yf154ZSP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v6yf154ZSP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v6yf154ZSP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-v6yf154ZSP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v6yf154ZSP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v6yf154ZSP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v6yf154ZSP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v6yf154ZSP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v6yf154ZSP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v6yf154ZSP .navbar {
    min-height: 72px;
  }
  .cid-v6yf154ZSP .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v6yf154ZSP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v6yf154ZSP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v6yf154ZSP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v6yf154ZSP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v6yf154ZSP .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v6yf154ZSP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v6yf154ZSP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v6yf154ZSP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v6yf154ZSP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v6yf154ZSP .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v6yf154ZSP .dropdown-item.active,
.cid-v6yf154ZSP .dropdown-item:active {
  background-color: transparent;
}
.cid-v6yf154ZSP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v6yf154ZSP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v6yf154ZSP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v6yf154ZSP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 3.5rem;
}
@media (max-width: 992px) {
  .cid-v6yf154ZSP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v6yf154ZSP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-v6yf154ZSP .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v6yf154ZSP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v6yf154ZSP .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v6yf154ZSP .navbar-buttons {
    text-align: left;
  }
}
.cid-v6yf154ZSP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v6yf154ZSP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #103564;
}
.cid-v6yf154ZSP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v6yf154ZSP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6yf154ZSP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6yf154ZSP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v6yf154ZSP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6yf154ZSP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v6yf154ZSP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v6yf154ZSP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6yf154ZSP .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v6yf154ZSP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v6yf154ZSP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v6yf154ZSP .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v6yf154ZSP .navbar {
    height: 77px;
  }
  .cid-v6yf154ZSP .navbar.opened {
    height: auto;
  }
  .cid-v6yf154ZSP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v6yf154ZSP .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v6yf154ZSP .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-v6yf154ZSP .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-v6yf154ZSP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v6yf154ZSP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v6yf154ZSP .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v6yf154ZSP .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v6yf154ZSP .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-v6yf154ZSP .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-v6yf154ZSP .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v6yf154ZSP .navbar-brand {
    margin-right: auto;
  }
  .cid-v6yf154ZSP .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-v6yf154ZSP .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v6yf154ZSP .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-v6yf154ZSP .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 10px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v6yf154ZSP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v6yf154ZSP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v6yf154ZSP .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v6yf154ZSP .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-v6yf154ZSP .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v6yf154ZSP .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v6yf16Tcax {
  background-image: url("../../../assets/images/sql-factory-workers-2000x1116.webp");
}
.cid-v6yf16Tcax .cards {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .cid-v6yf16Tcax .cards {
    flex-direction: column;
    align-items: center;
  }
}
.cid-v6yf16Tcax .card-row {
  margin-top: 10rem;
}
@media (max-width: 767px) {
  .cid-v6yf16Tcax .card-row .card-box {
    margin-bottom: 4rem;
  }
}
.cid-v6yf16Tcax .card-title {
  padding: 0;
  margin: 0;
}
.cid-v6yf16Tcax .iconcard-wrapper {
  display: flex;
  padding-right: 5rem;
}
@media (max-width: 991px) {
  .cid-v6yf16Tcax .iconcard-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v6yf16Tcax .iconcard-wrapper {
    padding-right: 0rem;
    width: fit-content;
  }
}
.cid-v6yf16Tcax .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-v6yf16Tcax .card-icon {
  font-size: 1.5rem;
  color: currentColor;
  padding-right: 0.8rem;
}
@media (max-width: 991px) {
  .cid-v6yf16Tcax .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v6yf16Tcax .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v6yf16Tcax .card-title,
.cid-v6yf16Tcax .card-icon {
  color: #103564;
}
.cid-v6yf16Tcax .mbr-section-title {
  color: #103564;
}
.cid-v6yf16Tcax .mbr-text,
.cid-v6yf16Tcax .mbr-section-btn {
  color: #103564;
}
.cid-v6yf16Tcax .card-text {
  color: #103564;
}
.cid-v6yf16Tcax .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6yf16Tcax .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6yf16Tcax .card-title,
.cid-v6yf16Tcax .iconfont-wrapper {
  color: #103564;
}
.cid-v7w8eGGgKy {
  background-color: #f4f6fe;
}
@media (max-width: 1440px) {
  .cid-v7w8eGGgKy {
    padding-top: 10rem;
    padding-bottom: 8rem;
  }
}
.cid-v7w8eGGgKy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7w8eGGgKy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7w8eGGgKy .container {
  max-width: 100%;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-v7w8eGGgKy .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-v7w8eGGgKy .row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.cid-v7w8eGGgKy .content-container {
  display: flex;
  align-items: stretch;
  width: 100%;
  flex-direction: row-reverse;
}
@media (max-width: 1440px) {
  .cid-v7w8eGGgKy .content-container {
    flex-wrap: wrap;
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .cid-v7w8eGGgKy .content-container {
    padding: 0 20px;
  }
}
.cid-v7w8eGGgKy .img-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 1440px) {
  .cid-v7w8eGGgKy .img-container {
    order: 3;
    width: 100%;
    background-color: transparent;
  }
}
.cid-v7w8eGGgKy .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.cid-v7w8eGGgKy .image-wrapper img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v7w8eGGgKy .image-wrapper img {
    max-width: 760px;
  }
}
.cid-v7w8eGGgKy .text-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 0 5% 0  5%;
  min-height: 780px;
  padding-top: 10rem;
  padding-bottom: 8rem;
}
@media (max-width: 991px) {
  .cid-v7w8eGGgKy .text-container {
    width: 100%;
    padding: 0;
    min-height: 0;
    margin-bottom: 20px;
  }
}
.cid-v7w8eGGgKy .mbr-section-title {
  color: #103564;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-v7w8eGGgKy .mbr-section-title {
    text-align: center !important;
  }
}
.cid-v7w8eGGgKy .mbr-text {
  color: #112B6D;
  margin-bottom: 0;
  margin-top: 20px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-v7w8eGGgKy .mbr-text {
    text-align: center !important;
  }
}
.cid-v7w8eGGgKy .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-v7w8eGGgKy .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-v7w8eGGgKy .col-list {
  margin-top: 25px;
  width: 100%;
}
.cid-v7w8eGGgKy .list-title {
  color: #426aaa;
  margin-bottom: 20px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-v7w8eGGgKy .list-title {
    text-align: center !important;
  }
}
.cid-v7w8eGGgKy .list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  padding-left: 0;
}
.cid-v7w8eGGgKy .item-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-v7w8eGGgKy .item-wrap:not(:first-child) {
  margin-top: 30px;
}
.cid-v7w8eGGgKy .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 36px;
  padding: 3px;
  min-width: 30px;
  min-height: 30px;
  border-radius: 100%;
  border: 2px solid #103564;
}
.cid-v7w8eGGgKy .iconfont-wrapper .mbr-iconfont {
  color: #103564;
  font-size: 14px;
  padding: 3px;
  border-radius: 100%;
  background-color: #b3dfff;
}
.cid-v7w8eGGgKy .list-text {
  color: #103564;
  flex-grow: 1;
}
.cid-v7w8eGGgKy .mbr-text,
.cid-v7w8eGGgKy .mbr-section-btn {
  color: #103564;
}
.cid-v6QXJ1Wpeu {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f4f6fe;
}
.cid-v6QXJ1Wpeu img {
  width: 120px;
  margin: auto;
}
.cid-v6QXJ1Wpeu .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
  border-radius: 0.5rem;
}
.cid-v6QXJ1Wpeu .mbr-section-title {
  color: #103564;
}
.cid-v6QXJ1Wpeu .mbr-section-subtitle {
  border-radius: 0.5rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #3a6ef6;
}
.cid-v6QXJ1Wpeu .mbr-section-subtitle,
.cid-v6QXJ1Wpeu .subtitle-wrap,
.cid-v6QXJ1Wpeu .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v6yf1fAi47 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f4f6fe;
}
.cid-v6yf1fAi47 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v6yf1fAi47 .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-v6yf1fAi47 .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-v6yf1fAi47 .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-v6yf1fAi47 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v6yf1fAi47 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6yf1fAi47 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v6yf1fAi47 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 850px;
  max-width: 850px;
}
@media (max-width: 1200px) {
  .cid-v6yf1fAi47 .embla__slide {
    min-width: 650px;
    max-width: 650px;
  }
}
@media (max-width: 767px) {
  .cid-v6yf1fAi47 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v6yf1fAi47 .embla__slide:hover .slide-content .item-wrapper .item-img img,
.cid-v6yf1fAi47 .embla__slide:focus .slide-content .item-wrapper .item-img img {
  border: 2px solid #078efb;
}
.cid-v6yf1fAi47 .embla__slide .slide-content {
  width: 100%;
}
.cid-v6yf1fAi47 .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-v6yf1fAi47 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 480px;
  width: 100%;
  object-fit: cover;
  border: 2px solid transparent;
}
@media (max-width: 992px) {
  .cid-v6yf1fAi47 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-v6yf1fAi47 .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 2px;
}
.cid-v6yf1fAi47 .embla__slide .slide-content .item-wrapper .item-content .title-wrap .item-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-v6yf1fAi47 .embla__slide .slide-content .item-wrapper .item-content .title-wrap .item-title {
    width: 100%;
  }
}
.cid-v6yf1fAi47 .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6yf1fAi47 .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-text {
    width: 100%;
  }
}
.cid-v6yf1fAi47 .embla__button--next,
.cid-v6yf1fAi47 .embla__button--prev {
  display: flex;
}
.cid-v6yf1fAi47 .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 24px;
  background-color: #3283fb !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v6yf1fAi47 .embla__button:hover {
  transform: scale(1.05);
}
.cid-v6yf1fAi47 .embla__button.embla__button--prev {
  left: 0;
}
.cid-v6yf1fAi47 .embla__button.embla__button--next {
  right: 0;
}
.cid-v6yf1fAi47 .embla {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 4rem;
}
@media (max-width: 992px) {
  .cid-v6yf1fAi47 .embla {
    margin-bottom: 38px;
  }
}
.cid-v6yf1fAi47 .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-v6yf1fAi47 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v6yf1fAi47 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v6yf1fAi47 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v6yf1fAi47 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v6yf1fAi47 .mbr-section-title {
  color: #ffffff;
}
.cid-v6yf1fAi47 .mbr-text,
.cid-v6yf1fAi47 .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-v6yf1fAi47 .mbr-desc,
.cid-v6yf1fAi47 .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v6yf1fAi47 .item-title,
.cid-v6yf1fAi47 .title-wrap {
  color: #103564;
  text-align: center;
}
.cid-v6yf1fAi47 .item-text,
.cid-v6yf1fAi47 .text-wrap {
  color: #ddeafc;
  text-align: center;
}
.cid-v6yf1fAi47 .mbr-section-title,
.cid-v6yf1fAi47 .mbr-section-btn {
  text-align: center;
}
.cid-v6yf19ZSvY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f6fe;
}
.cid-v6yf19ZSvY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6yf19ZSvY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6yf19ZSvY .title-wrapper {
  position: relative;
  z-index: 1;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 992px) {
  .cid-v6yf19ZSvY .title-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-v6yf19ZSvY .title-wrapper .label-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v6yf19ZSvY .title-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-v6yf19ZSvY .title-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #ddeafc;
}
@media (max-width: 992px) {
  .cid-v6yf19ZSvY .title-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v6yf19ZSvY .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v6yf19ZSvY .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v6yf19ZSvY .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v6yf19ZSvY .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v6yf19ZSvY .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #426aaa, #426aaa 50%, #88c7d9);
}
.cid-v6yf19ZSvY .items-wrapper {
  display: grid;
  grid-template-columns: .9fr 1fr .9fr;
  gap: 115px;
}
@media (max-width: 1440px) {
  .cid-v6yf19ZSvY .items-wrapper {
    gap: 56px;
  }
}
@media (max-width: 992px) {
  .cid-v6yf19ZSvY .items-wrapper {
    display: block;
  }
}
.cid-v6yf19ZSvY .items-wrapper .list-wrapper {
  position: relative;
  z-index: 2;
}
.cid-v6yf19ZSvY .items-wrapper .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v6yf19ZSvY .items-wrapper .list-wrapper .list .item-wrap {
  position: relative;
  padding: 18px 24px;
  margin-bottom: 14px;
  background-color: #ffffff;
  box-shadow: 0 3px 9.1px #e7eefd, 0 1px 29px #e7eefd;
  padding: 56px 24px 18px 24px;
}
@media (max-width: 992px) {
  .cid-v6yf19ZSvY .items-wrapper .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
    padding: 18px;
  }
}
@media (max-width: 992px) {
  .cid-v6yf19ZSvY .items-wrapper .list-wrapper .list .item-wrap {
    padding: 56px 18px 18px 18px;
  }
}
.cid-v6yf19ZSvY .items-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 18px;
  left: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #426aaa, #88c7d9);
  color: #ffffff;
  font-size: 15px;
}
.cid-v6yf19ZSvY .items-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v6yf19ZSvY .items-wrapper .image-wrapper {
  position: relative;
  z-index: 1;
  align-items: center;
}
.cid-v6yf19ZSvY .items-wrapper .image-wrapper .gradient-wrap {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #ffffff 50%, #f4f6fe 40%, #8faad6 0);
  filter: blur(10rem);
  pointer-events: none;
}
@media (max-width: 1440px) {
  .cid-v6yf19ZSvY .items-wrapper .image-wrapper .gradient-wrap {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 425px) {
  .cid-v6yf19ZSvY .items-wrapper .image-wrapper .gradient-wrap {
    width: 260px;
    height: 260px;
  }
}
.cid-v6yf19ZSvY .items-wrapper .image-wrapper .image-wrap {
  position: relative;
  z-index: 2;
  width: 475px;
  height: 475px;
  border-radius: 100%;
  overflow: hidden;
  padding: 10px;
  background-image: linear-gradient(135deg, #ffffff, #f4f6fe 40%, #8faad6);
}
@media (max-width: 992px) {
  .cid-v6yf19ZSvY .items-wrapper .image-wrapper .image-wrap {
    padding: 5px;
  }
}
@media (max-width: 1440px) {
  .cid-v6yf19ZSvY .items-wrapper .image-wrapper .image-wrap {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-v6yf19ZSvY .items-wrapper .image-wrapper .image-wrap {
    margin: 28px 0;
  }
}
@media (max-width: 425px) {
  .cid-v6yf19ZSvY .items-wrapper .image-wrapper .image-wrap {
    width: 260px;
    height: 260px;
  }
}
.cid-v6yf19ZSvY .items-wrapper .image-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-v6yf19ZSvY .items-wrapper .card {
  justify-content: center;
}
.cid-v6yf19ZSvY .mbr-label,
.cid-v6yf19ZSvY .label-wrapper {
  color: #426aaa;
  text-align: center;
}
.cid-v6yf19ZSvY .mbr-section-title {
  color: #103564;
  text-align: center;
}
.cid-v6yf19ZSvY .mbr-section-subtitle,
.cid-v6yf19ZSvY .subtitle-wrapper {
  color: #103564;
  text-align: center;
}
.cid-v6yf19ZSvY .list {
  color: #1a0b54;
}
.cid-v6yf19ZSvY .list,
.cid-v6yf19ZSvY .item-wrap {
  color: #103564;
}
.cid-v6yf1ddhqW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bg-bluediagonal-gradient2-1900x1200.webp");
}
.cid-v6yf1ddhqW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6yf1ddhqW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6yf1ddhqW .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-v6yf1ddhqW .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-v6yf1ddhqW .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-v6yf1ddhqW .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-v6yf1ddhqW .container {
    padding: 0 24px;
  }
}
.cid-v6yf1ddhqW .content-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v6yf1ddhqW .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v6yf1ddhqW .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #426aaa;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #426aaa;
}
.cid-v6yf1ddhqW .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v6yf1ddhqW .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  opacity: .5;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6yf1ddhqW .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v6yf1ddhqW .item {
  margin-bottom: 32px;
}
.cid-v6yf1ddhqW .item .item-wrapper {
  height: 100%;
}
.cid-v6yf1ddhqW .item .item-wrapper .item-img img {
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v6yf1ddhqW .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-v6yf1ddhqW .item .item-wrapper .card-box {
  padding: 48px;
  background-color: #e7eefd;
  height: 100%;
  border: 1px solid #ddeafc;
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .cid-v6yf1ddhqW .item .item-wrapper .card-box {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v6yf1ddhqW .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-v6yf1ddhqW .item .item-wrapper .card-box .item-title,
.cid-v6yf1ddhqW .item .item-wrapper .card-box .item-title_2 {
  margin-bottom: 32px;
}
.cid-v6yf1ddhqW .item .item-wrapper .card-box .text-wrap .item-text,
.cid-v6yf1ddhqW .item .item-wrapper .card-box .text-wrap .item-text_2 {
  margin-bottom: 22px;
  opacity: .5;
}
.cid-v6yf1ddhqW .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v6yf1ddhqW .item .item-wrapper .dark-card {
  background-color: #103564;
  border: none;
}
.cid-v6yf1ddhqW .item .item-wrapper .middle-card {
  background-color: #426aaa;
  border: none;
}
.cid-v6yf1ddhqW .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v6yf1ddhqW .mbr-desc,
.cid-v6yf1ddhqW .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v6yf1ddhqW .mbr-text,
.cid-v6yf1ddhqW .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v6yf1ddhqW .item-title {
  color: #103564;
}
.cid-v6yf1ddhqW .item-text {
  color: #18212d;
}
.cid-v6yf1ddhqW .item-title_2 {
  color: #ffffff;
}
.cid-v6yf1ddhqW .item-text_2 {
  color: #ffffff;
}
.cid-v6yf1ddhqW .item-text,
.cid-v6yf1ddhqW .mbr-section-btn {
  text-align: left;
}
.cid-v9Hb7pPr7g {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f4fa;
}
.cid-v9Hb7pPr7g .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9Hb7pPr7g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9Hb7pPr7g .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .cid-v9Hb7pPr7g .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v9Hb7pPr7g .title-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-v9Hb7pPr7g .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v9Hb7pPr7g .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #426aaa, #426aaa 50%, #88c7d9);
}
.cid-v9Hb7pPr7g .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v9Hb7pPr7g .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-v9Hb7pPr7g .items-wrapper .item {
  margin-bottom: 82px;
}
.cid-v9Hb7pPr7g .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v9Hb7pPr7g .items-wrapper .item {
    margin-bottom: 46px;
  }
  .cid-v9Hb7pPr7g .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-v9Hb7pPr7g .items-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-v9Hb7pPr7g .items-wrapper .item:last-child {
    margin-bottom: 16px;
  }
}
.cid-v9Hb7pPr7g .items-wrapper .item .item-wrapper {
  min-height: 460px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 82px;
  background-image: radial-gradient(circle at 5% 113%, #e2eafa, #d2dbed 110%);
}
@media (max-width: 1440px) {
  .cid-v9Hb7pPr7g .items-wrapper .item .item-wrapper {
    padding: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v9Hb7pPr7g .items-wrapper .item .item-wrapper {
    min-height: auto;
    padding: 18px;
  }
}
.cid-v9Hb7pPr7g .items-wrapper .item .item-wrapper .label-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.cid-v9Hb7pPr7g .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #103564;
}
@media (max-width: 992px) {
  .cid-v9Hb7pPr7g .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v9Hb7pPr7g .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v9Hb7pPr7g .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v9Hb7pPr7g .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-v9Hb7pPr7g .items-wrapper .item .item-wrapper .card-box {
  position: relative;
}
.cid-v9Hb7pPr7g .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v9Hb7pPr7g .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 22px;
}
.cid-v9Hb7pPr7g .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v9Hb7pPr7g .image-wrapper {
  padding: 0 115px;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-v9Hb7pPr7g .image-wrapper {
    padding: 0 46px;
  }
}
@media (max-width: 992px) {
  .cid-v9Hb7pPr7g .image-wrapper {
    padding: 0;
  }
}
.cid-v9Hb7pPr7g .image-wrapper img {
  position: sticky;
  top: 91px;
  height: 460px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-v9Hb7pPr7g .image-wrapper img {
    top: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v9Hb7pPr7g .image-wrapper img {
    height: 300px;
  }
}
.cid-v9Hb7pPr7g .mbr-section-title {
  color: #103564;
  text-align: center;
}
.cid-v9Hb7pPr7g .mbr-section-subtitle,
.cid-v9Hb7pPr7g .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v9Hb7pPr7g .mbr-text {
  color: #426aaa;
  text-align: center;
}
.cid-v9Hb7pPr7g .item-label {
  color: #ffffff;
}
.cid-v9Hb7pPr7g .item-text {
  color: #a997ce;
}
.cid-v9Hb7pPr7g .item-text,
.cid-v9Hb7pPr7g .mbr-section-btn {
  color: #426aaa;
}
.cid-v6R8vqznCV {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #103564;
}
.cid-v6R8vqznCV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6R8vqznCV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6R8vqznCV .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v6R8vqznCV .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v6R8vqznCV .title-wrapper {
    width: 100%;
  }
}
.cid-v6R8vqznCV .title-wrapper .label-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v6R8vqznCV .title-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-v6R8vqznCV .title-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #426aaa;
}
@media (max-width: 992px) {
  .cid-v6R8vqznCV .title-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v6R8vqznCV .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v6R8vqznCV .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v6R8vqznCV .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v6R8vqznCV .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v6R8vqznCV .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #88c7d9, #88c7d9 50%, #426aaa);
}
.cid-v6R8vqznCV .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6R8vqznCV .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-v6R8vqznCV .title-wrapper .mbr-section-btn {
  margin-top: 42px;
}
@media (max-width: 992px) {
  .cid-v6R8vqznCV .title-wrapper .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-v6R8vqznCV .mbr-label,
.cid-v6R8vqznCV .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v6R8vqznCV .mbr-section-title {
  color: #ffffff;
}
.cid-v6R8vqznCV .mbr-section-subtitle,
.cid-v6R8vqznCV .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v6R8vqznCV .mbr-text {
  color: #ddeafc;
  text-align: center;
}
.cid-v6R8vqznCV .mbr-section-title,
.cid-v6R8vqznCV .mbr-section-btn {
  text-align: center;
}
.cid-v6R4vMYbbc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #103564;
}
.cid-v6R4vMYbbc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6R4vMYbbc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6R4vMYbbc .card-wrapper {
  padding: 32px 32px 32px 106px;
  background-image: radial-gradient(circle at 5% 113%, #426aaa, #103564 74%);
}
@media (max-width: 1440px) {
  .cid-v6R4vMYbbc .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v6R4vMYbbc .card-wrapper {
    padding: 18px;
    display: flex;
    flex-direction: column-reverse;
  }
}
.cid-v6R4vMYbbc .card-wrapper .tab-content .tab-pane .item-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v6R4vMYbbc .card-wrapper .tab-content .tab-pane .item-content {
    display: block;
  }
}
.cid-v6R4vMYbbc .card-wrapper .tab-content .tab-pane .item-content .content-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-v6R4vMYbbc .card-wrapper .tab-content .tab-pane .item-content .content-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-v6R4vMYbbc .card-wrapper .tab-content .tab-pane .item-content .content-wrapper .label-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v6R4vMYbbc .card-wrapper .tab-content .tab-pane .item-content .content-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-v6R4vMYbbc .card-wrapper .tab-content .tab-pane .item-content .content-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #426aaa;
}
@media (max-width: 992px) {
  .cid-v6R4vMYbbc .card-wrapper .tab-content .tab-pane .item-content .content-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v6R4vMYbbc .card-wrapper .tab-content .tab-pane .item-content .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v6R4vMYbbc .card-wrapper .tab-content .tab-pane .item-content .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v6R4vMYbbc .card-wrapper .tab-content .tab-pane .item-content .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v6R4vMYbbc .card-wrapper .tab-content .tab-pane .item-content .content-wrapper .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v6R4vMYbbc .card-wrapper .tab-content .tab-pane .item-content .content-wrapper .mbr-section-title {
    margin-bottom: 28px;
  }
}
.cid-v6R4vMYbbc .card-wrapper .tab-content .tab-pane .item-content .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v6R4vMYbbc .card-wrapper .tab-content .tab-pane .item-content .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-v6R4vMYbbc .card-wrapper .tab-content .tab-pane .item-content .image-wrapper {
  width: 50%;
  height: 100%;
  padding-left: 74px;
}
@media (max-width: 992px) {
  .cid-v6R4vMYbbc .card-wrapper .tab-content .tab-pane .item-content .image-wrapper {
    padding-left: 0;
    width: 100%;
  }
}
.cid-v6R4vMYbbc .card-wrapper .tab-content .tab-pane .item-content .image-wrapper img {
  height: 600px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v6R4vMYbbc .card-wrapper .tab-content .tab-pane .item-content .image-wrapper img {
    min-height: auto;
    height: 300px;
  }
}
.cid-v6R4vMYbbc .card-wrapper .tabs-wrapper {
  margin-top: 42px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v6R4vMYbbc .card-wrapper .tabs-wrapper {
    margin-top: 0;
    margin-bottom: 28px;
  }
}
.cid-v6R4vMYbbc .card-wrapper .tabs-wrapper .tabs-wrap {
  display: inline-flex;
  justify-content: center;
  padding: 2px;
  background-image: linear-gradient(90deg, #426aaa, #3a6ef6, #88c7d9);
}
.cid-v6R4vMYbbc .card-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs {
  border: none;
  padding: 8px;
  background-color: #103564;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-v6R4vMYbbc .card-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0;
}
.cid-v6R4vMYbbc .card-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #88c7d9;
  padding: 16px 42px;
  background-color: transparent;
  border: none;
  transition: all 0.3s ease-in-out;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .cid-v6R4vMYbbc .card-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
    padding: 16px 32px;
  }
}
.cid-v6R4vMYbbc .card-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active {
  color: #ffffff;
  background-color: #103564;
}
.cid-v6R4vMYbbc .mbr-label,
.cid-v6R4vMYbbc .label-wrapper {
  color: #ffffff;
}
.cid-v6R4vMYbbc .mbr-section-title {
  color: #ffffff;
}
.cid-v6R4vMYbbc .mbr-text {
  color: #ffffff;
}
.cid-v6R4vMYbbc .list {
  list-style: outside disc;
  margin-left: 1.5em;
}
.cid-v6KTydPALC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #103564;
}
.cid-v6KTydPALC .row {
  align-items: center;
  width: 100%;
}
@media (max-width: 1440px) {
  .cid-v6KTydPALC .row {
    align-items: flex-start;
  }
}
.cid-v6KTydPALC .col-tabs .tab-content .tabs-row {
  padding: 0 !important;
}
.cid-v6KTydPALC .col-text {
  width: 100%;
  margin-bottom: 2rem;
}
.cid-v6KTydPALC .text-container {
  padding: 0;
}
.cid-v6KTydPALC .mbr-section-title {
  color: #f3f4ef;
  margin-bottom: 0;
}
.cid-v6KTydPALC .colored-text {
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}
.cid-v6KTydPALC .col-tabs {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-v6KTydPALC .nav-tabs .nav-item.open .nav-link:focus,
.cid-v6KTydPALC .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-v6KTydPALC .nav-tabs {
  flex-wrap: nowrap;
  width: max-content;
  padding: 0.5rem;
  align-items: center;
  border-radius: 100vw;
  background-color: #ffffff;
}
.cid-v6KTydPALC .nav-item {
  position: relative;
  color: #103564;
}
.cid-v6KTydPALC .nav-tabs .nav-link {
  transition: all .3s;
  border: none;
  color: #103564 !important;
  margin-right: 0.125rem;
  margin-left: 0.125rem;
  padding: 0.75rem 1rem;
  border-radius: 100vw;
}
.cid-v6KTydPALC .nav-tabs .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.08);
}
.cid-v6KTydPALC .nav-link,
.cid-v6KTydPALC .nav-link.active {
  background-color: transparent;
}
.cid-v6KTydPALC .nav-tabs .nav-link.active {
  background-color: #ffffff;
}
.cid-v6KTydPALC .nav-tabs .nav-link.active:after {
  width: 100%;
}
.cid-v6KTydPALC .tab-content {
  width: 100%;
  margin-top: 2rem;
}
.cid-v6KTydPALC .col-cards {
  display: grid;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-auto-columns: 1fr;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 991px) {
  .cid-v6KTydPALC .col-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .cid-v6KTydPALC .col-cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-v6KTydPALC .card-bg {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  max-height: 100%;
  width: 100%;
}
.cid-v6KTydPALC .card {
  height: 100%;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v6KTydPALC .card-info {
  margin-bottom: 24px;
}
.cid-v6KTydPALC .label-text {
  margin-bottom: 14px;
  color: #103564;
  padding-top: 7px;
}
.cid-v6KTydPALC .label-text span {
  padding: 0.375rem 0.625rem;
  border-style: solid;
  border-width: 1px;
  border-color: currentColor;
  border-radius: 100vw;
  color: inherit;
  line-height: inherit;
}
.cid-v6KTydPALC .price-container {
  display: flex;
  align-items: baseline;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-v6KTydPALC .price-number {
  color: #103564;
}
.cid-v6KTydPALC .price-text {
  color: #103564;
}
.cid-v6KTydPALC .lists-container {
  padding-top: 1.5rem;
  border-top: 1px solid rgba(27, 31, 10, 0.08);
}
.cid-v6KTydPALC .list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-v6KTydPALC .list-item {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.cid-v6KTydPALC .list-item .icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 6px;
  padding: 4px;
  border-radius: 50%;
  background-color: #426aaa;
}
.cid-v6KTydPALC .list-item .icon-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 8px;
}
.cid-v6KTydPALC .list-item-text {
  color: #103564;
}
.cid-v6KTydPALC .btn-container {
  width: 100%;
  padding-top: 1.4rem;
  border-top: 1px solid rgba(27, 31, 10, 0.08);
}
.cid-v6KTydPALC .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -0.6rem;
}
.cid-v6KTydPALC .mbr-section-btn .btn {
  width: 100%;
}
.cid-v6KTydPALC .popular-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 44px;
  width: 100%;
  padding: 10px 24px;
  border-bottom: 1px solid rgba(27, 31, 10, 0.08);
}
.cid-v6KTydPALC .popular-container .icon-wrapper {
  margin-right: 6px;
}
.cid-v6KTydPALC .popular-container .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #ffffff;
}
.cid-v6KTydPALC .popular-text {
  color: #103564;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-v6KTydPALC .card-bg {
    margin-top: 48px;
  }
}
.cid-v6KTydPALC .card-2-bg {
  background-color: #c3f1ff;
}
@media (min-width: 992px) {
  .cid-v6KTydPALC .card-2-bg {
    margin-top: 0;
  }
}
.cid-v6yoxXRa25 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #103564;
}
.cid-v6yoxXRa25 table {
  width: 100%;
  height: 90%;
  margin-bottom: 1rem;
  color: #103564;
  border-color: #426aaa;
  border-collapse: collapse;
  font-family: Lato, sans-serif;
  background-color: #f4f6fe;
}
.cid-v6yoxXRa25 table th,
.cid-v6yoxXRa25 table td {
  padding: 1rem;
  vertical-align: top;
  border-top: 1px solid #555555;
  font-size: 1.1em;
}
.cid-v6yoxXRa25 table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
  font-size: 1.5em;
}
.cid-v6yoxXRa25 table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.cid-v6yoxXRa25 table .table {
  background-color: #fff;
}
.cid-v6yoxXRa25 table .table-sm th,
.cid-v6yoxXRa25 table .table-sm td {
  padding: 0.3rem;
}
.cid-v6yoxXRa25 table .table-bordered {
  border: 1px solid #555555;
}
.cid-v6yoxXRa25 table .table-bordered th,
.cid-v6yoxXRa25 table .table-bordered td {
  border: 1px solid #555555;
}
.cid-v6yoxXRa25 table .table-borderless th,
.cid-v6yoxXRa25 table .table-borderless td,
.cid-v6yoxXRa25 table .table-borderless thead th,
.cid-v6yoxXRa25 table .table-borderless tbody + tbody {
  border: 0;
}
.cid-v6yoxXRa25 table .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(10, 0, 0, 0.05);
}
.cid-v6yoxXRa25 table .table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.cid-v6yoxXRa25 table .table-hover .table-primary:hover {
  background-color: #bac8e0;
}
.cid-v6yoxXRa25 table .table-hover .table-active:hover {
  background-color: #fff;
}
.cid-v6yoxXRa25 table .table-hover .table-success:hover {
  background-color: #bcd0c7;
}
.cid-v6yoxXRa25 table .table-hover .table-info:hover {
  background-color: #b6e6f5;
}
.cid-v6yoxXRa25 table .table-hover .table-warning:hover {
  background-color: #ffecb3;
}
.cid-v6yoxXRa25 table .table-hover .table-danger:hover {
  background-color: #dfc2c4;
}
.cid-v6yoxXRa25 table .table-hover .table-light:hover {
  background-color: #dae0e3;
}
.cid-v6yoxXRa25 table .table-hover .table-dark:hover {
  background-color: #b3b4b5;
}
.cid-v6yoxXRa25 table .table-primary,
.cid-v6yoxXRa25 table .table-primary > th,
.cid-v6yoxXRa25 table .table-primary > td {
  background-color: #cfe2ff;
}
.cid-v6yoxXRa25 table .table-active {
  background-color: rgba(0, 0, 0, 0.075);
}
.cid-v6yoxXRa25 table .table-active,
.cid-v6yoxXRa25 table .table-active > th,
.cid-v6yoxXRa25 table .table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
.cid-v6yoxXRa25 table .table-success,
.cid-v6yoxXRa25 table .table-success > th,
.cid-v6yoxXRa25 table .table-success > td {
  background-color: #d1e7dd;
}
.cid-v6yoxXRa25 table .table-info,
.cid-v6yoxXRa25 table .table-info > th,
.cid-v6yoxXRa25 table .table-info > td {
  background-color: #cff4fc;
}
.cid-v6yoxXRa25 table .table-warning,
.cid-v6yoxXRa25 table .table-warning > th,
.cid-v6yoxXRa25 table .table-warning > td {
  background-color: #fff3cd;
}
.cid-v6yoxXRa25 table .table-danger,
.cid-v6yoxXRa25 table .table-danger > th,
.cid-v6yoxXRa25 table .table-danger > td {
  background-color: #f8d7da;
}
.cid-v6yoxXRa25 table .table-light,
.cid-v6yoxXRa25 table .table-light > th,
.cid-v6yoxXRa25 table .table-light > td {
  background-color: #f8f9fa;
}
.cid-v6yoxXRa25 table .table-dark,
.cid-v6yoxXRa25 table .table-dark > th,
.cid-v6yoxXRa25 table .table-dark > td {
  background-color: #c6c6c6;
  color: white;
}
.cid-v6yoxXRa25 table .table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 575.98px) {
  .cid-v6yoxXRa25 table .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .cid-v6yoxXRa25 table .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .cid-v6yoxXRa25 table .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .cid-v6yoxXRa25 table .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .cid-v6yoxXRa25 table .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.cid-v6yoxXRa25 thead th:first-child {
  width: 33.33%;
}
.cid-v6yoxXRa25 tbody tr td {
  border: none;
}
.cid-v6yoxXRa25 .mbr-section-title {
  color: #ffffff;
}
.cid-v6yf1jMGg0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v6yf1jMGg0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6yf1jMGg0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6yf1jMGg0 .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v6yf1jMGg0 .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v6yf1jMGg0 .title-wrapper {
    width: 100%;
  }
}
.cid-v6yf1jMGg0 .title-wrapper .label-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v6yf1jMGg0 .title-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-v6yf1jMGg0 .title-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #ddeafc;
}
@media (max-width: 992px) {
  .cid-v6yf1jMGg0 .title-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v6yf1jMGg0 .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v6yf1jMGg0 .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v6yf1jMGg0 .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v6yf1jMGg0 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v6yf1jMGg0 .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #426aaa, #88c7d9 50%, #426aaa);
}
.cid-v6yf1jMGg0 .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6yf1jMGg0 .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-v6yf1jMGg0 .title-wrapper .mbr-section-btn {
  margin-top: 42px;
}
@media (max-width: 992px) {
  .cid-v6yf1jMGg0 .title-wrapper .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-v6yf1jMGg0 .mbr-label,
.cid-v6yf1jMGg0 .label-wrapper {
  color: #426aaa;
  text-align: center;
}
.cid-v6yf1jMGg0 .mbr-section-title {
  color: #ffffff;
}
.cid-v6yf1jMGg0 .mbr-section-subtitle,
.cid-v6yf1jMGg0 .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v6yf1jMGg0 .mbr-text {
  color: #426aaa;
  text-align: center;
}
.cid-v6yf1jMGg0 .mbr-section-title,
.cid-v6yf1jMGg0 .mbr-section-btn {
  text-align: center;
  color: #103564;
}
.cid-v6yf1kAlRO {
  background-image: url("../../../assets/images/sql-payroll-clients-2000x1400.webp");
}
.cid-v6yf1kAlRO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6yf1kAlRO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6yf1kAlRO .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-v6yf1kAlRO .image-wrap {
    height: 300px;
  }
}
.cid-v6V7w3GRcU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f6fe;
}
.cid-v6V7w3GRcU .card-subtitle {
  text-align: left;
  margin-left: -15px;
  color: #8c8c95;
}
.cid-v6V7w3GRcU .shadow {
  border-radius: 34px;
  box-shadow: 0 5px 12px 0 rgba(20, 20, 43, 0.05) !important;
  overflow: visible;
  padding: 48px 42px 38px;
  background-color: #ffffff;
  height: 100%;
}
.cid-v6V7w3GRcU .iconfont-wrapper {
  text-align: left;
  margin-bottom: 16px;
}
.cid-v6V7w3GRcU .iconfont-wrapper .mbr-iconfont {
  color: #ff9417;
}
.cid-v6V7w3GRcU .card-text {
  margin-bottom: 16px;
  text-align: left;
  color: #8c8c95;
}
.cid-v6V7w3GRcU .button-align {
  margin-top: 36px;
  text-align: center;
}
.cid-v6V7w3GRcU .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-v6V7w3GRcU img {
  border-radius: 10%;
  height: 65px;
  width: auto;
  margin: 0;
}
.cid-v6V7w3GRcU .mbr-iconfont::before {
  font-size: 25px;
}
.cid-v6V7w3GRcU .card-title {
  margin-bottom: 4px;
  padding: 0;
  margin-left: -15px;
}
.cid-v6V7w3GRcU .col-12.col-md-6.col-lg-4 {
  margin-top: 30px;
}
.cid-v6V7w3GRcU .col-12.col-md-6.col-lg-4:nth-child(1) {
  margin-top: 0px;
}
.cid-v6V7w3GRcU .col-12.col-md-6.col-lg-4:nth-child(2) {
  margin-top: 0px;
}
.cid-v6V7w3GRcU .col-12.col-md-6.col-lg-4:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .cid-v6V7w3GRcU .col-12.col-md-6.col-lg-4:nth-child(3) {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .cid-v6V7w3GRcU .col-12.col-md-6.col-lg-4:nth-child(2) {
    margin-top: 30px;
  }
}
.cid-v6V7w3GRcU .align {
  display: flex;
  align-items: center;
}
.cid-v6V7w3GRcU .mbr-section-title {
  margin-bottom: 56px;
  color: #103564;
  text-align: center;
}
.cid-v6V7w3GRcU .btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v6V7w3GRcU .shadow {
    padding: 40px 40px 32px;
  }
}
@media (max-width: 479px) {
  .cid-v6V7w3GRcU .shadow {
    padding: 33px 25px 28px;
  }
}
.cid-v6V7w3GRcU .card-text,
.cid-v6V7w3GRcU .iconfont-wrapper {
  color: #555555;
}
.cid-vg0exekFVE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #103564;
}
.cid-vg0exekFVE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vg0exekFVE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vg0exekFVE .title-wrapper {
  position: relative;
  z-index: 1;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 992px) {
  .cid-vg0exekFVE .title-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-vg0exekFVE .title-wrapper .label-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-vg0exekFVE .title-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-vg0exekFVE .title-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #426aaa;
}
@media (max-width: 992px) {
  .cid-vg0exekFVE .title-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-vg0exekFVE .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-vg0exekFVE .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-vg0exekFVE .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vg0exekFVE .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vg0exekFVE .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #88c7d9, #88c7d9 50%, #426aaa);
}
.cid-vg0exekFVE .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vg0exekFVE .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-vg0exekFVE .panel-group {
  position: relative;
}
.cid-vg0exekFVE .panel-group .card {
  position: relative;
  padding: 32px 48px;
  background-image: radial-gradient(circle at 5% 113%, #103564, #426aaa 100%);
  border: none;
  transition: all 0.3s ease-in-out;
  margin-top: 14px;
}
.cid-vg0exekFVE .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-vg0exekFVE .panel-group .card {
    padding: 18px;
    margin-top: 16px;
  }
  .cid-vg0exekFVE .panel-group .card:first-child {
    margin-top: 0;
  }
}
.cid-vg0exekFVE .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vg0exekFVE .panel-group .card .card-header {
    display: block;
  }
}
.cid-vg0exekFVE .panel-group .card .card-header .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 54px;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #88c7d9, #88c7d9 50%, #426aaa);
  margin-right: 42px;
}
@media (max-width: 992px) {
  .cid-vg0exekFVE .panel-group .card .card-header .icon-wrapper .mbr-iconfont {
    font-size: 32px;
    margin-right: 0;
    margin-bottom: 22px;
  }
}
.cid-vg0exekFVE .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-vg0exekFVE .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vg0exekFVE .panel-group .card .card-header .panel-title .icon-wrap {
  width: 56px;
  height: 56px;
  min-width: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  background-color: #362c52;
  margin-left: 22px;
}
.cid-vg0exekFVE .panel-group .card .card-header .panel-title .icon-wrap .mbr-iconfont {
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #88c7d9;
}
.cid-vg0exekFVE .panel-group .card .card-header .panel-title .icon-wrap:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-vg0exekFVE .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrap .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-vg0exekFVE .panel-group .card .panel-collapse .panel-body {
  margin: 42px 0;
  padding-left: 96px;
}
@media (max-width: 992px) {
  .cid-vg0exekFVE .panel-group .card .panel-collapse .panel-body {
    margin: 22px 0 0;
    padding-left: 0;
  }
}
.cid-vg0exekFVE .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vg0exekFVE .mbr-label,
.cid-vg0exekFVE .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vg0exekFVE .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vg0exekFVE .mbr-section-subtitle,
.cid-vg0exekFVE .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vg0exekFVE .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-vg0exekFVE .panel-title-edit {
  color: #e7eefd;
}
.cid-vg0exekFVE .panel-text {
  color: #e7eefd;
}
.cid-v6yf1mDuPS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bg-bluepatt-1900x1200.webp");
}
.cid-v6yf1mDuPS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6yf1mDuPS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6yf1mDuPS .card {
  justify-content: center;
}
.cid-v6yf1mDuPS .content-wrapper {
  padding-right: 115px;
}
@media (max-width: 992px) {
  .cid-v6yf1mDuPS .content-wrapper {
    margin-bottom: 22px;
    padding-right: 0;
  }
}
.cid-v6yf1mDuPS .content-wrapper .label-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v6yf1mDuPS .content-wrapper .label-wrapper {
    margin-bottom: 22px;
  }
}
.cid-v6yf1mDuPS .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #88c7d9, #88c7d9 50%, #426aaa);
}
.cid-v6yf1mDuPS .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-v6yf1mDuPS .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v6yf1mDuPS .form-wrap {
  position: relative;
  background-image: radial-gradient(circle at 5% 113%, #426aaa, #103564 100%);
  padding: 82px;
}
@media (max-width: 1440px) {
  .cid-v6yf1mDuPS .form-wrap {
    padding: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v6yf1mDuPS .form-wrap {
    padding: 18px;
  }
}
.cid-v6yf1mDuPS .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
  margin: 0 -9.6px;
}
.cid-v6yf1mDuPS .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-v6yf1mDuPS .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px;
}
.cid-v6yf1mDuPS .form-wrap .dragArea.row .form-group .form-control {
  padding: 18px 24px;
  background-color: #f4f6fe;
  border: 1px solid #426aaa !important;
  box-shadow: none;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v6yf1mDuPS .form-wrap .dragArea.row .form-group .form-control {
    margin-bottom: 22px;
  }
}
.cid-v6yf1mDuPS .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #103564;
  opacity: .5;
}
.cid-v6yf1mDuPS .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-v6yf1mDuPS .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #426aaa !important;
}
.cid-v6yf1mDuPS .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
  padding: 24px;
}
.cid-v6yf1mDuPS .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-v6yf1mDuPS .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #103564;
  border-color: #103564;
}
.cid-v6yf1mDuPS .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-v6yf1mDuPS .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.cid-v6yf1mDuPS .mbr-label,
.cid-v6yf1mDuPS .label-wrapper {
  color: #ffffff;
}
.cid-v6yf1mDuPS .mbr-section-title {
  color: #ffffff;
}
.cid-v6yf1mDuPS .mbr-text {
  color: #ddeafc;
}
.cid-v6yf1mDuPS label {
  color: #a997ce;
}
.cid-v6yf1mDuPS LABEL {
  color: #88c7d9;
}
.cid-v6yf1o97AZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #103564;
}
.cid-v6yf1o97AZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6yf1o97AZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6yf1o97AZ .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v6yf1o97AZ .content-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v6yf1o97AZ .content-wrapper {
    width: 100%;
  }
}
.cid-v6yf1o97AZ .content-wrapper .content-wrap {
  margin-bottom: 82px;
}
@media (max-width: 992px) {
  .cid-v6yf1o97AZ .content-wrapper .content-wrap {
    margin-bottom: 28px;
  }
}
.cid-v6yf1o97AZ .content-wrapper .content-wrap .logo-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v6yf1o97AZ .content-wrapper .content-wrap .logo-wrapper {
    margin-bottom: 22px;
  }
}
.cid-v6yf1o97AZ .content-wrapper .content-wrap .logo-wrapper img {
  display: inline-flex;
  width: 54px;
  height: 54px;
  border-radius: 100%;
  object-fit: cover;
}
.cid-v6yf1o97AZ .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
@media (max-width: 992px) {
  .cid-v6yf1o97AZ .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-v6yf1o97AZ .content-wrapper .content-wrap .social-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v6yf1o97AZ .content-wrapper .content-wrap .social-wrapper {
    margin-bottom: 22px;
  }
}
.cid-v6yf1o97AZ .content-wrapper .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}
.cid-v6yf1o97AZ .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 130px;
  background-color: #291f39;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-v6yf1o97AZ .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item {
    width: 80px;
    height: 80px;
  }
}
.cid-v6yf1o97AZ .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item:hover a .mbr-iconfont,
.cid-v6yf1o97AZ .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item:focus a .mbr-iconfont {
  transform: scale(1.2);
}
.cid-v6yf1o97AZ .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-v6yf1o97AZ .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  font-size: 54px;
  transition: all 0.3s ease-in-out;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #1c4eff, #ca45ff 50%, #fe881b);
}
@media (max-width: 992px) {
  .cid-v6yf1o97AZ .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
    font-size: 32px;
  }
}
.cid-v6yf1o97AZ .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v6yf1o97AZ .mbr-section-title {
  color: #ffffff;
}
.cid-v6yf1o97AZ .mbr-copy {
  color: #8faad6;
  text-align: center;
}
.cid-v6yf1o97AZ .mbr-section-title,
.cid-v6yf1o97AZ .logo-wrapper,
.cid-v6yf1o97AZ .social-wrapper,
.cid-v6yf1o97AZ .title-wrapper {
  text-align: center;
}
.cid-v6jjDB6u4d {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v6jjDB6u4d .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v6jjDB6u4d .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v6jjDB6u4d .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v6jjDB6u4d .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-v6jjDB6u4d .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v6jjDB6u4d .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v6jjDB6u4d .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v6jjDB6u4d .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-v6jjDB6u4d .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-v6jjDB6u4d .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 12px 0 !important;
  margin: 0 24px !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v6jjDB6u4d .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 10px !important;
    margin: 0 !important;
  }
}
.cid-v6jjDB6u4d .navbar-nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  height: 3px !important;
  width: 0;
  transition: all 0.5s ease-in-out;
  background-image: linear-gradient(90deg, #426aaa, #3283fb, #88c7d9);
}
.cid-v6jjDB6u4d .navbar-nav .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-v6jjDB6u4d .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v6jjDB6u4d .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v6jjDB6u4d .navbar-nav .dropdown-item {
  padding: 17px 24px !important;
  border-radius: 1rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #ffffff;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v6jjDB6u4d .navbar-nav .dropdown-item {
    margin: 0 8px 0 0 !important;
  }
}
.cid-v6jjDB6u4d .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v6jjDB6u4d .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-v6jjDB6u4d .navbar-caption {
  padding-left: 1rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v6jjDB6u4d .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-v6jjDB6u4d .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v6jjDB6u4d .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-v6jjDB6u4d .container,
.cid-v6jjDB6u4d .container-fluid {
  display: flex;
  min-height: 77px;
  padding: 0 8px 0 24px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 14px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v6jjDB6u4d .container,
  .cid-v6jjDB6u4d .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-v6jjDB6u4d .container,
  .cid-v6jjDB6u4d .container-fluid {
    width: 95%;
    min-height: 60px;
    padding-right: 1rem;
    margin-top: 0.5rem;
  }
}
.cid-v6jjDB6u4d .container-fluid {
  margin-left: 40px;
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-v6jjDB6u4d .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-v6jjDB6u4d .iconfont-wrapper {
  width: 62px;
  height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.5rem;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  box-shadow: 0 1px 6px #eeeeee;
}
.cid-v6jjDB6u4d .iconfont-wrapper:first-child {
  margin-left: 0;
}
.cid-v6jjDB6u4d .iconfont-wrapper .mbr-iconfont {
  font-size: 22px;
  color: #103564 !important;
  transition: all .3s ease;
}
.cid-v6jjDB6u4d .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .6;
}
.cid-v6jjDB6u4d .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-v6jjDB6u4d .nav-item:focus,
.cid-v6jjDB6u4d .nav-link:focus {
  outline: none;
}
.cid-v6jjDB6u4d .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v6jjDB6u4d .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v6jjDB6u4d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v6jjDB6u4d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v6jjDB6u4d .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v6jjDB6u4d .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v6jjDB6u4d .navbar {
  min-height: 77px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v6jjDB6u4d .navbar.opened {
  transition: all 0.3s;
}
.cid-v6jjDB6u4d .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v6jjDB6u4d .navbar .navbar-logo img {
  width: auto;
}
.cid-v6jjDB6u4d .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v6jjDB6u4d .navbar.collapsed {
  justify-content: center;
}
.cid-v6jjDB6u4d .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v6jjDB6u4d .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v6jjDB6u4d .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-v6jjDB6u4d .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v6jjDB6u4d .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v6jjDB6u4d .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v6jjDB6u4d .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v6jjDB6u4d .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v6jjDB6u4d .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v6jjDB6u4d .navbar {
    min-height: 72px;
  }
  .cid-v6jjDB6u4d .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v6jjDB6u4d .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v6jjDB6u4d .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v6jjDB6u4d .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v6jjDB6u4d .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v6jjDB6u4d .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v6jjDB6u4d .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v6jjDB6u4d .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v6jjDB6u4d .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v6jjDB6u4d .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v6jjDB6u4d .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v6jjDB6u4d .dropdown-item.active,
.cid-v6jjDB6u4d .dropdown-item:active {
  background-color: transparent;
}
.cid-v6jjDB6u4d .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v6jjDB6u4d .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v6jjDB6u4d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v6jjDB6u4d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 3.5rem;
}
@media (max-width: 992px) {
  .cid-v6jjDB6u4d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v6jjDB6u4d .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-v6jjDB6u4d .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v6jjDB6u4d ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v6jjDB6u4d .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v6jjDB6u4d .navbar-buttons {
    text-align: left;
  }
}
.cid-v6jjDB6u4d button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v6jjDB6u4d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #103564;
}
.cid-v6jjDB6u4d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v6jjDB6u4d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6jjDB6u4d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6jjDB6u4d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v6jjDB6u4d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6jjDB6u4d nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v6jjDB6u4d nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v6jjDB6u4d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6jjDB6u4d .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v6jjDB6u4d a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v6jjDB6u4d .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v6jjDB6u4d .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v6jjDB6u4d .navbar {
    height: 77px;
  }
  .cid-v6jjDB6u4d .navbar.opened {
    height: auto;
  }
  .cid-v6jjDB6u4d .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v6jjDB6u4d .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v6jjDB6u4d .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-v6jjDB6u4d .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-v6jjDB6u4d .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v6jjDB6u4d .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v6jjDB6u4d .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v6jjDB6u4d .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v6jjDB6u4d .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-v6jjDB6u4d .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-v6jjDB6u4d .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v6jjDB6u4d .navbar-brand {
    margin-right: auto;
  }
  .cid-v6jjDB6u4d .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-v6jjDB6u4d .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v6jjDB6u4d .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-v6jjDB6u4d .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 10px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v6jjDB6u4d .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v6jjDB6u4d .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v6jjDB6u4d .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v6jjDB6u4d .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-v6jjDB6u4d .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v6jjDB6u4d .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v6tvW12HS4 {
  background-image: url("../../../assets/images/kv-couple-mattress-2000x1091.webp");
}
.cid-v6tvW12HS4 .cards {
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .cid-v6tvW12HS4 .cards {
    flex-direction: column;
    align-items: center;
  }
}
.cid-v6tvW12HS4 .card-row {
  margin-top: 10rem;
}
@media (max-width: 767px) {
  .cid-v6tvW12HS4 .card-row .card-box {
    margin-bottom: 4rem;
  }
}
.cid-v6tvW12HS4 .card-title {
  padding: 0;
  margin: 0;
}
.cid-v6tvW12HS4 .iconcard-wrapper {
  display: flex;
  padding-right: 5rem;
}
@media (max-width: 991px) {
  .cid-v6tvW12HS4 .iconcard-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v6tvW12HS4 .iconcard-wrapper {
    padding-right: 0rem;
    width: fit-content;
  }
}
.cid-v6tvW12HS4 .mbr-iconfont {
  display: block;
  font-size: 3rem;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cid-v6tvW12HS4 .card-icon {
  font-size: 1.5rem;
  color: currentColor;
  padding-right: 0.8rem;
}
@media (max-width: 991px) {
  .cid-v6tvW12HS4 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-v6tvW12HS4 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-v6tvW12HS4 .card-title,
.cid-v6tvW12HS4 .card-icon {
  color: #103564;
}
.cid-v6tvW12HS4 .mbr-section-title {
  color: #103564;
}
.cid-v6tvW12HS4 .mbr-text,
.cid-v6tvW12HS4 .mbr-section-btn {
  color: #103564;
}
.cid-v6tvW12HS4 .card-text {
  color: #103564;
}
.cid-v6tvW12HS4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6tvW12HS4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6tvW12HS4 .card-title,
.cid-v6tvW12HS4 .iconfont-wrapper {
  color: #103564;
}
.cid-v6jjDNCes4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f6fe;
}
.cid-v6jjDNCes4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6jjDNCes4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6jjDNCes4 .title-wrapper {
  position: relative;
  z-index: 1;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 992px) {
  .cid-v6jjDNCes4 .title-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-v6jjDNCes4 .title-wrapper .label-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v6jjDNCes4 .title-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-v6jjDNCes4 .title-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #ddeafc;
}
@media (max-width: 992px) {
  .cid-v6jjDNCes4 .title-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v6jjDNCes4 .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v6jjDNCes4 .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v6jjDNCes4 .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v6jjDNCes4 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v6jjDNCes4 .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #426aaa, #426aaa 50%, #88c7d9);
}
.cid-v6jjDNCes4 .items-wrapper {
  display: grid;
  grid-template-columns: .9fr 1fr .9fr;
  gap: 115px;
}
@media (max-width: 1440px) {
  .cid-v6jjDNCes4 .items-wrapper {
    gap: 56px;
  }
}
@media (max-width: 992px) {
  .cid-v6jjDNCes4 .items-wrapper {
    display: block;
  }
}
.cid-v6jjDNCes4 .items-wrapper .list-wrapper {
  position: relative;
  z-index: 2;
}
.cid-v6jjDNCes4 .items-wrapper .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v6jjDNCes4 .items-wrapper .list-wrapper .list .item-wrap {
  position: relative;
  padding: 18px 24px;
  margin-bottom: 14px;
  background-color: #ffffff;
  box-shadow: 0 3px 9.1px #e7eefd, 0 1px 29px #e7eefd;
  padding: 56px 24px 18px 24px;
}
@media (max-width: 992px) {
  .cid-v6jjDNCes4 .items-wrapper .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
    padding: 18px;
  }
}
@media (max-width: 992px) {
  .cid-v6jjDNCes4 .items-wrapper .list-wrapper .list .item-wrap {
    padding: 56px 18px 18px 18px;
  }
}
.cid-v6jjDNCes4 .items-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 18px;
  left: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #426aaa, #88c7d9);
  color: #ffffff;
  font-size: 15px;
}
.cid-v6jjDNCes4 .items-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v6jjDNCes4 .items-wrapper .image-wrapper {
  position: relative;
  z-index: 1;
  align-items: center;
}
.cid-v6jjDNCes4 .items-wrapper .image-wrapper .gradient-wrap {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #426aaa 50%, #88c7d9 40%, #3283fb 0);
  filter: blur(10rem);
  pointer-events: none;
}
@media (max-width: 1440px) {
  .cid-v6jjDNCes4 .items-wrapper .image-wrapper .gradient-wrap {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 425px) {
  .cid-v6jjDNCes4 .items-wrapper .image-wrapper .gradient-wrap {
    width: 260px;
    height: 260px;
  }
}
.cid-v6jjDNCes4 .items-wrapper .image-wrapper .image-wrap {
  position: relative;
  z-index: 2;
  width: 475px;
  height: 475px;
  border-radius: 100%;
  overflow: hidden;
  padding: 10px;
  background-image: linear-gradient(135deg, #426aaa, #88c7d9 40%, #3283fb);
}
@media (max-width: 992px) {
  .cid-v6jjDNCes4 .items-wrapper .image-wrapper .image-wrap {
    padding: 5px;
  }
}
@media (max-width: 1440px) {
  .cid-v6jjDNCes4 .items-wrapper .image-wrapper .image-wrap {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-v6jjDNCes4 .items-wrapper .image-wrapper .image-wrap {
    margin: 28px 0;
  }
}
@media (max-width: 425px) {
  .cid-v6jjDNCes4 .items-wrapper .image-wrapper .image-wrap {
    width: 260px;
    height: 260px;
  }
}
.cid-v6jjDNCes4 .items-wrapper .image-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-v6jjDNCes4 .items-wrapper .card {
  justify-content: center;
}
.cid-v6jjDNCes4 .mbr-label,
.cid-v6jjDNCes4 .label-wrapper {
  color: #426aaa;
  text-align: center;
}
.cid-v6jjDNCes4 .mbr-section-title {
  color: #103564;
  text-align: center;
}
.cid-v6jjDNCes4 .mbr-section-subtitle,
.cid-v6jjDNCes4 .subtitle-wrapper {
  color: #1a0b54;
  text-align: center;
}
.cid-v6jjDNCes4 .list {
  color: #1a0b54;
}
.cid-v6tMBGhvFp {
  padding-top: 4rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f4f6fe;
}
.cid-v6tMBGhvFp .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v6tMBGhvFp .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-v6tMBGhvFp .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-v6tMBGhvFp .title-wrapper .desc-wrapper .mbr-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-v6tMBGhvFp .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v6tMBGhvFp .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6tMBGhvFp .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v6tMBGhvFp .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 850px;
  max-width: 850px;
}
@media (max-width: 1200px) {
  .cid-v6tMBGhvFp .embla__slide {
    min-width: 650px;
    max-width: 650px;
  }
}
@media (max-width: 767px) {
  .cid-v6tMBGhvFp .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v6tMBGhvFp .embla__slide:hover .slide-content .item-wrapper .item-img img,
.cid-v6tMBGhvFp .embla__slide:focus .slide-content .item-wrapper .item-img img {
  border: 2px solid #078efb;
}
.cid-v6tMBGhvFp .embla__slide .slide-content {
  width: 100%;
}
.cid-v6tMBGhvFp .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-v6tMBGhvFp .embla__slide .slide-content .item-wrapper .item-img img {
  height: 480px;
  width: 100%;
  object-fit: cover;
  border: 2px solid transparent;
}
@media (max-width: 992px) {
  .cid-v6tMBGhvFp .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-v6tMBGhvFp .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 2px;
}
.cid-v6tMBGhvFp .embla__slide .slide-content .item-wrapper .item-content .title-wrap .item-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-v6tMBGhvFp .embla__slide .slide-content .item-wrapper .item-content .title-wrap .item-title {
    width: 100%;
  }
}
.cid-v6tMBGhvFp .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6tMBGhvFp .embla__slide .slide-content .item-wrapper .item-content .text-wrap .item-text {
    width: 100%;
  }
}
.cid-v6tMBGhvFp .embla__button--next,
.cid-v6tMBGhvFp .embla__button--prev {
  display: flex;
}
.cid-v6tMBGhvFp .embla__button {
  bottom: 0;
  width: 48px;
  height: 48px;
  font-size: 24px;
  background-color: #3283fb !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v6tMBGhvFp .embla__button:hover {
  transform: scale(1.05);
}
.cid-v6tMBGhvFp .embla__button.embla__button--prev {
  left: 0;
}
.cid-v6tMBGhvFp .embla__button.embla__button--next {
  right: 0;
}
.cid-v6tMBGhvFp .embla {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 4rem;
}
@media (max-width: 992px) {
  .cid-v6tMBGhvFp .embla {
    margin-bottom: 38px;
  }
}
.cid-v6tMBGhvFp .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-v6tMBGhvFp .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v6tMBGhvFp .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v6tMBGhvFp .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v6tMBGhvFp .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v6tMBGhvFp .mbr-section-title {
  color: #ffffff;
}
.cid-v6tMBGhvFp .mbr-text,
.cid-v6tMBGhvFp .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-v6tMBGhvFp .mbr-desc,
.cid-v6tMBGhvFp .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v6tMBGhvFp .item-title,
.cid-v6tMBGhvFp .title-wrap {
  color: #103564;
  text-align: center;
}
.cid-v6tMBGhvFp .item-text,
.cid-v6tMBGhvFp .text-wrap {
  color: #ddeafc;
  text-align: center;
}
.cid-v6tMBGhvFp .mbr-section-title,
.cid-v6tMBGhvFp .mbr-section-btn {
  text-align: center;
}
.cid-v9KMFcvgaB {
  background-color: #f4f6fe;
}
@media (max-width: 1440px) {
  .cid-v9KMFcvgaB {
    padding-top: 10rem;
    padding-bottom: 8rem;
  }
}
.cid-v9KMFcvgaB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9KMFcvgaB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9KMFcvgaB .container {
  max-width: 100%;
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-v9KMFcvgaB .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.cid-v9KMFcvgaB .row > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}
.cid-v9KMFcvgaB .content-container {
  display: flex;
  align-items: stretch;
  width: 100%;
  flex-direction: row-reverse;
}
@media (max-width: 1366px) {
  .cid-v9KMFcvgaB .content-container {
    flex-wrap: wrap;
    padding: 0 20px;
  }
}
@media (max-width: 720px) {
  .cid-v9KMFcvgaB .content-container {
    padding: 0 20px;
  }
}
.cid-v9KMFcvgaB .img-container {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 1366px) {
  .cid-v9KMFcvgaB .img-container {
    order: 3;
    width: 100%;
    background-color: transparent;
  }
}
.cid-v9KMFcvgaB .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.cid-v9KMFcvgaB .image-wrapper img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 1366px) {
  .cid-v9KMFcvgaB .image-wrapper img {
    max-width: 720px;
  }
}
.cid-v9KMFcvgaB .text-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 0 5% 0  5%;
  min-height: 780px;
  padding-top: 10rem;
  padding-bottom: 8rem;
}
@media (max-width: 991px) {
  .cid-v9KMFcvgaB .text-container {
    width: 100%;
    padding: 0;
    min-height: 0;
    margin-bottom: 20px;
  }
}
.cid-v9KMFcvgaB .mbr-section-title {
  color: #103564;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-v9KMFcvgaB .mbr-section-title {
    text-align: center !important;
  }
}
.cid-v9KMFcvgaB .mbr-text {
  color: #112B6D;
  margin-bottom: 0;
  margin-top: 20px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-v9KMFcvgaB .mbr-text {
    text-align: center !important;
  }
}
.cid-v9KMFcvgaB .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cid-v9KMFcvgaB .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-v9KMFcvgaB .col-list {
  margin-top: 25px;
  width: 100%;
}
.cid-v9KMFcvgaB .list-title {
  color: #426aaa;
  margin-bottom: 20px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-v9KMFcvgaB .list-title {
    text-align: center !important;
  }
}
.cid-v9KMFcvgaB .list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
  padding-left: 0;
}
.cid-v9KMFcvgaB .item-wrap {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-v9KMFcvgaB .item-wrap:not(:first-child) {
  margin-top: 30px;
}
.cid-v9KMFcvgaB .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 36px;
  padding: 3px;
  min-width: 30px;
  min-height: 30px;
  border-radius: 100%;
  border: 2px solid #103564;
}
.cid-v9KMFcvgaB .iconfont-wrapper .mbr-iconfont {
  color: #103564;
  font-size: 14px;
  padding: 3px;
  border-radius: 100%;
  background-color: #b3dfff;
}
.cid-v9KMFcvgaB .list-text {
  color: #103564;
  flex-grow: 1;
}
.cid-v9KMFcvgaB .mbr-text,
.cid-v9KMFcvgaB .mbr-section-btn {
  color: #103564;
}
.cid-v6jjDSC5Xh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #103564;
}
.cid-v6jjDSC5Xh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6jjDSC5Xh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6jjDSC5Xh .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .cid-v6jjDSC5Xh .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v6jjDSC5Xh .title-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-v6jjDSC5Xh .title-wrapper .label-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v6jjDSC5Xh .title-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-v6jjDSC5Xh .title-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #426aaa;
}
@media (max-width: 992px) {
  .cid-v6jjDSC5Xh .title-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v6jjDSC5Xh .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v6jjDSC5Xh .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v6jjDSC5Xh .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v6jjDSC5Xh .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v6jjDSC5Xh .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #88c7d9, #88c7d9 50%, #426aaa);
}
.cid-v6jjDSC5Xh .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6jjDSC5Xh .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-v6jjDSC5Xh .card {
  justify-content: center;
}
.cid-v6jjDSC5Xh .image-wrapper {
  position: relative;
  z-index: 1;
  align-items: center;
}
.cid-v6jjDSC5Xh .image-wrapper .gradient-wrap {
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #e7eefd 50%, #f0f4fc 40%, #426aaa 0);
  filter: blur(4rem);
  pointer-events: none;
}
@media (max-width: 425px) {
  .cid-v6jjDSC5Xh .image-wrapper .gradient-wrap {
    width: 260px;
    height: 260px;
  }
}
.cid-v6jjDSC5Xh .image-wrapper .image-wrap {
  position: relative;
  z-index: 2;
  width: 330px;
  height: 330px;
  border-radius: 100%;
  overflow: hidden;
  padding: 6px;
  background-image: linear-gradient(135deg, #e7eefd, #f0f4fc 40%, #426aaa);
}
@media (max-width: 992px) {
  .cid-v6jjDSC5Xh .image-wrapper .image-wrap {
    padding: 5px;
  }
}
@media (max-width: 1440px) {
  .cid-v6jjDSC5Xh .image-wrapper .image-wrap {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-v6jjDSC5Xh .image-wrapper .image-wrap {
    margin-bottom: 28px;
  }
}
@media (max-width: 425px) {
  .cid-v6jjDSC5Xh .image-wrapper .image-wrap {
    width: 260px;
    height: 260px;
  }
}
.cid-v6jjDSC5Xh .image-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-v6jjDSC5Xh .card-wrapper {
  padding: 82px;
  background-image: radial-gradient(circle at 5% 113%, #103564, #426aaa 110%);
}
@media (max-width: 1440px) {
  .cid-v6jjDSC5Xh .card-wrapper {
    padding: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v6jjDSC5Xh .card-wrapper {
    padding: 18px;
  }
}
.cid-v6jjDSC5Xh .card-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v6jjDSC5Xh .card-wrapper .item {
    margin-bottom: 22px;
  }
}
.cid-v6jjDSC5Xh .card-wrapper .item:last-child {
  margin-bottom: 0;
}
.cid-v6jjDSC5Xh .card-wrapper .item .item-wrapper .card-box {
  position: relative;
  padding-left: 38px;
}
.cid-v6jjDSC5Xh .card-wrapper .item .item-wrapper .card-box::before {
  content: '✓';
  position: absolute;
  top: 4px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #426aaa, #88c7d9);
  color: #ffffff;
  font-size: 15px;
}
.cid-v6jjDSC5Xh .card-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-v6jjDSC5Xh .card-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v6jjDSC5Xh .btn-wrapper {
  margin-top: -5%;
}
.cid-v6jjDSC5Xh .mbr-label,
.cid-v6jjDSC5Xh .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v6jjDSC5Xh .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v6jjDSC5Xh .mbr-section-subtitle,
.cid-v6jjDSC5Xh .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v6jjDSC5Xh .mbr-text {
  color: #e7eefd;
  text-align: center;
}
.cid-v6jjDSC5Xh .item-title {
  color: #88c7d9;
  text-align: left;
}
.cid-v6jjDSC5Xh .item-text {
  color: #ddeafc;
}
.cid-v6jjDPIskw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bg-bluediagonal-gradient2-1900x1200.webp");
}
.cid-v6jjDPIskw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6jjDPIskw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6jjDPIskw .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-v6jjDPIskw .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-v6jjDPIskw .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-v6jjDPIskw .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-v6jjDPIskw .container {
    padding: 0 24px;
  }
}
.cid-v6jjDPIskw .content-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v6jjDPIskw .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v6jjDPIskw .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #426aaa;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #426aaa;
}
.cid-v6jjDPIskw .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v6jjDPIskw .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  opacity: .5;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6jjDPIskw .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v6jjDPIskw .item {
  margin-bottom: 32px;
}
.cid-v6jjDPIskw .item .item-wrapper {
  height: 100%;
}
.cid-v6jjDPIskw .item .item-wrapper .item-img img {
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v6jjDPIskw .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-v6jjDPIskw .item .item-wrapper .card-box {
  padding: 48px;
  background-color: #e7eefd;
  height: 100%;
  border: 1px solid #ddeafc;
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .cid-v6jjDPIskw .item .item-wrapper .card-box {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v6jjDPIskw .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-v6jjDPIskw .item .item-wrapper .card-box .item-title,
.cid-v6jjDPIskw .item .item-wrapper .card-box .item-title_2 {
  margin-bottom: 32px;
}
.cid-v6jjDPIskw .item .item-wrapper .card-box .text-wrap .item-text,
.cid-v6jjDPIskw .item .item-wrapper .card-box .text-wrap .item-text_2 {
  margin-bottom: 22px;
  opacity: .5;
}
.cid-v6jjDPIskw .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v6jjDPIskw .item .item-wrapper .dark-card {
  background-color: #103564;
  border: none;
}
.cid-v6jjDPIskw .item .item-wrapper .middle-card {
  background-color: #426aaa;
  border: none;
}
.cid-v6jjDPIskw .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v6jjDPIskw .mbr-desc,
.cid-v6jjDPIskw .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v6jjDPIskw .mbr-text,
.cid-v6jjDPIskw .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v6jjDPIskw .item-title {
  color: #103564;
}
.cid-v6jjDPIskw .item-text {
  color: #18212d;
}
.cid-v6jjDPIskw .item-title_2 {
  color: #ffffff;
}
.cid-v6jjDPIskw .item-text_2 {
  color: #ffffff;
}
.cid-v6jjDPIskw .item-text,
.cid-v6jjDPIskw .mbr-section-btn {
  text-align: left;
}
.cid-v6jjDTA5cc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v6jjDTA5cc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6jjDTA5cc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6jjDTA5cc .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-v6jjDTA5cc .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-v6jjDTA5cc .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-v6jjDTA5cc .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-v6jjDTA5cc .container {
    padding: 0 24px;
  }
}
.cid-v6jjDTA5cc .content-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v6jjDTA5cc .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v6jjDTA5cc .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #f4f6fe;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #f4f6fe;
}
.cid-v6jjDTA5cc .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-v6jjDTA5cc .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  max-width: 45%;
  opacity: .5;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6jjDTA5cc .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v6jjDTA5cc .item {
  margin-bottom: 32px;
}
.cid-v6jjDTA5cc .item .item-wrapper {
  height: 100%;
  padding: 40px;
  background-color: #f4f6fe;
  border: 1px solid #f4f6fe;
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .cid-v6jjDTA5cc .item .item-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v6jjDTA5cc .item .item-wrapper {
    padding: 24px;
  }
}
.cid-v6jjDTA5cc .item .item-wrapper .card-box .desc-wrap .item-desc,
.cid-v6jjDTA5cc .item .item-wrapper .card-box .desc-wrap .item-desc_2 {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
  background-color: #ffffff;
  border: 1px solid #f4f6fe;
}
.cid-v6jjDTA5cc .item .item-wrapper .card-box .item-price,
.cid-v6jjDTA5cc .item .item-wrapper .card-box .item-price_2 {
  margin-bottom: 16px;
}
.cid-v6jjDTA5cc .item .item-wrapper .card-box .item-text,
.cid-v6jjDTA5cc .item .item-wrapper .card-box .item-text_2 {
  margin-bottom: 0;
  opacity: .5;
}
.cid-v6jjDTA5cc .item .item-wrapper .card-box .list-wrapper {
  margin-top: 22px;
}
.cid-v6jjDTA5cc .item .item-wrapper .card-box .list-wrapper .list,
.cid-v6jjDTA5cc .item .item-wrapper .card-box .list-wrapper .list_2 {
  display: inline-flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v6jjDTA5cc .item .item-wrapper .card-box .list-wrapper .list .item-wrap,
.cid-v6jjDTA5cc .item .item-wrapper .card-box .list-wrapper .list_2 .item-wrap {
  position: relative;
  margin-bottom: 12px;
  padding-left: 34px;
}
.cid-v6jjDTA5cc .item .item-wrapper .card-box .list-wrapper .list .item-wrap::before,
.cid-v6jjDTA5cc .item .item-wrapper .card-box .list-wrapper .list_2 .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  font-size: 18px;
  color: #426aaa;
}
.cid-v6jjDTA5cc .item .dark-card {
  background-color: #103564;
  border: none;
}
.cid-v6jjDTA5cc .item .dark-card .card-box .desc-wrap .item-desc_2 {
  background-color: transparent;
  border: none;
}
.cid-v6jjDTA5cc .item .dark-card .card-box .desc-wrap .item-desc_2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-v6jjDTA5cc .item .dark-card .card-box .desc-wrap .item-desc_2::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-v6jjDTA5cc .item .dark-card .card-box .list-wrapper .list_2 .item-wrap::before {
  color: #88c7d9;
}
.cid-v6jjDTA5cc .item .mbr-section-btn {
  width: 100%;
  margin-top: 22px;
}
.cid-v6jjDTA5cc .item .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-v6jjDTA5cc .mbr-section-title {
  color: #103564;
  text-align: center;
}
.cid-v6jjDTA5cc .mbr-desc,
.cid-v6jjDTA5cc .desc-wrapper {
  color: #426aaa;
  text-align: center;
}
.cid-v6jjDTA5cc .mbr-text,
.cid-v6jjDTA5cc .text-wrapper {
  color: #103564;
  text-align: center;
}
.cid-v6jjDTA5cc .item-title {
  color: #18212d;
}
.cid-v6jjDTA5cc .item-desc {
  color: #18212d;
}
.cid-v6jjDTA5cc .item-price {
  color: #18212d;
}
.cid-v6jjDTA5cc .item-text {
  color: #18212d;
}
.cid-v6jjDTA5cc .list {
  color: #18212d;
}
.cid-v6jjDTA5cc .item-title_2 {
  color: #ffffff;
}
.cid-v6jjDTA5cc .item-desc_2 {
  color: #ffffff;
}
.cid-v6jjDTA5cc .item-price_2 {
  color: #ffffff;
}
.cid-v6jjDTA5cc .item-text_2 {
  color: #ffffff;
}
.cid-v6jjDTA5cc .list_2 {
  color: #ffffff;
}
.cid-v6jjDTA5cc .item-price,
.cid-v6jjDTA5cc .price-wrapper {
  color: #103564;
}
.cid-v6jjDTA5cc .item-desc,
.cid-v6jjDTA5cc .desc-wrap {
  color: #426aaa;
}
.cid-v6jjDTA5cc .item-text,
.cid-v6jjDTA5cc .mbr-section-btn {
  color: #103564;
}
.cid-v6jjDVJ79u {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #103564;
}
.cid-v6jjDVJ79u table {
  width: 100%;
  height: 90%;
  margin-bottom: 1rem;
  color: #103564;
  border-color: #426aaa;
  border-collapse: collapse;
  font-family: Lato, sans-serif;
  background-color: #f4f6fe;
}
.cid-v6jjDVJ79u table th,
.cid-v6jjDVJ79u table td {
  padding: 1rem;
  vertical-align: top;
  border-top: 1px solid #555555;
  font-size: 1.1em;
}
.cid-v6jjDVJ79u table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
  font-size: 1.5em;
}
.cid-v6jjDVJ79u table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.cid-v6jjDVJ79u table .table {
  background-color: #fff;
}
.cid-v6jjDVJ79u table .table-sm th,
.cid-v6jjDVJ79u table .table-sm td {
  padding: 0.3rem;
}
.cid-v6jjDVJ79u table .table-bordered {
  border: 1px solid #555555;
}
.cid-v6jjDVJ79u table .table-bordered th,
.cid-v6jjDVJ79u table .table-bordered td {
  border: 1px solid #555555;
}
.cid-v6jjDVJ79u table .table-borderless th,
.cid-v6jjDVJ79u table .table-borderless td,
.cid-v6jjDVJ79u table .table-borderless thead th,
.cid-v6jjDVJ79u table .table-borderless tbody + tbody {
  border: 0;
}
.cid-v6jjDVJ79u table .table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(10, 0, 0, 0.05);
}
.cid-v6jjDVJ79u table .table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.cid-v6jjDVJ79u table .table-hover .table-primary:hover {
  background-color: #bac8e0;
}
.cid-v6jjDVJ79u table .table-hover .table-active:hover {
  background-color: #fff;
}
.cid-v6jjDVJ79u table .table-hover .table-success:hover {
  background-color: #bcd0c7;
}
.cid-v6jjDVJ79u table .table-hover .table-info:hover {
  background-color: #b6e6f5;
}
.cid-v6jjDVJ79u table .table-hover .table-warning:hover {
  background-color: #ffecb3;
}
.cid-v6jjDVJ79u table .table-hover .table-danger:hover {
  background-color: #dfc2c4;
}
.cid-v6jjDVJ79u table .table-hover .table-light:hover {
  background-color: #dae0e3;
}
.cid-v6jjDVJ79u table .table-hover .table-dark:hover {
  background-color: #b3b4b5;
}
.cid-v6jjDVJ79u table .table-primary,
.cid-v6jjDVJ79u table .table-primary > th,
.cid-v6jjDVJ79u table .table-primary > td {
  background-color: #cfe2ff;
}
.cid-v6jjDVJ79u table .table-active {
  background-color: rgba(0, 0, 0, 0.075);
}
.cid-v6jjDVJ79u table .table-active,
.cid-v6jjDVJ79u table .table-active > th,
.cid-v6jjDVJ79u table .table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}
.cid-v6jjDVJ79u table .table-success,
.cid-v6jjDVJ79u table .table-success > th,
.cid-v6jjDVJ79u table .table-success > td {
  background-color: #d1e7dd;
}
.cid-v6jjDVJ79u table .table-info,
.cid-v6jjDVJ79u table .table-info > th,
.cid-v6jjDVJ79u table .table-info > td {
  background-color: #cff4fc;
}
.cid-v6jjDVJ79u table .table-warning,
.cid-v6jjDVJ79u table .table-warning > th,
.cid-v6jjDVJ79u table .table-warning > td {
  background-color: #fff3cd;
}
.cid-v6jjDVJ79u table .table-danger,
.cid-v6jjDVJ79u table .table-danger > th,
.cid-v6jjDVJ79u table .table-danger > td {
  background-color: #f8d7da;
}
.cid-v6jjDVJ79u table .table-light,
.cid-v6jjDVJ79u table .table-light > th,
.cid-v6jjDVJ79u table .table-light > td {
  background-color: #f8f9fa;
}
.cid-v6jjDVJ79u table .table-dark,
.cid-v6jjDVJ79u table .table-dark > th,
.cid-v6jjDVJ79u table .table-dark > td {
  background-color: #c6c6c6;
  color: white;
}
.cid-v6jjDVJ79u table .table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 575.98px) {
  .cid-v6jjDVJ79u table .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .cid-v6jjDVJ79u table .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .cid-v6jjDVJ79u table .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .cid-v6jjDVJ79u table .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .cid-v6jjDVJ79u table .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.cid-v6jjDVJ79u thead th:first-child {
  width: 33.33%;
}
.cid-v6jjDVJ79u tbody tr td {
  border: none;
}
.cid-v6jjDVJ79u .mbr-section-title {
  color: #ffffff;
}
.cid-v6jjDVJ79u .body-item1 {
  color: #426aaa;
}
.cid-v6jjE4mk3F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v6jjE4mk3F .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6jjE4mk3F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6jjE4mk3F .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v6jjE4mk3F .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v6jjE4mk3F .title-wrapper {
    width: 100%;
  }
}
.cid-v6jjE4mk3F .title-wrapper .label-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v6jjE4mk3F .title-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-v6jjE4mk3F .title-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #ddeafc;
}
@media (max-width: 992px) {
  .cid-v6jjE4mk3F .title-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v6jjE4mk3F .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v6jjE4mk3F .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v6jjE4mk3F .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v6jjE4mk3F .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v6jjE4mk3F .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #426aaa, #88c7d9 50%, #426aaa);
}
.cid-v6jjE4mk3F .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6jjE4mk3F .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-v6jjE4mk3F .title-wrapper .mbr-section-btn {
  margin-top: 42px;
}
@media (max-width: 992px) {
  .cid-v6jjE4mk3F .title-wrapper .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-v6jjE4mk3F .mbr-label,
.cid-v6jjE4mk3F .label-wrapper {
  color: #426aaa;
  text-align: center;
}
.cid-v6jjE4mk3F .mbr-section-title {
  color: #ffffff;
}
.cid-v6jjE4mk3F .mbr-section-subtitle,
.cid-v6jjE4mk3F .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v6jjE4mk3F .mbr-text {
  color: #426aaa;
  text-align: center;
}
.cid-v6jjE4mk3F .mbr-section-title,
.cid-v6jjE4mk3F .mbr-section-btn {
  text-align: center;
  color: #103564;
}
.cid-v6jjE5AYoY {
  background-image: url("../../../assets/images/sql-account-clients-2000x1404.webp");
}
.cid-v6jjE5AYoY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6jjE5AYoY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6jjE5AYoY .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-v6jjE5AYoY .image-wrap {
    height: 300px;
  }
}
.cid-v6V7pACKgB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f6fe;
}
.cid-v6V7pACKgB .card-subtitle {
  text-align: left;
  margin-left: -15px;
  color: #8c8c95;
}
.cid-v6V7pACKgB .shadow {
  border-radius: 34px;
  box-shadow: 0 5px 12px 0 rgba(20, 20, 43, 0.05) !important;
  overflow: visible;
  padding: 48px 42px 38px;
  background-color: #ffffff;
  height: 100%;
}
.cid-v6V7pACKgB .iconfont-wrapper {
  text-align: left;
  margin-bottom: 16px;
}
.cid-v6V7pACKgB .iconfont-wrapper .mbr-iconfont {
  color: #ff9417;
}
.cid-v6V7pACKgB .card-text {
  margin-bottom: 16px;
  text-align: left;
  color: #8c8c95;
}
.cid-v6V7pACKgB .button-align {
  margin-top: 36px;
  text-align: center;
}
.cid-v6V7pACKgB .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-v6V7pACKgB img {
  border-radius: 10%;
  height: 65px;
  width: auto;
  margin: 0;
}
.cid-v6V7pACKgB .mbr-iconfont::before {
  font-size: 25px;
}
.cid-v6V7pACKgB .card-title {
  margin-bottom: 4px;
  padding: 0;
  margin-left: -15px;
}
.cid-v6V7pACKgB .col-12.col-md-6.col-lg-4 {
  margin-top: 30px;
}
.cid-v6V7pACKgB .col-12.col-md-6.col-lg-4:nth-child(1) {
  margin-top: 0px;
}
.cid-v6V7pACKgB .col-12.col-md-6.col-lg-4:nth-child(2) {
  margin-top: 0px;
}
.cid-v6V7pACKgB .col-12.col-md-6.col-lg-4:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .cid-v6V7pACKgB .col-12.col-md-6.col-lg-4:nth-child(3) {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .cid-v6V7pACKgB .col-12.col-md-6.col-lg-4:nth-child(2) {
    margin-top: 30px;
  }
}
.cid-v6V7pACKgB .align {
  display: flex;
  align-items: center;
}
.cid-v6V7pACKgB .mbr-section-title {
  margin-bottom: 56px;
  color: #103564;
  text-align: center;
}
.cid-v6V7pACKgB .btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v6V7pACKgB .shadow {
    padding: 40px 40px 32px;
  }
}
@media (max-width: 479px) {
  .cid-v6V7pACKgB .shadow {
    padding: 33px 25px 28px;
  }
}
.cid-v6V7pACKgB .card-text,
.cid-v6V7pACKgB .iconfont-wrapper {
  color: #555555;
}
.cid-vg02c1J8a9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #103564;
}
.cid-vg02c1J8a9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vg02c1J8a9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vg02c1J8a9 .title-wrapper {
  position: relative;
  z-index: 1;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 992px) {
  .cid-vg02c1J8a9 .title-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-vg02c1J8a9 .title-wrapper .label-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-vg02c1J8a9 .title-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-vg02c1J8a9 .title-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #426aaa;
}
@media (max-width: 992px) {
  .cid-vg02c1J8a9 .title-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-vg02c1J8a9 .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-vg02c1J8a9 .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-vg02c1J8a9 .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vg02c1J8a9 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vg02c1J8a9 .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #88c7d9, #88c7d9 50%, #426aaa);
}
.cid-vg02c1J8a9 .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vg02c1J8a9 .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-vg02c1J8a9 .panel-group {
  position: relative;
}
.cid-vg02c1J8a9 .panel-group .card {
  position: relative;
  padding: 32px 48px;
  background-image: radial-gradient(circle at 5% 113%, #103564, #426aaa 100%);
  border: none;
  transition: all 0.3s ease-in-out;
  margin-top: 14px;
}
.cid-vg02c1J8a9 .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-vg02c1J8a9 .panel-group .card {
    padding: 18px;
    margin-top: 16px;
  }
  .cid-vg02c1J8a9 .panel-group .card:first-child {
    margin-top: 0;
  }
}
.cid-vg02c1J8a9 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vg02c1J8a9 .panel-group .card .card-header {
    display: block;
  }
}
.cid-vg02c1J8a9 .panel-group .card .card-header .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 54px;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #88c7d9, #88c7d9 50%, #426aaa);
  margin-right: 42px;
}
@media (max-width: 992px) {
  .cid-vg02c1J8a9 .panel-group .card .card-header .icon-wrapper .mbr-iconfont {
    font-size: 32px;
    margin-right: 0;
    margin-bottom: 22px;
  }
}
.cid-vg02c1J8a9 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-vg02c1J8a9 .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vg02c1J8a9 .panel-group .card .card-header .panel-title .icon-wrap {
  width: 56px;
  height: 56px;
  min-width: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  background-color: #362c52;
  margin-left: 22px;
}
.cid-vg02c1J8a9 .panel-group .card .card-header .panel-title .icon-wrap .mbr-iconfont {
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #88c7d9;
}
.cid-vg02c1J8a9 .panel-group .card .card-header .panel-title .icon-wrap:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-vg02c1J8a9 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrap .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-vg02c1J8a9 .panel-group .card .panel-collapse .panel-body {
  margin: 42px 0;
  padding-left: 96px;
}
@media (max-width: 992px) {
  .cid-vg02c1J8a9 .panel-group .card .panel-collapse .panel-body {
    margin: 22px 0 0;
    padding-left: 0;
  }
}
.cid-vg02c1J8a9 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vg02c1J8a9 .mbr-label,
.cid-vg02c1J8a9 .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vg02c1J8a9 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vg02c1J8a9 .mbr-section-subtitle,
.cid-vg02c1J8a9 .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vg02c1J8a9 .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-vg02c1J8a9 .panel-title-edit {
  color: #e7eefd;
}
.cid-vg02c1J8a9 .panel-text {
  color: #e7eefd;
}
.cid-v6jjEfRN5i {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #103564;
}
.cid-v6jjEfRN5i .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6jjEfRN5i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6jjEfRN5i .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v6jjEfRN5i .content-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v6jjEfRN5i .content-wrapper {
    width: 100%;
  }
}
.cid-v6jjEfRN5i .content-wrapper .content-wrap {
  margin-bottom: 82px;
}
@media (max-width: 992px) {
  .cid-v6jjEfRN5i .content-wrapper .content-wrap {
    margin-bottom: 28px;
  }
}
.cid-v6jjEfRN5i .content-wrapper .content-wrap .logo-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v6jjEfRN5i .content-wrapper .content-wrap .logo-wrapper {
    margin-bottom: 22px;
  }
}
.cid-v6jjEfRN5i .content-wrapper .content-wrap .logo-wrapper img {
  display: inline-flex;
  width: 54px;
  height: 54px;
  border-radius: 100%;
  object-fit: cover;
}
.cid-v6jjEfRN5i .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
@media (max-width: 992px) {
  .cid-v6jjEfRN5i .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-v6jjEfRN5i .content-wrapper .content-wrap .social-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v6jjEfRN5i .content-wrapper .content-wrap .social-wrapper {
    margin-bottom: 22px;
  }
}
.cid-v6jjEfRN5i .content-wrapper .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}
.cid-v6jjEfRN5i .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 130px;
  background-color: #291f39;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-v6jjEfRN5i .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item {
    width: 80px;
    height: 80px;
  }
}
.cid-v6jjEfRN5i .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item:hover a .mbr-iconfont,
.cid-v6jjEfRN5i .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item:focus a .mbr-iconfont {
  transform: scale(1.2);
}
.cid-v6jjEfRN5i .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-v6jjEfRN5i .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  font-size: 54px;
  transition: all 0.3s ease-in-out;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #1c4eff, #ca45ff 50%, #fe881b);
}
@media (max-width: 992px) {
  .cid-v6jjEfRN5i .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
    font-size: 32px;
  }
}
.cid-v6jjEfRN5i .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v6jjEfRN5i .mbr-section-title {
  color: #ffffff;
}
.cid-v6jjEfRN5i .mbr-copy {
  color: #8faad6;
  text-align: center;
}
.cid-v6jjEfRN5i .mbr-section-title,
.cid-v6jjEfRN5i .logo-wrapper,
.cid-v6jjEfRN5i .social-wrapper,
.cid-v6jjEfRN5i .title-wrapper {
  text-align: center;
}
.cid-v5az68Bpxq {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v5az68Bpxq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-v5az68Bpxq .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v5az68Bpxq .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v5az68Bpxq .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-v5az68Bpxq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5az68Bpxq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5az68Bpxq .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-v5az68Bpxq .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-v5az68Bpxq .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-v5az68Bpxq .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 12px 0 !important;
  margin: 0 24px !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v5az68Bpxq .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 10px !important;
    margin: 0 !important;
  }
}
.cid-v5az68Bpxq .navbar-nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  height: 3px !important;
  width: 0;
  transition: all 0.5s ease-in-out;
  background-image: linear-gradient(90deg, #426aaa, #3283fb, #88c7d9);
}
.cid-v5az68Bpxq .navbar-nav .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-v5az68Bpxq .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v5az68Bpxq .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v5az68Bpxq .navbar-nav .dropdown-item {
  padding: 17px 24px !important;
  border-radius: 1rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #ffffff;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v5az68Bpxq .navbar-nav .dropdown-item {
    margin: 0 8px 0 0 !important;
  }
}
.cid-v5az68Bpxq .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v5az68Bpxq .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-v5az68Bpxq .navbar-caption {
  padding-left: 1rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-v5az68Bpxq .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-v5az68Bpxq .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v5az68Bpxq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-v5az68Bpxq .container,
.cid-v5az68Bpxq .container-fluid {
  display: flex;
  min-height: 77px;
  padding: 0 8px 0 24px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 14px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v5az68Bpxq .container,
  .cid-v5az68Bpxq .container-fluid {
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-v5az68Bpxq .container,
  .cid-v5az68Bpxq .container-fluid {
    width: 95%;
    min-height: 60px;
    padding-right: 1rem;
    margin-top: 0.5rem;
  }
}
.cid-v5az68Bpxq .container-fluid {
  margin-left: 40px;
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-v5az68Bpxq .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-v5az68Bpxq .iconfont-wrapper {
  width: 62px;
  height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.5rem;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  box-shadow: 0 1px 6px #eeeeee;
}
.cid-v5az68Bpxq .iconfont-wrapper:first-child {
  margin-left: 0;
}
.cid-v5az68Bpxq .iconfont-wrapper .mbr-iconfont {
  font-size: 22px;
  color: #103564 !important;
  transition: all .3s ease;
}
.cid-v5az68Bpxq .iconfont-wrapper:hover .mbr-iconfont {
  opacity: .6;
}
.cid-v5az68Bpxq .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-v5az68Bpxq .nav-item:focus,
.cid-v5az68Bpxq .nav-link:focus {
  outline: none;
}
.cid-v5az68Bpxq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5az68Bpxq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5az68Bpxq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5az68Bpxq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5az68Bpxq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5az68Bpxq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5az68Bpxq .navbar {
  min-height: 77px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v5az68Bpxq .navbar.opened {
  transition: all 0.3s;
}
.cid-v5az68Bpxq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5az68Bpxq .navbar .navbar-logo img {
  width: auto;
}
.cid-v5az68Bpxq .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v5az68Bpxq .navbar.collapsed {
  justify-content: center;
}
.cid-v5az68Bpxq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5az68Bpxq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5az68Bpxq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-v5az68Bpxq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5az68Bpxq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5az68Bpxq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v5az68Bpxq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5az68Bpxq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5az68Bpxq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5az68Bpxq .navbar {
    min-height: 72px;
  }
  .cid-v5az68Bpxq .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v5az68Bpxq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5az68Bpxq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5az68Bpxq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5az68Bpxq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5az68Bpxq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v5az68Bpxq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5az68Bpxq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v5az68Bpxq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5az68Bpxq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5az68Bpxq .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v5az68Bpxq .dropdown-item.active,
.cid-v5az68Bpxq .dropdown-item:active {
  background-color: transparent;
}
.cid-v5az68Bpxq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5az68Bpxq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5az68Bpxq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5az68Bpxq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 3.5rem;
}
@media (max-width: 992px) {
  .cid-v5az68Bpxq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-v5az68Bpxq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-v5az68Bpxq .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v5az68Bpxq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5az68Bpxq .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v5az68Bpxq .navbar-buttons {
    text-align: left;
  }
}
.cid-v5az68Bpxq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5az68Bpxq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #103564;
}
.cid-v5az68Bpxq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5az68Bpxq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5az68Bpxq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5az68Bpxq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5az68Bpxq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5az68Bpxq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5az68Bpxq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5az68Bpxq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5az68Bpxq .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v5az68Bpxq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5az68Bpxq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: .5rem;
  padding-right: .5rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v5az68Bpxq .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5az68Bpxq .navbar {
    height: 77px;
  }
  .cid-v5az68Bpxq .navbar.opened {
    height: auto;
  }
  .cid-v5az68Bpxq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5az68Bpxq .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v5az68Bpxq .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-v5az68Bpxq .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-v5az68Bpxq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v5az68Bpxq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v5az68Bpxq .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v5az68Bpxq .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v5az68Bpxq .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
}
@media (max-width: 575px) {
  .cid-v5az68Bpxq .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-v5az68Bpxq .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v5az68Bpxq .navbar-brand {
    margin-right: auto;
  }
  .cid-v5az68Bpxq .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-v5az68Bpxq .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v5az68Bpxq .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-v5az68Bpxq .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 10px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v5az68Bpxq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v5az68Bpxq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v5az68Bpxq .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v5az68Bpxq .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-v5az68Bpxq .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v5az68Bpxq .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v5az69VCbK {
  background-image: url("../../../assets/images/bg-building-1900x1200.webp");
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.cid-v5az69VCbK .gradient-wrap {
  position: absolute;
  bottom: 20%;
  width: 105%;
  height: 135%;
  border-radius: 100%;
  background-color: #103564;
  filter: blur(2rem);
  pointer-events: none;
}
@media (max-width: 1440px) {
  .cid-v5az69VCbK .gradient-wrap {
    width: 150%;
  }
}
@media (max-width: 758px) {
  .cid-v5az69VCbK .gradient-wrap {
    width: 250%;
  }
}
.cid-v5az69VCbK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5az69VCbK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5az69VCbK .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v5az69VCbK .content-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v5az69VCbK .content-wrapper {
    width: 100%;
  }
}
.cid-v5az69VCbK .content-wrapper .label-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-v5az69VCbK .content-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-v5az69VCbK .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #88c7d9, #88c7d9 50%, #426aaa);
}
.cid-v5az69VCbK .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v5az69VCbK .content-wrapper .mbr-section-title {
    margin-bottom: 18px;
  }
}
.cid-v5az69VCbK .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v5az69VCbK .content-wrapper .mbr-section-btn {
  margin-top: 46px;
}
@media (max-width: 992px) {
  .cid-v5az69VCbK .content-wrapper .mbr-section-btn {
    margin-top: 18px;
  }
}
.cid-v5az69VCbK .mbr-label,
.cid-v5az69VCbK .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v5az69VCbK .mbr-section-title {
  color: #ffffff;
}
.cid-v5az69VCbK .mbr-text {
  color: #ddeafc;
  text-align: center;
}
.cid-v5az69VCbK .mbr-section-title,
.cid-v5az69VCbK .mbr-section-btn {
  text-align: center;
}
.cid-v5aSKNPjBu {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f4f6fe;
}
.cid-v5aSKNPjBu .wrap-block {
  padding-right: 30px;
}
.cid-v5aSKNPjBu .cards {
  padding-left: 30px;
}
.cid-v5aSKNPjBu .image-wrap img {
  max-width: 100%;
  max-height: 800px;
  z-index: 9;
  position: relative;
}
.cid-v5aSKNPjBu .wrap-block .contents {
  margin-bottom: 40px;
}
.cid-v5aSKNPjBu .wrap-block .contents .mbr-subtitle {
  color: #3a6ef6;
  margin-bottom: 14px;
}
.cid-v5aSKNPjBu .wrap-block .contents .mbr-section-title {
  margin-bottom: 5px;
  color: #3a6ef6;
}
.cid-v5aSKNPjBu .wrap-block .contents .mbr-text {
  margin-top: 17px;
}
.cid-v5aSKNPjBu .wrap-block .contents h3 {
  color: #426aaa;
}
.cid-v5aSKNPjBu .wrap-block .contents h4 {
  color: #426aaa;
}
.cid-v5aSKNPjBu .wrap-block .contents .mbr-section-btn .btn {
  margin-left: 0 !important;
}
.cid-v5aSKNPjBu .cards-wrap {
  flex-direction: column;
}
.cid-v5aSKNPjBu .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
}
.cid-v5aSKNPjBu .wrapper .img {
  margin-bottom: 20px;
}
.cid-v5aSKNPjBu .wrapper .img .mbr-iconfont {
  font-size: 50px;
  top: 0;
  color: #3a6ef6;
  border-radius: 50%;
}
.cid-v5aSKNPjBu .wrapper .mbr-card-title {
  color: #3a6ef6;
  padding-bottom: 14px;
  margin-bottom: 10px;
}
.cid-v5aSKNPjBu .wrapper .mbr-text {
  margin-bottom: 19px;
  color: #426aaa;
}
@media (max-width: 767px) {
  .cid-v5aSKNPjBu * {
    text-align: left;
  }
}
.cid-v5aSKNPjBu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5aSKNPjBu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5aSKNPjBu .wrap-block .contents .mbr-section-title,
.cid-v5aSKNPjBu .menu-content-right {
  color: #103564;
}
.cid-v5aSKNPjBu .wrap-block .contents .mbr-subtitle,
.cid-v5aSKNPjBu .menu-content-right {
  color: #103564;
}
.cid-v5aSKNPjBu .wrapper .mbr-card-title,
.cid-v5aSKNPjBu .img {
  color: #103564;
}
.cid-v5aSKNPjBu .wrapper .mbr-text,
.cid-v5aSKNPjBu .img {
  color: #426aaa;
}
.cid-v7wc79GVWZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/bg-graypatt-3-1900x1200.webp");
}
.cid-v7wc79GVWZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7wc79GVWZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7wc79GVWZ .card {
  justify-content: center;
}
.cid-v7wc79GVWZ .content-wrapper {
  padding-right: 115px;
}
@media (max-width: 992px) {
  .cid-v7wc79GVWZ .content-wrapper {
    margin-bottom: 22px;
    padding-right: 0;
  }
}
.cid-v7wc79GVWZ .content-wrapper .label-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v7wc79GVWZ .content-wrapper .label-wrapper {
    margin-bottom: 22px;
  }
}
.cid-v7wc79GVWZ .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #426aaa, #426aaa 50%, #88c7d9);
}
.cid-v7wc79GVWZ .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-v7wc79GVWZ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v7wc79GVWZ .form-wrap {
  position: relative;
  background-image: radial-gradient(circle at 5% 113%, #426aaa, #103564 100%);
  padding: 82px;
}
@media (max-width: 1440px) {
  .cid-v7wc79GVWZ .form-wrap {
    padding: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v7wc79GVWZ .form-wrap {
    padding: 18px;
  }
}
.cid-v7wc79GVWZ .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
  margin: 0 -9.6px;
}
.cid-v7wc79GVWZ .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-v7wc79GVWZ .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px;
}
.cid-v7wc79GVWZ .form-wrap .dragArea.row .form-group .form-control {
  padding: 18px 24px;
  background-color: #f4f6fe;
  border: 1px solid #426aaa !important;
  box-shadow: none;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v7wc79GVWZ .form-wrap .dragArea.row .form-group .form-control {
    margin-bottom: 22px;
  }
}
.cid-v7wc79GVWZ .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #103564;
  opacity: .5;
}
.cid-v7wc79GVWZ .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-v7wc79GVWZ .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #426aaa !important;
}
.cid-v7wc79GVWZ .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
  padding: 24px;
}
.cid-v7wc79GVWZ .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-v7wc79GVWZ .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #103564;
  border-color: #103564;
}
.cid-v7wc79GVWZ .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-v7wc79GVWZ .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.cid-v7wc79GVWZ .mbr-label,
.cid-v7wc79GVWZ .label-wrapper {
  color: #ffffff;
}
.cid-v7wc79GVWZ .mbr-section-title {
  color: #103564;
}
.cid-v7wc79GVWZ .mbr-text {
  color: #426aaa;
}
.cid-v7wc79GVWZ label {
  color: #a997ce;
}
.cid-v7wc79GVWZ LABEL {
  color: #88c7d9;
}
.cid-veKIgd4lEA {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f4f6fe;
}
.cid-veKIgd4lEA img {
  width: 120px;
  margin: auto;
}
.cid-veKIgd4lEA .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
  border-radius: 0.5rem;
}
.cid-veKIgd4lEA .mbr-section-title {
  color: #103564;
}
.cid-veKIgd4lEA .mbr-section-subtitle {
  border-radius: 0.5rem;
  width: fit-content;
  padding: 0.2rem 0.7rem;
  display: inline-block;
  background: #3a6ef6;
}
.cid-veKIgd4lEA .mbr-section-subtitle,
.cid-veKIgd4lEA .subtitle-wrap,
.cid-veKIgd4lEA .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v5azOCFGPQ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f4f6fe;
}
.cid-v5azOCFGPQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5azOCFGPQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5azOCFGPQ .card-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
  background-color: #ffffff;
  padding: 32px;
  overflow: hidden !important;
}
@media (max-width: 992px) {
  .cid-v5azOCFGPQ .card-wrapper {
    display: block;
    padding: 18px;
  }
}
.cid-v5azOCFGPQ .card-wrapper .gradient-wrapper {
  position: absolute;
  right: -150px;
  top: -400px;
  width: 500px;
  height: 500px;
  background-image: linear-gradient(-90deg, #426aaa, #88c7d9 70%);
  border-radius: 100%;
  filter: blur(6rem);
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-v5azOCFGPQ .card-wrapper .gradient-wrapper {
    width: 400px;
    height: 400px;
  }
}
.cid-v5azOCFGPQ .card-wrapper .google-map {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-v5azOCFGPQ .card-wrapper .google-map iframe {
  height: 600px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v5azOCFGPQ .card-wrapper .google-map iframe {
    height: 300px;
  }
}
.cid-v5az6nY5gM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #103564;
}
.cid-v5az6nY5gM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5az6nY5gM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5az6nY5gM .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v5az6nY5gM .content-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v5az6nY5gM .content-wrapper {
    width: 100%;
  }
}
.cid-v5az6nY5gM .content-wrapper .content-wrap {
  margin-bottom: 82px;
}
@media (max-width: 992px) {
  .cid-v5az6nY5gM .content-wrapper .content-wrap {
    margin-bottom: 28px;
  }
}
.cid-v5az6nY5gM .content-wrapper .content-wrap .logo-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v5az6nY5gM .content-wrapper .content-wrap .logo-wrapper {
    margin-bottom: 22px;
  }
}
.cid-v5az6nY5gM .content-wrapper .content-wrap .logo-wrapper img {
  display: inline-flex;
  width: 54px;
  height: 54px;
  border-radius: 100%;
  object-fit: cover;
}
.cid-v5az6nY5gM .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
@media (max-width: 992px) {
  .cid-v5az6nY5gM .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-v5az6nY5gM .content-wrapper .content-wrap .social-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v5az6nY5gM .content-wrapper .content-wrap .social-wrapper {
    margin-bottom: 22px;
  }
}
.cid-v5az6nY5gM .content-wrapper .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}
.cid-v5az6nY5gM .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 130px;
  background-color: #291f39;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-v5az6nY5gM .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item {
    width: 80px;
    height: 80px;
  }
}
.cid-v5az6nY5gM .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item:hover a .mbr-iconfont,
.cid-v5az6nY5gM .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item:focus a .mbr-iconfont {
  transform: scale(1.2);
}
.cid-v5az6nY5gM .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-v5az6nY5gM .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  font-size: 54px;
  transition: all 0.3s ease-in-out;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #1c4eff, #ca45ff 50%, #fe881b);
}
@media (max-width: 992px) {
  .cid-v5az6nY5gM .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
    font-size: 32px;
  }
}
.cid-v5az6nY5gM .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v5az6nY5gM .mbr-section-title {
  color: #ffffff;
}
.cid-v5az6nY5gM .mbr-copy {
  color: #8faad6;
  text-align: center;
}
.cid-v5az6nY5gM .mbr-section-title,
.cid-v5az6nY5gM .logo-wrapper,
.cid-v5az6nY5gM .social-wrapper,
.cid-v5az6nY5gM .title-wrapper {
  text-align: center;
}
