.btn {
  border: none !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Zalando Sans SemiExpanded;
}
.display-1 {
  font-family: 'Zalando Sans SemiExpanded', sans-serif;
  font-size: 5.2rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.5rem;
}
.display-2 {
  font-family: 'Zalando Sans SemiExpanded', sans-serif;
  font-size: 4rem;
  line-height: 1.05;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Zalando Sans SemiExpanded', sans-serif;
  font-size: 1.16rem;
  line-height: 1.45;
}
.display-4 > .mbr-iconfont {
  font-size: 1.45rem;
}
.display-5 {
  font-family: 'Zalando Sans SemiExpanded', sans-serif;
  font-size: 2.1rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.625rem;
}
.display-7 {
  font-family: 'Zalando Sans SemiExpanded', sans-serif;
  font-size: 1.35rem;
  line-height: 1.35;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6875rem;
}
/* ---- 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: 4.16rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.64rem;
    font-size: calc( 2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.05 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.928rem;
    font-size: calc( 1.056rem + (1.16 - 1.056) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.45 * (1.056rem + (1.16 - 1.056) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.68rem;
    font-size: calc( 1.385rem + (2.1 - 1.385) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.385rem + (2.1 - 1.385) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.08rem;
    font-size: calc( 1.1225rem + (1.35 - 1.1225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.35 * (1.1225rem + (1.35 - 1.1225) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.64rem;
    font-size: calc( 2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1 * (2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.05 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.928rem;
    font-size: calc( 1.056rem + (1.16 - 1.056) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.45 * (1.056rem + (1.16 - 1.056) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.68rem;
    font-size: calc( 1.385rem + (2.1 - 1.385) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.385rem + (2.1 - 1.385) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.08rem;
    font-size: calc( 1.1225rem + (1.35 - 1.1225) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.35 * (1.1225rem + (1.35 - 1.1225) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #1c4eff !important;
}
.bg-success {
  background-color: #1a0b54 !important;
}
.bg-info {
  background-color: #a997ce !important;
}
.bg-warning {
  background-color: #fe881b !important;
}
.bg-danger {
  background-color: #fe261b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #1c4eff !important;
  border-color: #1c4eff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #4f76ff !important;
  border-color: #4f76ff !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #4f76ff !important;
  border-color: #4f76ff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ca45ff !important;
  border-color: #ca45ff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #d978ff !important;
  border-color: #d978ff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #d978ff !important;
  border-color: #d978ff !important;
}
.btn-info,
.btn-info:active {
  background-color: #a997ce !important;
  border-color: #a997ce !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #c6bade !important;
  border-color: #c6bade !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #c6bade !important;
  border-color: #c6bade !important;
}
.btn-success,
.btn-success:active {
  background-color: #1a0b54 !important;
  border-color: #1a0b54 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #281181 !important;
  border-color: #281181 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #281181 !important;
  border-color: #281181 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #fe881b !important;
  border-color: #fe881b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #fea34e !important;
  border-color: #fea34e !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #fea34e !important;
  border-color: #fea34e !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fe261b !important;
  border-color: #fe261b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fe564e !important;
  border-color: #fe564e !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #fe564e !important;
  border-color: #fe564e !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: #1c4eff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #002bc4 !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: #1c4eff !important;
  border-color: #1c4eff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ca45ff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #aa00ed !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: #ca45ff !important;
  border-color: #ca45ff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #a997ce;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #785cb2 !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: #a997ce !important;
  border-color: #a997ce !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #1a0b54;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #020107 !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: #1a0b54 !important;
  border-color: #1a0b54 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fe881b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #c15d01 !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: #fe881b !important;
  border-color: #fe881b !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fe261b;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #c10a01 !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: #fe261b !important;
  border-color: #fe261b !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: #1c4eff !important;
}
.text-secondary {
  color: #ca45ff !important;
}
.text-success {
  color: #1a0b54 !important;
}
.text-info {
  color: #a997ce !important;
}
.text-warning {
  color: #fe881b !important;
}
.text-danger {
  color: #fe261b !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0028b5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #9f00de !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #7052ad !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #b25601 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #b20901 !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: #1c4eff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #a997ce;
}
.alert-warning {
  background-color: #fe881b;
}
.alert-danger {
  background-color: #fe261b;
}
.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: #1c4eff;
  border-color: #1c4eff;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #1c4eff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e8edff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #785bea;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fff2e6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffe7e6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Zalando Sans SemiExpanded', sans-serif;
  font-size: 1.16rem;
  line-height: 1.45;
  font-weight: 400;
  border-radius: 14px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.45rem;
}
.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: #1c4eff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Zalando Sans SemiExpanded', sans-serif;
  font-size: 1.16rem;
  line-height: 1.45;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.45rem;
}
blockquote {
  border-color: #1c4eff;
}
/* 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: #1c4eff;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #1c4eff;
}
.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: #1c4eff;
  border-bottom-color: #1c4eff;
}
.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: #1c4eff !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: #ca45ff !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='%231c4eff' %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;
  padding: 18px 60px;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn {
    border-radius: 18px !important;
  }
}
@media (max-width: 1640px) {
  .mbr-section-btn .btn {
    padding: 16px 42px;
  }
}
@media (max-width: 992px) {
  .mbr-section-btn .btn {
    padding: 16px 32px;
  }
}
.btn-primary {
  background-image: linear-gradient(90deg, #1c4eff, #941cff, #cd1cff, #ff811c) !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-uY0vYdUemH {
  background-color: #190f2a;
  overflow: hidden;
}
.cid-uY0vYdUemH .card {
  position: relative;
}
.cid-uY0vYdUemH .card .gradient-wrap {
  position: absolute;
  bottom: -40%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #1c4eff, #ca45ff 50%, #fe881b);
  filter: blur(4rem);
  pointer-events: none;
}
.cid-uY0vYdUemH .card .gradient-wrap::before {
  content: '';
  position: absolute;
  top: -30%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #190f2a;
  filter: blur(5rem);
  pointer-events: none;
}
.cid-uY0vYdUemH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY0vYdUemH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY0vYdUemH .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uY0vYdUemH .content-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uY0vYdUemH .content-wrapper {
    width: 100%;
  }
}
.cid-uY0vYdUemH .content-wrapper .label-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uY0vYdUemH .content-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-uY0vYdUemH .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, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-uY0vYdUemH .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uY0vYdUemH .content-wrapper .mbr-section-title {
    margin-bottom: 18px;
  }
}
.cid-uY0vYdUemH .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uY0vYdUemH .content-wrapper .mbr-section-btn {
  margin-top: 46px;
}
@media (max-width: 992px) {
  .cid-uY0vYdUemH .content-wrapper .mbr-section-btn {
    margin-top: 18px;
  }
}
.cid-uY0vYdUemH .mbr-label,
.cid-uY0vYdUemH .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uY0vYdUemH .mbr-section-title {
  color: #ffffff;
}
.cid-uY0vYdUemH .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-uY0vYdUemH .mbr-section-title,
.cid-uY0vYdUemH .mbr-section-btn {
  text-align: center;
}
.cid-uY0w9CHK01 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #190f2a;
  position: relative;
}
.cid-uY0w9CHK01 .item:focus,
.cid-uY0w9CHK01 span:focus {
  outline: none;
}
.cid-uY0w9CHK01 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uY0w9CHK01 .content-head {
  max-width: 800px;
}
.cid-uY0w9CHK01 .item {
  padding: 10px 0;
  color: #ffffff;
}
.cid-uY0w9CHK01 .gradient-wrapper {
  position: absolute;
  left: 0;
  width: 100%;
  height: 10px;
}
@media (max-width: 992px) {
  .cid-uY0w9CHK01 .gradient-wrapper {
    height: 5px;
  }
}
.cid-uY0w9CHK01 .gradient_1 {
  top: 0;
  background-image: linear-gradient(90deg, #1c4eff, #ca45ff, #fe881b);
}
.cid-uY0w9CHK01 .gradient_2 {
  bottom: 0;
  background-image: linear-gradient(90deg, #fe881b, #ca45ff, #1c4eff);
}
.cid-uY0vZy1fEh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #190f2a;
  overflow: hidden;
  position: relative;
}
.cid-uY0vZy1fEh .gradient-wrap {
  position: absolute;
  bottom: -30%;
  left: 0;
  width: 100%;
  height: 70%;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #1c4eff 0, #ca45ff 40%, #ffffff 0);
  filter: blur(8rem);
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uY0vZy1fEh .gradient-wrap {
    bottom: -25%;
    height: 100%;
  }
}
.cid-uY0vZy1fEh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY0vZy1fEh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY0vZy1fEh .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .cid-uY0vZy1fEh .content-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uY0vZy1fEh .content-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-uY0vZy1fEh .content-wrapper .title-wrapper {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uY0vZy1fEh .content-wrapper .title-wrapper {
    margin-bottom: 18px;
  }
}
.cid-uY0vZy1fEh .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uY0vZy1fEh .content-wrapper .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, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-uY0vZy1fEh .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uY0vZy1fEh .items-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -7px;
}
.cid-uY0vZy1fEh .items-wrapper .item {
  width: 25%;
  padding: 0 7px;
  margin-bottom: 14px;
  animation: none !important;
}
@media (max-width: 1640px) {
  .cid-uY0vZy1fEh .items-wrapper .item {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uY0vZy1fEh .items-wrapper .item {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uY0vZy1fEh .items-wrapper .item:hover .item-wrapper::after,
.cid-uY0vZy1fEh .items-wrapper .item:focus .item-wrapper::after {
  width: 100%;
  height: 200px;
  top: -155px;
}
.cid-uY0vZy1fEh .items-wrapper .item .item-wrapper {
  position: relative;
  padding: 38px 46px 46px 46px;
  min-height: 485px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden !important;
}
@media (max-width: 992px) {
  .cid-uY0vZy1fEh .items-wrapper .item .item-wrapper {
    min-height: auto;
    padding: 18px;
  }
}
.cid-uY0vZy1fEh .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #190f2a;
  opacity: .5;
  backdrop-filter: blur(36px);
  z-index: 1;
  pointer-events: none;
}
.cid-uY0vZy1fEh .items-wrapper .item .item-wrapper::after {
  content: '';
  position: absolute;
  top: -200px;
  left: 0;
  width: 0;
  height: 0;
  border-radius: 100%;
  background-image: linear-gradient(45deg, #ca45ff 30%, #fe881b);
  filter: blur(2rem);
  z-index: 1;
  pointer-events: none;
  transition: all .5s ease;
}
.cid-uY0vZy1fEh .items-wrapper .item .item-wrapper .label-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.cid-uY0vZy1fEh .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #362c52;
}
@media (max-width: 992px) {
  .cid-uY0vZy1fEh .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-uY0vZy1fEh .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-uY0vZy1fEh .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-uY0vZy1fEh .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-uY0vZy1fEh .items-wrapper .item .item-wrapper .card-box {
  position: relative;
  z-index: 2;
}
.cid-uY0vZy1fEh .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 22px;
}
.cid-uY0vZy1fEh .items-wrapper .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uY0vZy1fEh .items-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 38px;
  margin-bottom: 14px;
}
.cid-uY0vZy1fEh .items-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #1c4eff, #ca45ff);
  color: #ffffff;
  font-size: 15px;
}
.cid-uY0vZy1fEh .items-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uY0vZy1fEh .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 22px;
  width: 100%;
}
.cid-uY0vZy1fEh .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uY0vZy1fEh .btn-wrapper {
  margin-top: 0;
}
.cid-uY0vZy1fEh .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uY0vZy1fEh .mbr-section-subtitle,
.cid-uY0vZy1fEh .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uY0vZy1fEh .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-uY0vZy1fEh .item-label {
  color: #ffffff;
}
.cid-uY0vZy1fEh .item-title {
  color: #ffffff;
}
.cid-uY0vZy1fEh .list {
  color: #a997ce;
}
.cid-uY0w3RTBhT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-uY0w3RTBhT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY0w3RTBhT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY0w3RTBhT .content-wrapper {
  position: relative;
  z-index: 1;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 992px) {
  .cid-uY0w3RTBhT .content-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-uY0w3RTBhT .content-wrapper .label-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uY0w3RTBhT .content-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-uY0w3RTBhT .content-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uY0w3RTBhT .content-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-uY0w3RTBhT .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-uY0w3RTBhT .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-uY0w3RTBhT .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uY0w3RTBhT .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uY0w3RTBhT .items-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -7px;
}
.cid-uY0w3RTBhT .items-wrapper .item {
  width: 33.33%;
  padding: 0 7px;
  margin-bottom: 14px;
  animation: none !important;
}
@media (max-width: 1440px) {
  .cid-uY0w3RTBhT .items-wrapper .item {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uY0w3RTBhT .items-wrapper .item {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uY0w3RTBhT .items-wrapper .item:hover .item-wrapper .card-box,
.cid-uY0w3RTBhT .items-wrapper .item:focus .item-wrapper .card-box {
  transform: translateY(0);
  background-color: #190f2a;
}
.cid-uY0w3RTBhT .items-wrapper .item:hover .item-wrapper .card-box .gradient-wrapper,
.cid-uY0w3RTBhT .items-wrapper .item:focus .item-wrapper .card-box .gradient-wrapper {
  width: 400px;
  height: 400px;
}
.cid-uY0w3RTBhT .items-wrapper .item .item-wrapper {
  position: relative;
  height: 100%;
}
.cid-uY0w3RTBhT .items-wrapper .item .item-wrapper .item-img {
  position: relative;
  z-index: 2;
}
.cid-uY0w3RTBhT .items-wrapper .item .item-wrapper .item-img img {
  height: 635px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uY0w3RTBhT .items-wrapper .item .item-wrapper .item-img img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-uY0w3RTBhT .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uY0w3RTBhT .items-wrapper .item .item-wrapper .name-wrapper {
  position: relative;
  z-index: 1;
  padding: 46px;
  background-color: #ffffff;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  margin-top: -2rem;
}
@media (max-width: 992px) {
  .cid-uY0w3RTBhT .items-wrapper .item .item-wrapper .name-wrapper {
    padding: 46px 18px 18px 18px;
  }
}
.cid-uY0w3RTBhT .items-wrapper .item .item-wrapper .name-wrapper .item-name {
  margin-bottom: 8px;
}
.cid-uY0w3RTBhT .items-wrapper .item .item-wrapper .name-wrapper .item-role {
  margin-bottom: 0;
}
.cid-uY0w3RTBhT .items-wrapper .item .item-wrapper .card-box {
  position: relative;
  padding: 54px 46px 46px 46px;
  background-color: #ffffff;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  transform: translateY(-100%);
  transition: all .5s ease;
  margin-top: -2rem;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uY0w3RTBhT .items-wrapper .item .item-wrapper .card-box {
    padding: 54px 18px 18px 18px;
    transform: none;
    background-color: #190f2a;
  }
}
.cid-uY0w3RTBhT .items-wrapper .item .item-wrapper .card-box .gradient-wrapper {
  position: absolute;
  right: -250px;
  bottom: -250px;
  width: 0;
  height: 0;
  background-image: linear-gradient(135deg, #1c4eff, #ca45ff, #fe881b 45%);
  border-radius: 100%;
  filter: blur(4rem);
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uY0w3RTBhT .items-wrapper .item .item-wrapper .card-box .gradient-wrapper {
    width: 400px;
    height: 400px;
  }
}
.cid-uY0w3RTBhT .items-wrapper .item .item-wrapper .card-box .item-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uY0w3RTBhT .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 16px;
}
.cid-uY0w3RTBhT .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uY0w3RTBhT .mbr-label,
.cid-uY0w3RTBhT .label-wrapper {
  color: #1a0b54;
  text-align: center;
}
.cid-uY0w3RTBhT .mbr-section-title {
  color: #1a0b54;
  text-align: center;
}
.cid-uY0w3RTBhT .item-name {
  color: #1a0b54;
}
.cid-uY0w3RTBhT .item-role {
  color: #a997ce;
}
.cid-uY0w3RTBhT .item-text {
  color: #ffffff;
}
.cid-uY0w3RTBhT .item-text,
.cid-uY0w3RTBhT .mbr-section-btn {
  text-align: center;
}
.cid-uY0wfOtRcG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #190f2a;
}
.cid-uY0wfOtRcG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY0wfOtRcG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY0wfOtRcG .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uY0wfOtRcG .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uY0wfOtRcG .title-wrapper {
    width: 100%;
  }
}
.cid-uY0wfOtRcG .title-wrapper .subtitle-wrapper .mbr-section-title {
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uY0wfOtRcG .title-wrapper .subtitle-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uY0wfOtRcG .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uY0wfOtRcG .title-wrapper .mbr-section-btn {
  margin-top: 42px;
}
@media (max-width: 992px) {
  .cid-uY0wfOtRcG .title-wrapper .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-uY0wfOtRcG .mbr-section-title {
  color: #ffffff;
}
.cid-uY0wfOtRcG .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uY0wfOtRcG .mbr-section-title,
.cid-uY0wfOtRcG .mbr-section-btn,
.cid-uY0wfOtRcG .subtitle-wrapper {
  text-align: center;
}
.cid-uY0w1fsHrP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-uY0w1fsHrP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY0w1fsHrP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY0w1fsHrP .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .cid-uY0w1fsHrP .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uY0w1fsHrP .title-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-uY0w1fsHrP .title-wrapper .label-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uY0w1fsHrP .title-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-uY0w1fsHrP .title-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uY0w1fsHrP .title-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-uY0w1fsHrP .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-uY0w1fsHrP .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-uY0w1fsHrP .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uY0w1fsHrP .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uY0w1fsHrP .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, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-uY0w1fsHrP .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uY0w1fsHrP .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-uY0w1fsHrP .items-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -32px;
}
.cid-uY0w1fsHrP .items-wrapper .item {
  width: 25%;
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 1640px) {
  .cid-uY0w1fsHrP .items-wrapper .item {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uY0w1fsHrP .items-wrapper .item {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uY0w1fsHrP .items-wrapper .item .item-wrapper {
  position: relative;
  height: 100%;
  padding: 0 0 0 54px;
}
@media (max-width: 992px) {
  .cid-uY0w1fsHrP .items-wrapper .item .item-wrapper {
    padding: 18px 0;
  }
}
@media (max-width: 992px) {
  .cid-uY0w1fsHrP .items-wrapper .item .item-wrapper {
    padding: 18px;
  }
}
.cid-uY0w1fsHrP .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-image: linear-gradient(#fe881b, #ca45ff, #fe881b);
}
.cid-uY0w1fsHrP .items-wrapper .item .item-wrapper .title-wrap {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uY0w1fsHrP .items-wrapper .item .item-wrapper .title-wrap {
    margin-bottom: 22px;
  }
}
.cid-uY0w1fsHrP .items-wrapper .item .item-wrapper .title-wrap .title {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uY0w1fsHrP .items-wrapper .item .item-wrapper .title-wrap .title {
    padding: 10px 16px;
  }
}
.cid-uY0w1fsHrP .items-wrapper .item .item-wrapper .title-wrap .title .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-uY0w1fsHrP .items-wrapper .item .item-wrapper .title-wrap .title .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-uY0w1fsHrP .items-wrapper .item .item-wrapper .title-wrap .title .item-title {
  margin-bottom: 0;
}
.cid-uY0w1fsHrP .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uY0w1fsHrP .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 22px;
  width: 100%;
}
.cid-uY0w1fsHrP .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uY0w1fsHrP .btn-wrapper {
  margin-top: -12%;
}
.cid-uY0w1fsHrP .mbr-label,
.cid-uY0w1fsHrP .label-wrapper {
  color: #1a0b54;
  text-align: center;
}
.cid-uY0w1fsHrP .mbr-section-title {
  color: #1a0b54;
  text-align: center;
}
.cid-uY0w1fsHrP .mbr-section-subtitle,
.cid-uY0w1fsHrP .subtitle-wrapper {
  color: #1a0b54;
  text-align: center;
}
.cid-uY0w1fsHrP .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-uY0w1fsHrP .item-title {
  color: #1a0b54;
}
.cid-uY0w1fsHrP .item-text {
  color: #1a0b54;
}
.cid-uY0whHtF8J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #190f2a;
}
.cid-uY0whHtF8J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY0whHtF8J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY0whHtF8J .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uY0whHtF8J .content-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uY0whHtF8J .content-wrapper {
    width: 100%;
  }
}
.cid-uY0whHtF8J .content-wrapper .subtitle-wrapper .mbr-section-title {
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-uY0whHtF8J .content-wrapper .subtitle-wrapper .mbr-section-title {
    margin-bottom: 28px;
  }
}
.cid-uY0whHtF8J .content-wrapper .gradient-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background-image: linear-gradient(135deg, #1c4eff, #ca45ff, #fe881b);
  filter: blur(4rem);
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uY0whHtF8J .content-wrapper .gradient-wrap {
    height: 50%;
  }
}
.cid-uY0whHtF8J .content-wrapper .mbr-figure {
  position: relative;
  z-index: 1;
}
.cid-uY0whHtF8J .mbr-section-title {
  color: #ffffff;
}
.cid-uY0whHtF8J .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uY0whHtF8J .mbr-section-title,
.cid-uY0whHtF8J .mbr-section-btn,
.cid-uY0whHtF8J .subtitle-wrapper {
  text-align: center;
}
.cid-uY0we2L46q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #190f2a;
}
.cid-uY0we2L46q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY0we2L46q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY0we2L46q .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uY0we2L46q .content-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uY0we2L46q .content-wrapper {
    width: 100%;
  }
}
.cid-uY0we2L46q .content-wrapper .title-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uY0we2L46q .content-wrapper .title-wrapper {
    padding-bottom: 28px;
    display: block;
  }
}
.cid-uY0we2L46q .content-wrapper .title-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(90deg, transparent, #ca45ff 50%, transparent);
}
.cid-uY0we2L46q .content-wrapper .title-wrapper .mbr-section-title {
  width: 40%;
  padding-right: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uY0we2L46q .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    padding-right: 0;
    margin-bottom: 22px;
  }
}
.cid-uY0we2L46q .content-wrapper .mbr-text {
  margin-top: 42px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uY0we2L46q .content-wrapper .mbr-text {
    margin-top: 22px;
  }
}
.cid-uY0we2L46q .mbr-section-title {
  color: #ffffff;
}
.cid-uY0we2L46q .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-uY0we2L46q .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uY0we2L46q .mbr-section-btn {
    text-align: left;
  }
  .cid-uY0we2L46q .mbr-section-btn .btn:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-uY0we2L46q .mbr-section-title,
  .cid-uY0we2L46q .mbr-section-btn {
    text-align: center;
  }
}
.cid-uY0w1VjkXB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-uY0w1VjkXB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY0w1VjkXB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY0w1VjkXB .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .cid-uY0w1VjkXB .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uY0w1VjkXB .title-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-uY0w1VjkXB .title-wrapper .label-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uY0w1VjkXB .title-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-uY0w1VjkXB .title-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uY0w1VjkXB .title-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-uY0w1VjkXB .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-uY0w1VjkXB .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-uY0w1VjkXB .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uY0w1VjkXB .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uY0w1VjkXB .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, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-uY0w1VjkXB .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uY0w1VjkXB .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-uY0w1VjkXB .items-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -7px;
}
.cid-uY0w1VjkXB .items-wrapper .item {
  width: 33.33%;
  padding: 0 7px;
  margin-bottom: 14px;
}
@media (max-width: 1440px) {
  .cid-uY0w1VjkXB .items-wrapper .item {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uY0w1VjkXB .items-wrapper .item {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uY0w1VjkXB .items-wrapper .item .item-wrapper {
  padding: 46px;
  height: 100%;
  background-color: #ffffff;
  overflow: hidden !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  min-height: 570px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uY0w1VjkXB .items-wrapper .item .item-wrapper {
    padding: 18px;
  }
}
@media (max-width: 992px) {
  .cid-uY0w1VjkXB .items-wrapper .item .item-wrapper {
    min-height: 350px;
  }
}
.cid-uY0w1VjkXB .items-wrapper .item .item-wrapper .gradient-wrapper {
  position: absolute;
  width: 400px;
  height: 400px;
  background-image: linear-gradient(90deg, #1c4eff, #ca45ff, #fe881b);
  border-radius: 100%;
  filter: blur(4rem);
}
.cid-uY0w1VjkXB .items-wrapper .item .item-wrapper .gradient_1 {
  right: -250px;
  bottom: -250px;
}
.cid-uY0w1VjkXB .items-wrapper .item .item-wrapper .gradient_2 {
  bottom: -200px;
}
.cid-uY0w1VjkXB .items-wrapper .item .item-wrapper .gradient_3 {
  left: -250px;
  bottom: -250px;
}
.cid-uY0w1VjkXB .items-wrapper .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uY0w1VjkXB .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 22px;
}
.cid-uY0w1VjkXB .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uY0w1VjkXB .items-wrapper .item .item-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 22px;
  width: 100%;
}
.cid-uY0w1VjkXB .items-wrapper .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
}
.cid-uY0w1VjkXB .mbr-label,
.cid-uY0w1VjkXB .label-wrapper {
  color: #1a0b54;
  text-align: center;
}
.cid-uY0w1VjkXB .mbr-section-title {
  color: #1a0b54;
  text-align: center;
}
.cid-uY0w1VjkXB .mbr-section-subtitle,
.cid-uY0w1VjkXB .subtitle-wrapper {
  color: #1a0b54;
  text-align: center;
}
.cid-uY0w1VjkXB .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-uY0w1VjkXB .item-title {
  color: #1a0b54;
}
.cid-uY0w1VjkXB .item-text {
  color: #1a0b54;
}
.cid-uY0wBTE8V6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-uY0wBTE8V6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY0wBTE8V6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY0wBTE8V6 .card-wrapper {
  padding: 32px 32px 32px 106px;
  background-image: radial-gradient(circle at 5% 113%, #362c52, #190f2a 74%);
}
@media (max-width: 1440px) {
  .cid-uY0wBTE8V6 .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uY0wBTE8V6 .card-wrapper {
    padding: 18px;
    display: flex;
    flex-direction: column-reverse;
  }
}
.cid-uY0wBTE8V6 .card-wrapper .tab-content .tab-pane .item-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uY0wBTE8V6 .card-wrapper .tab-content .tab-pane .item-content {
    display: block;
  }
}
.cid-uY0wBTE8V6 .card-wrapper .tab-content .tab-pane .item-content .content-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uY0wBTE8V6 .card-wrapper .tab-content .tab-pane .item-content .content-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uY0wBTE8V6 .card-wrapper .tab-content .tab-pane .item-content .content-wrapper .label-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uY0wBTE8V6 .card-wrapper .tab-content .tab-pane .item-content .content-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-uY0wBTE8V6 .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: #362c52;
}
@media (max-width: 992px) {
  .cid-uY0wBTE8V6 .card-wrapper .tab-content .tab-pane .item-content .content-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-uY0wBTE8V6 .card-wrapper .tab-content .tab-pane .item-content .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-uY0wBTE8V6 .card-wrapper .tab-content .tab-pane .item-content .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-uY0wBTE8V6 .card-wrapper .tab-content .tab-pane .item-content .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uY0wBTE8V6 .card-wrapper .tab-content .tab-pane .item-content .content-wrapper .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uY0wBTE8V6 .card-wrapper .tab-content .tab-pane .item-content .content-wrapper .mbr-section-title {
    margin-bottom: 28px;
  }
}
.cid-uY0wBTE8V6 .card-wrapper .tab-content .tab-pane .item-content .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uY0wBTE8V6 .card-wrapper .tab-content .tab-pane .item-content .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uY0wBTE8V6 .card-wrapper .tab-content .tab-pane .item-content .image-wrapper {
  width: 50%;
  height: 100%;
  padding-left: 74px;
}
@media (max-width: 992px) {
  .cid-uY0wBTE8V6 .card-wrapper .tab-content .tab-pane .item-content .image-wrapper {
    padding-left: 0;
    width: 100%;
  }
}
.cid-uY0wBTE8V6 .card-wrapper .tab-content .tab-pane .item-content .image-wrapper img {
  height: 600px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uY0wBTE8V6 .card-wrapper .tab-content .tab-pane .item-content .image-wrapper img {
    min-height: auto;
    height: 300px;
  }
}
.cid-uY0wBTE8V6 .card-wrapper .tabs-wrapper {
  margin-top: 42px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uY0wBTE8V6 .card-wrapper .tabs-wrapper {
    margin-top: 0;
    margin-bottom: 28px;
  }
}
.cid-uY0wBTE8V6 .card-wrapper .tabs-wrapper .tabs-wrap {
  display: inline-flex;
  justify-content: center;
  padding: 2px;
  background-image: linear-gradient(90deg, #fe881b, #ca45ff, #1c4eff);
}
.cid-uY0wBTE8V6 .card-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs {
  border: none;
  padding: 8px;
  background-color: #291f39;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-uY0wBTE8V6 .card-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0;
}
.cid-uY0wBTE8V6 .card-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a997ce;
  padding: 16px 42px;
  background-color: transparent;
  border: none;
  transition: all 0.3s ease-in-out;
  font-weight: 500;
}
@media (max-width: 1200px) {
  .cid-uY0wBTE8V6 .card-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
    padding: 16px 32px;
  }
}
.cid-uY0wBTE8V6 .card-wrapper .tabs-wrapper .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active {
  color: #ffffff;
  background-color: #190f2a;
}
.cid-uY0wBTE8V6 .mbr-label,
.cid-uY0wBTE8V6 .label-wrapper {
  color: #ffffff;
}
.cid-uY0wBTE8V6 .mbr-section-title {
  color: #ffffff;
}
.cid-uY0wBTE8V6 .mbr-text {
  color: #ffffff;
}
.cid-uY0wqIw760 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-uY0wqIw760 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY0wqIw760 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY0wqIw760 .card {
  justify-content: center;
}
.cid-uY0wqIw760 .content-wrapper {
  width: 80%;
  position: sticky;
  top: 91px;
}
@media (max-width: 1440px) {
  .cid-uY0wqIw760 .content-wrapper {
    top: 46px;
  }
}
@media (max-width: 992px) {
  .cid-uY0wqIw760 .content-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-uY0wqIw760 .content-wrapper .label-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uY0wqIw760 .content-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-uY0wqIw760 .content-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uY0wqIw760 .content-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-uY0wqIw760 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-uY0wqIw760 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-uY0wqIw760 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uY0wqIw760 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uY0wqIw760 .content-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, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-uY0wqIw760 .items-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.cid-uY0wqIw760 .items-wrapper .item {
  margin-bottom: 82px;
  width: 80%;
}
.cid-uY0wqIw760 .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 1640px) {
  .cid-uY0wqIw760 .items-wrapper .item {
    width: 100%;
  }
}
@media (max-width: 1440px) {
  .cid-uY0wqIw760 .items-wrapper .item {
    margin-bottom: 46px;
  }
  .cid-uY0wqIw760 .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-uY0wqIw760 .items-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-uY0wqIw760 .items-wrapper .item:last-child {
    margin-bottom: 16px;
  }
}
.cid-uY0wqIw760 .items-wrapper .item .item-wrapper {
  position: relative;
  padding: 130px 82px 64px 64px;
  background-color: #ffffff;
  box-shadow: 9px 6px 24px #dddddd;
  overflow: hidden !important;
}
@media (max-width: 1440px) {
  .cid-uY0wqIw760 .items-wrapper .item .item-wrapper {
    padding: 130px 46px 32px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uY0wqIw760 .items-wrapper .item .item-wrapper {
    padding: 46px 18px 18px 18px;
  }
}
.cid-uY0wqIw760 .items-wrapper .item .item-wrapper .gradient-wrapper {
  position: absolute;
  top: -150px;
  right: -150px;
  width: 300px;
  height: 300px;
  background-image: linear-gradient(325deg, #1c4eff, #ca45ff 45%);
  border-radius: 100%;
  filter: blur(3rem);
}
@media (max-width: 992px) {
  .cid-uY0wqIw760 .items-wrapper .item .item-wrapper .gradient-wrapper {
    top: -200px;
    right: -200px;
  }
}
@media (max-width: 425px) {
  .cid-uY0wqIw760 .items-wrapper .item .item-wrapper .gradient-wrapper {
    top: -250px;
    right: -250px;
  }
}
.cid-uY0wqIw760 .items-wrapper .item .item-wrapper .item-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uY0wqIw760 .mbr-label,
.cid-uY0wqIw760 .label-wrapper {
  color: #1a0b54;
}
.cid-uY0wqIw760 .mbr-section-title {
  color: #1a0b54;
}
.cid-uY0wqIw760 .mbr-section-subtitle {
  color: #1a0b54;
}
.cid-uY0wqIw760 .item-text {
  color: #1a0b54;
}
.cid-uY0wzboQh7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #190f2a;
}
.cid-uY0wzboQh7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY0wzboQh7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY0wzboQh7 .title-wrapper {
  position: relative;
  z-index: 1;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 992px) {
  .cid-uY0wzboQh7 .title-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-uY0wzboQh7 .title-wrapper .label-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uY0wzboQh7 .title-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-uY0wzboQh7 .title-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #362c52;
}
@media (max-width: 992px) {
  .cid-uY0wzboQh7 .title-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-uY0wzboQh7 .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-uY0wzboQh7 .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-uY0wzboQh7 .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uY0wzboQh7 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uY0wzboQh7 .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, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-uY0wzboQh7 .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uY0wzboQh7 .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-uY0wzboQh7 .panel-group {
  position: relative;
}
.cid-uY0wzboQh7 .panel-group .card {
  position: relative;
  padding: 32px 48px;
  background-image: radial-gradient(circle at 5% 113%, #362c52, #190f2a 100%);
  border: none;
  transition: all 0.3s ease-in-out;
  margin-top: 14px;
}
.cid-uY0wzboQh7 .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uY0wzboQh7 .panel-group .card {
    padding: 18px;
    margin-top: 16px;
  }
  .cid-uY0wzboQh7 .panel-group .card:first-child {
    margin-top: 0;
  }
}
.cid-uY0wzboQh7 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uY0wzboQh7 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uY0wzboQh7 .panel-group .card .card-header .panel-title .title-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uY0wzboQh7 .panel-group .card .card-header .panel-title .title-wrap {
    display: block;
  }
}
.cid-uY0wzboQh7 .panel-group .card .card-header .panel-title .title-wrap .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, #1c4eff, #ca45ff 50%, #fe881b);
  margin-right: 42px;
}
@media (max-width: 992px) {
  .cid-uY0wzboQh7 .panel-group .card .card-header .panel-title .title-wrap .icon-wrapper .mbr-iconfont {
    font-size: 32px;
    margin-right: 0;
    margin-bottom: 22px;
  }
}
.cid-uY0wzboQh7 .panel-group .card .card-header .panel-title .title-wrap .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uY0wzboQh7 .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-uY0wzboQh7 .panel-group .card .card-header .panel-title .icon-wrap .mbr-iconfont {
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #a997ce;
}
.cid-uY0wzboQh7 .panel-group .card .card-header .panel-title .icon-wrap:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-uY0wzboQh7 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrap .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uY0wzboQh7 .panel-group .card .panel-collapse .panel-body {
  margin: 42px 0;
  padding-left: 96px;
}
@media (max-width: 992px) {
  .cid-uY0wzboQh7 .panel-group .card .panel-collapse .panel-body {
    margin: 22px 0 0;
    padding-left: 0;
  }
}
.cid-uY0wzboQh7 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uY0wzboQh7 .mbr-label,
.cid-uY0wzboQh7 .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uY0wzboQh7 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uY0wzboQh7 .mbr-section-subtitle,
.cid-uY0wzboQh7 .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uY0wzboQh7 .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-uY0wzboQh7 .panel-title-edit {
  color: #ffffff;
}
.cid-uY0wzboQh7 .panel-text {
  color: #a997ce;
}
.cid-uY0wFOZHy0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uY0wFOZHy0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY0wFOZHy0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY0wFOZHy0 .items-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -7px;
}
.cid-uY0wFOZHy0 .items-wrapper .item {
  width: 33.33%;
  padding: 0 7px;
  margin-bottom: 54px;
  animation: none !important;
}
@media (max-width: 1440px) {
  .cid-uY0wFOZHy0 .items-wrapper .item {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uY0wFOZHy0 .items-wrapper .item {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uY0wFOZHy0 .items-wrapper .item:hover .item-wrapper,
.cid-uY0wFOZHy0 .items-wrapper .item:focus .item-wrapper {
  background-color: #f9f9f9;
}
.cid-uY0wFOZHy0 .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-uY0wFOZHy0 .items-wrapper .item:focus .item-wrapper .item-img img {
  transform: scale(1.15);
}
.cid-uY0wFOZHy0 .items-wrapper .item .item-wrapper {
  overflow: hidden;
  height: 100%;
  background-color: transparent;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uY0wFOZHy0 .items-wrapper .item .item-wrapper {
    background-color: #f9f9f9;
  }
}
.cid-uY0wFOZHy0 .items-wrapper .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-uY0wFOZHy0 .items-wrapper .item .item-wrapper .item-img img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uY0wFOZHy0 .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uY0wFOZHy0 .items-wrapper .item .item-wrapper .card-box {
  padding: 32px 46px 46px 46px;
}
@media (max-width: 992px) {
  .cid-uY0wFOZHy0 .items-wrapper .item .item-wrapper .card-box {
    padding: 22px 18px 18px 18px;
    transform: none;
  }
}
.cid-uY0wFOZHy0 .items-wrapper .item .item-wrapper .card-box .title-wrapper {
  margin-bottom: 16px;
}
.cid-uY0wFOZHy0 .items-wrapper .item .item-wrapper .card-box .title-wrapper .item-title {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-uY0wFOZHy0 .items-wrapper .item .item-wrapper .card-box .item-price {
  margin-bottom: 16px;
}
.cid-uY0wFOZHy0 .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uY0wFOZHy0 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 16px;
}
.cid-uY0wFOZHy0 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uY0wFOZHy0 .item-title {
  color: #1a0b54;
}
.cid-uY0wFOZHy0 .item-price {
  color: #1a0b54;
}
.cid-uY0wFOZHy0 .item-text {
  color: #1a0b54;
}
.cid-uY0wJVRF6T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #190f2a;
}
.cid-uY0wJVRF6T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY0wJVRF6T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY0wJVRF6T .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uY0wJVRF6T .content-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uY0wJVRF6T .content-wrapper {
    width: 100%;
  }
}
.cid-uY0wJVRF6T .content-wrapper .content-wrap {
  margin-bottom: 82px;
}
@media (max-width: 992px) {
  .cid-uY0wJVRF6T .content-wrapper .content-wrap {
    margin-bottom: 28px;
  }
}
.cid-uY0wJVRF6T .content-wrapper .content-wrap .logo-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uY0wJVRF6T .content-wrapper .content-wrap .logo-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uY0wJVRF6T .content-wrapper .content-wrap .logo-wrapper img {
  display: inline-flex;
  width: 54px;
  height: 54px;
  border-radius: 100%;
  object-fit: cover;
}
.cid-uY0wJVRF6T .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-uY0wJVRF6T .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uY0wJVRF6T .content-wrapper .content-wrap .social-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uY0wJVRF6T .content-wrapper .content-wrap .social-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uY0wJVRF6T .content-wrapper .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}
.cid-uY0wJVRF6T .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-uY0wJVRF6T .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item {
    width: 80px;
    height: 80px;
  }
}
.cid-uY0wJVRF6T .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item:hover a .mbr-iconfont,
.cid-uY0wJVRF6T .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item:focus a .mbr-iconfont {
  transform: scale(1.2);
}
.cid-uY0wJVRF6T .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-uY0wJVRF6T .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-uY0wJVRF6T .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
    font-size: 32px;
  }
}
.cid-uY0wJVRF6T .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uY0wJVRF6T .mbr-section-title {
  color: #ffffff;
}
.cid-uY0wJVRF6T .mbr-copy {
  color: #a997ce;
  text-align: center;
}
.cid-uY0wJVRF6T .mbr-section-title,
.cid-uY0wJVRF6T .logo-wrapper,
.cid-uY0wJVRF6T .social-wrapper,
.cid-uY0wJVRF6T .title-wrapper {
  text-align: center;
}
.cid-uZeMYlzTX0 .mega-menu-volker {
  background: #645600;
  width: 100%;
  z-index: 999;
  position: sticky;
  top: 0;
}
.cid-uZeMYlzTX0 .navbar {
  background: #645600;
}
.cid-uZeMYlzTX0 .navbar-nav {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 1rem;
  flex-wrap: wrap;
  width: 100%;
}
.cid-uZeMYlzTX0 .navbar-nav .nav-link {
  color: #163300;
  font-family: inherit;
  font-size: inherit;
  text-decoration: none;
  transition: color .2s;
}
.cid-uZeMYlzTX0 .navbar-nav .nav-link:hover {
  color: #1c4eff;
}
.cid-uZeMYlzTX0 .mega-dropdown-content .mega-flex.cols-1 {
  max-width: 400px;
  margin: 0 auto;
}
.cid-uZeMYlzTX0 .mega-dropdown-content .mega-flex.cols-2 {
  max-width: 800px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZeMYlzTX0 .mega-dropdown-content .mega-flex.cols-3 {
  max-width: 1100px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZeMYlzTX0 .mega-dropdown-content .mega-flex.cols-4 {
  max-width: 1300px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZeMYlzTX0 .dropdown-menu.show {
  display: block !important;
}
.cid-uZeMYlzTX0 .mega-flex {
  display: grid;
  gap: 1.5rem;
}
.cid-uZeMYlzTX0 .mega-flex.cols-1 {
  grid-template-columns: 1fr;
}
.cid-uZeMYlzTX0 .mega-flex.cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
.cid-uZeMYlzTX0 .mega-flex.cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
.cid-uZeMYlzTX0 .mega-flex.cols-4 {
  grid-template-columns: repeat(4, 1fr);
}
.cid-uZeMYlzTX0 .mega-flex.cols-1 .mega-col:nth-child(n+2) {
  display: none;
}
.cid-uZeMYlzTX0 .mega-flex.cols-2 .mega-col:nth-child(n+3) {
  display: none;
}
.cid-uZeMYlzTX0 .mega-flex.cols-3 .mega-col:nth-child(n+4) {
  display: none;
}
.cid-uZeMYlzTX0 .mega-col img {
  width: 100%;
  max-width: 300px;
  height: auto;
  border-radius: 6px;
  display: block;
  background: #eee;
}
.cid-uZeMYlzTX0 .mega-col h6 {
  font-weight: 700;
  margin: 10px 0 8px;
}
.cid-uZeMYlzTX0 .mega-col a {
  color: #163300;
  text-decoration: none;
  display: block;
  margin-bottom: .3rem;
}
.cid-uZeMYlzTX0 .mega-col a:hover {
  color: #1c4eff;
}
.cid-uZeMYlzTX0 .logo-img {
  max-height: 3rem;
}
.cid-uZeMYlzTX0 .navbar-toggler {
  border: none;
  padding: 0.25rem 0.5rem;
  background: transparent;
  position: relative;
  margin-left: auto;
  height: auto;
}
.cid-uZeMYlzTX0 .navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}
.cid-uZeMYlzTX0 .navbar-toggler-icon {
  width: 28px;
  height: 3px;
  background-image: none;
  position: relative;
  display: inline-block;
  background-color: #ffffff;
  border-radius: 2px;
  top: 7.5px;
}
.cid-uZeMYlzTX0 .navbar-toggler-icon::before,
.cid-uZeMYlzTX0 .navbar-toggler-icon::after {
  content: '';
  display: block;
  position: absolute;
  background-color: #ffffff;
  height: 3px;
  width: 100%;
  left: 0;
  border-radius: 2px;
}
.cid-uZeMYlzTX0 .navbar-toggler-icon::before {
  top: -7.5px;
}
.cid-uZeMYlzTX0 .navbar-toggler-icon::after {
  bottom: -7.5px;
}
@media (max-width: 991px) {
  .cid-uZeMYlzTX0 .navbar-nav {
    flex-direction: column;
  }
  .cid-uZeMYlzTX0 .mega-dropdown-content {
    position: static;
    display: none !important;
    width: 95% !important;
    margin: 0 auto !important;
  }
  .cid-uZeMYlzTX0 .mega-dropdown-content.show {
    display: block !important;
  }
  .cid-uZeMYlzTX0 .mega-flex {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem;
    grid-template-columns: 1fr !important;
  }
  .cid-uZeMYlzTX0 .navbar-collapse {
    width: 100%;
    margin-top: 1rem;
  }
  .cid-uZeMYlzTX0 .mega-col img {
    max-width: 100% !important;
  }
  .cid-uZeMYlzTX0 .navbar-collapse,
  .cid-uZeMYlzTX0 .navbar-nav,
  .cid-uZeMYlzTX0 .navbar-nav .nav-link {
    text-align: center !important;
    justify-content: center !important;
    align-items: center !important;
  }
  .cid-uZeMYlzTX0 .mega-menu-volker .dropdown-menu.mega-dropdown-content {
    left: 50% !important;
    transform: translateX(-50%) !important;
    margin: 0 auto !important;
  }
}
.cid-uZeMYlzTX0 A {
  font-size: 23px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-uZeMYlzTX0 .mega-menu-volker .mega-dropdown-content {
  justify-content: var(--menuAlign, center);
  text-align: var(--menuAlign, center);
  display: flex;
  flex-direction: column;
  align-items: var(--menuAlign, center);
}
.cid-uZeMYlzTX0 .mega-menu-volker .dropdown-menu.mega-dropdown-content {
  left: 50%;
  transform: translateX(-50%);
  transition: transform 0.3s ease, left 0.3s ease;
}
.cid-uZeMYlzTX0 .mega-menu-volker[menu-align="flex-start"] .dropdown-menu.mega-dropdown-content {
  left: 0;
  transform: none;
}
.cid-uZeMYlzTX0 .mega-menu-volker[menu-align="flex-end"] .dropdown-menu.mega-dropdown-content {
  right: 0;
  left: auto;
  transform: none;
}
.cid-uZeMYlzTX0 .mega-menu-volker[always-top] {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  width: 100%;
}
.cid-uZeMYlzTX0 body {
  scroll-behavior: smooth;
  padding-top: 100px !important;
  margin-top: 100px !important;
  scroll-padding-top: 100px;
}
.cid-uZeMYlzTX0 H6 {
  color: #d70081;
}
.cid-uZeMYlzTX0 .navbar-collapse {
  padding-bottom: 50px;
}
.cid-uZeMKYms04 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-uZeMKYms04 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZeMKYms04 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZeMKYms04 .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .cid-uZeMKYms04 .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uZeMKYms04 .title-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-uZeMKYms04 .title-wrapper .label-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uZeMKYms04 .title-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-uZeMKYms04 .title-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uZeMKYms04 .title-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-uZeMKYms04 .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-uZeMKYms04 .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-uZeMKYms04 .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uZeMKYms04 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZeMKYms04 .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, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-uZeMKYms04 .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZeMKYms04 .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-uZeMKYms04 .items-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -32px;
}
.cid-uZeMKYms04 .items-wrapper .item {
  width: 25%;
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 1640px) {
  .cid-uZeMKYms04 .items-wrapper .item {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uZeMKYms04 .items-wrapper .item {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uZeMKYms04 .items-wrapper .item .item-wrapper {
  position: relative;
  height: 100%;
  padding: 0 0 0 54px;
}
@media (max-width: 992px) {
  .cid-uZeMKYms04 .items-wrapper .item .item-wrapper {
    padding: 18px 0;
  }
}
@media (max-width: 992px) {
  .cid-uZeMKYms04 .items-wrapper .item .item-wrapper {
    padding: 18px;
  }
}
.cid-uZeMKYms04 .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-image: linear-gradient(#fe881b, #ca45ff, #fe881b);
}
.cid-uZeMKYms04 .items-wrapper .item .item-wrapper .title-wrap {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uZeMKYms04 .items-wrapper .item .item-wrapper .title-wrap {
    margin-bottom: 22px;
  }
}
.cid-uZeMKYms04 .items-wrapper .item .item-wrapper .title-wrap .title {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uZeMKYms04 .items-wrapper .item .item-wrapper .title-wrap .title {
    padding: 10px 16px;
  }
}
.cid-uZeMKYms04 .items-wrapper .item .item-wrapper .title-wrap .title .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-uZeMKYms04 .items-wrapper .item .item-wrapper .title-wrap .title .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-uZeMKYms04 .items-wrapper .item .item-wrapper .title-wrap .title .item-title {
  margin-bottom: 0;
}
.cid-uZeMKYms04 .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uZeMKYms04 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 22px;
  width: 100%;
}
.cid-uZeMKYms04 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uZeMKYms04 .btn-wrapper {
  margin-top: -12%;
}
.cid-uZeMKYms04 .mbr-label,
.cid-uZeMKYms04 .label-wrapper {
  color: #1a0b54;
  text-align: center;
}
.cid-uZeMKYms04 .mbr-section-title {
  color: #1a0b54;
  text-align: center;
}
.cid-uZeMKYms04 .mbr-section-subtitle,
.cid-uZeMKYms04 .subtitle-wrapper {
  color: #1a0b54;
  text-align: center;
}
.cid-uZeMKYms04 .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-uZeMKYms04 .item-title {
  color: #1a0b54;
}
.cid-uZeMKYms04 .item-text {
  color: #1a0b54;
}
.cid-uY0wJVRF6T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #190f2a;
}
.cid-uY0wJVRF6T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY0wJVRF6T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY0wJVRF6T .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uY0wJVRF6T .content-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uY0wJVRF6T .content-wrapper {
    width: 100%;
  }
}
.cid-uY0wJVRF6T .content-wrapper .content-wrap {
  margin-bottom: 82px;
}
@media (max-width: 992px) {
  .cid-uY0wJVRF6T .content-wrapper .content-wrap {
    margin-bottom: 28px;
  }
}
.cid-uY0wJVRF6T .content-wrapper .content-wrap .logo-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uY0wJVRF6T .content-wrapper .content-wrap .logo-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uY0wJVRF6T .content-wrapper .content-wrap .logo-wrapper img {
  display: inline-flex;
  width: 54px;
  height: 54px;
  border-radius: 100%;
  object-fit: cover;
}
.cid-uY0wJVRF6T .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-uY0wJVRF6T .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uY0wJVRF6T .content-wrapper .content-wrap .social-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uY0wJVRF6T .content-wrapper .content-wrap .social-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uY0wJVRF6T .content-wrapper .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}
.cid-uY0wJVRF6T .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-uY0wJVRF6T .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item {
    width: 80px;
    height: 80px;
  }
}
.cid-uY0wJVRF6T .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item:hover a .mbr-iconfont,
.cid-uY0wJVRF6T .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item:focus a .mbr-iconfont {
  transform: scale(1.2);
}
.cid-uY0wJVRF6T .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-uY0wJVRF6T .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-uY0wJVRF6T .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
    font-size: 32px;
  }
}
.cid-uY0wJVRF6T .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uY0wJVRF6T .mbr-section-title {
  color: #ffffff;
}
.cid-uY0wJVRF6T .mbr-copy {
  color: #a997ce;
  text-align: center;
}
.cid-uY0wJVRF6T .mbr-section-title,
.cid-uY0wJVRF6T .logo-wrapper,
.cid-uY0wJVRF6T .social-wrapper,
.cid-uY0wJVRF6T .title-wrapper {
  text-align: center;
}
.cid-uZeMYlzTX0 .mega-menu-volker {
  background: #645600;
  width: 100%;
  z-index: 999;
  position: sticky;
  top: 0;
}
.cid-uZeMYlzTX0 .navbar {
  background: #645600;
}
.cid-uZeMYlzTX0 .navbar-nav {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 1rem;
  flex-wrap: wrap;
  width: 100%;
}
.cid-uZeMYlzTX0 .navbar-nav .nav-link {
  color: #163300;
  font-family: inherit;
  font-size: inherit;
  text-decoration: none;
  transition: color .2s;
}
.cid-uZeMYlzTX0 .navbar-nav .nav-link:hover {
  color: #1c4eff;
}
.cid-uZeMYlzTX0 .mega-dropdown-content .mega-flex.cols-1 {
  max-width: 400px;
  margin: 0 auto;
}
.cid-uZeMYlzTX0 .mega-dropdown-content .mega-flex.cols-2 {
  max-width: 800px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZeMYlzTX0 .mega-dropdown-content .mega-flex.cols-3 {
  max-width: 1100px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZeMYlzTX0 .mega-dropdown-content .mega-flex.cols-4 {
  max-width: 1300px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZeMYlzTX0 .dropdown-menu.show {
  display: block !important;
}
.cid-uZeMYlzTX0 .mega-flex {
  display: grid;
  gap: 1.5rem;
}
.cid-uZeMYlzTX0 .mega-flex.cols-1 {
  grid-template-columns: 1fr;
}
.cid-uZeMYlzTX0 .mega-flex.cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
.cid-uZeMYlzTX0 .mega-flex.cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
.cid-uZeMYlzTX0 .mega-flex.cols-4 {
  grid-template-columns: repeat(4, 1fr);
}
.cid-uZeMYlzTX0 .mega-flex.cols-1 .mega-col:nth-child(n+2) {
  display: none;
}
.cid-uZeMYlzTX0 .mega-flex.cols-2 .mega-col:nth-child(n+3) {
  display: none;
}
.cid-uZeMYlzTX0 .mega-flex.cols-3 .mega-col:nth-child(n+4) {
  display: none;
}
.cid-uZeMYlzTX0 .mega-col img {
  width: 100%;
  max-width: 300px;
  height: auto;
  border-radius: 6px;
  display: block;
  background: #eee;
}
.cid-uZeMYlzTX0 .mega-col h6 {
  font-weight: 700;
  margin: 10px 0 8px;
}
.cid-uZeMYlzTX0 .mega-col a {
  color: #163300;
  text-decoration: none;
  display: block;
  margin-bottom: .3rem;
}
.cid-uZeMYlzTX0 .mega-col a:hover {
  color: #1c4eff;
}
.cid-uZeMYlzTX0 .logo-img {
  max-height: 3rem;
}
.cid-uZeMYlzTX0 .navbar-toggler {
  border: none;
  padding: 0.25rem 0.5rem;
  background: transparent;
  position: relative;
  margin-left: auto;
  height: auto;
}
.cid-uZeMYlzTX0 .navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}
.cid-uZeMYlzTX0 .navbar-toggler-icon {
  width: 28px;
  height: 3px;
  background-image: none;
  position: relative;
  display: inline-block;
  background-color: #ffffff;
  border-radius: 2px;
  top: 7.5px;
}
.cid-uZeMYlzTX0 .navbar-toggler-icon::before,
.cid-uZeMYlzTX0 .navbar-toggler-icon::after {
  content: '';
  display: block;
  position: absolute;
  background-color: #ffffff;
  height: 3px;
  width: 100%;
  left: 0;
  border-radius: 2px;
}
.cid-uZeMYlzTX0 .navbar-toggler-icon::before {
  top: -7.5px;
}
.cid-uZeMYlzTX0 .navbar-toggler-icon::after {
  bottom: -7.5px;
}
@media (max-width: 991px) {
  .cid-uZeMYlzTX0 .navbar-nav {
    flex-direction: column;
  }
  .cid-uZeMYlzTX0 .mega-dropdown-content {
    position: static;
    display: none !important;
    width: 95% !important;
    margin: 0 auto !important;
  }
  .cid-uZeMYlzTX0 .mega-dropdown-content.show {
    display: block !important;
  }
  .cid-uZeMYlzTX0 .mega-flex {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem;
    grid-template-columns: 1fr !important;
  }
  .cid-uZeMYlzTX0 .navbar-collapse {
    width: 100%;
    margin-top: 1rem;
  }
  .cid-uZeMYlzTX0 .mega-col img {
    max-width: 100% !important;
  }
  .cid-uZeMYlzTX0 .navbar-collapse,
  .cid-uZeMYlzTX0 .navbar-nav,
  .cid-uZeMYlzTX0 .navbar-nav .nav-link {
    text-align: center !important;
    justify-content: center !important;
    align-items: center !important;
  }
  .cid-uZeMYlzTX0 .mega-menu-volker .dropdown-menu.mega-dropdown-content {
    left: 50% !important;
    transform: translateX(-50%) !important;
    margin: 0 auto !important;
  }
}
.cid-uZeMYlzTX0 A {
  font-size: 23px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-uZeMYlzTX0 .mega-menu-volker .mega-dropdown-content {
  justify-content: var(--menuAlign, center);
  text-align: var(--menuAlign, center);
  display: flex;
  flex-direction: column;
  align-items: var(--menuAlign, center);
}
.cid-uZeMYlzTX0 .mega-menu-volker .dropdown-menu.mega-dropdown-content {
  left: 50%;
  transform: translateX(-50%);
  transition: transform 0.3s ease, left 0.3s ease;
}
.cid-uZeMYlzTX0 .mega-menu-volker[menu-align="flex-start"] .dropdown-menu.mega-dropdown-content {
  left: 0;
  transform: none;
}
.cid-uZeMYlzTX0 .mega-menu-volker[menu-align="flex-end"] .dropdown-menu.mega-dropdown-content {
  right: 0;
  left: auto;
  transform: none;
}
.cid-uZeMYlzTX0 .mega-menu-volker[always-top] {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  width: 100%;
}
.cid-uZeMYlzTX0 body {
  scroll-behavior: smooth;
  padding-top: 100px !important;
  margin-top: 100px !important;
  scroll-padding-top: 100px;
}
.cid-uZeMYlzTX0 H6 {
  color: #d70081;
}
.cid-uZeMYlzTX0 .navbar-collapse {
  padding-bottom: 50px;
}
.cid-uZeMYlzTX0 .mega-menu-volker {
  background: #645600;
  width: 100%;
  z-index: 999;
  position: sticky;
  top: 0;
}
.cid-uZeMYlzTX0 .navbar {
  background: #645600;
}
.cid-uZeMYlzTX0 .navbar-nav {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 1rem;
  flex-wrap: wrap;
  width: 100%;
}
.cid-uZeMYlzTX0 .navbar-nav .nav-link {
  color: #163300;
  font-family: inherit;
  font-size: inherit;
  text-decoration: none;
  transition: color .2s;
}
.cid-uZeMYlzTX0 .navbar-nav .nav-link:hover {
  color: #1c4eff;
}
.cid-uZeMYlzTX0 .mega-dropdown-content .mega-flex.cols-1 {
  max-width: 400px;
  margin: 0 auto;
}
.cid-uZeMYlzTX0 .mega-dropdown-content .mega-flex.cols-2 {
  max-width: 800px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZeMYlzTX0 .mega-dropdown-content .mega-flex.cols-3 {
  max-width: 1100px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZeMYlzTX0 .mega-dropdown-content .mega-flex.cols-4 {
  max-width: 1300px;
  margin: 0 auto;
  background: transparent;
}
.cid-uZeMYlzTX0 .dropdown-menu.show {
  display: block !important;
}
.cid-uZeMYlzTX0 .mega-flex {
  display: grid;
  gap: 1.5rem;
}
.cid-uZeMYlzTX0 .mega-flex.cols-1 {
  grid-template-columns: 1fr;
}
.cid-uZeMYlzTX0 .mega-flex.cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
.cid-uZeMYlzTX0 .mega-flex.cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
.cid-uZeMYlzTX0 .mega-flex.cols-4 {
  grid-template-columns: repeat(4, 1fr);
}
.cid-uZeMYlzTX0 .mega-flex.cols-1 .mega-col:nth-child(n+2) {
  display: none;
}
.cid-uZeMYlzTX0 .mega-flex.cols-2 .mega-col:nth-child(n+3) {
  display: none;
}
.cid-uZeMYlzTX0 .mega-flex.cols-3 .mega-col:nth-child(n+4) {
  display: none;
}
.cid-uZeMYlzTX0 .mega-col img {
  width: 100%;
  max-width: 300px;
  height: auto;
  border-radius: 6px;
  display: block;
  background: #eee;
}
.cid-uZeMYlzTX0 .mega-col h6 {
  font-weight: 700;
  margin: 10px 0 8px;
}
.cid-uZeMYlzTX0 .mega-col a {
  color: #163300;
  text-decoration: none;
  display: block;
  margin-bottom: .3rem;
}
.cid-uZeMYlzTX0 .mega-col a:hover {
  color: #1c4eff;
}
.cid-uZeMYlzTX0 .logo-img {
  max-height: 3rem;
}
.cid-uZeMYlzTX0 .navbar-toggler {
  border: none;
  padding: 0.25rem 0.5rem;
  background: transparent;
  position: relative;
  margin-left: auto;
  height: auto;
}
.cid-uZeMYlzTX0 .navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}
.cid-uZeMYlzTX0 .navbar-toggler-icon {
  width: 28px;
  height: 3px;
  background-image: none;
  position: relative;
  display: inline-block;
  background-color: #ffffff;
  border-radius: 2px;
  top: 7.5px;
}
.cid-uZeMYlzTX0 .navbar-toggler-icon::before,
.cid-uZeMYlzTX0 .navbar-toggler-icon::after {
  content: '';
  display: block;
  position: absolute;
  background-color: #ffffff;
  height: 3px;
  width: 100%;
  left: 0;
  border-radius: 2px;
}
.cid-uZeMYlzTX0 .navbar-toggler-icon::before {
  top: -7.5px;
}
.cid-uZeMYlzTX0 .navbar-toggler-icon::after {
  bottom: -7.5px;
}
@media (max-width: 991px) {
  .cid-uZeMYlzTX0 .navbar-nav {
    flex-direction: column;
  }
  .cid-uZeMYlzTX0 .mega-dropdown-content {
    position: static;
    display: none !important;
    width: 95% !important;
    margin: 0 auto !important;
  }
  .cid-uZeMYlzTX0 .mega-dropdown-content.show {
    display: block !important;
  }
  .cid-uZeMYlzTX0 .mega-flex {
    display: flex !important;
    flex-direction: column !important;
    gap: 1rem;
    grid-template-columns: 1fr !important;
  }
  .cid-uZeMYlzTX0 .navbar-collapse {
    width: 100%;
    margin-top: 1rem;
  }
  .cid-uZeMYlzTX0 .mega-col img {
    max-width: 100% !important;
  }
  .cid-uZeMYlzTX0 .navbar-collapse,
  .cid-uZeMYlzTX0 .navbar-nav,
  .cid-uZeMYlzTX0 .navbar-nav .nav-link {
    text-align: center !important;
    justify-content: center !important;
    align-items: center !important;
  }
  .cid-uZeMYlzTX0 .mega-menu-volker .dropdown-menu.mega-dropdown-content {
    left: 50% !important;
    transform: translateX(-50%) !important;
    margin: 0 auto !important;
  }
}
.cid-uZeMYlzTX0 A {
  font-size: 23px;
  font-family: 'Inter Tight', sans-serif;
}
.cid-uZeMYlzTX0 .mega-menu-volker .mega-dropdown-content {
  justify-content: var(--menuAlign, center);
  text-align: var(--menuAlign, center);
  display: flex;
  flex-direction: column;
  align-items: var(--menuAlign, center);
}
.cid-uZeMYlzTX0 .mega-menu-volker .dropdown-menu.mega-dropdown-content {
  left: 50%;
  transform: translateX(-50%);
  transition: transform 0.3s ease, left 0.3s ease;
}
.cid-uZeMYlzTX0 .mega-menu-volker[menu-align="flex-start"] .dropdown-menu.mega-dropdown-content {
  left: 0;
  transform: none;
}
.cid-uZeMYlzTX0 .mega-menu-volker[menu-align="flex-end"] .dropdown-menu.mega-dropdown-content {
  right: 0;
  left: auto;
  transform: none;
}
.cid-uZeMYlzTX0 .mega-menu-volker[always-top] {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  width: 100%;
}
.cid-uZeMYlzTX0 body {
  scroll-behavior: smooth;
  padding-top: 100px !important;
  margin-top: 100px !important;
  scroll-padding-top: 100px;
}
.cid-uZeMYlzTX0 H6 {
  color: #d70081;
}
.cid-uZeMYlzTX0 .navbar-collapse {
  padding-bottom: 50px;
}
.cid-uZeMOtjazP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f9f9f9;
}
.cid-uZeMOtjazP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZeMOtjazP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZeMOtjazP .content-wrapper {
  position: relative;
  z-index: 1;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 992px) {
  .cid-uZeMOtjazP .content-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-uZeMOtjazP .content-wrapper .label-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uZeMOtjazP .content-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-uZeMOtjazP .content-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uZeMOtjazP .content-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-uZeMOtjazP .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-uZeMOtjazP .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-uZeMOtjazP .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uZeMOtjazP .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uZeMOtjazP .items-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -7px;
}
.cid-uZeMOtjazP .items-wrapper .item {
  width: 33.33%;
  padding: 0 7px;
  margin-bottom: 14px;
  animation: none !important;
}
@media (max-width: 1440px) {
  .cid-uZeMOtjazP .items-wrapper .item {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uZeMOtjazP .items-wrapper .item {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uZeMOtjazP .items-wrapper .item:hover .item-wrapper .card-box,
.cid-uZeMOtjazP .items-wrapper .item:focus .item-wrapper .card-box {
  transform: translateY(0);
  background-color: #190f2a;
}
.cid-uZeMOtjazP .items-wrapper .item:hover .item-wrapper .card-box .gradient-wrapper,
.cid-uZeMOtjazP .items-wrapper .item:focus .item-wrapper .card-box .gradient-wrapper {
  width: 400px;
  height: 400px;
}
.cid-uZeMOtjazP .items-wrapper .item .item-wrapper {
  position: relative;
  height: 100%;
}
.cid-uZeMOtjazP .items-wrapper .item .item-wrapper .item-img {
  position: relative;
  z-index: 2;
}
.cid-uZeMOtjazP .items-wrapper .item .item-wrapper .item-img img {
  height: 635px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uZeMOtjazP .items-wrapper .item .item-wrapper .item-img img {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .cid-uZeMOtjazP .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uZeMOtjazP .items-wrapper .item .item-wrapper .name-wrapper {
  position: relative;
  z-index: 1;
  padding: 46px;
  background-color: #ffffff;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  margin-top: -2rem;
}
@media (max-width: 992px) {
  .cid-uZeMOtjazP .items-wrapper .item .item-wrapper .name-wrapper {
    padding: 46px 18px 18px 18px;
  }
}
.cid-uZeMOtjazP .items-wrapper .item .item-wrapper .name-wrapper .item-name {
  margin-bottom: 8px;
}
.cid-uZeMOtjazP .items-wrapper .item .item-wrapper .name-wrapper .item-role {
  margin-bottom: 0;
}
.cid-uZeMOtjazP .items-wrapper .item .item-wrapper .card-box {
  position: relative;
  padding: 54px 46px 46px 46px;
  background-color: #ffffff;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  transform: translateY(-100%);
  transition: all .5s ease;
  margin-top: -2rem;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uZeMOtjazP .items-wrapper .item .item-wrapper .card-box {
    padding: 54px 18px 18px 18px;
    transform: none;
    background-color: #190f2a;
  }
}
.cid-uZeMOtjazP .items-wrapper .item .item-wrapper .card-box .gradient-wrapper {
  position: absolute;
  right: -250px;
  bottom: -250px;
  width: 0;
  height: 0;
  background-image: linear-gradient(135deg, #1c4eff, #ca45ff, #fe881b 45%);
  border-radius: 100%;
  filter: blur(4rem);
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uZeMOtjazP .items-wrapper .item .item-wrapper .card-box .gradient-wrapper {
    width: 400px;
    height: 400px;
  }
}
.cid-uZeMOtjazP .items-wrapper .item .item-wrapper .card-box .item-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uZeMOtjazP .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  position: relative;
  z-index: 1;
  margin-top: 16px;
}
.cid-uZeMOtjazP .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZeMOtjazP .mbr-label,
.cid-uZeMOtjazP .label-wrapper {
  color: #1a0b54;
  text-align: center;
}
.cid-uZeMOtjazP .mbr-section-title {
  color: #1a0b54;
  text-align: center;
}
.cid-uZeMOtjazP .item-name {
  color: #1a0b54;
}
.cid-uZeMOtjazP .item-role {
  color: #a997ce;
}
.cid-uZeMOtjazP .item-text {
  color: #ffffff;
}
.cid-uZeMOtjazP .item-text,
.cid-uZeMOtjazP .mbr-section-btn {
  text-align: center;
}
.cid-uY0wJVRF6T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #190f2a;
}
.cid-uY0wJVRF6T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY0wJVRF6T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY0wJVRF6T .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-uY0wJVRF6T .content-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uY0wJVRF6T .content-wrapper {
    width: 100%;
  }
}
.cid-uY0wJVRF6T .content-wrapper .content-wrap {
  margin-bottom: 82px;
}
@media (max-width: 992px) {
  .cid-uY0wJVRF6T .content-wrapper .content-wrap {
    margin-bottom: 28px;
  }
}
.cid-uY0wJVRF6T .content-wrapper .content-wrap .logo-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uY0wJVRF6T .content-wrapper .content-wrap .logo-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uY0wJVRF6T .content-wrapper .content-wrap .logo-wrapper img {
  display: inline-flex;
  width: 54px;
  height: 54px;
  border-radius: 100%;
  object-fit: cover;
}
.cid-uY0wJVRF6T .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-uY0wJVRF6T .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uY0wJVRF6T .content-wrapper .content-wrap .social-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uY0wJVRF6T .content-wrapper .content-wrap .social-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uY0wJVRF6T .content-wrapper .content-wrap .social-wrapper .social-wrap {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}
.cid-uY0wJVRF6T .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-uY0wJVRF6T .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item {
    width: 80px;
    height: 80px;
  }
}
.cid-uY0wJVRF6T .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item:hover a .mbr-iconfont,
.cid-uY0wJVRF6T .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item:focus a .mbr-iconfont {
  transform: scale(1.2);
}
.cid-uY0wJVRF6T .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-uY0wJVRF6T .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-uY0wJVRF6T .content-wrapper .content-wrap .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
    font-size: 32px;
  }
}
.cid-uY0wJVRF6T .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uY0wJVRF6T .mbr-section-title {
  color: #ffffff;
}
.cid-uY0wJVRF6T .mbr-copy {
  color: #a997ce;
  text-align: center;
}
.cid-uY0wJVRF6T .mbr-section-title,
.cid-uY0wJVRF6T .logo-wrapper,
.cid-uY0wJVRF6T .social-wrapper,
.cid-uY0wJVRF6T .title-wrapper {
  text-align: center;
}
