body {
  font-family: Golos Text;
}
.display-1 {
  font-family: 'Golos Text', sans-serif;
  font-size: 4.25rem;
  line-height: 68px;
}
.display-1 > .mbr-iconfont {
  font-size: 5.3125rem;
}
.display-2 {
  font-family: 'Golos Text', sans-serif;
  font-size: 3.125rem;
  line-height: 55px;
}
.display-2 > .mbr-iconfont {
  font-size: 3.90625rem;
}
.display-4 {
  font-family: 'Golos Text', sans-serif;
  font-size: 1rem;
  line-height: 1.55;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Golos Text', sans-serif;
  font-size: 2rem;
  line-height: 38px;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.5rem;
  line-height: 31px;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.975rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.5rem;
    font-size: calc( 1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 30px;
}
.bg-primary {
  background-color: #6567ee !important;
}
.bg-success {
  background-color: #9a5bed !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ff9553 !important;
}
.bg-danger {
  background-color: #ff6e53 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6567ee !important;
  border-color: #6567ee !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #191ce3 !important;
  border-color: #191ce3 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #191ce3 !important;
  border-color: #191ce3 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #6567ee !important;
  border-color: #6567ee !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #191ce3 !important;
  border-color: #191ce3 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #191ce3 !important;
  border-color: #191ce3 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #9a5bed !important;
  border-color: #9a5bed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #6b18d9 !important;
  border-color: #6b18d9 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #6b18d9 !important;
  border-color: #6b18d9 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff9553 !important;
  border-color: #ff9553 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #fb6000 !important;
  border-color: #fb6000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #fb6000 !important;
  border-color: #fb6000 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff6e53 !important;
  border-color: #ff6e53 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #fb2700 !important;
  border-color: #fb2700 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #fb2700 !important;
  border-color: #fb2700 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6567ee;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #191ce3 !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: #6567ee !important;
  border-color: #6567ee !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6567ee;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #191ce3 !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: #6567ee !important;
  border-color: #6567ee !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #9a5bed;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #6b18d9 !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: #9a5bed !important;
  border-color: #9a5bed !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9553;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #fb6000 !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: #ff9553 !important;
  border-color: #ff9553 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6e53;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #fb2700 !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: #ff6e53 !important;
  border-color: #ff6e53 !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: #6567ee !important;
}
.text-secondary {
  color: #6567ee !important;
}
.text-success {
  color: #9a5bed !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #ff9553 !important;
}
.text-danger {
  color: #ff6e53 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #181ad5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #181ad5 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #6516cc !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ec5b00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ec2500 !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: #6567ee;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #ff9553;
}
.alert-danger {
  background-color: #ff6e53;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6567ee;
  border-color: #6567ee;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #6567ee;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Golos Text', sans-serif;
  font-size: 1rem;
  line-height: 1.55;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #6567ee !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Golos Text', sans-serif;
  font-size: 1rem;
  line-height: 1.55;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #6567ee;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6567ee;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6567ee;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #6567ee;
  border-bottom-color: #6567ee;
}
.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: #6567ee !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: #6567ee !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='%236567ee' %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,
.mbr-section-btn-main .btn {
  box-shadow: none;
  border: none;
  min-height: 65px;
  padding: 20px 90px;
}
@media (max-width: 1200px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 20px 50px;
  }
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.cid-uGnU0t4BWJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGnU0t4BWJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/takeovers-logo-r-500x500.png");
}
.cid-uGnU0t4BWJ .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uGnU0t4BWJ .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uGnU0t4BWJ .container {
    padding: 0 16px;
  }
}
.cid-uGnU0t4BWJ .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uGnU0t4BWJ .row {
    margin: 0 10px;
  }
}
.cid-uGnU0t4BWJ .row .card {
  padding: 0;
}
.cid-uGnU0t4BWJ .image-wrapper img {
  height: 730px;
  object-fit: cover;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-uGnU0t4BWJ .image-wrapper img {
    height: 350px;
  }
}
.cid-tA5gTKB5Ip {
  z-index: 1000;
  width: 100%;
}
.cid-tA5gTKB5Ip .navbar-dropdown {
  background-color: #0e0e10 !important;
  padding: 0;
  position: fixed;
}
.cid-tA5gTKB5Ip .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e0e10 !important;
  background: #0e0e10;
}
.cid-tA5gTKB5Ip .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tA5gTKB5Ip .menu_box .navbar.opened,
  .cid-tA5gTKB5Ip .menu_box .navbar-collapse {
    background-color: #0e0e10 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tA5gTKB5Ip nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tA5gTKB5Ip .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tA5gTKB5Ip .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tA5gTKB5Ip .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tA5gTKB5Ip .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tA5gTKB5Ip .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tA5gTKB5Ip .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #181a25;
  }
  .cid-tA5gTKB5Ip .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tA5gTKB5Ip .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tA5gTKB5Ip .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tA5gTKB5Ip .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tA5gTKB5Ip .offcanvas-body .mbr-text,
  .cid-tA5gTKB5Ip .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tA5gTKB5Ip .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tA5gTKB5Ip .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tA5gTKB5Ip .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-tA5gTKB5Ip .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tA5gTKB5Ip .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tA5gTKB5Ip .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tA5gTKB5Ip .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tA5gTKB5Ip ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tA5gTKB5Ip .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tA5gTKB5Ip .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tA5gTKB5Ip .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tA5gTKB5Ip li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tA5gTKB5Ip .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tA5gTKB5Ip .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tA5gTKB5Ip .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tA5gTKB5Ip .nav-item {
    margin: 0 !important;
  }
}
.cid-tA5gTKB5Ip .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-tA5gTKB5Ip .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #6567ee;
  transition: all 0.3s ease-out;
}
.cid-tA5gTKB5Ip .nav-item .nav-link:hover {
  color: #6567ee !important;
}
.cid-tA5gTKB5Ip .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-tA5gTKB5Ip .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tA5gTKB5Ip .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tA5gTKB5Ip .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tA5gTKB5Ip .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tA5gTKB5Ip .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tA5gTKB5Ip .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tA5gTKB5Ip .offcanvas_box {
    display: none;
  }
}
.cid-tA5gTKB5Ip .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tA5gTKB5Ip .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tA5gTKB5Ip .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tA5gTKB5Ip .container {
  display: flex;
  margin: auto;
}
.cid-tA5gTKB5Ip .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tA5gTKB5Ip .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tA5gTKB5Ip .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tA5gTKB5Ip .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tA5gTKB5Ip .navbar-nav {
    margin: 0;
  }
}
.cid-tA5gTKB5Ip .dropdown-menu,
.cid-tA5gTKB5Ip .navbar.opened {
  background-color: false !important;
}
.cid-tA5gTKB5Ip .nav-item:focus,
.cid-tA5gTKB5Ip .nav-link:focus {
  outline: none;
}
.cid-tA5gTKB5Ip .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tA5gTKB5Ip .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tA5gTKB5Ip .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tA5gTKB5Ip .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tA5gTKB5Ip .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tA5gTKB5Ip .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tA5gTKB5Ip .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tA5gTKB5Ip .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tA5gTKB5Ip .navbar.opened {
  transition: all 0.3s;
}
.cid-tA5gTKB5Ip .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tA5gTKB5Ip .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-tA5gTKB5Ip .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tA5gTKB5Ip .navbar.collapsed {
  justify-content: center;
}
.cid-tA5gTKB5Ip .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tA5gTKB5Ip .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tA5gTKB5Ip .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tA5gTKB5Ip .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tA5gTKB5Ip .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tA5gTKB5Ip .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tA5gTKB5Ip .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tA5gTKB5Ip .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tA5gTKB5Ip .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tA5gTKB5Ip .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tA5gTKB5Ip .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tA5gTKB5Ip .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tA5gTKB5Ip .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tA5gTKB5Ip .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tA5gTKB5Ip .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tA5gTKB5Ip .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tA5gTKB5Ip .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tA5gTKB5Ip .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tA5gTKB5Ip .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tA5gTKB5Ip .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tA5gTKB5Ip .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tA5gTKB5Ip .navbar.navbar-short {
  min-height: 60px;
}
.cid-tA5gTKB5Ip .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tA5gTKB5Ip .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tA5gTKB5Ip .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tA5gTKB5Ip .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tA5gTKB5Ip .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tA5gTKB5Ip .dropdown-item.active,
.cid-tA5gTKB5Ip .dropdown-item:active {
  background-color: transparent;
}
.cid-tA5gTKB5Ip .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tA5gTKB5Ip .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tA5gTKB5Ip .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tA5gTKB5Ip .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tA5gTKB5Ip ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tA5gTKB5Ip .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tA5gTKB5Ip button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e0e10;
  background: #6567ee;
}
.cid-tA5gTKB5Ip button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tA5gTKB5Ip button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tA5gTKB5Ip button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tA5gTKB5Ip button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tA5gTKB5Ip button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tA5gTKB5Ip nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tA5gTKB5Ip nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tA5gTKB5Ip nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tA5gTKB5Ip nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tA5gTKB5Ip a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tA5gTKB5Ip .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tA5gTKB5Ip .navbar {
    height: 70px;
  }
  .cid-tA5gTKB5Ip .navbar.opened {
    height: auto;
  }
  .cid-tA5gTKB5Ip .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tA5gTKB5Ip .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-tA5gTKB5Ip .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .cid-tA5gTKB5Ip .container-fluid {
    padding-left: 130px;
    padding-right: 130px;
  }
}
.cid-tA5gTKB5Ip .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tA5gTKB5Ip .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  padding: 20px 35px;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tA5gTKB5Ip .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tA5gTKB5Ip .navbar-caption:hover {
  opacity: .5;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tA5gTKB5Ip .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tA5gTKB5Ip .text_widget {
  margin-bottom: 32px;
}
.cid-tA5gTKB5Ip .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tA5gTKB5Ip .text_widget a:hover {
  color: #6567ee !important;
}
.cid-tA5gTKB5Ip .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-tA5gTKB5Ip .navbar-caption {
  color: #ffffff;
}
.cid-tA5gTKB5Ip .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tA5gTKB5Ip .mbr-section-subtitle,
.cid-tA5gTKB5Ip .text_widget,
.cid-tA5gTKB5Ip .mbr-section-btn {
  text-align: left;
}
.cid-tA5gTKB5Ip a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uFiyQBRwGb {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uFiyQBRwGb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFiyQBRwGb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFiyQBRwGb .row {
  justify-content: center;
}
.cid-uFiyQBRwGb .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uFiyQBRwGb .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uFiyQBRwGb .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uFiyQBRwGb .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uFiyQBRwGb .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uFiyQBRwGb .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uFiyQBRwGb .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uFiyQBRwGb .mbr-section-title {
  color: #ffffff;
}
.cid-uFiyQBRwGb .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uFiyQBRwGb .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uFiyQBRwGb .mbr-section-title,
.cid-uFiyQBRwGb .mbr-section-btn {
  text-align: center;
}
.cid-uK2ld2VEu7 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uK2ld2VEu7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uK2ld2VEu7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uK2ld2VEu7 .container {
    padding: 0 20px;
  }
}
.cid-uK2ld2VEu7 .row {
  margin: 0;
}
.cid-uK2ld2VEu7 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uK2ld2VEu7 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uK2ld2VEu7 .video-block .video-wrapper .app-video-wrapper::before {
  color: #ff0058;
  text-shadow: none;
}
.cid-uK2ld2VEu7 .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uK2ld2VEu7 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uK2ld2VEu7 .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uK2ld2VEu7 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uGNdohv1Vf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/matrix-pills-1920x1280.jpg");
}
.cid-uGNdohv1Vf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGNdohv1Vf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uGNdohv1Vf .container {
    padding: 0 20px;
  }
}
.cid-uGNdohv1Vf .row {
  padding: 0 8px;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uGNdohv1Vf .row {
    padding: 0;
  }
}
.cid-uGNdohv1Vf .mbr-section-title {
  margin-bottom: 50px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uGNdohv1Vf .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uGNdohv1Vf .item {
  padding: 0 8px;
  overflow: visible;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uGNdohv1Vf .item {
    padding: 0 12px;
  }
}
.cid-uGNdohv1Vf .item .item-wrapper {
  position: relative;
  border-radius: 50px;
  padding: 50px;
  display: flex;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uGNdohv1Vf .item .item-wrapper {
    padding: 32px 16px;
    flex-direction: column-reverse;
  }
}
.cid-uGNdohv1Vf .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #595966;
  opacity: .5;
}
.cid-uGNdohv1Vf .item .item-wrapper .blur-wrap_1,
.cid-uGNdohv1Vf .item .item-wrapper .blur-wrap_2 {
  position: absolute;
  top: 0;
  right: -12%;
  width: 60%;
  height: 60%;
  border-radius: 100%;
  filter: blur(300px);
}
.cid-uGNdohv1Vf .item .item-wrapper .blur-wrap_1 {
  background-color: #0047ff;
}
.cid-uGNdohv1Vf .item .item-wrapper .blur-wrap_2 {
  background-color: #ff4e2d;
}
.cid-uGNdohv1Vf .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uGNdohv1Vf .item .item-wrapper .item-content {
    width: 100%;
  }
}
.cid-uGNdohv1Vf .item .item-wrapper .item-content .item-title {
  margin-bottom: 32px;
}
.cid-uGNdohv1Vf .item .item-wrapper .item-content .item-desc {
  opacity: .5;
  margin-bottom: 16px;
}
.cid-uGNdohv1Vf .item .item-wrapper .item-content .list {
  list-style-position: inside;
  margin-bottom: 32px;
  padding: 0;
}
.cid-uGNdohv1Vf .item .item-wrapper .item-content .list .item-wrap {
  margin-bottom: 0;
}
.cid-uGNdohv1Vf .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uGNdohv1Vf .item .item-wrapper .item-img {
  width: 50%;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uGNdohv1Vf .item .item-wrapper .item-img {
    margin-bottom: 50px;
    width: 100%;
  }
}
.cid-uGNdohv1Vf .item .item-wrapper .item-img img {
  height: 200px;
  width: 200px;
  object-fit: cover;
  border-radius: 100%;
  margin: 0 auto;
}
.cid-uGNdohv1Vf .item-title {
  color: #28e887;
  text-align: center;
}
.cid-uGNdohv1Vf .item-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uGNdohv1Vf .mbr-text {
  color: #ffffff;
}
.cid-uGNdohv1Vf .list {
  color: #ffffff;
  text-align: center;
}
.cid-uGNdohv1Vf .mbr-text,
.cid-uGNdohv1Vf .mbr-section-btn {
  text-align: center;
}
.cid-uGn3xUVGjx {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uGn3xUVGjx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGn3xUVGjx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGn3xUVGjx .row {
  justify-content: center;
}
.cid-uGn3xUVGjx .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #4448e5 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uGn3xUVGjx .title-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uGn3xUVGjx .title-wrapper .title-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uGn3xUVGjx .title-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uGn3xUVGjx .title-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #ffffff, #4448e5 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uGn3xUVGjx .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGn3xUVGjx .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uGn3xUVGjx .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uGn3xUVGjx .mbr-label,
.cid-uGn3xUVGjx .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uGn3xUVGjx .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uGn3xUVGjx .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uGn3xUVGjx .mbr-text,
.cid-uGn3xUVGjx .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uGn3xUVGjx .mbr-section-title,
.cid-uGn3xUVGjx .mbr-section-btn {
  text-align: center;
}
.cid-uGBd2PkJ0b {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uGBd2PkJ0b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGBd2PkJ0b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGBd2PkJ0b .row {
  justify-content: center;
}
.cid-uGBd2PkJ0b .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #4448e5 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uGBd2PkJ0b .title-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uGBd2PkJ0b .title-wrapper .title-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uGBd2PkJ0b .title-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uGBd2PkJ0b .title-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #ffffff, #4448e5 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uGBd2PkJ0b .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGBd2PkJ0b .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uGBd2PkJ0b .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uGBd2PkJ0b .mbr-label,
.cid-uGBd2PkJ0b .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uGBd2PkJ0b .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uGBd2PkJ0b .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uGBd2PkJ0b .mbr-text,
.cid-uGBd2PkJ0b .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uGBd2PkJ0b .mbr-section-title,
.cid-uGBd2PkJ0b .mbr-section-btn {
  text-align: center;
}
.cid-uGAcoO7Ppc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uGAcoO7Ppc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGAcoO7Ppc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uGAcoO7Ppc .container {
    padding: 0 22px;
  }
}
.cid-uGAcoO7Ppc .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 50%;
  margin-bottom: 55px;
}
@media (max-width: 992px) {
  .cid-uGAcoO7Ppc .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-uGAcoO7Ppc .content-wrapper img {
  height: 510px;
  object-fit: cover;
  border-radius: 12rem 0 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uGAcoO7Ppc .content-wrapper img {
    height: 350px;
  }
}
.cid-uGAcoO7Ppc .mbr-section-title {
  color: #000000;
}
.cid-uGAcoO7Ppc .mbr-section-title,
.cid-uGAcoO7Ppc .title-wrapper {
  text-align: center;
  color: #4448e5;
}
.cid-uGnCIxcfj3 {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uGnCIxcfj3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGnCIxcfj3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGnCIxcfj3 .row {
  justify-content: center;
}
.cid-uGnCIxcfj3 .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uGnCIxcfj3 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uGnCIxcfj3 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uGnCIxcfj3 .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uGnCIxcfj3 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uGnCIxcfj3 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uGnCIxcfj3 .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uGnCIxcfj3 .mbr-section-title {
  color: #ffffff;
}
.cid-uGnCIxcfj3 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uGnCIxcfj3 .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uGnCIxcfj3 .mbr-section-title,
.cid-uGnCIxcfj3 .mbr-section-btn {
  text-align: center;
}
.cid-uFj95Ngs3a {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uFj95Ngs3a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFj95Ngs3a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFj95Ngs3a .container {
    padding: 0 20px;
  }
}
.cid-uFj95Ngs3a .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uFj95Ngs3a .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uFj95Ngs3a .title-wrapper .mbr-section-title {
  padding-right: 80px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uFj95Ngs3a .title-wrapper .mbr-section-title {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uFj95Ngs3a .title-wrapper .image-wrapper {
  position: relative;
}
.cid-uFj95Ngs3a .title-wrapper .image-wrapper .blur-wrap {
  position: absolute;
  top: 2rem;
  left: 0;
  background-image: linear-gradient(-120deg, #f8fea1 50%, #4448e5 0%);
  width: 300px;
  height: 300px;
  border-radius: 100%;
  filter: blur(85px);
}
.cid-uFj95Ngs3a .title-wrapper .image-wrapper img {
  position: relative;
  z-index: 1;
  width: 300px;
  height: 300px;
  margin: 0 auto;
  border-radius: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uFj95Ngs3a .title-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.cid-uFj95Ngs3a .text-wrapper .mbr-text {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uFj95Ngs3a .text-wrapper .mbr-text {
    margin-bottom: 50px;
  }
}
.cid-uFj95Ngs3a .row.cards .card {
  margin-bottom: 50px;
  padding-left: 0;
}
.cid-uFj95Ngs3a .row.cards .card:first-child {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uFj95Ngs3a .row.cards .card:first-child {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFj95Ngs3a .row.cards .card {
    margin-bottom: 32px;
  }
}
.cid-uFj95Ngs3a .row.cards .card .card-wrap .mbr-number {
  margin-bottom: 16px;
}
.cid-uFj95Ngs3a .row.cards .card .card-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uFj95Ngs3a .row.cards .card .card-wrap a:hover .mbr-link {
  opacity: 1;
  transition: all 0.3s ease-out;
}
.cid-uFj95Ngs3a .row.cards .card .card-wrap a .mbr-link {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uFj95Ngs3a .mbr-section-title {
  color: #ffffff;
}
.cid-uFj95Ngs3a .mbr-text {
  color: #ffffff;
}
.cid-uFj95Ngs3a .mbr-number {
  color: #6567ee;
}
.cid-uFj95Ngs3a .mbr-desc {
  color: #ffffff;
}
.cid-uFj95Ngs3a .mbr-link {
  color: #ffffff;
}
.cid-uJ8doiK8Vs {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uJ8doiK8Vs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ8doiK8Vs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ8doiK8Vs .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uJ8doiK8Vs .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uJ8doiK8Vs .container {
    padding: 0 20px;
  }
}
.cid-uJ8doiK8Vs .row.blur-row {
  padding: 50px 82px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uJ8doiK8Vs .row.blur-row {
    padding: 32px 16px;
  }
}
.cid-uJ8doiK8Vs .row.blur-row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #6567ee;
  opacity: 1;
}
.cid-uJ8doiK8Vs .row.blur-row .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uJ8doiK8Vs .row.blur-row .title-wrapper {
    margin-bottom: 50px;
    height: auto;
  }
}
.cid-uJ8doiK8Vs .row.blur-row .title-wrapper .title-wrap {
  width: 100%;
}
.cid-uJ8doiK8Vs .row.blur-row .title-wrapper .title-wrap .mbr-main-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uJ8doiK8Vs .row.blur-row .title-wrapper .title-wrap .mbr-main-title {
    margin-bottom: 32px;
  }
}
.cid-uJ8doiK8Vs .row.blur-row .title-wrapper .title-wrap .mbr-price {
  margin-bottom: 0;
}
.cid-uJ8doiK8Vs .row.blur-row .title-wrapper .title-wrap .list {
  padding: 0;
  margin-bottom: 0;
  list-style-position: inside;
}
.cid-uJ8doiK8Vs .row.blur-row .title-wrapper .title-wrap .list .item-wrap {
  margin-bottom: 0;
}
.cid-uJ8doiK8Vs .row.blur-row .title-wrapper .title-wrap .discount-wrap {
  margin-top: 32px;
}
.cid-uJ8doiK8Vs .row.blur-row .title-wrapper .title-wrap .discount-wrap .mbr-disc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #28e887;
  padding: 16px;
  margin-bottom: 0;
  border-radius: 16px;
}
.cid-uJ8doiK8Vs .mbr-section-title {
  margin-bottom: 16px;
  color: #000000;
}
.cid-uJ8doiK8Vs .dragArea.row {
  padding: 50px;
  border-radius: 50px;
  background-color: #f6f8f9;
}
@media (max-width: 992px) {
  .cid-uJ8doiK8Vs .dragArea.row {
    padding: 32px 16px;
  }
}
.cid-uJ8doiK8Vs .dragArea.row::before {
  content: none;
}
.cid-uJ8doiK8Vs .dragArea.row .form-group {
  padding-left: 0.1rem;
  padding-right: 0.1rem;
  margin-bottom: 16px !important;
}
.cid-uJ8doiK8Vs .dragArea.row .form-group .form-control {
  padding: 0 20px;
  border-radius: 65px;
  border: none;
  min-height: 65px;
  background-color: #ffffff;
  box-shadow: none;
}
.cid-uJ8doiK8Vs .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  opacity: .5;
}
.cid-uJ8doiK8Vs .dragArea.row .form-group textarea {
  padding: 20px;
}
.cid-uJ8doiK8Vs .dragArea.row .form-group .form-check .form-check-input {
  background-color: #6567ee;
  border-collapse: #6567ee;
}
.cid-uJ8doiK8Vs .dragArea.row .mbr-section-btn {
  padding-left: 0.1rem;
  padding-right: 0.1rem;
}
.cid-uJ8doiK8Vs .dragArea.row .mbr-section-btn .btn {
  padding: 20px 50px;
  border-radius: 65px;
  display: inline-flex;
}
.cid-uJ8doiK8Vs .row.forms-row {
  padding: 0;
  border-radius: 0;
}
.cid-uJ8doiK8Vs .row.forms-row::before {
  content: none !important;
}
.cid-uJ8doiK8Vs .mbr-main-title {
  color: #ffffff;
}
.cid-uJ8doiK8Vs .mbr-price {
  color: #ffffff;
}
.cid-uJ8doiK8Vs .list {
  color: #ffffff;
}
.cid-uJ8doiK8Vs .mbr-disc {
  color: #000000;
}
.cid-uJ8doiK8Vs label {
  color: #f5fd7b;
}
.cid-tA5h9GfI5l {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tA5h9GfI5l .mbr-fallback-image.disabled {
  display: none;
}
.cid-tA5h9GfI5l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tA5h9GfI5l .container {
    padding: 0 20px;
  }
}
.cid-tA5h9GfI5l .row {
  margin: 0;
}
.cid-tA5h9GfI5l .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tA5h9GfI5l .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tA5h9GfI5l .nav.nav-tabs {
  border: none;
  display: block;
}
.cid-tA5h9GfI5l .nav.nav-tabs .nav-item .nav-link {
  padding: 0;
  color: #ffffff;
  margin-bottom: 32px;
  border: none;
  border-radius: 0;
  transition: all 0.3s ease-out;
}
.cid-tA5h9GfI5l .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
  color: #4448e5;
}
.cid-tA5h9GfI5l .tab-content {
  position: relative;
}
.cid-tA5h9GfI5l .tab-content .blur-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(-120deg, #f5fd7b 50%, #4448e5 0%);
  width: 300px;
  height: 300px;
  border-radius: 100%;
  filter: blur(85px);
}
.cid-tA5h9GfI5l .tab-content .tab-pane {
  position: relative;
}
.cid-tA5h9GfI5l .tab-content .tab-pane img {
  border-radius: 50px;
  height: 500px;
  object-fit: cover;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .cid-tA5h9GfI5l .tab-content .tab-pane img {
    height: 300px;
  }
}
.cid-tA5h9GfI5l .tab-content .tab-pane .mbr-text {
  margin-bottom: 0;
}
.cid-tA5h9GfI5l .mbr-section-title {
  color: #ffffff;
}
.cid-tA5h9GfI5l .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uGnZWmUmbo {
  background-color: #000000;
}
.cid-uGnZWmUmbo .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uGnZWmUmbo .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uGnZWmUmbo .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uGnZWmUmbo .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uGnZWmUmbo .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uGnZWmUmbo .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uGnZWmUmbo .mbr-text,
.cid-uGnZWmUmbo .mbr-section-btn {
  color: #ffffff;
}
.cid-uGnTCqVmRD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uGnTCqVmRD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGnTCqVmRD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGnTCqVmRD .title-wrapper {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uGnTCqVmRD .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-uGnTCqVmRD .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uGnTCqVmRD .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uGnTCqVmRD .title-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uGnTCqVmRD .mbr-section-title {
  color: #ffffff;
}
.cid-uFiAyvARY9 {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uFiAyvARY9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFiAyvARY9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFiAyvARY9 .container {
    padding: 0 20px;
  }
}
.cid-uFiAyvARY9 .row {
  margin: 0;
}
.cid-uFiAyvARY9 .row .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uFiAyvARY9 .row .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFiAyvARY9 .row .panel-group .card {
  border-bottom: 2px solid #ffffff;
  border-radius: 0;
}
.cid-uFiAyvARY9 .row .panel-group .card:first-child {
  border-top: 2px solid #ffffff;
}
.cid-uFiAyvARY9 .row .panel-group .card .card-header {
  padding: 32px 0;
  border-bottom: none;
  background-color: transparent;
}
.cid-uFiAyvARY9 .row .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uFiAyvARY9 .row .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uFiAyvARY9 .row .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uFiAyvARY9 .row .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-out;
}
.cid-uFiAyvARY9 .row .panel-group .card .panel-collapse .panel-body {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uFiAyvARY9 .row .panel-group .card .panel-collapse .panel-body {
    margin-bottom: 32px;
  }
}
.cid-uFiAyvARY9 .row .panel-group .card .panel-collapse .panel-body .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uFiAyvARY9 .row .panel-group .card .panel-collapse .panel-body .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uFiAyvARY9 .mbr-section-title {
  color: #ffffff;
}
.cid-uFiAyvARY9 .panel-title-edit,
.cid-uFiAyvARY9 .mbr-iconfont {
  color: #4448e5;
}
.cid-uFiAyvARY9 .mbr-text {
  color: #ffffff;
}
.cid-uFiPp131zE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uFiPp131zE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFiPp131zE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFiPp131zE .container {
    padding: 0 20px;
  }
}
.cid-uFiPp131zE .row {
  margin: 0;
}
.cid-uFiPp131zE .row .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uFiPp131zE .row .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFiPp131zE .row .panel-group .card {
  border-bottom: 2px solid #ffffff;
  border-radius: 0;
}
.cid-uFiPp131zE .row .panel-group .card:first-child {
  border-top: 2px solid #ffffff;
}
.cid-uFiPp131zE .row .panel-group .card .card-header {
  padding: 32px 0;
  border-bottom: none;
  background-color: transparent;
}
.cid-uFiPp131zE .row .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uFiPp131zE .row .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uFiPp131zE .row .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uFiPp131zE .row .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-out;
}
.cid-uFiPp131zE .row .panel-group .card .panel-collapse .panel-body {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uFiPp131zE .row .panel-group .card .panel-collapse .panel-body {
    margin-bottom: 32px;
  }
}
.cid-uFiPp131zE .row .panel-group .card .panel-collapse .panel-body .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uFiPp131zE .row .panel-group .card .panel-collapse .panel-body .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uFiPp131zE .mbr-section-title {
  color: #ffffff;
}
.cid-uFiPp131zE .panel-title-edit,
.cid-uFiPp131zE .mbr-iconfont {
  color: #4448e5;
}
.cid-uFiPp131zE .mbr-text {
  color: #ffffff;
}
.cid-uFjcvVMmz5 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFjcvVMmz5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFjcvVMmz5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFjcvVMmz5 .container {
    padding: 0 20px;
  }
}
.cid-uFjcvVMmz5 .row {
  margin: 0;
}
.cid-uFjcvVMmz5 .row .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uFjcvVMmz5 .row .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFjcvVMmz5 .row .panel-group .card {
  border-bottom: 2px solid #ffffff;
  border-radius: 0;
}
.cid-uFjcvVMmz5 .row .panel-group .card:first-child {
  border-top: 2px solid #ffffff;
}
.cid-uFjcvVMmz5 .row .panel-group .card .card-header {
  padding: 32px 0;
  border-bottom: none;
  background-color: transparent;
}
.cid-uFjcvVMmz5 .row .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uFjcvVMmz5 .row .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uFjcvVMmz5 .row .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uFjcvVMmz5 .row .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-out;
}
.cid-uFjcvVMmz5 .row .panel-group .card .panel-collapse .panel-body {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uFjcvVMmz5 .row .panel-group .card .panel-collapse .panel-body {
    margin-bottom: 32px;
  }
}
.cid-uFjcvVMmz5 .row .panel-group .card .panel-collapse .panel-body .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uFjcvVMmz5 .row .panel-group .card .panel-collapse .panel-body .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uFjcvVMmz5 .mbr-section-title {
  color: #ffffff;
}
.cid-uFjcvVMmz5 .panel-title-edit,
.cid-uFjcvVMmz5 .mbr-iconfont {
  color: #4448e5;
}
.cid-uFjcvVMmz5 .mbr-text {
  color: #ffffff;
}
.cid-tA5h1AFdOZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tA5h1AFdOZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tA5h1AFdOZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tA5h1AFdOZ .container {
    padding: 0 20px;
  }
}
.cid-tA5h1AFdOZ .row {
  padding: 0 8px;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tA5h1AFdOZ .row {
    padding: 0;
  }
}
.cid-tA5h1AFdOZ .mbr-section-title {
  margin-bottom: 50px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tA5h1AFdOZ .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tA5h1AFdOZ .item {
  padding: 0 8px;
  overflow: visible;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-tA5h1AFdOZ .item {
    padding: 0 12px;
  }
}
.cid-tA5h1AFdOZ .item .item-wrapper {
  position: relative;
  border-radius: 50px;
  padding: 50px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tA5h1AFdOZ .item .item-wrapper {
    padding: 32px 16px;
  }
}
.cid-tA5h1AFdOZ .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #6567ee;
  opacity: 1;
}
.cid-tA5h1AFdOZ .item .item-wrapper .blur-wrap {
  position: absolute;
  top: 0;
  left: 12%;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  filter: blur(180px);
  background-color: #6567ee;
}
.cid-tA5h1AFdOZ .item .item-wrapper .item-img {
  display: flex;
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-tA5h1AFdOZ .item .item-wrapper .item-img {
    display: block;
  }
}
.cid-tA5h1AFdOZ .item .item-wrapper .item-img img {
  width: 112px;
  height: 112px;
  border-radius: 15px;
  object-fit: cover;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-tA5h1AFdOZ .item .item-wrapper .item-img img {
    margin: 0 auto 32px;
  }
}
.cid-tA5h1AFdOZ .item .item-wrapper .item-img .name-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.cid-tA5h1AFdOZ .item .item-wrapper .item-img .name-wrapper .name-wrap .mbr-name {
  margin-bottom: 0;
}
.cid-tA5h1AFdOZ .item .item-wrapper .item-img .name-wrapper .name-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-tA5h1AFdOZ .item .item-wrapper .item-img .name-wrapper .link-wrap:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-tA5h1AFdOZ .item .item-wrapper .item-img .name-wrapper .link-wrap .mbr-iconfont {
  font-size: 18px;
  height: 22px;
  width: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #f5fd7b;
  background-color: #000000;
  border-radius: 4px;
  transition: all 0.3s ease-out;
}
.cid-tA5h1AFdOZ .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-tA5h1AFdOZ .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-tA5h1AFdOZ .mbr-name {
  color: #000000;
}
.cid-tA5h1AFdOZ .mbr-desc {
  color: #000000;
}
.cid-tA5h1AFdOZ .mbr-text {
  color: #000000;
}
.cid-uGFKOUia1s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uGFKOUia1s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGFKOUia1s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGFKOUia1s .row {
  justify-content: center;
}
.cid-uGFKOUia1s .content-wrapper {
  padding-right: 68px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uGFKOUia1s .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uGFKOUia1s .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uGFKOUia1s .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uGFKOUia1s .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 22px 0 0 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uGFKOUia1s .content-wrapper .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 12px 12px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uGFKOUia1s .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uGFKOUia1s .content-wrapper .nav-wrapper .list .item-wrap:focus {
  background-image: linear-gradient(90deg, #ffffff, #0047ff 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uGFKOUia1s .content-wrapper .social {
  margin-top: 22px;
}
.cid-uGFKOUia1s .content-wrapper .social .mbr-desc {
  margin-bottom: 16px;
}
.cid-uGFKOUia1s .content-wrapper .social .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uGFKOUia1s .content-wrapper .social .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uGFKOUia1s .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uGFKOUia1s .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-image: linear-gradient(135deg, #a78aff, #0047ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uGFKOUia1s .content-wrapper .social .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #ffffff;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  margin: 0 26px 16px 0;
}
.cid-uGFKOUia1s .image-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uGFKOUia1s .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uGFKOUia1s .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uGFKOUia1s .mbr-copy {
  position: relative;
  margin-bottom: 0;
  padding-top: 22px;
  color: #ffffff;
  text-align: center;
}
.cid-uGFKOUia1s .mbr-copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uGFKOUia1s .mbr-section-title {
  color: #ffffff;
}
.cid-uGFKOUia1s .mbr-text {
  color: #ffffff;
}
.cid-uGFKOUia1s .mbr-desc {
  color: #ffffff;
}
.cid-uGFKOUia1s .list {
  color: #ffffff;
}
.cid-uGFKOUia1s .mbr-desc,
.cid-uGFKOUia1s .social-wrapper {
  color: #ffffff;
}
.cid-uKDr1IkiDA.popup-builder {
  background-color: #ffffff;
}
.cid-uKDr1IkiDA.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uKDr1IkiDA.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uKDr1IkiDA .modal-content,
.cid-uKDr1IkiDA .modal-dialog {
  height: auto;
}
.cid-uKDr1IkiDA .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uKDr1IkiDA .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uKDr1IkiDA .form-wrapper .mbr-form .form-group,
  .cid-uKDr1IkiDA .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uKDr1IkiDA .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uKDr1IkiDA .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uKDr1IkiDA .mbr-text {
  text-align: center;
}
.cid-uKDr1IkiDA .pt-0 {
  padding-top: 0 !important;
}
.cid-uKDr1IkiDA .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uKDr1IkiDA .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uKDr1IkiDA .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uKDr1IkiDA .modal-open {
  overflow: hidden;
}
.cid-uKDr1IkiDA .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uKDr1IkiDA .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uKDr1IkiDA .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uKDr1IkiDA .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uKDr1IkiDA .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uKDr1IkiDA .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uKDr1IkiDA .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uKDr1IkiDA .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uKDr1IkiDA .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uKDr1IkiDA .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uKDr1IkiDA .modal-backdrop.fade {
  opacity: 0;
}
.cid-uKDr1IkiDA .modal-backdrop.show {
  opacity: .5;
}
.cid-uKDr1IkiDA .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uKDr1IkiDA .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKDr1IkiDA .modal-header {
    padding: 1rem;
  }
}
.cid-uKDr1IkiDA .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uKDr1IkiDA .modal-header .close svg {
  fill: #353535;
}
.cid-uKDr1IkiDA .modal-header .close:hover {
  opacity: 1;
}
.cid-uKDr1IkiDA .modal-header .close:focus {
  outline: none;
}
.cid-uKDr1IkiDA .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uKDr1IkiDA .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uKDr1IkiDA .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKDr1IkiDA .modal-body {
    padding: 1rem;
  }
}
.cid-uKDr1IkiDA .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uKDr1IkiDA .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKDr1IkiDA .modal-footer {
    padding: 1rem;
  }
}
.cid-uKDr1IkiDA .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uKDr1IkiDA .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uKDr1IkiDA .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uKDr1IkiDA .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uKDr1IkiDA .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uKDr1IkiDA .modal-lg,
  .cid-uKDr1IkiDA .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uKDr1IkiDA .modal-xl {
    max-width: 1140px;
  }
}
.cid-uKDr1IkiDA .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uKDr1IkiDA .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uKDr1IkiDA .form-group {
  margin-bottom: 1rem;
}
.cid-uKDr1IkiDA .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uKDr1IkiDA .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uKDr1IkiDA .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uKDr1IkiDA .mbr-section-btn {
  margin: 0;
}
.cid-uKDr1IkiDA .mbr-section-btn .btn {
  margin: 0;
}
.cid-uFOAUBK138 {
  z-index: 1000;
  width: 100%;
}
.cid-uFOAUBK138 .navbar-dropdown {
  background-color: #0e0e10 !important;
  padding: 0;
  position: fixed;
}
.cid-uFOAUBK138 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e0e10 !important;
  background: #0e0e10;
}
.cid-uFOAUBK138 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uFOAUBK138 .menu_box .navbar.opened,
  .cid-uFOAUBK138 .menu_box .navbar-collapse {
    background-color: #0e0e10 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uFOAUBK138 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uFOAUBK138 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uFOAUBK138 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uFOAUBK138 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uFOAUBK138 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uFOAUBK138 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uFOAUBK138 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #181a25;
  }
  .cid-uFOAUBK138 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uFOAUBK138 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uFOAUBK138 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uFOAUBK138 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uFOAUBK138 .offcanvas-body .mbr-text,
  .cid-uFOAUBK138 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uFOAUBK138 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uFOAUBK138 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uFOAUBK138 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uFOAUBK138 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uFOAUBK138 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uFOAUBK138 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uFOAUBK138 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uFOAUBK138 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uFOAUBK138 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uFOAUBK138 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uFOAUBK138 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uFOAUBK138 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uFOAUBK138 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uFOAUBK138 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uFOAUBK138 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uFOAUBK138 .nav-item {
    margin: 0 !important;
  }
}
.cid-uFOAUBK138 .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-uFOAUBK138 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #6567ee;
  transition: all 0.3s ease-out;
}
.cid-uFOAUBK138 .nav-item .nav-link:hover {
  color: #6567ee !important;
}
.cid-uFOAUBK138 .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uFOAUBK138 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uFOAUBK138 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uFOAUBK138 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uFOAUBK138 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uFOAUBK138 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uFOAUBK138 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uFOAUBK138 .offcanvas_box {
    display: none;
  }
}
.cid-uFOAUBK138 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uFOAUBK138 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uFOAUBK138 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uFOAUBK138 .container {
  display: flex;
  margin: auto;
}
.cid-uFOAUBK138 .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uFOAUBK138 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uFOAUBK138 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uFOAUBK138 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uFOAUBK138 .navbar-nav {
    margin: 0;
  }
}
.cid-uFOAUBK138 .dropdown-menu,
.cid-uFOAUBK138 .navbar.opened {
  background-color: false !important;
}
.cid-uFOAUBK138 .nav-item:focus,
.cid-uFOAUBK138 .nav-link:focus {
  outline: none;
}
.cid-uFOAUBK138 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFOAUBK138 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFOAUBK138 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFOAUBK138 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFOAUBK138 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFOAUBK138 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFOAUBK138 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uFOAUBK138 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uFOAUBK138 .navbar.opened {
  transition: all 0.3s;
}
.cid-uFOAUBK138 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uFOAUBK138 .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-uFOAUBK138 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uFOAUBK138 .navbar.collapsed {
  justify-content: center;
}
.cid-uFOAUBK138 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFOAUBK138 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFOAUBK138 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFOAUBK138 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFOAUBK138 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFOAUBK138 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uFOAUBK138 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uFOAUBK138 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uFOAUBK138 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uFOAUBK138 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFOAUBK138 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFOAUBK138 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uFOAUBK138 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFOAUBK138 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uFOAUBK138 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFOAUBK138 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uFOAUBK138 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uFOAUBK138 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uFOAUBK138 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFOAUBK138 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFOAUBK138 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uFOAUBK138 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFOAUBK138 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFOAUBK138 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFOAUBK138 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFOAUBK138 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uFOAUBK138 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFOAUBK138 .dropdown-item.active,
.cid-uFOAUBK138 .dropdown-item:active {
  background-color: transparent;
}
.cid-uFOAUBK138 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFOAUBK138 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFOAUBK138 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFOAUBK138 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFOAUBK138 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uFOAUBK138 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFOAUBK138 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e0e10;
  background: #6567ee;
}
.cid-uFOAUBK138 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFOAUBK138 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFOAUBK138 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFOAUBK138 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFOAUBK138 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFOAUBK138 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFOAUBK138 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFOAUBK138 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFOAUBK138 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFOAUBK138 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uFOAUBK138 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFOAUBK138 .navbar {
    height: 70px;
  }
  .cid-uFOAUBK138 .navbar.opened {
    height: auto;
  }
  .cid-uFOAUBK138 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFOAUBK138 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uFOAUBK138 .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .cid-uFOAUBK138 .container-fluid {
    padding-left: 130px;
    padding-right: 130px;
  }
}
.cid-uFOAUBK138 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uFOAUBK138 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  padding: 20px 35px;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uFOAUBK138 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uFOAUBK138 .navbar-caption:hover {
  opacity: .5;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uFOAUBK138 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uFOAUBK138 .text_widget {
  margin-bottom: 32px;
}
.cid-uFOAUBK138 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uFOAUBK138 .text_widget a:hover {
  color: #6567ee !important;
}
.cid-uFOAUBK138 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uFOAUBK138 .navbar-caption {
  color: #ffffff;
}
.cid-uFOAUBK138 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uFOAUBK138 .mbr-section-subtitle,
.cid-uFOAUBK138 .text_widget,
.cid-uFOAUBK138 .mbr-section-btn {
  text-align: left;
}
.cid-uFOAUBK138 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uFOAUCGUNt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFOAUCGUNt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFOAUCGUNt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFOAUCGUNt .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uFOAUCGUNt .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFOAUCGUNt .container {
    padding: 0 20px;
  }
}
.cid-uFOAUCGUNt .row {
  padding: 90px 82px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uFOAUCGUNt .row {
    padding: 50px 16px;
  }
}
.cid-uFOAUCGUNt .row .blur-wrap_1 {
  position: absolute;
  top: -8rem;
  left: 36%;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5fd7b;
  filter: blur(120px);
}
.cid-uFOAUCGUNt .row .blur-wrap_2 {
  position: absolute;
  bottom: -8rem;
  right: 15%;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-color: #4448e5;
  filter: blur(150px);
}
.cid-uFOAUCGUNt .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #000000;
  opacity: 1;
}
.cid-uFOAUCGUNt .row .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uFOAUCGUNt .row .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uFOAUCGUNt .row .title-wrapper .desc-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uFOAUCGUNt .row .title-wrapper .desc-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFOAUCGUNt .row .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding: 5px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  opacity: .5;
}
.cid-uFOAUCGUNt .row .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uFOAUCGUNt .row .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uFOAUCGUNt .row .image-wrapper {
  height: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uFOAUCGUNt .row .image-wrapper {
    min-height: 450px;
  }
}
.cid-uFOAUCGUNt .row .image-wrapper img {
  position: absolute;
  right: 20%;
  border-radius: 50px;
  height: 400px;
  width: 270px;
  object-fit: cover;
  z-index: 2;
  transform: rotate(15deg);
}
.cid-uFOAUCGUNt .row .image-wrapper img:nth-child(2) {
  height: 180px;
  width: 180px;
  right: 0;
  bottom: 12%;
  transform: rotate(45deg);
}
.cid-uFOAUCGUNt .row .image-wrapper img:last-child {
  width: 250px;
  height: 550px;
  bottom: -12rem;
  right: auto;
  left: 6rem;
  z-index: 1;
  transform: rotate(-45deg);
  border-radius: 50%;
}
.cid-uFOAUCGUNt .mbr-desc {
  color: #ffffff;
}
.cid-uFOAUCGUNt .mbr-section-title {
  color: #ffffff;
}
.cid-uFOAUCGUNt .mbr-text {
  color: #ffffff;
}
.cid-uHbfnqEyym {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uHbfnqEyym .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHbfnqEyym .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHbfnqEyym .title-wrapper {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uHbfnqEyym .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-uHbfnqEyym .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uHbfnqEyym .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uHbfnqEyym .title-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uHbfnqEyym .mbr-section-title {
  color: #ffffff;
}
.cid-uH8dvs9rbt {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uH8dvs9rbt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH8dvs9rbt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH8dvs9rbt .row {
  justify-content: center;
}
.cid-uH8dvs9rbt .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #4448e5 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uH8dvs9rbt .title-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uH8dvs9rbt .title-wrapper .title-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uH8dvs9rbt .title-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uH8dvs9rbt .title-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #ffffff, #4448e5 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uH8dvs9rbt .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uH8dvs9rbt .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uH8dvs9rbt .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uH8dvs9rbt .mbr-label,
.cid-uH8dvs9rbt .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uH8dvs9rbt .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uH8dvs9rbt .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uH8dvs9rbt .mbr-text,
.cid-uH8dvs9rbt .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uH8dvs9rbt .mbr-section-title,
.cid-uH8dvs9rbt .mbr-section-btn {
  text-align: center;
}
.cid-uG0Or4Fce1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uG0Or4Fce1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG0Or4Fce1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG0Or4Fce1 .row {
  justify-content: center;
}
.cid-uG0Or4Fce1 .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #4448e5 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uG0Or4Fce1 .title-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uG0Or4Fce1 .title-wrapper .title-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uG0Or4Fce1 .title-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uG0Or4Fce1 .title-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #ffffff, #4448e5 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uG0Or4Fce1 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uG0Or4Fce1 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uG0Or4Fce1 .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uG0Or4Fce1 .mbr-label,
.cid-uG0Or4Fce1 .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uG0Or4Fce1 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uG0Or4Fce1 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uG0Or4Fce1 .mbr-text,
.cid-uG0Or4Fce1 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uG0Or4Fce1 .mbr-section-title,
.cid-uG0Or4Fce1 .mbr-section-btn {
  text-align: center;
}
.cid-uH4tMvG6mj {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uH4tMvG6mj .image-block {
  margin: auto;
}
.cid-uH4tMvG6mj figcaption {
  position: relative;
}
.cid-uH4tMvG6mj figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uH4tMvG6mj .image-block {
    width: 100% !important;
  }
}
.cid-uFOAUDdWIg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFOAUDdWIg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFOAUDdWIg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFOAUDdWIg .row {
  justify-content: center;
}
.cid-uFOAUDdWIg .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #4448e5 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uFOAUDdWIg .title-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uFOAUDdWIg .title-wrapper .title-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uFOAUDdWIg .title-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFOAUDdWIg .title-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #ffffff, #4448e5 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uFOAUDdWIg .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFOAUDdWIg .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFOAUDdWIg .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uFOAUDdWIg .mbr-label,
.cid-uFOAUDdWIg .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uFOAUDdWIg .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uFOAUDdWIg .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uFOAUDdWIg .mbr-text,
.cid-uFOAUDdWIg .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uFOAUDdWIg .mbr-section-title,
.cid-uFOAUDdWIg .mbr-section-btn {
  text-align: center;
}
.cid-uH4udLB1JG {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uH4udLB1JG .image-block {
  margin: auto;
}
.cid-uH4udLB1JG figcaption {
  position: relative;
}
.cid-uH4udLB1JG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uH4udLB1JG .image-block {
    width: 100% !important;
  }
}
.cid-uH8OUe8w6Y {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uGi9IHpFjt {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uGi9IHpFjt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGi9IHpFjt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGi9IHpFjt .row {
  justify-content: center;
}
.cid-uGi9IHpFjt .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #4448e5 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uGi9IHpFjt .title-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uGi9IHpFjt .title-wrapper .title-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uGi9IHpFjt .title-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uGi9IHpFjt .title-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #ffffff, #4448e5 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uGi9IHpFjt .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGi9IHpFjt .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uGi9IHpFjt .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uGi9IHpFjt .mbr-label,
.cid-uGi9IHpFjt .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uGi9IHpFjt .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uGi9IHpFjt .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uGi9IHpFjt .mbr-text,
.cid-uGi9IHpFjt .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uGi9IHpFjt .mbr-section-title,
.cid-uGi9IHpFjt .mbr-section-btn {
  text-align: center;
}
.cid-uFOAUDEnlP {
  background-color: #4448e5;
  background-image: linear-gradient(125deg, #000000 45%, #4448e5 120%);
}
.cid-uFOAUDEnlP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFOAUDEnlP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFOAUDEnlP .row {
  position: relative;
  justify-content: center;
  padding-top: 220px;
  padding-bottom: 220px;
}
.cid-uFOAUDEnlP .row .image-wrapper {
  position: absolute;
  height: 190px;
  width: 285px;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uFOAUDEnlP .row .image-wrapper {
    position: static;
    margin-top: 16px;
    width: 100%;
    padding: 0 16px;
  }
  .cid-uFOAUDEnlP .row .image-wrapper:first-child {
    margin-top: 22px;
  }
}
.cid-uFOAUDEnlP .row .image-wrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.cid-uFOAUDEnlP .row .image_1 {
  top: 0;
  left: 0;
}
.cid-uFOAUDEnlP .row .image_2 {
  top: 0;
  right: 0;
}
.cid-uFOAUDEnlP .row .image_3 {
  bottom: 0;
  left: 0;
}
.cid-uFOAUDEnlP .row .image_4 {
  bottom: 0;
  right: 0;
}
.cid-uFOAUDEnlP .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #4448e5 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uFOAUDEnlP .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uFOAUDEnlP .title-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uFOAUDEnlP .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFOAUDEnlP .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFOAUDEnlP .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uFOAUDEnlP .mbr-label,
.cid-uFOAUDEnlP .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uFOAUDEnlP .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uFOAUDEnlP .mbr-text,
.cid-uFOAUDEnlP .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uFOAUDEnlP .mbr-section-title,
.cid-uFOAUDEnlP .mbr-section-btn {
  text-align: center;
}
.cid-uFOAUECIVZ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uFOAUECIVZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFOAUECIVZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFOAUECIVZ .row {
  justify-content: center;
}
.cid-uFOAUECIVZ .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uFOAUECIVZ .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uFOAUECIVZ .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uFOAUECIVZ .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uFOAUECIVZ .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uFOAUECIVZ .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uFOAUECIVZ .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uFOAUECIVZ .mbr-section-title {
  color: #ffffff;
}
.cid-uFOAUECIVZ .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uFOAUECIVZ .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uFOAUECIVZ .mbr-section-title,
.cid-uFOAUECIVZ .mbr-section-btn {
  text-align: center;
}
.cid-uH3HFv9CDN {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uH3HFv9CDN .image-block {
  margin: auto;
}
.cid-uH3HFv9CDN figcaption {
  position: relative;
}
.cid-uH3HFv9CDN figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uH3HFv9CDN .image-block {
    width: 100% !important;
  }
}
.cid-uGic25MLxT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uGic25MLxT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGic25MLxT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGic25MLxT .row {
  justify-content: center;
}
.cid-uGic25MLxT .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #4448e5 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uGic25MLxT .title-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uGic25MLxT .title-wrapper .title-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uGic25MLxT .title-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uGic25MLxT .title-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #ffffff, #4448e5 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uGic25MLxT .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGic25MLxT .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uGic25MLxT .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uGic25MLxT .mbr-label,
.cid-uGic25MLxT .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uGic25MLxT .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uGic25MLxT .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uGic25MLxT .mbr-text,
.cid-uGic25MLxT .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uGic25MLxT .mbr-section-title,
.cid-uGic25MLxT .mbr-section-btn {
  text-align: center;
}
.cid-uGidqYIXxk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uGidqYIXxk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGidqYIXxk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGidqYIXxk .row {
  justify-content: center;
}
.cid-uGidqYIXxk .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #4448e5 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uGidqYIXxk .title-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uGidqYIXxk .title-wrapper .title-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uGidqYIXxk .title-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uGidqYIXxk .title-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #ffffff, #4448e5 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uGidqYIXxk .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGidqYIXxk .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uGidqYIXxk .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uGidqYIXxk .mbr-label,
.cid-uGidqYIXxk .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uGidqYIXxk .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uGidqYIXxk .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uGidqYIXxk .mbr-text,
.cid-uGidqYIXxk .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uGidqYIXxk .mbr-section-title,
.cid-uGidqYIXxk .mbr-section-btn {
  text-align: center;
}
.cid-uIX9SOwNIk {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uIX9SOwNIk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIX9SOwNIk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIX9SOwNIk .row {
  justify-content: center;
}
.cid-uIX9SOwNIk .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #4448e5 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uIX9SOwNIk .title-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIX9SOwNIk .title-wrapper .title-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uIX9SOwNIk .title-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uIX9SOwNIk .title-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #ffffff, #4448e5 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uIX9SOwNIk .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIX9SOwNIk .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uIX9SOwNIk .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uIX9SOwNIk .mbr-label,
.cid-uIX9SOwNIk .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uIX9SOwNIk .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uIX9SOwNIk .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uIX9SOwNIk .mbr-text,
.cid-uIX9SOwNIk .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uIX9SOwNIk .mbr-section-title,
.cid-uIX9SOwNIk .mbr-section-btn {
  text-align: center;
}
.cid-uGjwpDwVkS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uGjwpDwVkS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGjwpDwVkS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uGjwpDwVkS .container {
    padding: 0 20px;
  }
}
.cid-uGjwpDwVkS .row {
  padding: 0 8px;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uGjwpDwVkS .row {
    padding: 0;
  }
}
.cid-uGjwpDwVkS .mbr-section-title {
  margin-bottom: 50px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uGjwpDwVkS .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uGjwpDwVkS .item {
  padding: 0 8px;
  overflow: visible;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uGjwpDwVkS .item {
    padding: 0 12px;
  }
}
.cid-uGjwpDwVkS .item .item-wrapper {
  position: relative;
  border-radius: 50px;
  padding: 50px;
  display: flex;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uGjwpDwVkS .item .item-wrapper {
    padding: 32px 16px;
    flex-direction: column-reverse;
  }
}
.cid-uGjwpDwVkS .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #181a25;
  opacity: .5;
}
.cid-uGjwpDwVkS .item .item-wrapper .blur-wrap_1,
.cid-uGjwpDwVkS .item .item-wrapper .blur-wrap_2 {
  position: absolute;
  top: 0;
  right: -12%;
  width: 60%;
  height: 60%;
  border-radius: 100%;
  filter: blur(300px);
}
.cid-uGjwpDwVkS .item .item-wrapper .blur-wrap_1 {
  background-color: #4448e5;
}
.cid-uGjwpDwVkS .item .item-wrapper .blur-wrap_2 {
  background-color: #28e887;
}
.cid-uGjwpDwVkS .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uGjwpDwVkS .item .item-wrapper .item-content {
    width: 100%;
  }
}
.cid-uGjwpDwVkS .item .item-wrapper .item-content .item-title {
  margin-bottom: 32px;
}
.cid-uGjwpDwVkS .item .item-wrapper .item-content .item-desc {
  opacity: .5;
  margin-bottom: 16px;
}
.cid-uGjwpDwVkS .item .item-wrapper .item-content .list {
  list-style-position: inside;
  margin-bottom: 32px;
  padding: 0;
}
.cid-uGjwpDwVkS .item .item-wrapper .item-content .list .item-wrap {
  margin-bottom: 0;
}
.cid-uGjwpDwVkS .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uGjwpDwVkS .item .item-wrapper .item-img {
  width: 50%;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uGjwpDwVkS .item .item-wrapper .item-img {
    margin-bottom: 50px;
    width: 100%;
  }
}
.cid-uGjwpDwVkS .item .item-wrapper .item-img img {
  height: 200px;
  width: 200px;
  object-fit: cover;
  border-radius: 100%;
  margin: 0 auto;
}
.cid-uGjwpDwVkS .item-title {
  color: #4448e5;
}
.cid-uGjwpDwVkS .item-desc {
  color: #ffffff;
}
.cid-uGjwpDwVkS .mbr-text {
  color: #ffffff;
}
.cid-uGjwpDwVkS .list {
  color: #ffffff;
}
.cid-uH3eGQwjut {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uH3eGQwjut .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH3eGQwjut .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH3eGQwjut .row {
  justify-content: center;
}
.cid-uH3eGQwjut .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uH3eGQwjut .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uH3eGQwjut .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uH3eGQwjut .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uH3eGQwjut .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uH3eGQwjut .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uH3eGQwjut .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uH3eGQwjut .mbr-section-title {
  color: #ffffff;
}
.cid-uH3eGQwjut .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uH3eGQwjut .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uH3eGQwjut .mbr-section-title,
.cid-uH3eGQwjut .mbr-section-btn {
  text-align: center;
}
.cid-uHaDJtryOU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uHaDJtryOU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHaDJtryOU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHaDJtryOU .row {
  justify-content: center;
}
.cid-uHaDJtryOU .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #4448e5 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uHaDJtryOU .title-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uHaDJtryOU .title-wrapper .title-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uHaDJtryOU .title-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uHaDJtryOU .title-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #ffffff, #4448e5 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uHaDJtryOU .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHaDJtryOU .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uHaDJtryOU .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uHaDJtryOU .mbr-label,
.cid-uHaDJtryOU .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uHaDJtryOU .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uHaDJtryOU .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uHaDJtryOU .mbr-text,
.cid-uHaDJtryOU .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uHaDJtryOU .mbr-section-title,
.cid-uHaDJtryOU .mbr-section-btn {
  text-align: center;
}
.cid-uHaCVULCSC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uHaCVULCSC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHaCVULCSC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHaCVULCSC .container {
    padding: 0 20px;
  }
}
.cid-uHaCVULCSC .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uHaCVULCSC .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uHaCVULCSC .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uHaCVULCSC .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uHaCVULCSC .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uHaCVULCSC .image-wrapper {
  position: relative;
}
.cid-uHaCVULCSC .image-wrapper .blur-wrap {
  position: absolute;
  top: 0;
  left: -8rem;
  background-image: linear-gradient(-120deg, #4448e5 50%, #4448e5 0%);
  width: 300px;
  height: 300px;
  border-radius: 100%;
  filter: blur(85px);
}
.cid-uHaCVULCSC .image-wrapper img {
  position: relative;
  z-index: 1;
  height: 500px;
  margin: 0 auto;
  border-radius: 50px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uHaCVULCSC .image-wrapper img {
    height: 350px;
  }
}
.cid-uHaCVULCSC .mbr-section-title {
  color: #ffffff;
}
.cid-uHaCVULCSC .mbr-text {
  color: #ffffff;
}
.cid-uHaCVULCSC .mbr-number {
  color: #f5fd7b;
}
.cid-uHaCVULCSC .mbr-desc {
  color: #ffffff;
}
.cid-uHaCVULCSC .mbr-link {
  color: #ffffff;
}
.cid-uHgLp0DkSc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uHgLp0DkSc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHgLp0DkSc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHgLp0DkSc .row {
  justify-content: center;
}
.cid-uHgLp0DkSc .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #4448e5 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uHgLp0DkSc .title-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uHgLp0DkSc .title-wrapper .title-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uHgLp0DkSc .title-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uHgLp0DkSc .title-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #ffffff, #4448e5 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uHgLp0DkSc .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHgLp0DkSc .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uHgLp0DkSc .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uHgLp0DkSc .mbr-label,
.cid-uHgLp0DkSc .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uHgLp0DkSc .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uHgLp0DkSc .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uHgLp0DkSc .mbr-text,
.cid-uHgLp0DkSc .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uHgLp0DkSc .mbr-section-title,
.cid-uHgLp0DkSc .mbr-section-btn {
  text-align: center;
}
.cid-uJzGL6NMw5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uJzGL6NMw5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJzGL6NMw5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uJzGL6NMw5 .container {
    padding: 0 20px;
  }
}
.cid-uJzGL6NMw5 .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uJzGL6NMw5 .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uJzGL6NMw5 .title-wrapper .mbr-section-title {
  padding-right: 80px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uJzGL6NMw5 .title-wrapper .mbr-section-title {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uJzGL6NMw5 .title-wrapper .image-wrapper {
  position: relative;
}
.cid-uJzGL6NMw5 .title-wrapper .image-wrapper .blur-wrap {
  position: absolute;
  top: 2rem;
  left: 0;
  background-image: linear-gradient(-120deg, #f5fd7b 50%, #4448e5 0%);
  width: 300px;
  height: 300px;
  border-radius: 100%;
  filter: blur(85px);
}
.cid-uJzGL6NMw5 .title-wrapper .image-wrapper img {
  position: relative;
  z-index: 1;
  width: 300px;
  height: 300px;
  margin: 0 auto;
  border-radius: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uJzGL6NMw5 .title-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.cid-uJzGL6NMw5 .text-wrapper .mbr-text {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uJzGL6NMw5 .text-wrapper .mbr-text {
    margin-bottom: 50px;
  }
}
.cid-uJzGL6NMw5 .row.cards .card {
  margin-bottom: 50px;
  padding-left: 0;
}
.cid-uJzGL6NMw5 .row.cards .card:first-child {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uJzGL6NMw5 .row.cards .card:first-child {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uJzGL6NMw5 .row.cards .card {
    margin-bottom: 32px;
  }
}
.cid-uJzGL6NMw5 .row.cards .card .card-wrap .mbr-number {
  margin-bottom: 16px;
}
.cid-uJzGL6NMw5 .row.cards .card .card-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uJzGL6NMw5 .row.cards .card .card-wrap a:hover .mbr-link {
  opacity: 1;
  transition: all 0.3s ease-out;
}
.cid-uJzGL6NMw5 .row.cards .card .card-wrap a .mbr-link {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uJzGL6NMw5 .mbr-section-title {
  color: #ffffff;
}
.cid-uJzGL6NMw5 .mbr-text {
  color: #ffffff;
}
.cid-uJzGL6NMw5 .mbr-number {
  color: #4448e5;
}
.cid-uJzGL6NMw5 .mbr-desc {
  color: #ffffff;
}
.cid-uJzGL6NMw5 .mbr-link {
  color: #ffffff;
}
.cid-uFOAUE8xtT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFOAUE8xtT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFOAUE8xtT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFOAUE8xtT .row {
  justify-content: center;
}
.cid-uFOAUE8xtT .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #4448e5 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uFOAUE8xtT .title-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uFOAUE8xtT .title-wrapper .title-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uFOAUE8xtT .title-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFOAUE8xtT .title-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #ffffff, #4448e5 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uFOAUE8xtT .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFOAUE8xtT .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFOAUE8xtT .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uFOAUE8xtT .mbr-label,
.cid-uFOAUE8xtT .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uFOAUE8xtT .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uFOAUE8xtT .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uFOAUE8xtT .mbr-text,
.cid-uFOAUE8xtT .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uFOAUE8xtT .mbr-section-title,
.cid-uFOAUE8xtT .mbr-section-btn {
  text-align: center;
}
.cid-uFOAUKtIvQ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uFOAUKtIvQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFOAUKtIvQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFOAUKtIvQ .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uFOAUKtIvQ .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFOAUKtIvQ .container {
    padding: 0 20px;
  }
}
.cid-uFOAUKtIvQ .row {
  padding: 0 8px;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFOAUKtIvQ .row {
    padding: 0;
  }
}
.cid-uFOAUKtIvQ .card {
  padding: 0 8px;
  overflow: visible;
}
.cid-uFOAUKtIvQ .card .card-wrapper {
  position: relative;
  padding: 50px;
  border-radius: 50px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}
.cid-uFOAUKtIvQ .card .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #595966;
  opacity: .5;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-uFOAUKtIvQ .card .card-wrapper {
    margin-bottom: 16px;
    padding: 32px 16px;
  }
}
.cid-uFOAUKtIvQ .card .card-wrapper .title-wrapper {
  position: relative;
}
.cid-uFOAUKtIvQ .card .card-wrapper .title-wrapper .mbr-desc {
  opacity: .5;
  margin-bottom: 16px;
}
.cid-uFOAUKtIvQ .card .card-wrapper .title-wrapper .mbr-price {
  margin-bottom: 32px;
}
.cid-uFOAUKtIvQ .card .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFOAUKtIvQ .card .card-wrapper .mbr-section-btn {
  position: relative;
  margin-top: 22px;
}
.cid-uFOAUKtIvQ .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uFOAUKtIvQ .mbr-price {
  color: #4448e5;
  text-align: center;
}
.cid-uFOAUKtIvQ .mbr-section-title {
  color: #ffffff;
}
.cid-uFOAUKtIvQ .mbr-section-title,
.cid-uFOAUKtIvQ .mbr-section-btn {
  text-align: center;
}
.cid-uH4wJXqJia {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uH4wJXqJia .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH4wJXqJia .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH4wJXqJia .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uH4wJXqJia .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uH4wJXqJia .container {
    padding: 0 20px;
  }
}
.cid-uH4wJXqJia .row {
  padding: 0 8px;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uH4wJXqJia .row {
    padding: 0;
  }
}
.cid-uH4wJXqJia .card {
  padding: 0 8px;
  overflow: visible;
}
.cid-uH4wJXqJia .card .card-wrapper {
  position: relative;
  padding: 50px;
  border-radius: 50px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}
.cid-uH4wJXqJia .card .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #595966;
  opacity: .5;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-uH4wJXqJia .card .card-wrapper {
    margin-bottom: 16px;
    padding: 32px 16px;
  }
}
.cid-uH4wJXqJia .card .card-wrapper .title-wrapper {
  position: relative;
}
.cid-uH4wJXqJia .card .card-wrapper .title-wrapper .mbr-desc {
  opacity: .5;
  margin-bottom: 16px;
}
.cid-uH4wJXqJia .card .card-wrapper .title-wrapper .mbr-price {
  margin-bottom: 32px;
}
.cid-uH4wJXqJia .card .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uH4wJXqJia .card .card-wrapper .mbr-section-btn {
  position: relative;
  margin-top: 22px;
}
.cid-uH4wJXqJia .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uH4wJXqJia .mbr-price {
  color: #4448e5;
  text-align: center;
}
.cid-uH4wJXqJia .mbr-section-title {
  color: #ffffff;
}
.cid-uH4wJXqJia .mbr-section-title,
.cid-uH4wJXqJia .mbr-section-btn {
  text-align: center;
}
.cid-uHEFfajmAE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uHEFfajmAE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHEFfajmAE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHEFfajmAE .row {
  justify-content: center;
}
.cid-uHEFfajmAE .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #4448e5 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uHEFfajmAE .title-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uHEFfajmAE .title-wrapper .title-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uHEFfajmAE .title-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uHEFfajmAE .title-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #ffffff, #4448e5 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uHEFfajmAE .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHEFfajmAE .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uHEFfajmAE .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uHEFfajmAE .mbr-label,
.cid-uHEFfajmAE .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uHEFfajmAE .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uHEFfajmAE .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uHEFfajmAE .mbr-text,
.cid-uHEFfajmAE .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uHEFfajmAE .mbr-section-title,
.cid-uHEFfajmAE .mbr-section-btn {
  text-align: center;
}
.cid-uHFwqnWhzB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uHFwqnWhzB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHFwqnWhzB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHFwqnWhzB .row {
  justify-content: center;
}
.cid-uHFwqnWhzB .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #4448e5 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uHFwqnWhzB .title-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uHFwqnWhzB .title-wrapper .title-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uHFwqnWhzB .title-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uHFwqnWhzB .title-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #ffffff, #4448e5 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uHFwqnWhzB .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHFwqnWhzB .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uHFwqnWhzB .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uHFwqnWhzB .mbr-label,
.cid-uHFwqnWhzB .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uHFwqnWhzB .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uHFwqnWhzB .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uHFwqnWhzB .mbr-text,
.cid-uHFwqnWhzB .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uHFwqnWhzB .mbr-section-title,
.cid-uHFwqnWhzB .mbr-section-btn {
  text-align: center;
}
.cid-uH3fbUfzxq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uH3fbUfzxq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH3fbUfzxq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH3fbUfzxq .row {
  justify-content: center;
}
.cid-uH3fbUfzxq .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uH3fbUfzxq .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uH3fbUfzxq .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uH3fbUfzxq .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uH3fbUfzxq .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uH3fbUfzxq .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uH3fbUfzxq .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uH3fbUfzxq .mbr-section-title {
  color: #ffffff;
}
.cid-uH3fbUfzxq .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uH3fbUfzxq .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uH3fbUfzxq .mbr-section-title,
.cid-uH3fbUfzxq .mbr-section-btn {
  text-align: center;
}
.cid-uH3zyf3Jpb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uH3zyf3Jpb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH3zyf3Jpb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH3zyf3Jpb .row {
  justify-content: center;
}
.cid-uH3zyf3Jpb .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #4448e5 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uH3zyf3Jpb .title-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uH3zyf3Jpb .title-wrapper .title-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uH3zyf3Jpb .title-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uH3zyf3Jpb .title-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #ffffff, #4448e5 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uH3zyf3Jpb .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uH3zyf3Jpb .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uH3zyf3Jpb .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uH3zyf3Jpb .mbr-label,
.cid-uH3zyf3Jpb .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uH3zyf3Jpb .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uH3zyf3Jpb .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uH3zyf3Jpb .mbr-text,
.cid-uH3zyf3Jpb .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uH3zyf3Jpb .mbr-section-title,
.cid-uH3zyf3Jpb .mbr-section-btn {
  text-align: center;
}
.cid-uGjwnpLn2q {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uGjwnpLn2q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGjwnpLn2q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGjwnpLn2q .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uGjwnpLn2q .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uGjwnpLn2q .container {
    padding: 0 20px;
  }
}
.cid-uGjwnpLn2q .row {
  padding: 90px 82px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uGjwnpLn2q .row {
    padding: 50px 16px;
  }
}
.cid-uGjwnpLn2q .row .blur-wrap_1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5fd7b;
  filter: blur(120px);
}
.cid-uGjwnpLn2q .row .blur-wrap_2 {
  position: absolute;
  bottom: -8rem;
  right: 15%;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-color: #4448e5;
  filter: blur(150px);
}
.cid-uGjwnpLn2q .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #000000;
  opacity: 1;
}
.cid-uGjwnpLn2q .row .image-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}
.cid-uGjwnpLn2q .row .image-wrapper img {
  height: 400px;
  width: 70%;
  object-fit: cover;
  border-radius: 50px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uGjwnpLn2q .row .image-wrapper img {
    height: 300px;
    width: 100%;
    margin: 0;
  }
}
.cid-uGjwnpLn2q .row .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uGjwnpLn2q .row .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uGjwnpLn2q .row .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uGjwnpLn2q .row .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uGjwnpLn2q .row .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uGjwnpLn2q .mbr-desc {
  color: #ffffff;
}
.cid-uGjwnpLn2q .mbr-section-title {
  color: #ffffff;
}
.cid-uGjwnpLn2q .mbr-text {
  color: #ffffff;
}
.cid-uGjwnpLn2q .mbr-section-title,
.cid-uGjwnpLn2q .mbr-section-btn {
  text-align: left;
}
.cid-uH2w4wmlrY {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uH2w4wmlrY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH2w4wmlrY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH2w4wmlrY .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uH2w4wmlrY .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uH2w4wmlrY .container {
    padding: 0 20px;
  }
}
.cid-uH2w4wmlrY .row.blur-row {
  padding: 50px 82px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uH2w4wmlrY .row.blur-row {
    padding: 32px 16px;
  }
}
.cid-uH2w4wmlrY .row.blur-row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #6567ee;
  opacity: 1;
}
.cid-uH2w4wmlrY .row.blur-row .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uH2w4wmlrY .row.blur-row .title-wrapper {
    margin-bottom: 50px;
    height: auto;
  }
}
.cid-uH2w4wmlrY .row.blur-row .title-wrapper .title-wrap {
  width: 100%;
}
.cid-uH2w4wmlrY .row.blur-row .title-wrapper .title-wrap .mbr-main-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uH2w4wmlrY .row.blur-row .title-wrapper .title-wrap .mbr-main-title {
    margin-bottom: 32px;
  }
}
.cid-uH2w4wmlrY .row.blur-row .title-wrapper .title-wrap .mbr-price {
  margin-bottom: 0;
}
.cid-uH2w4wmlrY .row.blur-row .title-wrapper .title-wrap .list {
  padding: 0;
  margin-bottom: 0;
  list-style-position: inside;
}
.cid-uH2w4wmlrY .row.blur-row .title-wrapper .title-wrap .list .item-wrap {
  margin-bottom: 0;
}
.cid-uH2w4wmlrY .row.blur-row .title-wrapper .title-wrap .discount-wrap {
  margin-top: 32px;
}
.cid-uH2w4wmlrY .row.blur-row .title-wrapper .title-wrap .discount-wrap .mbr-disc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #28e887;
  padding: 16px;
  margin-bottom: 0;
  border-radius: 16px;
}
.cid-uH2w4wmlrY .mbr-section-title {
  margin-bottom: 16px;
  color: #000000;
}
.cid-uH2w4wmlrY .dragArea.row {
  padding: 50px;
  border-radius: 50px;
  background-color: #f6f8f9;
}
@media (max-width: 992px) {
  .cid-uH2w4wmlrY .dragArea.row {
    padding: 32px 16px;
  }
}
.cid-uH2w4wmlrY .dragArea.row::before {
  content: none;
}
.cid-uH2w4wmlrY .dragArea.row .form-group {
  padding-left: 0.1rem;
  padding-right: 0.1rem;
  margin-bottom: 16px !important;
}
.cid-uH2w4wmlrY .dragArea.row .form-group .form-control {
  padding: 0 20px;
  border-radius: 65px;
  border: none;
  min-height: 65px;
  background-color: #ffffff;
  box-shadow: none;
}
.cid-uH2w4wmlrY .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  opacity: .5;
}
.cid-uH2w4wmlrY .dragArea.row .form-group textarea {
  padding: 20px;
}
.cid-uH2w4wmlrY .dragArea.row .form-group .form-check .form-check-input {
  background-color: #6567ee;
  border-collapse: #6567ee;
}
.cid-uH2w4wmlrY .dragArea.row .mbr-section-btn {
  padding-left: 0.1rem;
  padding-right: 0.1rem;
}
.cid-uH2w4wmlrY .dragArea.row .mbr-section-btn .btn {
  padding: 20px 50px;
  border-radius: 65px;
  display: inline-flex;
}
.cid-uH2w4wmlrY .row.forms-row {
  padding: 0;
  border-radius: 0;
}
.cid-uH2w4wmlrY .row.forms-row::before {
  content: none !important;
}
.cid-uH2w4wmlrY .mbr-main-title {
  color: #ffffff;
}
.cid-uH2w4wmlrY .mbr-price {
  color: #ffffff;
}
.cid-uH2w4wmlrY .list {
  color: #ffffff;
}
.cid-uH2w4wmlrY .mbr-disc {
  color: #000000;
}
.cid-uH2w4wmlrY label {
  color: #f5fd7b;
}
.cid-uG21xI1n31 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uG21xI1n31 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG21xI1n31 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG21xI1n31 .row {
  justify-content: center;
}
.cid-uG21xI1n31 .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #4448e5 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uG21xI1n31 .title-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uG21xI1n31 .title-wrapper .title-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uG21xI1n31 .title-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uG21xI1n31 .title-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #ffffff, #4448e5 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uG21xI1n31 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uG21xI1n31 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uG21xI1n31 .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uG21xI1n31 .mbr-label,
.cid-uG21xI1n31 .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uG21xI1n31 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uG21xI1n31 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uG21xI1n31 .mbr-text,
.cid-uG21xI1n31 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uG21xI1n31 .mbr-section-title,
.cid-uG21xI1n31 .mbr-section-btn {
  text-align: center;
}
.cid-uHDDQ7xao9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uHDDQ7xao9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHDDQ7xao9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHDDQ7xao9 .container {
    padding: 0 20px;
  }
}
.cid-uHDDQ7xao9 .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uHDDQ7xao9 .row .title-wrapper {
    margin-bottom: 50px;
    height: auto;
  }
}
.cid-uHDDQ7xao9 .row .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uHDDQ7xao9 .row .title-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uHDDQ7xao9 .row .title-wrapper .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-position: inside;
}
.cid-uHDDQ7xao9 .row .title-wrapper .list .item-wrap {
  margin-bottom: 0;
}
.cid-uHDDQ7xao9 .row .image-wrapper {
  position: relative;
}
.cid-uHDDQ7xao9 .row .image-wrapper img {
  height: 320px;
  object-fit: cover;
  border-radius: 50px;
}
.cid-uHDDQ7xao9 .row .image-wrapper .mbr-emoji {
  position: absolute;
  top: 1rem;
  right: 0;
  font-size: 100px;
}
.cid-uHDDQ7xao9 .mbr-section-title {
  color: #ffffff;
}
.cid-uHDDQ7xao9 .mbr-section-subtitle {
  color: #ff4e2d;
}
.cid-uHDDQ7xao9 .list {
  color: #ffffff;
}
.cid-uHDDQ7xao9 .mbr-emoji {
  color: #f5fd7b;
}
.cid-uHDGKLiiU3 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uHE9R7w9nD {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background: #000000;
}
.cid-uHE9R7w9nD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHE9R7w9nD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHE9R7w9nD .container {
    padding: 0 20px;
  }
}
.cid-uHE9R7w9nD .row {
  margin: 0;
}
.cid-uHE9R7w9nD .mbr-section-title {
  margin-bottom: 50px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uHE9R7w9nD .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uHE9R7w9nD .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-uHE9R7w9nD .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uHE9R7w9nD .embla__slide .card-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uHE9R7w9nD .embla__slide .card-wrap {
    display: block;
  }
}
.cid-uHE9R7w9nD .embla__slide .card-wrap .content-wrap {
  width: 40%;
  margin-right: 100px;
}
@media (max-width: 992px) {
  .cid-uHE9R7w9nD .embla__slide .card-wrap .content-wrap {
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }
}
.cid-uHE9R7w9nD .embla__slide .card-wrap .content-wrap .number-wrap .mbr-number {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(45deg, #4448e5 50%, #6567ee);
  border-radius: 50%;
  margin-bottom: 32px;
}
.cid-uHE9R7w9nD .embla__slide .card-wrap .content-wrap .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uHE9R7w9nD .embla__slide .card-wrap .content-wrap .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uHE9R7w9nD .embla__slide .card-wrap .content-wrap .mbr-text {
    margin-bottom: 0;
  }
}
.cid-uHE9R7w9nD .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 400px;
  object-fit: cover;
  border-radius: 30px;
}
@media (max-width: 768px) {
  .cid-uHE9R7w9nD .embla__slide .card-wrap .item-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-uHE9R7w9nD .embla__button--next,
.cid-uHE9R7w9nD .embla__button--prev {
  display: flex;
}
.cid-uHE9R7w9nD .embla__button {
  bottom: 0;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 24px;
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #6567ee;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uHE9R7w9nD .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uHE9R7w9nD .embla__button:hover {
  background: #6567ee;
  color: #000000;
}
.cid-uHE9R7w9nD .embla__button.embla__button--prev {
  left: 0;
  margin-left: 0;
}
.cid-uHE9R7w9nD .embla__button.embla__button--next {
  right: auto;
  left: 4rem;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-uHE9R7w9nD .embla__button {
    top: auto;
  }
}
.cid-uHE9R7w9nD .embla {
  position: relative;
  width: 100%;
}
.cid-uHE9R7w9nD .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uHE9R7w9nD .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uHE9R7w9nD .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uHE9R7w9nD .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uHE9R7w9nD .mbr-number {
  color: #000000;
}
.cid-uHE9R7w9nD .mbr-card-title {
  color: #4448e5;
}
.cid-uHE9R7w9nD .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uHJk6INrDy {
  padding-top: 0px;
  padding-bottom: 30px;
  background: #000000;
}
.cid-uHJk6INrDy .mbr-overlay {
  background: #232323;
}
.cid-uHJk6INrDy .mbr-section-subtitle {
  color: #cccccc;
}
.cid-uHJk6INrDy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHJk6INrDy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFOAUIE4wg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFOAUIE4wg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFOAUIE4wg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFOAUIE4wg .title-wrapper {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uFOAUIE4wg .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-uFOAUIE4wg .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uFOAUIE4wg .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uFOAUIE4wg .title-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uFOAUIE4wg .mbr-section-title {
  color: #ffffff;
}
.cid-uJzGZvmW0s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uJzGZvmW0s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJzGZvmW0s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uJzGZvmW0s .container {
    padding: 0 20px;
  }
}
.cid-uJzGZvmW0s .row {
  margin: 0;
}
.cid-uJzGZvmW0s .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uJzGZvmW0s .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uJzGZvmW0s .nav.nav-tabs {
  border: none;
  display: block;
}
.cid-uJzGZvmW0s .nav.nav-tabs .nav-item .nav-link {
  padding: 0;
  color: #ffffff;
  margin-bottom: 32px;
  border: none;
  border-radius: 0;
  transition: all 0.3s ease-out;
}
.cid-uJzGZvmW0s .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
  color: #4448e5;
}
.cid-uJzGZvmW0s .tab-content {
  position: relative;
}
.cid-uJzGZvmW0s .tab-content .blur-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(-120deg, #f5fd7b 50%, #4448e5 0%);
  width: 300px;
  height: 300px;
  border-radius: 100%;
  filter: blur(85px);
}
.cid-uJzGZvmW0s .tab-content .tab-pane {
  position: relative;
}
.cid-uJzGZvmW0s .tab-content .tab-pane img {
  border-radius: 50px;
  height: 500px;
  object-fit: cover;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .cid-uJzGZvmW0s .tab-content .tab-pane img {
    height: 300px;
  }
}
.cid-uJzGZvmW0s .tab-content .tab-pane .mbr-text {
  margin-bottom: 0;
}
.cid-uJzGZvmW0s .mbr-section-title {
  color: #ffffff;
}
.cid-uJzGZvmW0s .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uHY63vceTF {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uHY63vceTF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHY63vceTF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHY63vceTF .row {
  justify-content: center;
}
.cid-uHY63vceTF .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #4448e5 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uHY63vceTF .title-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uHY63vceTF .title-wrapper .title-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uHY63vceTF .title-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uHY63vceTF .title-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #ffffff, #4448e5 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uHY63vceTF .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHY63vceTF .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uHY63vceTF .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uHY63vceTF .mbr-label,
.cid-uHY63vceTF .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uHY63vceTF .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uHY63vceTF .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uHY63vceTF .mbr-text,
.cid-uHY63vceTF .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uHY63vceTF .mbr-section-title,
.cid-uHY63vceTF .mbr-section-btn {
  text-align: center;
}
.cid-uFOAUGsF7i {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uFOAUGsF7i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFOAUGsF7i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFOAUGsF7i .container {
    padding: 0 20px;
  }
}
.cid-uFOAUGsF7i .row {
  margin: 0;
}
.cid-uFOAUGsF7i .row .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uFOAUGsF7i .row .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFOAUGsF7i .row .panel-group .card {
  border-bottom: 2px solid #ffffff;
  border-radius: 0;
}
.cid-uFOAUGsF7i .row .panel-group .card:first-child {
  border-top: 2px solid #ffffff;
}
.cid-uFOAUGsF7i .row .panel-group .card .card-header {
  padding: 32px 0;
  border-bottom: none;
  background-color: transparent;
}
.cid-uFOAUGsF7i .row .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uFOAUGsF7i .row .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uFOAUGsF7i .row .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uFOAUGsF7i .row .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-out;
}
.cid-uFOAUGsF7i .row .panel-group .card .panel-collapse .panel-body {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uFOAUGsF7i .row .panel-group .card .panel-collapse .panel-body {
    margin-bottom: 32px;
  }
}
.cid-uFOAUGsF7i .row .panel-group .card .panel-collapse .panel-body .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uFOAUGsF7i .row .panel-group .card .panel-collapse .panel-body .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uFOAUGsF7i .mbr-section-title {
  color: #ffffff;
}
.cid-uFOAUGsF7i .panel-title-edit,
.cid-uFOAUGsF7i .mbr-iconfont {
  color: #4448e5;
}
.cid-uFOAUGsF7i .mbr-text {
  color: #ffffff;
}
.cid-uFOAUGYCGL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uFOAUGYCGL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFOAUGYCGL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFOAUGYCGL .container {
    padding: 0 20px;
  }
}
.cid-uFOAUGYCGL .row {
  margin: 0;
}
.cid-uFOAUGYCGL .row .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uFOAUGYCGL .row .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFOAUGYCGL .row .panel-group .card {
  border-bottom: 2px solid #ffffff;
  border-radius: 0;
}
.cid-uFOAUGYCGL .row .panel-group .card:first-child {
  border-top: 2px solid #ffffff;
}
.cid-uFOAUGYCGL .row .panel-group .card .card-header {
  padding: 32px 0;
  border-bottom: none;
  background-color: transparent;
}
.cid-uFOAUGYCGL .row .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uFOAUGYCGL .row .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uFOAUGYCGL .row .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uFOAUGYCGL .row .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-out;
}
.cid-uFOAUGYCGL .row .panel-group .card .panel-collapse .panel-body {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uFOAUGYCGL .row .panel-group .card .panel-collapse .panel-body {
    margin-bottom: 32px;
  }
}
.cid-uFOAUGYCGL .row .panel-group .card .panel-collapse .panel-body .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uFOAUGYCGL .row .panel-group .card .panel-collapse .panel-body .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uFOAUGYCGL .mbr-section-title {
  color: #ffffff;
}
.cid-uFOAUGYCGL .panel-title-edit,
.cid-uFOAUGYCGL .mbr-iconfont {
  color: #4448e5;
}
.cid-uFOAUGYCGL .mbr-text {
  color: #ffffff;
}
.cid-uHXFcs36ta {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uHXFcs36ta .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHXFcs36ta .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uHXFcs36ta .container {
    padding: 0 20px;
  }
}
.cid-uHXFcs36ta .row {
  margin: 0;
}
.cid-uHXFcs36ta .row .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uHXFcs36ta .row .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uHXFcs36ta .row .panel-group .card {
  border-bottom: 2px solid #ffffff;
  border-radius: 0;
}
.cid-uHXFcs36ta .row .panel-group .card:first-child {
  border-top: 2px solid #ffffff;
}
.cid-uHXFcs36ta .row .panel-group .card .card-header {
  padding: 32px 0;
  border-bottom: none;
  background-color: transparent;
}
.cid-uHXFcs36ta .row .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uHXFcs36ta .row .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uHXFcs36ta .row .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uHXFcs36ta .row .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-out;
}
.cid-uHXFcs36ta .row .panel-group .card .panel-collapse .panel-body {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uHXFcs36ta .row .panel-group .card .panel-collapse .panel-body {
    margin-bottom: 32px;
  }
}
.cid-uHXFcs36ta .row .panel-group .card .panel-collapse .panel-body .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uHXFcs36ta .row .panel-group .card .panel-collapse .panel-body .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uHXFcs36ta .mbr-section-title {
  color: #ffffff;
}
.cid-uHXFcs36ta .panel-title-edit,
.cid-uHXFcs36ta .mbr-iconfont {
  color: #4448e5;
}
.cid-uHXFcs36ta .mbr-text {
  color: #ffffff;
}
.cid-uFOAUHxAyy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uFOAUHxAyy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFOAUHxAyy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFOAUHxAyy .container {
    padding: 0 20px;
  }
}
.cid-uFOAUHxAyy .row {
  margin: 0;
}
.cid-uFOAUHxAyy .row .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uFOAUHxAyy .row .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFOAUHxAyy .row .panel-group .card {
  border-bottom: 2px solid #ffffff;
  border-radius: 0;
}
.cid-uFOAUHxAyy .row .panel-group .card:first-child {
  border-top: 2px solid #ffffff;
}
.cid-uFOAUHxAyy .row .panel-group .card .card-header {
  padding: 32px 0;
  border-bottom: none;
  background-color: transparent;
}
.cid-uFOAUHxAyy .row .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uFOAUHxAyy .row .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uFOAUHxAyy .row .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uFOAUHxAyy .row .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-out;
}
.cid-uFOAUHxAyy .row .panel-group .card .panel-collapse .panel-body {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uFOAUHxAyy .row .panel-group .card .panel-collapse .panel-body {
    margin-bottom: 32px;
  }
}
.cid-uFOAUHxAyy .row .panel-group .card .panel-collapse .panel-body .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uFOAUHxAyy .row .panel-group .card .panel-collapse .panel-body .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uFOAUHxAyy .mbr-section-title {
  color: #ffffff;
}
.cid-uFOAUHxAyy .panel-title-edit,
.cid-uFOAUHxAyy .mbr-iconfont {
  color: #4448e5;
}
.cid-uFOAUHxAyy .mbr-text {
  color: #ffffff;
}
.cid-uJHGsdyLth {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uJHGsdyLth .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJHGsdyLth .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uJHGsdyLth .container {
    padding: 0 20px;
  }
}
.cid-uJHGsdyLth .row {
  margin: 0;
}
.cid-uJHGsdyLth .row .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uJHGsdyLth .row .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uJHGsdyLth .row .panel-group .card {
  border-bottom: 2px solid #ffffff;
  border-radius: 0;
}
.cid-uJHGsdyLth .row .panel-group .card:first-child {
  border-top: 2px solid #ffffff;
}
.cid-uJHGsdyLth .row .panel-group .card .card-header {
  padding: 32px 0;
  border-bottom: none;
  background-color: transparent;
}
.cid-uJHGsdyLth .row .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uJHGsdyLth .row .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uJHGsdyLth .row .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uJHGsdyLth .row .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-out;
}
.cid-uJHGsdyLth .row .panel-group .card .panel-collapse .panel-body {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uJHGsdyLth .row .panel-group .card .panel-collapse .panel-body {
    margin-bottom: 32px;
  }
}
.cid-uJHGsdyLth .row .panel-group .card .panel-collapse .panel-body .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uJHGsdyLth .row .panel-group .card .panel-collapse .panel-body .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uJHGsdyLth .mbr-section-title {
  color: #ffffff;
}
.cid-uJHGsdyLth .panel-title-edit,
.cid-uJHGsdyLth .mbr-iconfont {
  color: #4448e5;
}
.cid-uJHGsdyLth .mbr-text {
  color: #ffffff;
}
.cid-uH3ElwVEOD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uH3ElwVEOD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH3ElwVEOD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH3ElwVEOD .row {
  justify-content: center;
}
.cid-uH3ElwVEOD .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #4448e5 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uH3ElwVEOD .title-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uH3ElwVEOD .title-wrapper .title-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uH3ElwVEOD .title-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uH3ElwVEOD .title-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #ffffff, #4448e5 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uH3ElwVEOD .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uH3ElwVEOD .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uH3ElwVEOD .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uH3ElwVEOD .mbr-label,
.cid-uH3ElwVEOD .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uH3ElwVEOD .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uH3ElwVEOD .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uH3ElwVEOD .mbr-text,
.cid-uH3ElwVEOD .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uH3ElwVEOD .mbr-section-title,
.cid-uH3ElwVEOD .mbr-section-btn {
  text-align: center;
}
.cid-uFOAUJicaR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFOAUJicaR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFOAUJicaR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uFOAUJicaR .container {
    padding: 0 20px;
  }
}
.cid-uFOAUJicaR .row {
  padding: 0 8px;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uFOAUJicaR .row {
    padding: 0;
  }
}
.cid-uFOAUJicaR .mbr-section-title {
  margin-bottom: 50px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uFOAUJicaR .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uFOAUJicaR .item {
  padding: 0 8px;
  overflow: visible;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uFOAUJicaR .item {
    padding: 0 12px;
  }
}
.cid-uFOAUJicaR .item .item-wrapper {
  position: relative;
  border-radius: 50px;
  padding: 50px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uFOAUJicaR .item .item-wrapper {
    padding: 32px 16px;
  }
}
.cid-uFOAUJicaR .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #6567ee;
  opacity: 1;
}
.cid-uFOAUJicaR .item .item-wrapper .blur-wrap {
  position: absolute;
  top: 0;
  left: 12%;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  filter: blur(180px);
  background-color: #6567ee;
}
.cid-uFOAUJicaR .item .item-wrapper .item-img {
  display: flex;
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uFOAUJicaR .item .item-wrapper .item-img {
    display: block;
  }
}
.cid-uFOAUJicaR .item .item-wrapper .item-img img {
  width: 112px;
  height: 112px;
  border-radius: 15px;
  object-fit: cover;
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-uFOAUJicaR .item .item-wrapper .item-img img {
    margin: 0 auto 32px;
  }
}
.cid-uFOAUJicaR .item .item-wrapper .item-img .name-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.cid-uFOAUJicaR .item .item-wrapper .item-img .name-wrapper .name-wrap .mbr-name {
  margin-bottom: 0;
}
.cid-uFOAUJicaR .item .item-wrapper .item-img .name-wrapper .name-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uFOAUJicaR .item .item-wrapper .item-img .name-wrapper .link-wrap:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uFOAUJicaR .item .item-wrapper .item-img .name-wrapper .link-wrap .mbr-iconfont {
  font-size: 18px;
  height: 22px;
  width: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #f5fd7b;
  background-color: #000000;
  border-radius: 4px;
  transition: all 0.3s ease-out;
}
.cid-uFOAUJicaR .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uFOAUJicaR .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uFOAUJicaR .mbr-name {
  color: #000000;
}
.cid-uFOAUJicaR .mbr-desc {
  color: #000000;
}
.cid-uFOAUJicaR .mbr-text {
  color: #000000;
}
.cid-uFOAUJUwCU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uFOAUJUwCU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFOAUJUwCU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFOAUJUwCU .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uFOAUJUwCU .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uFOAUJUwCU .container {
    padding: 0 20px;
  }
}
.cid-uFOAUJUwCU .row {
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
.cid-uFOAUJUwCU .row img {
  height: 600px;
  object-fit: cover;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uFOAUJUwCU .row img {
    height: 300px;
  }
}
.cid-uGFKOUia1s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uGFKOUia1s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGFKOUia1s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGFKOUia1s .row {
  justify-content: center;
}
.cid-uGFKOUia1s .content-wrapper {
  padding-right: 68px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uGFKOUia1s .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uGFKOUia1s .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uGFKOUia1s .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uGFKOUia1s .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 22px 0 0 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uGFKOUia1s .content-wrapper .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 12px 12px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uGFKOUia1s .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uGFKOUia1s .content-wrapper .nav-wrapper .list .item-wrap:focus {
  background-image: linear-gradient(90deg, #ffffff, #0047ff 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uGFKOUia1s .content-wrapper .social {
  margin-top: 22px;
}
.cid-uGFKOUia1s .content-wrapper .social .mbr-desc {
  margin-bottom: 16px;
}
.cid-uGFKOUia1s .content-wrapper .social .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uGFKOUia1s .content-wrapper .social .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uGFKOUia1s .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uGFKOUia1s .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-image: linear-gradient(135deg, #a78aff, #0047ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uGFKOUia1s .content-wrapper .social .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #ffffff;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  margin: 0 26px 16px 0;
}
.cid-uGFKOUia1s .image-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uGFKOUia1s .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uGFKOUia1s .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uGFKOUia1s .mbr-copy {
  position: relative;
  margin-bottom: 0;
  padding-top: 22px;
  color: #ffffff;
  text-align: center;
}
.cid-uGFKOUia1s .mbr-copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uGFKOUia1s .mbr-section-title {
  color: #ffffff;
}
.cid-uGFKOUia1s .mbr-text {
  color: #ffffff;
}
.cid-uGFKOUia1s .mbr-desc {
  color: #ffffff;
}
.cid-uGFKOUia1s .list {
  color: #ffffff;
}
.cid-uGFKOUia1s .mbr-desc,
.cid-uGFKOUia1s .social-wrapper {
  color: #ffffff;
}
.cid-uKDW1UQNhp.popup-builder {
  background-color: #ffffff;
}
.cid-uKDW1UQNhp.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uKDW1UQNhp.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uKDW1UQNhp .modal-content,
.cid-uKDW1UQNhp .modal-dialog {
  height: auto;
}
.cid-uKDW1UQNhp .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uKDW1UQNhp .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uKDW1UQNhp .form-wrapper .mbr-form .form-group,
  .cid-uKDW1UQNhp .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uKDW1UQNhp .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uKDW1UQNhp .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uKDW1UQNhp .mbr-text {
  text-align: center;
}
.cid-uKDW1UQNhp .pt-0 {
  padding-top: 0 !important;
}
.cid-uKDW1UQNhp .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uKDW1UQNhp .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uKDW1UQNhp .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uKDW1UQNhp .modal-open {
  overflow: hidden;
}
.cid-uKDW1UQNhp .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uKDW1UQNhp .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uKDW1UQNhp .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uKDW1UQNhp .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uKDW1UQNhp .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uKDW1UQNhp .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uKDW1UQNhp .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uKDW1UQNhp .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uKDW1UQNhp .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uKDW1UQNhp .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uKDW1UQNhp .modal-backdrop.fade {
  opacity: 0;
}
.cid-uKDW1UQNhp .modal-backdrop.show {
  opacity: .5;
}
.cid-uKDW1UQNhp .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uKDW1UQNhp .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKDW1UQNhp .modal-header {
    padding: 1rem;
  }
}
.cid-uKDW1UQNhp .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uKDW1UQNhp .modal-header .close svg {
  fill: #353535;
}
.cid-uKDW1UQNhp .modal-header .close:hover {
  opacity: 1;
}
.cid-uKDW1UQNhp .modal-header .close:focus {
  outline: none;
}
.cid-uKDW1UQNhp .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uKDW1UQNhp .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uKDW1UQNhp .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKDW1UQNhp .modal-body {
    padding: 1rem;
  }
}
.cid-uKDW1UQNhp .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uKDW1UQNhp .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uKDW1UQNhp .modal-footer {
    padding: 1rem;
  }
}
.cid-uKDW1UQNhp .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uKDW1UQNhp .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uKDW1UQNhp .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uKDW1UQNhp .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uKDW1UQNhp .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uKDW1UQNhp .modal-lg,
  .cid-uKDW1UQNhp .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uKDW1UQNhp .modal-xl {
    max-width: 1140px;
  }
}
.cid-uKDW1UQNhp .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uKDW1UQNhp .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uKDW1UQNhp .form-group {
  margin-bottom: 1rem;
}
.cid-uKDW1UQNhp .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uKDW1UQNhp .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uKDW1UQNhp .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uKDW1UQNhp .mbr-section-btn {
  margin: 0;
}
.cid-uKDW1UQNhp .mbr-section-btn .btn {
  margin: 0;
}
.cid-uG1Ykx7ftK {
  z-index: 1000;
  width: 100%;
}
.cid-uG1Ykx7ftK .navbar-dropdown {
  background-color: #0e0e10 !important;
  padding: 0;
  position: fixed;
}
.cid-uG1Ykx7ftK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e0e10 !important;
  background: #0e0e10;
}
.cid-uG1Ykx7ftK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uG1Ykx7ftK .menu_box .navbar.opened,
  .cid-uG1Ykx7ftK .menu_box .navbar-collapse {
    background-color: #0e0e10 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uG1Ykx7ftK nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uG1Ykx7ftK .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uG1Ykx7ftK .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uG1Ykx7ftK .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uG1Ykx7ftK .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uG1Ykx7ftK .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uG1Ykx7ftK .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #181a25;
  }
  .cid-uG1Ykx7ftK .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uG1Ykx7ftK .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uG1Ykx7ftK .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uG1Ykx7ftK .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uG1Ykx7ftK .offcanvas-body .mbr-text,
  .cid-uG1Ykx7ftK .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uG1Ykx7ftK .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uG1Ykx7ftK .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uG1Ykx7ftK .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uG1Ykx7ftK .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uG1Ykx7ftK .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uG1Ykx7ftK .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uG1Ykx7ftK .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uG1Ykx7ftK ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uG1Ykx7ftK .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uG1Ykx7ftK .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uG1Ykx7ftK .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uG1Ykx7ftK li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uG1Ykx7ftK .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uG1Ykx7ftK .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uG1Ykx7ftK .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uG1Ykx7ftK .nav-item {
    margin: 0 !important;
  }
}
.cid-uG1Ykx7ftK .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-uG1Ykx7ftK .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #6567ee;
  transition: all 0.3s ease-out;
}
.cid-uG1Ykx7ftK .nav-item .nav-link:hover {
  color: #6567ee !important;
}
.cid-uG1Ykx7ftK .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uG1Ykx7ftK .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uG1Ykx7ftK .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uG1Ykx7ftK .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uG1Ykx7ftK .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uG1Ykx7ftK .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uG1Ykx7ftK .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uG1Ykx7ftK .offcanvas_box {
    display: none;
  }
}
.cid-uG1Ykx7ftK .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uG1Ykx7ftK .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uG1Ykx7ftK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uG1Ykx7ftK .container {
  display: flex;
  margin: auto;
}
.cid-uG1Ykx7ftK .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uG1Ykx7ftK .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uG1Ykx7ftK .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uG1Ykx7ftK .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uG1Ykx7ftK .navbar-nav {
    margin: 0;
  }
}
.cid-uG1Ykx7ftK .dropdown-menu,
.cid-uG1Ykx7ftK .navbar.opened {
  background-color: false !important;
}
.cid-uG1Ykx7ftK .nav-item:focus,
.cid-uG1Ykx7ftK .nav-link:focus {
  outline: none;
}
.cid-uG1Ykx7ftK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uG1Ykx7ftK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uG1Ykx7ftK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uG1Ykx7ftK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uG1Ykx7ftK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uG1Ykx7ftK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uG1Ykx7ftK .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uG1Ykx7ftK .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uG1Ykx7ftK .navbar.opened {
  transition: all 0.3s;
}
.cid-uG1Ykx7ftK .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uG1Ykx7ftK .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-uG1Ykx7ftK .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uG1Ykx7ftK .navbar.collapsed {
  justify-content: center;
}
.cid-uG1Ykx7ftK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uG1Ykx7ftK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uG1Ykx7ftK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uG1Ykx7ftK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uG1Ykx7ftK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uG1Ykx7ftK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uG1Ykx7ftK .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uG1Ykx7ftK .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uG1Ykx7ftK .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uG1Ykx7ftK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uG1Ykx7ftK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uG1Ykx7ftK .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uG1Ykx7ftK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uG1Ykx7ftK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uG1Ykx7ftK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uG1Ykx7ftK .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uG1Ykx7ftK .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uG1Ykx7ftK .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uG1Ykx7ftK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uG1Ykx7ftK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uG1Ykx7ftK .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uG1Ykx7ftK .navbar.navbar-short {
  min-height: 60px;
}
.cid-uG1Ykx7ftK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uG1Ykx7ftK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uG1Ykx7ftK .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uG1Ykx7ftK .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uG1Ykx7ftK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uG1Ykx7ftK .dropdown-item.active,
.cid-uG1Ykx7ftK .dropdown-item:active {
  background-color: transparent;
}
.cid-uG1Ykx7ftK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uG1Ykx7ftK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uG1Ykx7ftK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uG1Ykx7ftK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uG1Ykx7ftK ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uG1Ykx7ftK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uG1Ykx7ftK button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e0e10;
  background: #6567ee;
}
.cid-uG1Ykx7ftK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uG1Ykx7ftK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uG1Ykx7ftK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uG1Ykx7ftK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uG1Ykx7ftK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uG1Ykx7ftK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uG1Ykx7ftK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uG1Ykx7ftK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uG1Ykx7ftK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uG1Ykx7ftK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uG1Ykx7ftK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uG1Ykx7ftK .navbar {
    height: 70px;
  }
  .cid-uG1Ykx7ftK .navbar.opened {
    height: auto;
  }
  .cid-uG1Ykx7ftK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uG1Ykx7ftK .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uG1Ykx7ftK .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .cid-uG1Ykx7ftK .container-fluid {
    padding-left: 130px;
    padding-right: 130px;
  }
}
.cid-uG1Ykx7ftK .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uG1Ykx7ftK .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  padding: 20px 35px;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uG1Ykx7ftK .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uG1Ykx7ftK .navbar-caption:hover {
  opacity: .5;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uG1Ykx7ftK .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uG1Ykx7ftK .text_widget {
  margin-bottom: 32px;
}
.cid-uG1Ykx7ftK .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uG1Ykx7ftK .text_widget a:hover {
  color: #6567ee !important;
}
.cid-uG1Ykx7ftK .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uG1Ykx7ftK .navbar-caption {
  color: #ffffff;
}
.cid-uG1Ykx7ftK .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uG1Ykx7ftK .mbr-section-subtitle,
.cid-uG1Ykx7ftK .text_widget,
.cid-uG1Ykx7ftK .mbr-section-btn {
  text-align: left;
}
.cid-uG1Ykx7ftK a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uG1YkzOi4c {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uG1YkzOi4c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG1YkzOi4c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG1YkzOi4c .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uG1YkzOi4c .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uG1YkzOi4c .container {
    padding: 0 20px;
  }
}
.cid-uG1YkzOi4c .row {
  padding: 90px 82px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uG1YkzOi4c .row {
    padding: 50px 16px;
  }
}
.cid-uG1YkzOi4c .row .blur-wrap_1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5fd7b;
  filter: blur(120px);
}
.cid-uG1YkzOi4c .row .blur-wrap_2 {
  position: absolute;
  bottom: -8rem;
  right: 15%;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-color: #4448e5;
  filter: blur(150px);
}
.cid-uG1YkzOi4c .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #000000;
  opacity: 1;
}
.cid-uG1YkzOi4c .row .image-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}
.cid-uG1YkzOi4c .row .image-wrapper img {
  height: 400px;
  width: 70%;
  object-fit: cover;
  border-radius: 50px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uG1YkzOi4c .row .image-wrapper img {
    height: 300px;
    width: 100%;
    margin: 0;
  }
}
.cid-uG1YkzOi4c .row .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uG1YkzOi4c .row .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uG1YkzOi4c .row .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uG1YkzOi4c .row .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uG1YkzOi4c .row .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uG1YkzOi4c .mbr-desc {
  color: #ffffff;
}
.cid-uG1YkzOi4c .mbr-section-title {
  color: #ffffff;
}
.cid-uG1YkzOi4c .mbr-text {
  color: #ffffff;
}
.cid-uIeZvLjrtb {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uIeZvLjrtb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIeZvLjrtb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIeZvLjrtb .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uIeZvLjrtb .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uIeZvLjrtb .container {
    padding: 0 20px;
  }
}
.cid-uIeZvLjrtb .row {
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
.cid-uIeZvLjrtb .row img {
  height: 600px;
  object-fit: cover;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uIeZvLjrtb .row img {
    height: 300px;
  }
}
.cid-uIeZjQzbPm {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIeZjQzbPm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIeZjQzbPm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIeZjQzbPm .row {
  justify-content: center;
}
.cid-uIeZjQzbPm .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIeZjQzbPm .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIeZjQzbPm .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIeZjQzbPm .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIeZjQzbPm .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIeZjQzbPm .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIeZjQzbPm .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIeZjQzbPm .mbr-section-title {
  color: #ffffff;
}
.cid-uIeZjQzbPm .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIeZjQzbPm .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIeZjQzbPm .mbr-section-title,
.cid-uIeZjQzbPm .mbr-section-btn {
  text-align: center;
}
.cid-uIeZlSPpFq {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIeZlSPpFq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIeZlSPpFq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIeZlSPpFq .row {
  justify-content: center;
}
.cid-uIeZlSPpFq .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIeZlSPpFq .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIeZlSPpFq .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIeZlSPpFq .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIeZlSPpFq .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIeZlSPpFq .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIeZlSPpFq .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIeZlSPpFq .mbr-section-title {
  color: #ffffff;
}
.cid-uIeZlSPpFq .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIeZlSPpFq .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIeZlSPpFq .mbr-section-title,
.cid-uIeZlSPpFq .mbr-section-btn {
  text-align: center;
}
.cid-uIeZn0wH1L {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIeZn0wH1L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIeZn0wH1L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIeZn0wH1L .row {
  justify-content: center;
}
.cid-uIeZn0wH1L .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIeZn0wH1L .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIeZn0wH1L .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIeZn0wH1L .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIeZn0wH1L .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIeZn0wH1L .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIeZn0wH1L .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIeZn0wH1L .mbr-section-title {
  color: #ffffff;
}
.cid-uIeZn0wH1L .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIeZn0wH1L .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIeZn0wH1L .mbr-section-title,
.cid-uIeZn0wH1L .mbr-section-btn {
  text-align: center;
}
.cid-uIeZoOtcMj {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIeZoOtcMj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIeZoOtcMj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIeZoOtcMj .row {
  justify-content: center;
}
.cid-uIeZoOtcMj .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIeZoOtcMj .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIeZoOtcMj .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIeZoOtcMj .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIeZoOtcMj .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIeZoOtcMj .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIeZoOtcMj .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIeZoOtcMj .mbr-section-title {
  color: #ffffff;
}
.cid-uIeZoOtcMj .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIeZoOtcMj .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIeZoOtcMj .mbr-section-title,
.cid-uIeZoOtcMj .mbr-section-btn {
  text-align: center;
}
.cid-uIeZq79cu7 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIeZq79cu7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIeZq79cu7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIeZq79cu7 .row {
  justify-content: center;
}
.cid-uIeZq79cu7 .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIeZq79cu7 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIeZq79cu7 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIeZq79cu7 .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIeZq79cu7 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIeZq79cu7 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIeZq79cu7 .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIeZq79cu7 .mbr-section-title {
  color: #ffffff;
}
.cid-uIeZq79cu7 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIeZq79cu7 .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIeZq79cu7 .mbr-section-title,
.cid-uIeZq79cu7 .mbr-section-btn {
  text-align: center;
}
.cid-uIeZr7fhDb {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIeZr7fhDb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIeZr7fhDb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIeZr7fhDb .row {
  justify-content: center;
}
.cid-uIeZr7fhDb .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIeZr7fhDb .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIeZr7fhDb .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIeZr7fhDb .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIeZr7fhDb .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIeZr7fhDb .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIeZr7fhDb .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIeZr7fhDb .mbr-section-title {
  color: #ffffff;
}
.cid-uIeZr7fhDb .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIeZr7fhDb .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIeZr7fhDb .mbr-section-title,
.cid-uIeZr7fhDb .mbr-section-btn {
  text-align: center;
}
.cid-uIfa6jaTVB {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIfa6jaTVB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIfa6jaTVB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIfa6jaTVB .row {
  justify-content: center;
}
.cid-uIfa6jaTVB .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIfa6jaTVB .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIfa6jaTVB .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIfa6jaTVB .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIfa6jaTVB .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIfa6jaTVB .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIfa6jaTVB .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIfa6jaTVB .mbr-section-title {
  color: #ffffff;
}
.cid-uIfa6jaTVB .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIfa6jaTVB .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIfa6jaTVB .mbr-section-title,
.cid-uIfa6jaTVB .mbr-section-btn {
  text-align: center;
}
.cid-uIeZsohL4w {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIeZsohL4w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIeZsohL4w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIeZsohL4w .row {
  justify-content: center;
}
.cid-uIeZsohL4w .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIeZsohL4w .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIeZsohL4w .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIeZsohL4w .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIeZsohL4w .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIeZsohL4w .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIeZsohL4w .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIeZsohL4w .mbr-section-title {
  color: #ffffff;
}
.cid-uIeZsohL4w .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIeZsohL4w .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIeZsohL4w .mbr-section-title,
.cid-uIeZsohL4w .mbr-section-btn {
  text-align: center;
}
.cid-uIf5I0DDYg {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIf5I0DDYg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIf5I0DDYg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIf5I0DDYg .row {
  justify-content: center;
}
.cid-uIf5I0DDYg .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIf5I0DDYg .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIf5I0DDYg .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIf5I0DDYg .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIf5I0DDYg .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIf5I0DDYg .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIf5I0DDYg .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIf5I0DDYg .mbr-section-title {
  color: #ffffff;
}
.cid-uIf5I0DDYg .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIf5I0DDYg .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIf5I0DDYg .mbr-section-title,
.cid-uIf5I0DDYg .mbr-section-btn {
  text-align: center;
}
.cid-uIeZtrlaM2 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIeZtrlaM2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIeZtrlaM2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIeZtrlaM2 .row {
  justify-content: center;
}
.cid-uIeZtrlaM2 .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIeZtrlaM2 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIeZtrlaM2 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIeZtrlaM2 .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIeZtrlaM2 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIeZtrlaM2 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIeZtrlaM2 .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIeZtrlaM2 .mbr-section-title {
  color: #ffffff;
}
.cid-uIeZtrlaM2 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIeZtrlaM2 .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIeZtrlaM2 .mbr-section-title,
.cid-uIeZtrlaM2 .mbr-section-btn {
  text-align: center;
}
.cid-uIeZuAZKdO {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIeZuAZKdO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIeZuAZKdO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIeZuAZKdO .row {
  justify-content: center;
}
.cid-uIeZuAZKdO .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIeZuAZKdO .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIeZuAZKdO .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIeZuAZKdO .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIeZuAZKdO .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIeZuAZKdO .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIeZuAZKdO .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIeZuAZKdO .mbr-section-title {
  color: #ffffff;
}
.cid-uIeZuAZKdO .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIeZuAZKdO .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIeZuAZKdO .mbr-section-title,
.cid-uIeZuAZKdO .mbr-section-btn {
  text-align: center;
}
.cid-uIfa5997Eb {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIfa5997Eb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIfa5997Eb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIfa5997Eb .row {
  justify-content: center;
}
.cid-uIfa5997Eb .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIfa5997Eb .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIfa5997Eb .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIfa5997Eb .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIfa5997Eb .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIfa5997Eb .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIfa5997Eb .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIfa5997Eb .mbr-section-title {
  color: #ffffff;
}
.cid-uIfa5997Eb .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIfa5997Eb .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIfa5997Eb .mbr-section-title,
.cid-uIfa5997Eb .mbr-section-btn {
  text-align: center;
}
.cid-uIwBOIvNVC {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIwBOIvNVC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIwBOIvNVC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIwBOIvNVC .row {
  justify-content: center;
}
.cid-uIwBOIvNVC .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIwBOIvNVC .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIwBOIvNVC .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIwBOIvNVC .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIwBOIvNVC .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIwBOIvNVC .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIwBOIvNVC .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIwBOIvNVC .mbr-section-title {
  color: #ffffff;
}
.cid-uIwBOIvNVC .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIwBOIvNVC .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIwBOIvNVC .mbr-section-title,
.cid-uIwBOIvNVC .mbr-section-btn {
  text-align: center;
}
.cid-uIf8FD6dgg {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIf8FD6dgg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIf8FD6dgg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIf8FD6dgg .row {
  justify-content: center;
}
.cid-uIf8FD6dgg .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIf8FD6dgg .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIf8FD6dgg .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIf8FD6dgg .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIf8FD6dgg .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIf8FD6dgg .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIf8FD6dgg .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIf8FD6dgg .mbr-section-title {
  color: #ffffff;
}
.cid-uIf8FD6dgg .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIf8FD6dgg .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIf8FD6dgg .mbr-section-title,
.cid-uIf8FD6dgg .mbr-section-btn {
  text-align: center;
}
.cid-uG1YkBYhys {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uG1YkBYhys .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG1YkBYhys .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uG1YkBYhys .container {
    padding: 0 20px;
  }
}
.cid-uG1YkBYhys .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uG1YkBYhys .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uG1YkBYhys .title-wrapper .mbr-section-title {
  padding-right: 80px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uG1YkBYhys .title-wrapper .mbr-section-title {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uG1YkBYhys .title-wrapper .image-wrapper {
  position: relative;
}
.cid-uG1YkBYhys .title-wrapper .image-wrapper .blur-wrap {
  position: absolute;
  top: 2rem;
  left: 0;
  background-image: linear-gradient(-120deg, #f5fd7b 50%, #4448e5 0%);
  width: 300px;
  height: 300px;
  border-radius: 100%;
  filter: blur(85px);
}
.cid-uG1YkBYhys .title-wrapper .image-wrapper img {
  position: relative;
  z-index: 1;
  width: 300px;
  height: 300px;
  margin: 0 auto;
  border-radius: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uG1YkBYhys .title-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.cid-uG1YkBYhys .text-wrapper .mbr-text {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uG1YkBYhys .text-wrapper .mbr-text {
    margin-bottom: 50px;
  }
}
.cid-uG1YkBYhys .row.cards .card {
  margin-bottom: 50px;
  padding-left: 0;
}
.cid-uG1YkBYhys .row.cards .card:first-child {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uG1YkBYhys .row.cards .card:first-child {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uG1YkBYhys .row.cards .card {
    margin-bottom: 32px;
  }
}
.cid-uG1YkBYhys .row.cards .card .card-wrap .mbr-number {
  margin-bottom: 16px;
}
.cid-uG1YkBYhys .row.cards .card .card-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uG1YkBYhys .row.cards .card .card-wrap a:hover .mbr-link {
  opacity: 1;
  transition: all 0.3s ease-out;
}
.cid-uG1YkBYhys .row.cards .card .card-wrap a .mbr-link {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uG1YkBYhys .mbr-section-title {
  color: #ffffff;
}
.cid-uG1YkBYhys .mbr-text {
  color: #ffffff;
}
.cid-uG1YkBYhys .mbr-number {
  color: #6567ee;
}
.cid-uG1YkBYhys .mbr-desc {
  color: #ffffff;
}
.cid-uG1YkBYhys .mbr-link {
  color: #ffffff;
}
.cid-uIeZx3jI9c {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uIeZx3jI9c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIeZx3jI9c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIeZx3jI9c .row {
  justify-content: center;
}
.cid-uIeZx3jI9c .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #4448e5 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uIeZx3jI9c .title-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIeZx3jI9c .title-wrapper .title-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uIeZx3jI9c .title-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uIeZx3jI9c .title-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #ffffff, #4448e5 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uIeZx3jI9c .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIeZx3jI9c .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uIeZx3jI9c .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uIeZx3jI9c .mbr-label,
.cid-uIeZx3jI9c .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uIeZx3jI9c .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uIeZx3jI9c .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uIeZx3jI9c .mbr-text,
.cid-uIeZx3jI9c .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uIeZx3jI9c .mbr-section-title,
.cid-uIeZx3jI9c .mbr-section-btn {
  text-align: center;
}
.cid-uG1YkI7CZv {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uG1YkI7CZv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG1YkI7CZv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG1YkI7CZv .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uG1YkI7CZv .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uG1YkI7CZv .container {
    padding: 0 20px;
  }
}
.cid-uG1YkI7CZv .row {
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
.cid-uG1YkI7CZv .row img {
  height: 600px;
  object-fit: cover;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uG1YkI7CZv .row img {
    height: 300px;
  }
}
.cid-uGFKOUia1s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uGFKOUia1s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGFKOUia1s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGFKOUia1s .row {
  justify-content: center;
}
.cid-uGFKOUia1s .content-wrapper {
  padding-right: 68px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uGFKOUia1s .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uGFKOUia1s .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uGFKOUia1s .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uGFKOUia1s .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 22px 0 0 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uGFKOUia1s .content-wrapper .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 12px 12px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uGFKOUia1s .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uGFKOUia1s .content-wrapper .nav-wrapper .list .item-wrap:focus {
  background-image: linear-gradient(90deg, #ffffff, #0047ff 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uGFKOUia1s .content-wrapper .social {
  margin-top: 22px;
}
.cid-uGFKOUia1s .content-wrapper .social .mbr-desc {
  margin-bottom: 16px;
}
.cid-uGFKOUia1s .content-wrapper .social .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uGFKOUia1s .content-wrapper .social .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uGFKOUia1s .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uGFKOUia1s .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-image: linear-gradient(135deg, #a78aff, #0047ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uGFKOUia1s .content-wrapper .social .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #ffffff;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  margin: 0 26px 16px 0;
}
.cid-uGFKOUia1s .image-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uGFKOUia1s .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uGFKOUia1s .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uGFKOUia1s .mbr-copy {
  position: relative;
  margin-bottom: 0;
  padding-top: 22px;
  color: #ffffff;
  text-align: center;
}
.cid-uGFKOUia1s .mbr-copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uGFKOUia1s .mbr-section-title {
  color: #ffffff;
}
.cid-uGFKOUia1s .mbr-text {
  color: #ffffff;
}
.cid-uGFKOUia1s .mbr-desc {
  color: #ffffff;
}
.cid-uGFKOUia1s .list {
  color: #ffffff;
}
.cid-uGFKOUia1s .mbr-desc,
.cid-uGFKOUia1s .social-wrapper {
  color: #ffffff;
}
.cid-uGg9S6baTl {
  z-index: 1000;
  width: 100%;
}
.cid-uGg9S6baTl .navbar-dropdown {
  background-color: #0e0e10 !important;
  padding: 0;
  position: fixed;
}
.cid-uGg9S6baTl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e0e10 !important;
  background: #0e0e10;
}
.cid-uGg9S6baTl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uGg9S6baTl .menu_box .navbar.opened,
  .cid-uGg9S6baTl .menu_box .navbar-collapse {
    background-color: #0e0e10 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uGg9S6baTl nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uGg9S6baTl .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uGg9S6baTl .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uGg9S6baTl .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uGg9S6baTl .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uGg9S6baTl .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uGg9S6baTl .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #181a25;
  }
  .cid-uGg9S6baTl .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uGg9S6baTl .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uGg9S6baTl .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uGg9S6baTl .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uGg9S6baTl .offcanvas-body .mbr-text,
  .cid-uGg9S6baTl .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uGg9S6baTl .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uGg9S6baTl .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uGg9S6baTl .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uGg9S6baTl .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uGg9S6baTl .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uGg9S6baTl .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uGg9S6baTl .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uGg9S6baTl ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uGg9S6baTl .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uGg9S6baTl .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uGg9S6baTl .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uGg9S6baTl li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uGg9S6baTl .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uGg9S6baTl .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uGg9S6baTl .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uGg9S6baTl .nav-item {
    margin: 0 !important;
  }
}
.cid-uGg9S6baTl .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-uGg9S6baTl .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #6567ee;
  transition: all 0.3s ease-out;
}
.cid-uGg9S6baTl .nav-item .nav-link:hover {
  color: #6567ee !important;
}
.cid-uGg9S6baTl .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uGg9S6baTl .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uGg9S6baTl .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uGg9S6baTl .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uGg9S6baTl .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uGg9S6baTl .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uGg9S6baTl .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uGg9S6baTl .offcanvas_box {
    display: none;
  }
}
.cid-uGg9S6baTl .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uGg9S6baTl .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uGg9S6baTl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uGg9S6baTl .container {
  display: flex;
  margin: auto;
}
.cid-uGg9S6baTl .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uGg9S6baTl .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uGg9S6baTl .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uGg9S6baTl .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uGg9S6baTl .navbar-nav {
    margin: 0;
  }
}
.cid-uGg9S6baTl .dropdown-menu,
.cid-uGg9S6baTl .navbar.opened {
  background-color: false !important;
}
.cid-uGg9S6baTl .nav-item:focus,
.cid-uGg9S6baTl .nav-link:focus {
  outline: none;
}
.cid-uGg9S6baTl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGg9S6baTl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGg9S6baTl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGg9S6baTl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGg9S6baTl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGg9S6baTl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGg9S6baTl .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uGg9S6baTl .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uGg9S6baTl .navbar.opened {
  transition: all 0.3s;
}
.cid-uGg9S6baTl .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uGg9S6baTl .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-uGg9S6baTl .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uGg9S6baTl .navbar.collapsed {
  justify-content: center;
}
.cid-uGg9S6baTl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGg9S6baTl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uGg9S6baTl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGg9S6baTl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGg9S6baTl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGg9S6baTl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uGg9S6baTl .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uGg9S6baTl .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uGg9S6baTl .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uGg9S6baTl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGg9S6baTl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGg9S6baTl .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uGg9S6baTl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGg9S6baTl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uGg9S6baTl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uGg9S6baTl .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uGg9S6baTl .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uGg9S6baTl .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uGg9S6baTl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uGg9S6baTl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGg9S6baTl .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uGg9S6baTl .navbar.navbar-short {
  min-height: 60px;
}
.cid-uGg9S6baTl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uGg9S6baTl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uGg9S6baTl .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uGg9S6baTl .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uGg9S6baTl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGg9S6baTl .dropdown-item.active,
.cid-uGg9S6baTl .dropdown-item:active {
  background-color: transparent;
}
.cid-uGg9S6baTl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGg9S6baTl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGg9S6baTl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGg9S6baTl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGg9S6baTl ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uGg9S6baTl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uGg9S6baTl button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e0e10;
  background: #6567ee;
}
.cid-uGg9S6baTl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uGg9S6baTl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGg9S6baTl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGg9S6baTl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGg9S6baTl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGg9S6baTl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGg9S6baTl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGg9S6baTl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGg9S6baTl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGg9S6baTl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uGg9S6baTl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGg9S6baTl .navbar {
    height: 70px;
  }
  .cid-uGg9S6baTl .navbar.opened {
    height: auto;
  }
  .cid-uGg9S6baTl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGg9S6baTl .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uGg9S6baTl .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .cid-uGg9S6baTl .container-fluid {
    padding-left: 130px;
    padding-right: 130px;
  }
}
.cid-uGg9S6baTl .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uGg9S6baTl .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  padding: 20px 35px;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uGg9S6baTl .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uGg9S6baTl .navbar-caption:hover {
  opacity: .5;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uGg9S6baTl .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uGg9S6baTl .text_widget {
  margin-bottom: 32px;
}
.cid-uGg9S6baTl .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uGg9S6baTl .text_widget a:hover {
  color: #6567ee !important;
}
.cid-uGg9S6baTl .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uGg9S6baTl .navbar-caption {
  color: #ffffff;
}
.cid-uGg9S6baTl .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uGg9S6baTl .mbr-section-subtitle,
.cid-uGg9S6baTl .text_widget,
.cid-uGg9S6baTl .mbr-section-btn {
  text-align: left;
}
.cid-uGg9S6baTl a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uGg9S78mAx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uGg9S78mAx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGg9S78mAx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGg9S78mAx .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uGg9S78mAx .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uGg9S78mAx .container {
    padding: 0 20px;
  }
}
.cid-uGg9S78mAx .row {
  padding: 90px 82px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uGg9S78mAx .row {
    padding: 50px 16px;
  }
}
.cid-uGg9S78mAx .row .blur-wrap_1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5fd7b;
  filter: blur(120px);
}
.cid-uGg9S78mAx .row .blur-wrap_2 {
  position: absolute;
  bottom: -8rem;
  right: 15%;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-color: #4448e5;
  filter: blur(150px);
}
.cid-uGg9S78mAx .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #000000;
  opacity: 1;
}
.cid-uGg9S78mAx .row .image-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}
.cid-uGg9S78mAx .row .image-wrapper img {
  height: 400px;
  width: 70%;
  object-fit: cover;
  border-radius: 50px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uGg9S78mAx .row .image-wrapper img {
    height: 300px;
    width: 100%;
    margin: 0;
  }
}
.cid-uGg9S78mAx .row .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uGg9S78mAx .row .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uGg9S78mAx .row .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uGg9S78mAx .row .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uGg9S78mAx .row .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uGg9S78mAx .mbr-desc {
  color: #ffffff;
}
.cid-uGg9S78mAx .mbr-section-title {
  color: #ffffff;
}
.cid-uGg9S78mAx .mbr-text {
  color: #ffffff;
}
.cid-uGFKOUia1s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uGFKOUia1s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGFKOUia1s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGFKOUia1s .row {
  justify-content: center;
}
.cid-uGFKOUia1s .content-wrapper {
  padding-right: 68px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uGFKOUia1s .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uGFKOUia1s .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uGFKOUia1s .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uGFKOUia1s .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 22px 0 0 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uGFKOUia1s .content-wrapper .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 12px 12px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uGFKOUia1s .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uGFKOUia1s .content-wrapper .nav-wrapper .list .item-wrap:focus {
  background-image: linear-gradient(90deg, #ffffff, #0047ff 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uGFKOUia1s .content-wrapper .social {
  margin-top: 22px;
}
.cid-uGFKOUia1s .content-wrapper .social .mbr-desc {
  margin-bottom: 16px;
}
.cid-uGFKOUia1s .content-wrapper .social .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uGFKOUia1s .content-wrapper .social .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uGFKOUia1s .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uGFKOUia1s .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-image: linear-gradient(135deg, #a78aff, #0047ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uGFKOUia1s .content-wrapper .social .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #ffffff;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  margin: 0 26px 16px 0;
}
.cid-uGFKOUia1s .image-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uGFKOUia1s .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uGFKOUia1s .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uGFKOUia1s .mbr-copy {
  position: relative;
  margin-bottom: 0;
  padding-top: 22px;
  color: #ffffff;
  text-align: center;
}
.cid-uGFKOUia1s .mbr-copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uGFKOUia1s .mbr-section-title {
  color: #ffffff;
}
.cid-uGFKOUia1s .mbr-text {
  color: #ffffff;
}
.cid-uGFKOUia1s .mbr-desc {
  color: #ffffff;
}
.cid-uGFKOUia1s .list {
  color: #ffffff;
}
.cid-uGFKOUia1s .mbr-desc,
.cid-uGFKOUia1s .social-wrapper {
  color: #ffffff;
}
.cid-uGGCxNGgDW {
  z-index: 1000;
  width: 100%;
}
.cid-uGGCxNGgDW .navbar-dropdown {
  background-color: #0e0e10 !important;
  padding: 0;
  position: fixed;
}
.cid-uGGCxNGgDW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e0e10 !important;
  background: #0e0e10;
}
.cid-uGGCxNGgDW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uGGCxNGgDW .menu_box .navbar.opened,
  .cid-uGGCxNGgDW .menu_box .navbar-collapse {
    background-color: #0e0e10 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uGGCxNGgDW nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uGGCxNGgDW .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uGGCxNGgDW .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uGGCxNGgDW .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uGGCxNGgDW .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uGGCxNGgDW .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uGGCxNGgDW .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #181a25;
  }
  .cid-uGGCxNGgDW .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uGGCxNGgDW .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uGGCxNGgDW .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uGGCxNGgDW .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uGGCxNGgDW .offcanvas-body .mbr-text,
  .cid-uGGCxNGgDW .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uGGCxNGgDW .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uGGCxNGgDW .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uGGCxNGgDW .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uGGCxNGgDW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uGGCxNGgDW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uGGCxNGgDW .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uGGCxNGgDW .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uGGCxNGgDW ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uGGCxNGgDW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uGGCxNGgDW .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uGGCxNGgDW .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uGGCxNGgDW li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uGGCxNGgDW .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uGGCxNGgDW .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uGGCxNGgDW .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uGGCxNGgDW .nav-item {
    margin: 0 !important;
  }
}
.cid-uGGCxNGgDW .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-uGGCxNGgDW .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #6567ee;
  transition: all 0.3s ease-out;
}
.cid-uGGCxNGgDW .nav-item .nav-link:hover {
  color: #6567ee !important;
}
.cid-uGGCxNGgDW .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uGGCxNGgDW .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uGGCxNGgDW .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uGGCxNGgDW .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uGGCxNGgDW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uGGCxNGgDW .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uGGCxNGgDW .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uGGCxNGgDW .offcanvas_box {
    display: none;
  }
}
.cid-uGGCxNGgDW .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uGGCxNGgDW .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uGGCxNGgDW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uGGCxNGgDW .container {
  display: flex;
  margin: auto;
}
.cid-uGGCxNGgDW .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uGGCxNGgDW .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uGGCxNGgDW .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uGGCxNGgDW .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uGGCxNGgDW .navbar-nav {
    margin: 0;
  }
}
.cid-uGGCxNGgDW .dropdown-menu,
.cid-uGGCxNGgDW .navbar.opened {
  background-color: false !important;
}
.cid-uGGCxNGgDW .nav-item:focus,
.cid-uGGCxNGgDW .nav-link:focus {
  outline: none;
}
.cid-uGGCxNGgDW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGGCxNGgDW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGGCxNGgDW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGGCxNGgDW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGGCxNGgDW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGGCxNGgDW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGGCxNGgDW .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uGGCxNGgDW .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uGGCxNGgDW .navbar.opened {
  transition: all 0.3s;
}
.cid-uGGCxNGgDW .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uGGCxNGgDW .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-uGGCxNGgDW .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uGGCxNGgDW .navbar.collapsed {
  justify-content: center;
}
.cid-uGGCxNGgDW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGGCxNGgDW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uGGCxNGgDW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGGCxNGgDW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGGCxNGgDW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGGCxNGgDW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uGGCxNGgDW .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uGGCxNGgDW .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uGGCxNGgDW .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uGGCxNGgDW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGGCxNGgDW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGGCxNGgDW .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uGGCxNGgDW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGGCxNGgDW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uGGCxNGgDW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uGGCxNGgDW .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uGGCxNGgDW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uGGCxNGgDW .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uGGCxNGgDW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uGGCxNGgDW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGGCxNGgDW .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uGGCxNGgDW .navbar.navbar-short {
  min-height: 60px;
}
.cid-uGGCxNGgDW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uGGCxNGgDW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uGGCxNGgDW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uGGCxNGgDW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uGGCxNGgDW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGGCxNGgDW .dropdown-item.active,
.cid-uGGCxNGgDW .dropdown-item:active {
  background-color: transparent;
}
.cid-uGGCxNGgDW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGGCxNGgDW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGGCxNGgDW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGGCxNGgDW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGGCxNGgDW ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uGGCxNGgDW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uGGCxNGgDW button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e0e10;
  background: #6567ee;
}
.cid-uGGCxNGgDW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uGGCxNGgDW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGGCxNGgDW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGGCxNGgDW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGGCxNGgDW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGGCxNGgDW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGGCxNGgDW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGGCxNGgDW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGGCxNGgDW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGGCxNGgDW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uGGCxNGgDW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGGCxNGgDW .navbar {
    height: 70px;
  }
  .cid-uGGCxNGgDW .navbar.opened {
    height: auto;
  }
  .cid-uGGCxNGgDW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGGCxNGgDW .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uGGCxNGgDW .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .cid-uGGCxNGgDW .container-fluid {
    padding-left: 130px;
    padding-right: 130px;
  }
}
.cid-uGGCxNGgDW .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uGGCxNGgDW .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  padding: 20px 35px;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uGGCxNGgDW .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uGGCxNGgDW .navbar-caption:hover {
  opacity: .5;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uGGCxNGgDW .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uGGCxNGgDW .text_widget {
  margin-bottom: 32px;
}
.cid-uGGCxNGgDW .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uGGCxNGgDW .text_widget a:hover {
  color: #6567ee !important;
}
.cid-uGGCxNGgDW .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uGGCxNGgDW .navbar-caption {
  color: #ffffff;
}
.cid-uGGCxNGgDW .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uGGCxNGgDW .mbr-section-subtitle,
.cid-uGGCxNGgDW .text_widget,
.cid-uGGCxNGgDW .mbr-section-btn {
  text-align: left;
}
.cid-uGGCxNGgDW a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uGGCxP1vdp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uGGCxP1vdp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGGCxP1vdp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGGCxP1vdp .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uGGCxP1vdp .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uGGCxP1vdp .container {
    padding: 0 20px;
  }
}
.cid-uGGCxP1vdp .row {
  padding: 90px 82px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uGGCxP1vdp .row {
    padding: 50px 16px;
  }
}
.cid-uGGCxP1vdp .row .blur-wrap_1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5fd7b;
  filter: blur(120px);
}
.cid-uGGCxP1vdp .row .blur-wrap_2 {
  position: absolute;
  bottom: -8rem;
  right: 15%;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-color: #4448e5;
  filter: blur(150px);
}
.cid-uGGCxP1vdp .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #000000;
  opacity: 1;
}
.cid-uGGCxP1vdp .row .image-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}
.cid-uGGCxP1vdp .row .image-wrapper img {
  height: 400px;
  width: 70%;
  object-fit: cover;
  border-radius: 50px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uGGCxP1vdp .row .image-wrapper img {
    height: 300px;
    width: 100%;
    margin: 0;
  }
}
.cid-uGGCxP1vdp .row .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uGGCxP1vdp .row .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uGGCxP1vdp .row .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uGGCxP1vdp .row .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uGGCxP1vdp .row .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uGGCxP1vdp .mbr-desc {
  color: #ffffff;
}
.cid-uGGCxP1vdp .mbr-section-title {
  color: #ffffff;
}
.cid-uGGCxP1vdp .mbr-text {
  color: #ffffff;
}
.cid-uGGCxRH1UE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uGGCxRH1UE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGGCxRH1UE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGGCxRH1UE .row {
  justify-content: center;
}
.cid-uGGCxRH1UE .content-wrapper {
  padding-right: 68px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uGGCxRH1UE .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uGGCxRH1UE .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uGGCxRH1UE .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uGGCxRH1UE .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 22px 0 0 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uGGCxRH1UE .content-wrapper .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 12px 12px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uGGCxRH1UE .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uGGCxRH1UE .content-wrapper .nav-wrapper .list .item-wrap:focus {
  background-image: linear-gradient(90deg, #ffffff, #0047ff 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uGGCxRH1UE .content-wrapper .social {
  margin-top: 22px;
}
.cid-uGGCxRH1UE .content-wrapper .social .mbr-desc {
  margin-bottom: 16px;
}
.cid-uGGCxRH1UE .content-wrapper .social .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uGGCxRH1UE .content-wrapper .social .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uGGCxRH1UE .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uGGCxRH1UE .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-image: linear-gradient(135deg, #a78aff, #0047ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uGGCxRH1UE .content-wrapper .social .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #ffffff;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  margin: 0 26px 16px 0;
}
.cid-uGGCxRH1UE .image-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uGGCxRH1UE .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uGGCxRH1UE .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uGGCxRH1UE .mbr-copy {
  position: relative;
  margin-bottom: 0;
  padding-top: 22px;
  color: #ffffff;
  text-align: center;
}
.cid-uGGCxRH1UE .mbr-copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uGGCxRH1UE .mbr-section-title {
  color: #ffffff;
}
.cid-uGGCxRH1UE .mbr-text {
  color: #ffffff;
}
.cid-uGGCxRH1UE .mbr-desc {
  color: #ffffff;
}
.cid-uGGCxRH1UE .list {
  color: #ffffff;
}
.cid-uGGCxRH1UE .mbr-desc,
.cid-uGGCxRH1UE .social-wrapper {
  color: #ffffff;
}
.cid-uGGCDDhcWx {
  z-index: 1000;
  width: 100%;
}
.cid-uGGCDDhcWx .navbar-dropdown {
  background-color: #0e0e10 !important;
  padding: 0;
  position: fixed;
}
.cid-uGGCDDhcWx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e0e10 !important;
  background: #0e0e10;
}
.cid-uGGCDDhcWx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uGGCDDhcWx .menu_box .navbar.opened,
  .cid-uGGCDDhcWx .menu_box .navbar-collapse {
    background-color: #0e0e10 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uGGCDDhcWx nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uGGCDDhcWx .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uGGCDDhcWx .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uGGCDDhcWx .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uGGCDDhcWx .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uGGCDDhcWx .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uGGCDDhcWx .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #181a25;
  }
  .cid-uGGCDDhcWx .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uGGCDDhcWx .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uGGCDDhcWx .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uGGCDDhcWx .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uGGCDDhcWx .offcanvas-body .mbr-text,
  .cid-uGGCDDhcWx .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uGGCDDhcWx .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uGGCDDhcWx .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uGGCDDhcWx .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uGGCDDhcWx .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uGGCDDhcWx .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uGGCDDhcWx .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uGGCDDhcWx .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uGGCDDhcWx ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uGGCDDhcWx .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uGGCDDhcWx .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uGGCDDhcWx .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uGGCDDhcWx li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uGGCDDhcWx .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uGGCDDhcWx .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uGGCDDhcWx .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uGGCDDhcWx .nav-item {
    margin: 0 !important;
  }
}
.cid-uGGCDDhcWx .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-uGGCDDhcWx .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #6567ee;
  transition: all 0.3s ease-out;
}
.cid-uGGCDDhcWx .nav-item .nav-link:hover {
  color: #6567ee !important;
}
.cid-uGGCDDhcWx .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uGGCDDhcWx .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uGGCDDhcWx .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uGGCDDhcWx .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uGGCDDhcWx .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uGGCDDhcWx .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uGGCDDhcWx .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uGGCDDhcWx .offcanvas_box {
    display: none;
  }
}
.cid-uGGCDDhcWx .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uGGCDDhcWx .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uGGCDDhcWx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uGGCDDhcWx .container {
  display: flex;
  margin: auto;
}
.cid-uGGCDDhcWx .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uGGCDDhcWx .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uGGCDDhcWx .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uGGCDDhcWx .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uGGCDDhcWx .navbar-nav {
    margin: 0;
  }
}
.cid-uGGCDDhcWx .dropdown-menu,
.cid-uGGCDDhcWx .navbar.opened {
  background-color: false !important;
}
.cid-uGGCDDhcWx .nav-item:focus,
.cid-uGGCDDhcWx .nav-link:focus {
  outline: none;
}
.cid-uGGCDDhcWx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGGCDDhcWx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGGCDDhcWx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGGCDDhcWx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGGCDDhcWx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGGCDDhcWx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGGCDDhcWx .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uGGCDDhcWx .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uGGCDDhcWx .navbar.opened {
  transition: all 0.3s;
}
.cid-uGGCDDhcWx .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uGGCDDhcWx .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-uGGCDDhcWx .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uGGCDDhcWx .navbar.collapsed {
  justify-content: center;
}
.cid-uGGCDDhcWx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGGCDDhcWx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uGGCDDhcWx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGGCDDhcWx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGGCDDhcWx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGGCDDhcWx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uGGCDDhcWx .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uGGCDDhcWx .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uGGCDDhcWx .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uGGCDDhcWx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGGCDDhcWx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGGCDDhcWx .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uGGCDDhcWx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGGCDDhcWx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uGGCDDhcWx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uGGCDDhcWx .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uGGCDDhcWx .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uGGCDDhcWx .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uGGCDDhcWx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uGGCDDhcWx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGGCDDhcWx .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uGGCDDhcWx .navbar.navbar-short {
  min-height: 60px;
}
.cid-uGGCDDhcWx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uGGCDDhcWx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uGGCDDhcWx .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uGGCDDhcWx .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uGGCDDhcWx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGGCDDhcWx .dropdown-item.active,
.cid-uGGCDDhcWx .dropdown-item:active {
  background-color: transparent;
}
.cid-uGGCDDhcWx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGGCDDhcWx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGGCDDhcWx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGGCDDhcWx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGGCDDhcWx ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uGGCDDhcWx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uGGCDDhcWx button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e0e10;
  background: #6567ee;
}
.cid-uGGCDDhcWx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uGGCDDhcWx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGGCDDhcWx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGGCDDhcWx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGGCDDhcWx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGGCDDhcWx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGGCDDhcWx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGGCDDhcWx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGGCDDhcWx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGGCDDhcWx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uGGCDDhcWx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGGCDDhcWx .navbar {
    height: 70px;
  }
  .cid-uGGCDDhcWx .navbar.opened {
    height: auto;
  }
  .cid-uGGCDDhcWx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGGCDDhcWx .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uGGCDDhcWx .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .cid-uGGCDDhcWx .container-fluid {
    padding-left: 130px;
    padding-right: 130px;
  }
}
.cid-uGGCDDhcWx .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uGGCDDhcWx .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  padding: 20px 35px;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uGGCDDhcWx .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uGGCDDhcWx .navbar-caption:hover {
  opacity: .5;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uGGCDDhcWx .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uGGCDDhcWx .text_widget {
  margin-bottom: 32px;
}
.cid-uGGCDDhcWx .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uGGCDDhcWx .text_widget a:hover {
  color: #6567ee !important;
}
.cid-uGGCDDhcWx .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uGGCDDhcWx .navbar-caption {
  color: #ffffff;
}
.cid-uGGCDDhcWx .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uGGCDDhcWx .mbr-section-subtitle,
.cid-uGGCDDhcWx .text_widget,
.cid-uGGCDDhcWx .mbr-section-btn {
  text-align: left;
}
.cid-uGGCDDhcWx a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uGGCDE5Ely {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uGGCDE5Ely .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGGCDE5Ely .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGGCDE5Ely .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uGGCDE5Ely .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uGGCDE5Ely .container {
    padding: 0 20px;
  }
}
.cid-uGGCDE5Ely .row {
  padding: 90px 82px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uGGCDE5Ely .row {
    padding: 50px 16px;
  }
}
.cid-uGGCDE5Ely .row .blur-wrap_1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-color: #ffffff;
  filter: blur(120px);
}
.cid-uGGCDE5Ely .row .blur-wrap_2 {
  position: absolute;
  bottom: -8rem;
  right: 15%;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-color: #ffffff;
  filter: blur(150px);
}
.cid-uGGCDE5Ely .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #ffffff;
  opacity: 1;
}
.cid-uGGCDE5Ely .row .image-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}
.cid-uGGCDE5Ely .row .image-wrapper img {
  height: 400px;
  width: 70%;
  object-fit: cover;
  border-radius: 50px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uGGCDE5Ely .row .image-wrapper img {
    height: 300px;
    width: 100%;
    margin: 0;
  }
}
.cid-uGGCDE5Ely .row .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uGGCDE5Ely .row .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uGGCDE5Ely .row .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uGGCDE5Ely .row .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uGGCDE5Ely .row .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uGGCDE5Ely .mbr-desc {
  color: #ffffff;
}
.cid-uGGCDE5Ely .mbr-section-title {
  color: #ffffff;
}
.cid-uGGCDE5Ely .mbr-text {
  color: #000000;
}
.cid-uGGCDE5Ely .mbr-section-title,
.cid-uGGCDE5Ely .mbr-section-btn {
  color: #000000;
}
.cid-uGGCDGEisf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uGGCDGEisf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGGCDGEisf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGGCDGEisf .row {
  justify-content: center;
}
.cid-uGGCDGEisf .content-wrapper {
  padding-right: 68px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uGGCDGEisf .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uGGCDGEisf .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uGGCDGEisf .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uGGCDGEisf .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 22px 0 0 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uGGCDGEisf .content-wrapper .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 12px 12px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uGGCDGEisf .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uGGCDGEisf .content-wrapper .nav-wrapper .list .item-wrap:focus {
  background-image: linear-gradient(90deg, #ffffff, #0047ff 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uGGCDGEisf .content-wrapper .social {
  margin-top: 22px;
}
.cid-uGGCDGEisf .content-wrapper .social .mbr-desc {
  margin-bottom: 16px;
}
.cid-uGGCDGEisf .content-wrapper .social .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uGGCDGEisf .content-wrapper .social .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uGGCDGEisf .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uGGCDGEisf .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-image: linear-gradient(135deg, #a78aff, #0047ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uGGCDGEisf .content-wrapper .social .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #ffffff;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  margin: 0 26px 16px 0;
}
.cid-uGGCDGEisf .image-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uGGCDGEisf .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uGGCDGEisf .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uGGCDGEisf .mbr-copy {
  position: relative;
  margin-bottom: 0;
  padding-top: 22px;
  color: #ffffff;
  text-align: center;
}
.cid-uGGCDGEisf .mbr-copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uGGCDGEisf .mbr-section-title {
  color: #ffffff;
}
.cid-uGGCDGEisf .mbr-text {
  color: #ffffff;
}
.cid-uGGCDGEisf .mbr-desc {
  color: #ffffff;
}
.cid-uGGCDGEisf .list {
  color: #ffffff;
}
.cid-uGGCDGEisf .mbr-desc,
.cid-uGGCDGEisf .social-wrapper {
  color: #ffffff;
}
.cid-uGGCGA9j6N {
  z-index: 1000;
  width: 100%;
}
.cid-uGGCGA9j6N .navbar-dropdown {
  background-color: #0e0e10 !important;
  padding: 0;
  position: fixed;
}
.cid-uGGCGA9j6N .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e0e10 !important;
  background: #0e0e10;
}
.cid-uGGCGA9j6N .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uGGCGA9j6N .menu_box .navbar.opened,
  .cid-uGGCGA9j6N .menu_box .navbar-collapse {
    background-color: #0e0e10 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uGGCGA9j6N nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uGGCGA9j6N .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uGGCGA9j6N .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uGGCGA9j6N .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uGGCGA9j6N .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uGGCGA9j6N .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uGGCGA9j6N .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #181a25;
  }
  .cid-uGGCGA9j6N .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uGGCGA9j6N .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uGGCGA9j6N .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uGGCGA9j6N .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uGGCGA9j6N .offcanvas-body .mbr-text,
  .cid-uGGCGA9j6N .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uGGCGA9j6N .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uGGCGA9j6N .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uGGCGA9j6N .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uGGCGA9j6N .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uGGCGA9j6N .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uGGCGA9j6N .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uGGCGA9j6N .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uGGCGA9j6N ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uGGCGA9j6N .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uGGCGA9j6N .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uGGCGA9j6N .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uGGCGA9j6N li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uGGCGA9j6N .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uGGCGA9j6N .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uGGCGA9j6N .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uGGCGA9j6N .nav-item {
    margin: 0 !important;
  }
}
.cid-uGGCGA9j6N .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-uGGCGA9j6N .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #6567ee;
  transition: all 0.3s ease-out;
}
.cid-uGGCGA9j6N .nav-item .nav-link:hover {
  color: #6567ee !important;
}
.cid-uGGCGA9j6N .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uGGCGA9j6N .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uGGCGA9j6N .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uGGCGA9j6N .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uGGCGA9j6N .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uGGCGA9j6N .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uGGCGA9j6N .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uGGCGA9j6N .offcanvas_box {
    display: none;
  }
}
.cid-uGGCGA9j6N .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uGGCGA9j6N .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uGGCGA9j6N .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uGGCGA9j6N .container {
  display: flex;
  margin: auto;
}
.cid-uGGCGA9j6N .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uGGCGA9j6N .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uGGCGA9j6N .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uGGCGA9j6N .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uGGCGA9j6N .navbar-nav {
    margin: 0;
  }
}
.cid-uGGCGA9j6N .dropdown-menu,
.cid-uGGCGA9j6N .navbar.opened {
  background-color: false !important;
}
.cid-uGGCGA9j6N .nav-item:focus,
.cid-uGGCGA9j6N .nav-link:focus {
  outline: none;
}
.cid-uGGCGA9j6N .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGGCGA9j6N .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGGCGA9j6N .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGGCGA9j6N .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGGCGA9j6N .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGGCGA9j6N .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGGCGA9j6N .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uGGCGA9j6N .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uGGCGA9j6N .navbar.opened {
  transition: all 0.3s;
}
.cid-uGGCGA9j6N .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uGGCGA9j6N .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-uGGCGA9j6N .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uGGCGA9j6N .navbar.collapsed {
  justify-content: center;
}
.cid-uGGCGA9j6N .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGGCGA9j6N .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uGGCGA9j6N .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGGCGA9j6N .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGGCGA9j6N .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGGCGA9j6N .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uGGCGA9j6N .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uGGCGA9j6N .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uGGCGA9j6N .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uGGCGA9j6N .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGGCGA9j6N .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGGCGA9j6N .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uGGCGA9j6N .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGGCGA9j6N .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uGGCGA9j6N .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uGGCGA9j6N .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uGGCGA9j6N .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uGGCGA9j6N .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uGGCGA9j6N .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uGGCGA9j6N .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGGCGA9j6N .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uGGCGA9j6N .navbar.navbar-short {
  min-height: 60px;
}
.cid-uGGCGA9j6N .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uGGCGA9j6N .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uGGCGA9j6N .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uGGCGA9j6N .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uGGCGA9j6N .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGGCGA9j6N .dropdown-item.active,
.cid-uGGCGA9j6N .dropdown-item:active {
  background-color: transparent;
}
.cid-uGGCGA9j6N .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGGCGA9j6N .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGGCGA9j6N .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGGCGA9j6N .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGGCGA9j6N ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uGGCGA9j6N .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uGGCGA9j6N button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e0e10;
  background: #6567ee;
}
.cid-uGGCGA9j6N button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uGGCGA9j6N button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGGCGA9j6N button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGGCGA9j6N button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGGCGA9j6N button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGGCGA9j6N nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGGCGA9j6N nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGGCGA9j6N nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGGCGA9j6N nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGGCGA9j6N a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uGGCGA9j6N .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGGCGA9j6N .navbar {
    height: 70px;
  }
  .cid-uGGCGA9j6N .navbar.opened {
    height: auto;
  }
  .cid-uGGCGA9j6N .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGGCGA9j6N .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uGGCGA9j6N .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .cid-uGGCGA9j6N .container-fluid {
    padding-left: 130px;
    padding-right: 130px;
  }
}
.cid-uGGCGA9j6N .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uGGCGA9j6N .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  padding: 20px 35px;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uGGCGA9j6N .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uGGCGA9j6N .navbar-caption:hover {
  opacity: .5;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uGGCGA9j6N .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uGGCGA9j6N .text_widget {
  margin-bottom: 32px;
}
.cid-uGGCGA9j6N .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uGGCGA9j6N .text_widget a:hover {
  color: #6567ee !important;
}
.cid-uGGCGA9j6N .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uGGCGA9j6N .navbar-caption {
  color: #ffffff;
}
.cid-uGGCGA9j6N .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uGGCGA9j6N .mbr-section-subtitle,
.cid-uGGCGA9j6N .text_widget,
.cid-uGGCGA9j6N .mbr-section-btn {
  text-align: left;
}
.cid-uGGCGA9j6N a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uGGCGB1kKE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uGGCGB1kKE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGGCGB1kKE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGGCGB1kKE .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uGGCGB1kKE .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uGGCGB1kKE .container {
    padding: 0 20px;
  }
}
.cid-uGGCGB1kKE .row {
  padding: 90px 82px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uGGCGB1kKE .row {
    padding: 50px 16px;
  }
}
.cid-uGGCGB1kKE .row .blur-wrap_1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-color: #ffffff;
  filter: blur(120px);
}
.cid-uGGCGB1kKE .row .blur-wrap_2 {
  position: absolute;
  bottom: -8rem;
  right: 15%;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-color: #ffffff;
  filter: blur(150px);
}
.cid-uGGCGB1kKE .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #ffffff;
  opacity: 1;
}
.cid-uGGCGB1kKE .row .image-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}
.cid-uGGCGB1kKE .row .image-wrapper img {
  height: 400px;
  width: 70%;
  object-fit: cover;
  border-radius: 50px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uGGCGB1kKE .row .image-wrapper img {
    height: 300px;
    width: 100%;
    margin: 0;
  }
}
.cid-uGGCGB1kKE .row .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uGGCGB1kKE .row .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uGGCGB1kKE .row .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uGGCGB1kKE .row .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uGGCGB1kKE .row .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uGGCGB1kKE .mbr-desc {
  color: #ffffff;
}
.cid-uGGCGB1kKE .mbr-section-title {
  color: #ffffff;
}
.cid-uGGCGB1kKE .mbr-text {
  color: #000000;
}
.cid-uGGCGB1kKE .mbr-section-title,
.cid-uGGCGB1kKE .mbr-section-btn {
  color: #000000;
}
.cid-uGGCGDFoUZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uGGCGDFoUZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGGCGDFoUZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGGCGDFoUZ .row {
  justify-content: center;
}
.cid-uGGCGDFoUZ .content-wrapper {
  padding-right: 68px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uGGCGDFoUZ .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uGGCGDFoUZ .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uGGCGDFoUZ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uGGCGDFoUZ .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 22px 0 0 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uGGCGDFoUZ .content-wrapper .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 12px 12px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uGGCGDFoUZ .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uGGCGDFoUZ .content-wrapper .nav-wrapper .list .item-wrap:focus {
  background-image: linear-gradient(90deg, #ffffff, #0047ff 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uGGCGDFoUZ .content-wrapper .social {
  margin-top: 22px;
}
.cid-uGGCGDFoUZ .content-wrapper .social .mbr-desc {
  margin-bottom: 16px;
}
.cid-uGGCGDFoUZ .content-wrapper .social .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uGGCGDFoUZ .content-wrapper .social .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uGGCGDFoUZ .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uGGCGDFoUZ .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-image: linear-gradient(135deg, #a78aff, #0047ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uGGCGDFoUZ .content-wrapper .social .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #ffffff;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  margin: 0 26px 16px 0;
}
.cid-uGGCGDFoUZ .image-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uGGCGDFoUZ .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uGGCGDFoUZ .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uGGCGDFoUZ .mbr-copy {
  position: relative;
  margin-bottom: 0;
  padding-top: 22px;
  color: #ffffff;
  text-align: center;
}
.cid-uGGCGDFoUZ .mbr-copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uGGCGDFoUZ .mbr-section-title {
  color: #ffffff;
}
.cid-uGGCGDFoUZ .mbr-text {
  color: #ffffff;
}
.cid-uGGCGDFoUZ .mbr-desc {
  color: #ffffff;
}
.cid-uGGCGDFoUZ .list {
  color: #ffffff;
}
.cid-uGGCGDFoUZ .mbr-desc,
.cid-uGGCGDFoUZ .social-wrapper {
  color: #ffffff;
}
.cid-uGGWNdsTit {
  z-index: 1000;
  width: 100%;
}
.cid-uGGWNdsTit .navbar-dropdown {
  background-color: #0e0e10 !important;
  padding: 0;
  position: fixed;
}
.cid-uGGWNdsTit .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e0e10 !important;
  background: #0e0e10;
}
.cid-uGGWNdsTit .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uGGWNdsTit .menu_box .navbar.opened,
  .cid-uGGWNdsTit .menu_box .navbar-collapse {
    background-color: #0e0e10 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uGGWNdsTit nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uGGWNdsTit .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uGGWNdsTit .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uGGWNdsTit .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uGGWNdsTit .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uGGWNdsTit .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uGGWNdsTit .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #181a25;
  }
  .cid-uGGWNdsTit .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uGGWNdsTit .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uGGWNdsTit .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uGGWNdsTit .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uGGWNdsTit .offcanvas-body .mbr-text,
  .cid-uGGWNdsTit .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uGGWNdsTit .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uGGWNdsTit .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uGGWNdsTit .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uGGWNdsTit .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uGGWNdsTit .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uGGWNdsTit .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uGGWNdsTit .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uGGWNdsTit ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uGGWNdsTit .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uGGWNdsTit .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uGGWNdsTit .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uGGWNdsTit li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uGGWNdsTit .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uGGWNdsTit .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uGGWNdsTit .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uGGWNdsTit .nav-item {
    margin: 0 !important;
  }
}
.cid-uGGWNdsTit .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-uGGWNdsTit .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #6567ee;
  transition: all 0.3s ease-out;
}
.cid-uGGWNdsTit .nav-item .nav-link:hover {
  color: #6567ee !important;
}
.cid-uGGWNdsTit .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uGGWNdsTit .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uGGWNdsTit .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uGGWNdsTit .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uGGWNdsTit .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uGGWNdsTit .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uGGWNdsTit .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uGGWNdsTit .offcanvas_box {
    display: none;
  }
}
.cid-uGGWNdsTit .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uGGWNdsTit .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uGGWNdsTit .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uGGWNdsTit .container {
  display: flex;
  margin: auto;
}
.cid-uGGWNdsTit .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uGGWNdsTit .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uGGWNdsTit .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uGGWNdsTit .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uGGWNdsTit .navbar-nav {
    margin: 0;
  }
}
.cid-uGGWNdsTit .dropdown-menu,
.cid-uGGWNdsTit .navbar.opened {
  background-color: false !important;
}
.cid-uGGWNdsTit .nav-item:focus,
.cid-uGGWNdsTit .nav-link:focus {
  outline: none;
}
.cid-uGGWNdsTit .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGGWNdsTit .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGGWNdsTit .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGGWNdsTit .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGGWNdsTit .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGGWNdsTit .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGGWNdsTit .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uGGWNdsTit .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uGGWNdsTit .navbar.opened {
  transition: all 0.3s;
}
.cid-uGGWNdsTit .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uGGWNdsTit .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-uGGWNdsTit .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uGGWNdsTit .navbar.collapsed {
  justify-content: center;
}
.cid-uGGWNdsTit .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGGWNdsTit .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uGGWNdsTit .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGGWNdsTit .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGGWNdsTit .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGGWNdsTit .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uGGWNdsTit .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uGGWNdsTit .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uGGWNdsTit .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uGGWNdsTit .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGGWNdsTit .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGGWNdsTit .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uGGWNdsTit .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGGWNdsTit .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uGGWNdsTit .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uGGWNdsTit .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uGGWNdsTit .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uGGWNdsTit .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uGGWNdsTit .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uGGWNdsTit .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGGWNdsTit .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uGGWNdsTit .navbar.navbar-short {
  min-height: 60px;
}
.cid-uGGWNdsTit .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uGGWNdsTit .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uGGWNdsTit .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uGGWNdsTit .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uGGWNdsTit .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGGWNdsTit .dropdown-item.active,
.cid-uGGWNdsTit .dropdown-item:active {
  background-color: transparent;
}
.cid-uGGWNdsTit .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGGWNdsTit .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGGWNdsTit .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGGWNdsTit .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGGWNdsTit ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uGGWNdsTit .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uGGWNdsTit button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e0e10;
  background: #6567ee;
}
.cid-uGGWNdsTit button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uGGWNdsTit button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGGWNdsTit button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGGWNdsTit button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGGWNdsTit button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGGWNdsTit nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGGWNdsTit nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGGWNdsTit nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGGWNdsTit nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGGWNdsTit a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uGGWNdsTit .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGGWNdsTit .navbar {
    height: 70px;
  }
  .cid-uGGWNdsTit .navbar.opened {
    height: auto;
  }
  .cid-uGGWNdsTit .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGGWNdsTit .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uGGWNdsTit .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .cid-uGGWNdsTit .container-fluid {
    padding-left: 130px;
    padding-right: 130px;
  }
}
.cid-uGGWNdsTit .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uGGWNdsTit .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  padding: 20px 35px;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uGGWNdsTit .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uGGWNdsTit .navbar-caption:hover {
  opacity: .5;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uGGWNdsTit .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uGGWNdsTit .text_widget {
  margin-bottom: 32px;
}
.cid-uGGWNdsTit .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uGGWNdsTit .text_widget a:hover {
  color: #6567ee !important;
}
.cid-uGGWNdsTit .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uGGWNdsTit .navbar-caption {
  color: #ffffff;
}
.cid-uGGWNdsTit .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uGGWNdsTit .mbr-section-subtitle,
.cid-uGGWNdsTit .text_widget,
.cid-uGGWNdsTit .mbr-section-btn {
  text-align: left;
}
.cid-uGGWNdsTit a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uGGWNefKUY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uGGWNefKUY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGGWNefKUY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGGWNefKUY .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uGGWNefKUY .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uGGWNefKUY .container {
    padding: 0 20px;
  }
}
.cid-uGGWNefKUY .row {
  padding: 90px 82px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uGGWNefKUY .row {
    padding: 50px 16px;
  }
}
.cid-uGGWNefKUY .row .blur-wrap_1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-color: #ffffff;
  filter: blur(120px);
}
.cid-uGGWNefKUY .row .blur-wrap_2 {
  position: absolute;
  bottom: -8rem;
  right: 15%;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-color: #ffffff;
  filter: blur(150px);
}
.cid-uGGWNefKUY .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #ffffff;
  opacity: 1;
}
.cid-uGGWNefKUY .row .image-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}
.cid-uGGWNefKUY .row .image-wrapper img {
  height: 400px;
  width: 70%;
  object-fit: cover;
  border-radius: 50px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uGGWNefKUY .row .image-wrapper img {
    height: 300px;
    width: 100%;
    margin: 0;
  }
}
.cid-uGGWNefKUY .row .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uGGWNefKUY .row .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uGGWNefKUY .row .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uGGWNefKUY .row .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uGGWNefKUY .row .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uGGWNefKUY .mbr-desc {
  color: #ffffff;
}
.cid-uGGWNefKUY .mbr-section-title {
  color: #ffffff;
}
.cid-uGGWNefKUY .mbr-text {
  color: #000000;
}
.cid-uGGWNefKUY .mbr-section-title,
.cid-uGGWNefKUY .mbr-section-btn {
  color: #000000;
}
.cid-uGGWNhdQCf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uGGWNhdQCf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGGWNhdQCf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGGWNhdQCf .row {
  justify-content: center;
}
.cid-uGGWNhdQCf .content-wrapper {
  padding-right: 68px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uGGWNhdQCf .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uGGWNhdQCf .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uGGWNhdQCf .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uGGWNhdQCf .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 22px 0 0 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uGGWNhdQCf .content-wrapper .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 12px 12px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uGGWNhdQCf .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uGGWNhdQCf .content-wrapper .nav-wrapper .list .item-wrap:focus {
  background-image: linear-gradient(90deg, #ffffff, #0047ff 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uGGWNhdQCf .content-wrapper .social {
  margin-top: 22px;
}
.cid-uGGWNhdQCf .content-wrapper .social .mbr-desc {
  margin-bottom: 16px;
}
.cid-uGGWNhdQCf .content-wrapper .social .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uGGWNhdQCf .content-wrapper .social .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uGGWNhdQCf .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uGGWNhdQCf .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-image: linear-gradient(135deg, #a78aff, #0047ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uGGWNhdQCf .content-wrapper .social .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #ffffff;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  margin: 0 26px 16px 0;
}
.cid-uGGWNhdQCf .image-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uGGWNhdQCf .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uGGWNhdQCf .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uGGWNhdQCf .mbr-copy {
  position: relative;
  margin-bottom: 0;
  padding-top: 22px;
  color: #ffffff;
  text-align: center;
}
.cid-uGGWNhdQCf .mbr-copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uGGWNhdQCf .mbr-section-title {
  color: #ffffff;
}
.cid-uGGWNhdQCf .mbr-text {
  color: #ffffff;
}
.cid-uGGWNhdQCf .mbr-desc {
  color: #ffffff;
}
.cid-uGGWNhdQCf .list {
  color: #ffffff;
}
.cid-uGGWNhdQCf .mbr-desc,
.cid-uGGWNhdQCf .social-wrapper {
  color: #ffffff;
}
.cid-uH8mFGn4bl {
  z-index: 1000;
  width: 100%;
}
.cid-uH8mFGn4bl .navbar-dropdown {
  background-color: #0e0e10 !important;
  padding: 0;
  position: fixed;
}
.cid-uH8mFGn4bl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e0e10 !important;
  background: #0e0e10;
}
.cid-uH8mFGn4bl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uH8mFGn4bl .menu_box .navbar.opened,
  .cid-uH8mFGn4bl .menu_box .navbar-collapse {
    background-color: #0e0e10 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uH8mFGn4bl nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uH8mFGn4bl .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uH8mFGn4bl .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uH8mFGn4bl .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uH8mFGn4bl .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uH8mFGn4bl .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uH8mFGn4bl .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #181a25;
  }
  .cid-uH8mFGn4bl .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uH8mFGn4bl .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uH8mFGn4bl .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uH8mFGn4bl .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uH8mFGn4bl .offcanvas-body .mbr-text,
  .cid-uH8mFGn4bl .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uH8mFGn4bl .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uH8mFGn4bl .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uH8mFGn4bl .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uH8mFGn4bl .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uH8mFGn4bl .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uH8mFGn4bl .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uH8mFGn4bl .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uH8mFGn4bl ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uH8mFGn4bl .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uH8mFGn4bl .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uH8mFGn4bl .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uH8mFGn4bl li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uH8mFGn4bl .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uH8mFGn4bl .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uH8mFGn4bl .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uH8mFGn4bl .nav-item {
    margin: 0 !important;
  }
}
.cid-uH8mFGn4bl .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-uH8mFGn4bl .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #6567ee;
  transition: all 0.3s ease-out;
}
.cid-uH8mFGn4bl .nav-item .nav-link:hover {
  color: #6567ee !important;
}
.cid-uH8mFGn4bl .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uH8mFGn4bl .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uH8mFGn4bl .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uH8mFGn4bl .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uH8mFGn4bl .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uH8mFGn4bl .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uH8mFGn4bl .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uH8mFGn4bl .offcanvas_box {
    display: none;
  }
}
.cid-uH8mFGn4bl .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uH8mFGn4bl .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uH8mFGn4bl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uH8mFGn4bl .container {
  display: flex;
  margin: auto;
}
.cid-uH8mFGn4bl .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uH8mFGn4bl .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uH8mFGn4bl .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uH8mFGn4bl .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uH8mFGn4bl .navbar-nav {
    margin: 0;
  }
}
.cid-uH8mFGn4bl .dropdown-menu,
.cid-uH8mFGn4bl .navbar.opened {
  background-color: false !important;
}
.cid-uH8mFGn4bl .nav-item:focus,
.cid-uH8mFGn4bl .nav-link:focus {
  outline: none;
}
.cid-uH8mFGn4bl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uH8mFGn4bl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uH8mFGn4bl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uH8mFGn4bl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uH8mFGn4bl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uH8mFGn4bl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uH8mFGn4bl .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uH8mFGn4bl .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uH8mFGn4bl .navbar.opened {
  transition: all 0.3s;
}
.cid-uH8mFGn4bl .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uH8mFGn4bl .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-uH8mFGn4bl .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uH8mFGn4bl .navbar.collapsed {
  justify-content: center;
}
.cid-uH8mFGn4bl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uH8mFGn4bl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uH8mFGn4bl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uH8mFGn4bl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uH8mFGn4bl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uH8mFGn4bl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uH8mFGn4bl .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uH8mFGn4bl .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uH8mFGn4bl .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uH8mFGn4bl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uH8mFGn4bl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uH8mFGn4bl .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uH8mFGn4bl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uH8mFGn4bl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uH8mFGn4bl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uH8mFGn4bl .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uH8mFGn4bl .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uH8mFGn4bl .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uH8mFGn4bl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uH8mFGn4bl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uH8mFGn4bl .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uH8mFGn4bl .navbar.navbar-short {
  min-height: 60px;
}
.cid-uH8mFGn4bl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uH8mFGn4bl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uH8mFGn4bl .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uH8mFGn4bl .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uH8mFGn4bl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uH8mFGn4bl .dropdown-item.active,
.cid-uH8mFGn4bl .dropdown-item:active {
  background-color: transparent;
}
.cid-uH8mFGn4bl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uH8mFGn4bl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uH8mFGn4bl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uH8mFGn4bl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uH8mFGn4bl ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uH8mFGn4bl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uH8mFGn4bl button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e0e10;
  background: #6567ee;
}
.cid-uH8mFGn4bl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uH8mFGn4bl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uH8mFGn4bl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uH8mFGn4bl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uH8mFGn4bl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uH8mFGn4bl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uH8mFGn4bl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uH8mFGn4bl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uH8mFGn4bl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uH8mFGn4bl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uH8mFGn4bl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uH8mFGn4bl .navbar {
    height: 70px;
  }
  .cid-uH8mFGn4bl .navbar.opened {
    height: auto;
  }
  .cid-uH8mFGn4bl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uH8mFGn4bl .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uH8mFGn4bl .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .cid-uH8mFGn4bl .container-fluid {
    padding-left: 130px;
    padding-right: 130px;
  }
}
.cid-uH8mFGn4bl .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uH8mFGn4bl .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  padding: 20px 35px;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uH8mFGn4bl .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uH8mFGn4bl .navbar-caption:hover {
  opacity: .5;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uH8mFGn4bl .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uH8mFGn4bl .text_widget {
  margin-bottom: 32px;
}
.cid-uH8mFGn4bl .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uH8mFGn4bl .text_widget a:hover {
  color: #6567ee !important;
}
.cid-uH8mFGn4bl .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uH8mFGn4bl .navbar-caption {
  color: #ffffff;
}
.cid-uH8mFGn4bl .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uH8mFGn4bl .mbr-section-subtitle,
.cid-uH8mFGn4bl .text_widget,
.cid-uH8mFGn4bl .mbr-section-btn {
  text-align: left;
}
.cid-uH8mFGn4bl a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uH8mFHcBUY {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uH8mFHcBUY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH8mFHcBUY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH8mFHcBUY .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uH8mFHcBUY .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uH8mFHcBUY .container {
    padding: 0 20px;
  }
}
.cid-uH8mFHcBUY .row {
  padding: 90px 82px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uH8mFHcBUY .row {
    padding: 50px 16px;
  }
}
.cid-uH8mFHcBUY .row .blur-wrap_1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5fd7b;
  filter: blur(120px);
}
.cid-uH8mFHcBUY .row .blur-wrap_2 {
  position: absolute;
  bottom: -8rem;
  right: 15%;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-color: #4448e5;
  filter: blur(150px);
}
.cid-uH8mFHcBUY .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #000000;
  opacity: 1;
}
.cid-uH8mFHcBUY .row .image-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}
.cid-uH8mFHcBUY .row .image-wrapper img {
  height: 400px;
  width: 70%;
  object-fit: cover;
  border-radius: 50px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uH8mFHcBUY .row .image-wrapper img {
    height: 300px;
    width: 100%;
    margin: 0;
  }
}
.cid-uH8mFHcBUY .row .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uH8mFHcBUY .row .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uH8mFHcBUY .row .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uH8mFHcBUY .row .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uH8mFHcBUY .row .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uH8mFHcBUY .mbr-desc {
  color: #ffffff;
}
.cid-uH8mFHcBUY .mbr-section-title {
  color: #ffffff;
}
.cid-uH8mFHcBUY .mbr-text {
  color: #ffffff;
}
.cid-uIcXYwfgtK {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIcXYwfgtK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIcXYwfgtK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIcXYwfgtK .row {
  justify-content: center;
}
.cid-uIcXYwfgtK .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIcXYwfgtK .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIcXYwfgtK .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIcXYwfgtK .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIcXYwfgtK .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIcXYwfgtK .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIcXYwfgtK .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIcXYwfgtK .mbr-section-title {
  color: #ffffff;
}
.cid-uIcXYwfgtK .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIcXYwfgtK .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIcXYwfgtK .mbr-section-title,
.cid-uIcXYwfgtK .mbr-section-btn {
  text-align: center;
}
.cid-uIcYnIuVfO {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIcYnIuVfO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIcYnIuVfO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIcYnIuVfO .row {
  justify-content: center;
}
.cid-uIcYnIuVfO .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIcYnIuVfO .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIcYnIuVfO .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIcYnIuVfO .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIcYnIuVfO .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIcYnIuVfO .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIcYnIuVfO .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIcYnIuVfO .mbr-section-title {
  color: #ffffff;
}
.cid-uIcYnIuVfO .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIcYnIuVfO .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIcYnIuVfO .mbr-section-title,
.cid-uIcYnIuVfO .mbr-section-btn {
  text-align: center;
}
.cid-uId4jWP1Od {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uId4jWP1Od .mbr-fallback-image.disabled {
  display: none;
}
.cid-uId4jWP1Od .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uId4jWP1Od .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uId4jWP1Od .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uId4jWP1Od .container {
    padding: 0 20px;
  }
}
.cid-uId4jWP1Od .row {
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
.cid-uId4jWP1Od .row img {
  height: 600px;
  object-fit: cover;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uId4jWP1Od .row img {
    height: 300px;
  }
}
.cid-uIdd7YTEz8 {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIdd7YTEz8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIdd7YTEz8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIdd7YTEz8 .row {
  justify-content: center;
}
.cid-uIdd7YTEz8 .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIdd7YTEz8 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIdd7YTEz8 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIdd7YTEz8 .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIdd7YTEz8 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIdd7YTEz8 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIdd7YTEz8 .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIdd7YTEz8 .mbr-section-title {
  color: #ffffff;
}
.cid-uIdd7YTEz8 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIdd7YTEz8 .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIdd7YTEz8 .mbr-section-title,
.cid-uIdd7YTEz8 .mbr-section-btn {
  text-align: center;
}
.cid-uId3kFkx7r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uId3kFkx7r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uId3kFkx7r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uId3kFkx7r .row {
  justify-content: center;
}
.cid-uId3kFkx7r .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #4448e5 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uId3kFkx7r .title-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uId3kFkx7r .title-wrapper .title-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uId3kFkx7r .title-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uId3kFkx7r .title-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #ffffff, #4448e5 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uId3kFkx7r .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uId3kFkx7r .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uId3kFkx7r .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uId3kFkx7r .mbr-label,
.cid-uId3kFkx7r .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uId3kFkx7r .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uId3kFkx7r .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uId3kFkx7r .mbr-text,
.cid-uId3kFkx7r .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uId3kFkx7r .mbr-section-title,
.cid-uId3kFkx7r .mbr-section-btn {
  text-align: center;
}
.cid-uH8mFJ55fT {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uH8mFJ55fT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH8mFJ55fT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH8mFJ55fT .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uH8mFJ55fT .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uH8mFJ55fT .container {
    padding: 0 20px;
  }
}
.cid-uH8mFJ55fT .row {
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
.cid-uH8mFJ55fT .row img {
  height: 600px;
  object-fit: cover;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uH8mFJ55fT .row img {
    height: 300px;
  }
}
.cid-uH8mFJwrzm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uH8mFJwrzm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH8mFJwrzm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH8mFJwrzm .row {
  justify-content: center;
}
.cid-uH8mFJwrzm .content-wrapper {
  padding-right: 68px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uH8mFJwrzm .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uH8mFJwrzm .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uH8mFJwrzm .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uH8mFJwrzm .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 22px 0 0 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uH8mFJwrzm .content-wrapper .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 12px 12px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uH8mFJwrzm .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uH8mFJwrzm .content-wrapper .nav-wrapper .list .item-wrap:focus {
  background-image: linear-gradient(90deg, #ffffff, #0047ff 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uH8mFJwrzm .content-wrapper .social {
  margin-top: 22px;
}
.cid-uH8mFJwrzm .content-wrapper .social .mbr-desc {
  margin-bottom: 16px;
}
.cid-uH8mFJwrzm .content-wrapper .social .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uH8mFJwrzm .content-wrapper .social .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uH8mFJwrzm .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uH8mFJwrzm .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-image: linear-gradient(135deg, #a78aff, #0047ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uH8mFJwrzm .content-wrapper .social .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #ffffff;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  margin: 0 26px 16px 0;
}
.cid-uH8mFJwrzm .image-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uH8mFJwrzm .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uH8mFJwrzm .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uH8mFJwrzm .mbr-copy {
  position: relative;
  margin-bottom: 0;
  padding-top: 22px;
  color: #ffffff;
  text-align: center;
}
.cid-uH8mFJwrzm .mbr-copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uH8mFJwrzm .mbr-section-title {
  color: #ffffff;
}
.cid-uH8mFJwrzm .mbr-text {
  color: #ffffff;
}
.cid-uH8mFJwrzm .mbr-desc {
  color: #ffffff;
}
.cid-uH8mFJwrzm .list {
  color: #ffffff;
}
.cid-uH8mFJwrzm .mbr-desc,
.cid-uH8mFJwrzm .social-wrapper {
  color: #ffffff;
}
.cid-uHaYX84Vpe {
  z-index: 1000;
  width: 100%;
}
.cid-uHaYX84Vpe .navbar-dropdown {
  background-color: #0e0e10 !important;
  padding: 0;
  position: fixed;
}
.cid-uHaYX84Vpe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e0e10 !important;
  background: #0e0e10;
}
.cid-uHaYX84Vpe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uHaYX84Vpe .menu_box .navbar.opened,
  .cid-uHaYX84Vpe .menu_box .navbar-collapse {
    background-color: #0e0e10 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uHaYX84Vpe nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uHaYX84Vpe .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uHaYX84Vpe .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHaYX84Vpe .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uHaYX84Vpe .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uHaYX84Vpe .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uHaYX84Vpe .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #181a25;
  }
  .cid-uHaYX84Vpe .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uHaYX84Vpe .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uHaYX84Vpe .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uHaYX84Vpe .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uHaYX84Vpe .offcanvas-body .mbr-text,
  .cid-uHaYX84Vpe .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uHaYX84Vpe .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uHaYX84Vpe .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uHaYX84Vpe .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uHaYX84Vpe .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uHaYX84Vpe .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uHaYX84Vpe .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uHaYX84Vpe .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uHaYX84Vpe ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uHaYX84Vpe .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHaYX84Vpe .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uHaYX84Vpe .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uHaYX84Vpe li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uHaYX84Vpe .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uHaYX84Vpe .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uHaYX84Vpe .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uHaYX84Vpe .nav-item {
    margin: 0 !important;
  }
}
.cid-uHaYX84Vpe .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-uHaYX84Vpe .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #6567ee;
  transition: all 0.3s ease-out;
}
.cid-uHaYX84Vpe .nav-item .nav-link:hover {
  color: #6567ee !important;
}
.cid-uHaYX84Vpe .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uHaYX84Vpe .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uHaYX84Vpe .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uHaYX84Vpe .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uHaYX84Vpe .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHaYX84Vpe .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uHaYX84Vpe .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uHaYX84Vpe .offcanvas_box {
    display: none;
  }
}
.cid-uHaYX84Vpe .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uHaYX84Vpe .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uHaYX84Vpe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uHaYX84Vpe .container {
  display: flex;
  margin: auto;
}
.cid-uHaYX84Vpe .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uHaYX84Vpe .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uHaYX84Vpe .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uHaYX84Vpe .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uHaYX84Vpe .navbar-nav {
    margin: 0;
  }
}
.cid-uHaYX84Vpe .dropdown-menu,
.cid-uHaYX84Vpe .navbar.opened {
  background-color: false !important;
}
.cid-uHaYX84Vpe .nav-item:focus,
.cid-uHaYX84Vpe .nav-link:focus {
  outline: none;
}
.cid-uHaYX84Vpe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHaYX84Vpe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHaYX84Vpe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHaYX84Vpe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHaYX84Vpe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHaYX84Vpe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHaYX84Vpe .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uHaYX84Vpe .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uHaYX84Vpe .navbar.opened {
  transition: all 0.3s;
}
.cid-uHaYX84Vpe .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uHaYX84Vpe .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-uHaYX84Vpe .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uHaYX84Vpe .navbar.collapsed {
  justify-content: center;
}
.cid-uHaYX84Vpe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHaYX84Vpe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uHaYX84Vpe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHaYX84Vpe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHaYX84Vpe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHaYX84Vpe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uHaYX84Vpe .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHaYX84Vpe .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uHaYX84Vpe .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uHaYX84Vpe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHaYX84Vpe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHaYX84Vpe .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uHaYX84Vpe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHaYX84Vpe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uHaYX84Vpe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHaYX84Vpe .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uHaYX84Vpe .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uHaYX84Vpe .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uHaYX84Vpe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHaYX84Vpe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHaYX84Vpe .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uHaYX84Vpe .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHaYX84Vpe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHaYX84Vpe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHaYX84Vpe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHaYX84Vpe .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uHaYX84Vpe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHaYX84Vpe .dropdown-item.active,
.cid-uHaYX84Vpe .dropdown-item:active {
  background-color: transparent;
}
.cid-uHaYX84Vpe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHaYX84Vpe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHaYX84Vpe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHaYX84Vpe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHaYX84Vpe ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uHaYX84Vpe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHaYX84Vpe button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e0e10;
  background: #6567ee;
}
.cid-uHaYX84Vpe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uHaYX84Vpe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHaYX84Vpe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHaYX84Vpe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHaYX84Vpe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHaYX84Vpe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHaYX84Vpe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHaYX84Vpe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHaYX84Vpe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHaYX84Vpe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uHaYX84Vpe .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHaYX84Vpe .navbar {
    height: 70px;
  }
  .cid-uHaYX84Vpe .navbar.opened {
    height: auto;
  }
  .cid-uHaYX84Vpe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHaYX84Vpe .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uHaYX84Vpe .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .cid-uHaYX84Vpe .container-fluid {
    padding-left: 130px;
    padding-right: 130px;
  }
}
.cid-uHaYX84Vpe .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uHaYX84Vpe .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  padding: 20px 35px;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uHaYX84Vpe .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uHaYX84Vpe .navbar-caption:hover {
  opacity: .5;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uHaYX84Vpe .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uHaYX84Vpe .text_widget {
  margin-bottom: 32px;
}
.cid-uHaYX84Vpe .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uHaYX84Vpe .text_widget a:hover {
  color: #6567ee !important;
}
.cid-uHaYX84Vpe .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uHaYX84Vpe .navbar-caption {
  color: #ffffff;
}
.cid-uHaYX84Vpe .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uHaYX84Vpe .mbr-section-subtitle,
.cid-uHaYX84Vpe .text_widget,
.cid-uHaYX84Vpe .mbr-section-btn {
  text-align: left;
}
.cid-uHaYX84Vpe a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uIwtMBfoo0 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uIwtMBfoo0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIwtMBfoo0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIwtMBfoo0 .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uIwtMBfoo0 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uIwtMBfoo0 .container {
    padding: 0 20px;
  }
}
.cid-uIwtMBfoo0 .row {
  padding: 90px 82px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uIwtMBfoo0 .row {
    padding: 50px 16px;
  }
}
.cid-uIwtMBfoo0 .row .blur-wrap_1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5fd7b;
  filter: blur(120px);
}
.cid-uIwtMBfoo0 .row .blur-wrap_2 {
  position: absolute;
  bottom: -8rem;
  right: 15%;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-color: #4448e5;
  filter: blur(150px);
}
.cid-uIwtMBfoo0 .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #000000;
  opacity: 1;
}
.cid-uIwtMBfoo0 .row .image-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}
.cid-uIwtMBfoo0 .row .image-wrapper img {
  height: 400px;
  width: 70%;
  object-fit: cover;
  border-radius: 50px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uIwtMBfoo0 .row .image-wrapper img {
    height: 300px;
    width: 100%;
    margin: 0;
  }
}
.cid-uIwtMBfoo0 .row .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uIwtMBfoo0 .row .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uIwtMBfoo0 .row .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIwtMBfoo0 .row .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uIwtMBfoo0 .row .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uIwtMBfoo0 .mbr-desc {
  color: #ffffff;
}
.cid-uIwtMBfoo0 .mbr-section-title {
  color: #ffffff;
}
.cid-uIwtMBfoo0 .mbr-text {
  color: #ffffff;
}
.cid-uIww3soWuG {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIww3soWuG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIww3soWuG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIww3soWuG .row {
  justify-content: center;
}
.cid-uIww3soWuG .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIww3soWuG .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIww3soWuG .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIww3soWuG .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIww3soWuG .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIww3soWuG .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIww3soWuG .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIww3soWuG .mbr-section-title {
  color: #ffffff;
}
.cid-uIww3soWuG .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIww3soWuG .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIww3soWuG .mbr-section-title,
.cid-uIww3soWuG .mbr-section-btn {
  text-align: center;
}
.cid-uIww6mbuag {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIww6mbuag .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIww6mbuag .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIww6mbuag .row {
  justify-content: center;
}
.cid-uIww6mbuag .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIww6mbuag .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIww6mbuag .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIww6mbuag .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIww6mbuag .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIww6mbuag .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIww6mbuag .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIww6mbuag .mbr-section-title {
  color: #ffffff;
}
.cid-uIww6mbuag .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIww6mbuag .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIww6mbuag .mbr-section-title,
.cid-uIww6mbuag .mbr-section-btn {
  text-align: center;
}
.cid-uIwWd5qENU {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIwWd5qENU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIwWd5qENU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIwWd5qENU .row {
  justify-content: center;
}
.cid-uIwWd5qENU .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIwWd5qENU .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIwWd5qENU .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIwWd5qENU .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIwWd5qENU .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIwWd5qENU .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIwWd5qENU .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIwWd5qENU .mbr-section-title {
  color: #ffffff;
}
.cid-uIwWd5qENU .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIwWd5qENU .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIwWd5qENU .mbr-section-title,
.cid-uIwWd5qENU .mbr-section-btn {
  text-align: center;
}
.cid-uIwWe1Zpv8 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIwWe1Zpv8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIwWe1Zpv8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIwWe1Zpv8 .row {
  justify-content: center;
}
.cid-uIwWe1Zpv8 .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIwWe1Zpv8 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIwWe1Zpv8 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIwWe1Zpv8 .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIwWe1Zpv8 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIwWe1Zpv8 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIwWe1Zpv8 .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIwWe1Zpv8 .mbr-section-title {
  color: #ffffff;
}
.cid-uIwWe1Zpv8 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIwWe1Zpv8 .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIwWe1Zpv8 .mbr-section-title,
.cid-uIwWe1Zpv8 .mbr-section-btn {
  text-align: center;
}
.cid-uIwWeNPtr3 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIwWeNPtr3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIwWeNPtr3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIwWeNPtr3 .row {
  justify-content: center;
}
.cid-uIwWeNPtr3 .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIwWeNPtr3 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIwWeNPtr3 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIwWeNPtr3 .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIwWeNPtr3 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIwWeNPtr3 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIwWeNPtr3 .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIwWeNPtr3 .mbr-section-title {
  color: #ffffff;
}
.cid-uIwWeNPtr3 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIwWeNPtr3 .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIwWeNPtr3 .mbr-section-title,
.cid-uIwWeNPtr3 .mbr-section-btn {
  text-align: center;
}
.cid-uIwWfF1RV1 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIwWfF1RV1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIwWfF1RV1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIwWfF1RV1 .row {
  justify-content: center;
}
.cid-uIwWfF1RV1 .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIwWfF1RV1 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIwWfF1RV1 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIwWfF1RV1 .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIwWfF1RV1 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIwWfF1RV1 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIwWfF1RV1 .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIwWfF1RV1 .mbr-section-title {
  color: #ffffff;
}
.cid-uIwWfF1RV1 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIwWfF1RV1 .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIwWfF1RV1 .mbr-section-title,
.cid-uIwWfF1RV1 .mbr-section-btn {
  text-align: center;
}
.cid-uIwWgtOE9u {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIwWgtOE9u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIwWgtOE9u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIwWgtOE9u .row {
  justify-content: center;
}
.cid-uIwWgtOE9u .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIwWgtOE9u .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIwWgtOE9u .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIwWgtOE9u .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIwWgtOE9u .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIwWgtOE9u .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIwWgtOE9u .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIwWgtOE9u .mbr-section-title {
  color: #ffffff;
}
.cid-uIwWgtOE9u .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIwWgtOE9u .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIwWgtOE9u .mbr-section-title,
.cid-uIwWgtOE9u .mbr-section-btn {
  text-align: center;
}
.cid-uIwWhh2j78 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIwWhh2j78 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIwWhh2j78 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIwWhh2j78 .row {
  justify-content: center;
}
.cid-uIwWhh2j78 .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIwWhh2j78 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIwWhh2j78 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIwWhh2j78 .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIwWhh2j78 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIwWhh2j78 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIwWhh2j78 .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIwWhh2j78 .mbr-section-title {
  color: #ffffff;
}
.cid-uIwWhh2j78 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIwWhh2j78 .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIwWhh2j78 .mbr-section-title,
.cid-uIwWhh2j78 .mbr-section-btn {
  text-align: center;
}
.cid-uIwWi6MLmm {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIwWi6MLmm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIwWi6MLmm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIwWi6MLmm .row {
  justify-content: center;
}
.cid-uIwWi6MLmm .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIwWi6MLmm .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIwWi6MLmm .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIwWi6MLmm .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIwWi6MLmm .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIwWi6MLmm .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIwWi6MLmm .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIwWi6MLmm .mbr-section-title {
  color: #ffffff;
}
.cid-uIwWi6MLmm .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIwWi6MLmm .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIwWi6MLmm .mbr-section-title,
.cid-uIwWi6MLmm .mbr-section-btn {
  text-align: center;
}
.cid-uIwWjc4v5q {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIwWjc4v5q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIwWjc4v5q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIwWjc4v5q .row {
  justify-content: center;
}
.cid-uIwWjc4v5q .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIwWjc4v5q .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIwWjc4v5q .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIwWjc4v5q .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIwWjc4v5q .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIwWjc4v5q .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIwWjc4v5q .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIwWjc4v5q .mbr-section-title {
  color: #ffffff;
}
.cid-uIwWjc4v5q .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIwWjc4v5q .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIwWjc4v5q .mbr-section-title,
.cid-uIwWjc4v5q .mbr-section-btn {
  text-align: center;
}
.cid-uIwWjXXHWF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIwWjXXHWF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIwWjXXHWF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIwWjXXHWF .row {
  justify-content: center;
}
.cid-uIwWjXXHWF .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIwWjXXHWF .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIwWjXXHWF .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIwWjXXHWF .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIwWjXXHWF .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIwWjXXHWF .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIwWjXXHWF .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIwWjXXHWF .mbr-section-title {
  color: #ffffff;
}
.cid-uIwWjXXHWF .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIwWjXXHWF .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIwWjXXHWF .mbr-section-title,
.cid-uIwWjXXHWF .mbr-section-btn {
  text-align: center;
}
.cid-uIwWkLR0fy {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIwWkLR0fy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIwWkLR0fy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIwWkLR0fy .row {
  justify-content: center;
}
.cid-uIwWkLR0fy .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIwWkLR0fy .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIwWkLR0fy .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIwWkLR0fy .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIwWkLR0fy .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIwWkLR0fy .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIwWkLR0fy .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIwWkLR0fy .mbr-section-title {
  color: #ffffff;
}
.cid-uIwWkLR0fy .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIwWkLR0fy .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIwWkLR0fy .mbr-section-title,
.cid-uIwWkLR0fy .mbr-section-btn {
  text-align: center;
}
.cid-uIxFIcfKdd {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIxFIcfKdd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIxFIcfKdd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIxFIcfKdd .row {
  justify-content: center;
}
.cid-uIxFIcfKdd .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIxFIcfKdd .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIxFIcfKdd .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIxFIcfKdd .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIxFIcfKdd .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIxFIcfKdd .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIxFIcfKdd .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIxFIcfKdd .mbr-section-title {
  color: #ffffff;
}
.cid-uIxFIcfKdd .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIxFIcfKdd .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIxFIcfKdd .mbr-section-title,
.cid-uIxFIcfKdd .mbr-section-btn {
  text-align: center;
}
.cid-uIxMEc0AWh {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIxMEc0AWh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIxMEc0AWh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIxMEc0AWh .row {
  justify-content: center;
}
.cid-uIxMEc0AWh .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIxMEc0AWh .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIxMEc0AWh .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIxMEc0AWh .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIxMEc0AWh .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIxMEc0AWh .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIxMEc0AWh .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIxMEc0AWh .mbr-section-title {
  color: #ffffff;
}
.cid-uIxMEc0AWh .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIxMEc0AWh .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIxMEc0AWh .mbr-section-title,
.cid-uIxMEc0AWh .mbr-section-btn {
  text-align: center;
}
.cid-uIwWlvPFI3 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIwWlvPFI3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIwWlvPFI3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIwWlvPFI3 .row {
  justify-content: center;
}
.cid-uIwWlvPFI3 .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIwWlvPFI3 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIwWlvPFI3 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIwWlvPFI3 .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIwWlvPFI3 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIwWlvPFI3 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIwWlvPFI3 .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIwWlvPFI3 .mbr-section-title {
  color: #ffffff;
}
.cid-uIwWlvPFI3 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIwWlvPFI3 .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIwWlvPFI3 .mbr-section-title,
.cid-uIwWlvPFI3 .mbr-section-btn {
  text-align: center;
}
.cid-uIwWmfFzj8 {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIwWmfFzj8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIwWmfFzj8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIwWmfFzj8 .row {
  justify-content: center;
}
.cid-uIwWmfFzj8 .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIwWmfFzj8 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIwWmfFzj8 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIwWmfFzj8 .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIwWmfFzj8 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIwWmfFzj8 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIwWmfFzj8 .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIwWmfFzj8 .mbr-section-title {
  color: #ffffff;
}
.cid-uIwWmfFzj8 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIwWmfFzj8 .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIwWmfFzj8 .mbr-section-title,
.cid-uIwWmfFzj8 .mbr-section-btn {
  text-align: center;
}
.cid-uIx2dvhApq {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uIx2dvhApq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIx2dvhApq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIx2dvhApq .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uIx2dvhApq .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uIx2dvhApq .container {
    padding: 0 20px;
  }
}
.cid-uIx2dvhApq .row {
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
.cid-uIx2dvhApq .row img {
  height: 600px;
  object-fit: cover;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uIx2dvhApq .row img {
    height: 300px;
  }
}
.cid-uIx9EskAeJ {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIx9EskAeJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIx9EskAeJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIx9EskAeJ .row {
  justify-content: center;
}
.cid-uIx9EskAeJ .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIx9EskAeJ .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIx9EskAeJ .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIx9EskAeJ .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIx9EskAeJ .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIx9EskAeJ .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIx9EskAeJ .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIx9EskAeJ .mbr-section-title {
  color: #ffffff;
}
.cid-uIx9EskAeJ .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIx9EskAeJ .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIx9EskAeJ .mbr-section-title,
.cid-uIx9EskAeJ .mbr-section-btn {
  text-align: center;
}
.cid-uIwWn3WYyY {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIwWn3WYyY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIwWn3WYyY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIwWn3WYyY .row {
  justify-content: center;
}
.cid-uIwWn3WYyY .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIwWn3WYyY .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIwWn3WYyY .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIwWn3WYyY .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIwWn3WYyY .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIwWn3WYyY .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIwWn3WYyY .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIwWn3WYyY .mbr-section-title {
  color: #ffffff;
}
.cid-uIwWn3WYyY .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIwWn3WYyY .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIwWn3WYyY .mbr-section-title,
.cid-uIwWn3WYyY .mbr-section-btn {
  text-align: center;
}
.cid-uIxXW3CfvP {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uIxXW3CfvP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIxXW3CfvP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIxXW3CfvP .row {
  justify-content: center;
}
.cid-uIxXW3CfvP .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #4448e5 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uIxXW3CfvP .title-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIxXW3CfvP .title-wrapper .title-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uIxXW3CfvP .title-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uIxXW3CfvP .title-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #ffffff, #4448e5 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uIxXW3CfvP .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIxXW3CfvP .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uIxXW3CfvP .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uIxXW3CfvP .mbr-label,
.cid-uIxXW3CfvP .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uIxXW3CfvP .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uIxXW3CfvP .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uIxXW3CfvP .mbr-text,
.cid-uIxXW3CfvP .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uIxXW3CfvP .mbr-section-title,
.cid-uIxXW3CfvP .mbr-section-btn {
  text-align: center;
}
.cid-uHaYXb0CMk {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uHaYXb0CMk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHaYXb0CMk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHaYXb0CMk .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uHaYXb0CMk .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uHaYXb0CMk .container {
    padding: 0 20px;
  }
}
.cid-uHaYXb0CMk .row {
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
.cid-uHaYXb0CMk .row img {
  height: 600px;
  object-fit: cover;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uHaYXb0CMk .row img {
    height: 300px;
  }
}
.cid-uHaYXbscJU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uHaYXbscJU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHaYXbscJU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHaYXbscJU .row {
  justify-content: center;
}
.cid-uHaYXbscJU .content-wrapper {
  padding-right: 68px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uHaYXbscJU .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uHaYXbscJU .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uHaYXbscJU .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHaYXbscJU .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 22px 0 0 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uHaYXbscJU .content-wrapper .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 12px 12px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uHaYXbscJU .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uHaYXbscJU .content-wrapper .nav-wrapper .list .item-wrap:focus {
  background-image: linear-gradient(90deg, #ffffff, #0047ff 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uHaYXbscJU .content-wrapper .social {
  margin-top: 22px;
}
.cid-uHaYXbscJU .content-wrapper .social .mbr-desc {
  margin-bottom: 16px;
}
.cid-uHaYXbscJU .content-wrapper .social .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uHaYXbscJU .content-wrapper .social .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uHaYXbscJU .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uHaYXbscJU .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-image: linear-gradient(135deg, #a78aff, #0047ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uHaYXbscJU .content-wrapper .social .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #ffffff;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  margin: 0 26px 16px 0;
}
.cid-uHaYXbscJU .image-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uHaYXbscJU .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uHaYXbscJU .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uHaYXbscJU .mbr-copy {
  position: relative;
  margin-bottom: 0;
  padding-top: 22px;
  color: #ffffff;
  text-align: center;
}
.cid-uHaYXbscJU .mbr-copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uHaYXbscJU .mbr-section-title {
  color: #ffffff;
}
.cid-uHaYXbscJU .mbr-text {
  color: #ffffff;
}
.cid-uHaYXbscJU .mbr-desc {
  color: #ffffff;
}
.cid-uHaYXbscJU .list {
  color: #ffffff;
}
.cid-uHaYXbscJU .mbr-desc,
.cid-uHaYXbscJU .social-wrapper {
  color: #ffffff;
}
.cid-uHgaA0Wl33 {
  z-index: 1000;
  width: 100%;
}
.cid-uHgaA0Wl33 .navbar-dropdown {
  background-color: #0e0e10 !important;
  padding: 0;
  position: fixed;
}
.cid-uHgaA0Wl33 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e0e10 !important;
  background: #0e0e10;
}
.cid-uHgaA0Wl33 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uHgaA0Wl33 .menu_box .navbar.opened,
  .cid-uHgaA0Wl33 .menu_box .navbar-collapse {
    background-color: #0e0e10 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uHgaA0Wl33 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uHgaA0Wl33 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uHgaA0Wl33 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHgaA0Wl33 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uHgaA0Wl33 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uHgaA0Wl33 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uHgaA0Wl33 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #181a25;
  }
  .cid-uHgaA0Wl33 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uHgaA0Wl33 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uHgaA0Wl33 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uHgaA0Wl33 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uHgaA0Wl33 .offcanvas-body .mbr-text,
  .cid-uHgaA0Wl33 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uHgaA0Wl33 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uHgaA0Wl33 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uHgaA0Wl33 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uHgaA0Wl33 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uHgaA0Wl33 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uHgaA0Wl33 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uHgaA0Wl33 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uHgaA0Wl33 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uHgaA0Wl33 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHgaA0Wl33 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uHgaA0Wl33 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uHgaA0Wl33 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uHgaA0Wl33 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uHgaA0Wl33 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uHgaA0Wl33 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uHgaA0Wl33 .nav-item {
    margin: 0 !important;
  }
}
.cid-uHgaA0Wl33 .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-uHgaA0Wl33 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #6567ee;
  transition: all 0.3s ease-out;
}
.cid-uHgaA0Wl33 .nav-item .nav-link:hover {
  color: #6567ee !important;
}
.cid-uHgaA0Wl33 .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uHgaA0Wl33 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uHgaA0Wl33 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uHgaA0Wl33 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uHgaA0Wl33 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHgaA0Wl33 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uHgaA0Wl33 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uHgaA0Wl33 .offcanvas_box {
    display: none;
  }
}
.cid-uHgaA0Wl33 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uHgaA0Wl33 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uHgaA0Wl33 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uHgaA0Wl33 .container {
  display: flex;
  margin: auto;
}
.cid-uHgaA0Wl33 .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uHgaA0Wl33 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uHgaA0Wl33 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uHgaA0Wl33 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uHgaA0Wl33 .navbar-nav {
    margin: 0;
  }
}
.cid-uHgaA0Wl33 .dropdown-menu,
.cid-uHgaA0Wl33 .navbar.opened {
  background-color: false !important;
}
.cid-uHgaA0Wl33 .nav-item:focus,
.cid-uHgaA0Wl33 .nav-link:focus {
  outline: none;
}
.cid-uHgaA0Wl33 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHgaA0Wl33 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHgaA0Wl33 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHgaA0Wl33 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHgaA0Wl33 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHgaA0Wl33 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHgaA0Wl33 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uHgaA0Wl33 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uHgaA0Wl33 .navbar.opened {
  transition: all 0.3s;
}
.cid-uHgaA0Wl33 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uHgaA0Wl33 .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-uHgaA0Wl33 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uHgaA0Wl33 .navbar.collapsed {
  justify-content: center;
}
.cid-uHgaA0Wl33 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHgaA0Wl33 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uHgaA0Wl33 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHgaA0Wl33 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHgaA0Wl33 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHgaA0Wl33 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uHgaA0Wl33 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHgaA0Wl33 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uHgaA0Wl33 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uHgaA0Wl33 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHgaA0Wl33 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHgaA0Wl33 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uHgaA0Wl33 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHgaA0Wl33 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uHgaA0Wl33 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHgaA0Wl33 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uHgaA0Wl33 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uHgaA0Wl33 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uHgaA0Wl33 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHgaA0Wl33 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHgaA0Wl33 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uHgaA0Wl33 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHgaA0Wl33 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHgaA0Wl33 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHgaA0Wl33 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHgaA0Wl33 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uHgaA0Wl33 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHgaA0Wl33 .dropdown-item.active,
.cid-uHgaA0Wl33 .dropdown-item:active {
  background-color: transparent;
}
.cid-uHgaA0Wl33 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHgaA0Wl33 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHgaA0Wl33 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHgaA0Wl33 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHgaA0Wl33 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uHgaA0Wl33 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHgaA0Wl33 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e0e10;
  background: #6567ee;
}
.cid-uHgaA0Wl33 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uHgaA0Wl33 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHgaA0Wl33 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHgaA0Wl33 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHgaA0Wl33 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHgaA0Wl33 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHgaA0Wl33 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHgaA0Wl33 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHgaA0Wl33 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHgaA0Wl33 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uHgaA0Wl33 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHgaA0Wl33 .navbar {
    height: 70px;
  }
  .cid-uHgaA0Wl33 .navbar.opened {
    height: auto;
  }
  .cid-uHgaA0Wl33 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHgaA0Wl33 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uHgaA0Wl33 .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .cid-uHgaA0Wl33 .container-fluid {
    padding-left: 130px;
    padding-right: 130px;
  }
}
.cid-uHgaA0Wl33 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uHgaA0Wl33 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  padding: 20px 35px;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uHgaA0Wl33 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uHgaA0Wl33 .navbar-caption:hover {
  opacity: .5;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uHgaA0Wl33 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uHgaA0Wl33 .text_widget {
  margin-bottom: 32px;
}
.cid-uHgaA0Wl33 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uHgaA0Wl33 .text_widget a:hover {
  color: #6567ee !important;
}
.cid-uHgaA0Wl33 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uHgaA0Wl33 .navbar-caption {
  color: #ffffff;
}
.cid-uHgaA0Wl33 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uHgaA0Wl33 .mbr-section-subtitle,
.cid-uHgaA0Wl33 .text_widget,
.cid-uHgaA0Wl33 .mbr-section-btn {
  text-align: left;
}
.cid-uHgaA0Wl33 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uHgaA1E3zh {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uHgaA1E3zh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHgaA1E3zh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHgaA1E3zh .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uHgaA1E3zh .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uHgaA1E3zh .container {
    padding: 0 20px;
  }
}
.cid-uHgaA1E3zh .row {
  padding: 90px 82px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uHgaA1E3zh .row {
    padding: 50px 16px;
  }
}
.cid-uHgaA1E3zh .row .blur-wrap_1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5fd7b;
  filter: blur(120px);
}
.cid-uHgaA1E3zh .row .blur-wrap_2 {
  position: absolute;
  bottom: -8rem;
  right: 15%;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-color: #4448e5;
  filter: blur(150px);
}
.cid-uHgaA1E3zh .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #000000;
  opacity: 1;
}
.cid-uHgaA1E3zh .row .image-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}
.cid-uHgaA1E3zh .row .image-wrapper img {
  height: 400px;
  width: 70%;
  object-fit: cover;
  border-radius: 50px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uHgaA1E3zh .row .image-wrapper img {
    height: 300px;
    width: 100%;
    margin: 0;
  }
}
.cid-uHgaA1E3zh .row .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uHgaA1E3zh .row .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uHgaA1E3zh .row .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uHgaA1E3zh .row .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uHgaA1E3zh .row .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uHgaA1E3zh .mbr-desc {
  color: #ffffff;
}
.cid-uHgaA1E3zh .mbr-section-title {
  color: #ffffff;
}
.cid-uHgaA1E3zh .mbr-text {
  color: #ffffff;
}
.cid-uJoo1JQDGl {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uJoo1JQDGl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoo1JQDGl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJoo1JQDGl .row {
  justify-content: center;
}
.cid-uJoo1JQDGl .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJoo1JQDGl .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJoo1JQDGl .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJoo1JQDGl .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJoo1JQDGl .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJoo1JQDGl .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJoo1JQDGl .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJoo1JQDGl .mbr-section-title {
  color: #ffffff;
}
.cid-uJoo1JQDGl .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uJoo1JQDGl .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uJoo1JQDGl .mbr-section-title,
.cid-uJoo1JQDGl .mbr-section-btn {
  text-align: center;
}
.cid-uJoo2p5Twf {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uJoo2p5Twf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoo2p5Twf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJoo2p5Twf .row {
  justify-content: center;
}
.cid-uJoo2p5Twf .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJoo2p5Twf .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJoo2p5Twf .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJoo2p5Twf .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJoo2p5Twf .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJoo2p5Twf .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJoo2p5Twf .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJoo2p5Twf .mbr-section-title {
  color: #ffffff;
}
.cid-uJoo2p5Twf .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uJoo2p5Twf .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uJoo2p5Twf .mbr-section-title,
.cid-uJoo2p5Twf .mbr-section-btn {
  text-align: center;
}
.cid-uJoo32fEQV {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uJoo32fEQV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoo32fEQV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJoo32fEQV .row {
  justify-content: center;
}
.cid-uJoo32fEQV .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJoo32fEQV .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJoo32fEQV .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJoo32fEQV .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJoo32fEQV .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJoo32fEQV .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJoo32fEQV .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJoo32fEQV .mbr-section-title {
  color: #ffffff;
}
.cid-uJoo32fEQV .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uJoo32fEQV .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uJoo32fEQV .mbr-section-title,
.cid-uJoo32fEQV .mbr-section-btn {
  text-align: center;
}
.cid-uJoo3EpWvh {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uJoo3EpWvh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoo3EpWvh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJoo3EpWvh .row {
  justify-content: center;
}
.cid-uJoo3EpWvh .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJoo3EpWvh .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJoo3EpWvh .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJoo3EpWvh .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJoo3EpWvh .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJoo3EpWvh .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJoo3EpWvh .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJoo3EpWvh .mbr-section-title {
  color: #ffffff;
}
.cid-uJoo3EpWvh .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uJoo3EpWvh .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uJoo3EpWvh .mbr-section-title,
.cid-uJoo3EpWvh .mbr-section-btn {
  text-align: center;
}
.cid-uJoo4i9Aa1 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uJoo4i9Aa1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoo4i9Aa1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJoo4i9Aa1 .row {
  justify-content: center;
}
.cid-uJoo4i9Aa1 .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJoo4i9Aa1 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJoo4i9Aa1 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJoo4i9Aa1 .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJoo4i9Aa1 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJoo4i9Aa1 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJoo4i9Aa1 .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJoo4i9Aa1 .mbr-section-title {
  color: #ffffff;
}
.cid-uJoo4i9Aa1 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uJoo4i9Aa1 .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uJoo4i9Aa1 .mbr-section-title,
.cid-uJoo4i9Aa1 .mbr-section-btn {
  text-align: center;
}
.cid-uJoq30EoG8 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uJoq30EoG8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoq30EoG8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJoq30EoG8 .row {
  justify-content: center;
}
.cid-uJoq30EoG8 .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJoq30EoG8 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJoq30EoG8 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJoq30EoG8 .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJoq30EoG8 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJoq30EoG8 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJoq30EoG8 .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJoq30EoG8 .mbr-section-title {
  color: #ffffff;
}
.cid-uJoq30EoG8 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uJoq30EoG8 .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uJoq30EoG8 .mbr-section-title,
.cid-uJoq30EoG8 .mbr-section-btn {
  text-align: center;
}
.cid-uJoq3MwIQx {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uJoq3MwIQx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoq3MwIQx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJoq3MwIQx .row {
  justify-content: center;
}
.cid-uJoq3MwIQx .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJoq3MwIQx .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJoq3MwIQx .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJoq3MwIQx .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJoq3MwIQx .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJoq3MwIQx .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJoq3MwIQx .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJoq3MwIQx .mbr-section-title {
  color: #ffffff;
}
.cid-uJoq3MwIQx .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uJoq3MwIQx .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uJoq3MwIQx .mbr-section-title,
.cid-uJoq3MwIQx .mbr-section-btn {
  text-align: center;
}
.cid-uJoq4ood0T {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uJoq4ood0T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoq4ood0T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJoq4ood0T .row {
  justify-content: center;
}
.cid-uJoq4ood0T .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJoq4ood0T .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJoq4ood0T .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJoq4ood0T .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJoq4ood0T .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJoq4ood0T .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJoq4ood0T .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJoq4ood0T .mbr-section-title {
  color: #ffffff;
}
.cid-uJoq4ood0T .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uJoq4ood0T .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uJoq4ood0T .mbr-section-title,
.cid-uJoq4ood0T .mbr-section-btn {
  text-align: center;
}
.cid-uJoq51hK3S {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uJoq51hK3S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoq51hK3S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJoq51hK3S .row {
  justify-content: center;
}
.cid-uJoq51hK3S .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJoq51hK3S .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJoq51hK3S .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJoq51hK3S .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJoq51hK3S .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJoq51hK3S .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJoq51hK3S .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJoq51hK3S .mbr-section-title {
  color: #ffffff;
}
.cid-uJoq51hK3S .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uJoq51hK3S .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uJoq51hK3S .mbr-section-title,
.cid-uJoq51hK3S .mbr-section-btn {
  text-align: center;
}
.cid-uJoq5F0KxK {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uJoq5F0KxK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoq5F0KxK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJoq5F0KxK .row {
  justify-content: center;
}
.cid-uJoq5F0KxK .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJoq5F0KxK .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJoq5F0KxK .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJoq5F0KxK .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJoq5F0KxK .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJoq5F0KxK .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJoq5F0KxK .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJoq5F0KxK .mbr-section-title {
  color: #ffffff;
}
.cid-uJoq5F0KxK .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uJoq5F0KxK .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uJoq5F0KxK .mbr-section-title,
.cid-uJoq5F0KxK .mbr-section-btn {
  text-align: center;
}
.cid-uJoq70XJnB {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uJoq70XJnB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoq70XJnB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJoq70XJnB .row {
  justify-content: center;
}
.cid-uJoq70XJnB .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJoq70XJnB .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJoq70XJnB .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJoq70XJnB .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJoq70XJnB .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJoq70XJnB .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJoq70XJnB .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJoq70XJnB .mbr-section-title {
  color: #ffffff;
}
.cid-uJoq70XJnB .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uJoq70XJnB .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uJoq70XJnB .mbr-section-title,
.cid-uJoq70XJnB .mbr-section-btn {
  text-align: center;
}
.cid-uJ8ehdi6PI {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uJ8ehdi6PI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ8ehdi6PI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ8ehdi6PI .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uJ8ehdi6PI .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uJ8ehdi6PI .container {
    padding: 0 20px;
  }
}
.cid-uJ8ehdi6PI .row.blur-row {
  padding: 50px 82px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uJ8ehdi6PI .row.blur-row {
    padding: 32px 16px;
  }
}
.cid-uJ8ehdi6PI .row.blur-row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #6567ee;
  opacity: 1;
}
.cid-uJ8ehdi6PI .row.blur-row .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uJ8ehdi6PI .row.blur-row .title-wrapper {
    margin-bottom: 50px;
    height: auto;
  }
}
.cid-uJ8ehdi6PI .row.blur-row .title-wrapper .title-wrap {
  width: 100%;
}
.cid-uJ8ehdi6PI .row.blur-row .title-wrapper .title-wrap .mbr-main-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uJ8ehdi6PI .row.blur-row .title-wrapper .title-wrap .mbr-main-title {
    margin-bottom: 32px;
  }
}
.cid-uJ8ehdi6PI .row.blur-row .title-wrapper .title-wrap .mbr-price {
  margin-bottom: 0;
}
.cid-uJ8ehdi6PI .row.blur-row .title-wrapper .title-wrap .list {
  padding: 0;
  margin-bottom: 0;
  list-style-position: inside;
}
.cid-uJ8ehdi6PI .row.blur-row .title-wrapper .title-wrap .list .item-wrap {
  margin-bottom: 0;
}
.cid-uJ8ehdi6PI .row.blur-row .title-wrapper .title-wrap .discount-wrap {
  margin-top: 32px;
}
.cid-uJ8ehdi6PI .row.blur-row .title-wrapper .title-wrap .discount-wrap .mbr-disc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #28e887;
  padding: 16px;
  margin-bottom: 0;
  border-radius: 16px;
}
.cid-uJ8ehdi6PI .mbr-section-title {
  margin-bottom: 16px;
  color: #000000;
}
.cid-uJ8ehdi6PI .dragArea.row {
  padding: 50px;
  border-radius: 50px;
  background-color: #f6f8f9;
}
@media (max-width: 992px) {
  .cid-uJ8ehdi6PI .dragArea.row {
    padding: 32px 16px;
  }
}
.cid-uJ8ehdi6PI .dragArea.row::before {
  content: none;
}
.cid-uJ8ehdi6PI .dragArea.row .form-group {
  padding-left: 0.1rem;
  padding-right: 0.1rem;
  margin-bottom: 16px !important;
}
.cid-uJ8ehdi6PI .dragArea.row .form-group .form-control {
  padding: 0 20px;
  border-radius: 65px;
  border: none;
  min-height: 65px;
  background-color: #ffffff;
  box-shadow: none;
}
.cid-uJ8ehdi6PI .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  opacity: .5;
}
.cid-uJ8ehdi6PI .dragArea.row .form-group textarea {
  padding: 20px;
}
.cid-uJ8ehdi6PI .dragArea.row .form-group .form-check .form-check-input {
  background-color: #6567ee;
  border-collapse: #6567ee;
}
.cid-uJ8ehdi6PI .dragArea.row .mbr-section-btn {
  padding-left: 0.1rem;
  padding-right: 0.1rem;
}
.cid-uJ8ehdi6PI .dragArea.row .mbr-section-btn .btn {
  padding: 20px 50px;
  border-radius: 65px;
  display: inline-flex;
}
.cid-uJ8ehdi6PI .row.forms-row {
  padding: 0;
  border-radius: 0;
}
.cid-uJ8ehdi6PI .row.forms-row::before {
  content: none !important;
}
.cid-uJ8ehdi6PI .mbr-main-title {
  color: #ffffff;
}
.cid-uJ8ehdi6PI .mbr-price {
  color: #ffffff;
}
.cid-uJ8ehdi6PI .list {
  color: #ffffff;
}
.cid-uJ8ehdi6PI .mbr-disc {
  color: #000000;
}
.cid-uJ8ehdi6PI label {
  color: #f5fd7b;
}
.cid-uJoo5cTxsY {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uJoo5cTxsY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoo5cTxsY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJoo5cTxsY .row {
  justify-content: center;
}
.cid-uJoo5cTxsY .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #4448e5 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uJoo5cTxsY .title-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJoo5cTxsY .title-wrapper .title-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uJoo5cTxsY .title-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uJoo5cTxsY .title-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #ffffff, #4448e5 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uJoo5cTxsY .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJoo5cTxsY .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uJoo5cTxsY .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uJoo5cTxsY .mbr-label,
.cid-uJoo5cTxsY .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uJoo5cTxsY .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uJoo5cTxsY .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uJoo5cTxsY .mbr-text,
.cid-uJoo5cTxsY .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uJoo5cTxsY .mbr-section-title,
.cid-uJoo5cTxsY .mbr-section-btn {
  text-align: center;
}
.cid-uHgaA3s8bY {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uHgaA3s8bY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHgaA3s8bY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHgaA3s8bY .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uHgaA3s8bY .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uHgaA3s8bY .container {
    padding: 0 20px;
  }
}
.cid-uHgaA3s8bY .row {
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
.cid-uHgaA3s8bY .row img {
  height: 600px;
  object-fit: cover;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uHgaA3s8bY .row img {
    height: 300px;
  }
}
.cid-uHgaA3T8Nk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uHgaA3T8Nk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHgaA3T8Nk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHgaA3T8Nk .row {
  justify-content: center;
}
.cid-uHgaA3T8Nk .content-wrapper {
  padding-right: 68px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uHgaA3T8Nk .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uHgaA3T8Nk .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uHgaA3T8Nk .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHgaA3T8Nk .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 22px 0 0 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uHgaA3T8Nk .content-wrapper .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 12px 12px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uHgaA3T8Nk .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uHgaA3T8Nk .content-wrapper .nav-wrapper .list .item-wrap:focus {
  background-image: linear-gradient(90deg, #ffffff, #0047ff 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uHgaA3T8Nk .content-wrapper .social {
  margin-top: 22px;
}
.cid-uHgaA3T8Nk .content-wrapper .social .mbr-desc {
  margin-bottom: 16px;
}
.cid-uHgaA3T8Nk .content-wrapper .social .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uHgaA3T8Nk .content-wrapper .social .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uHgaA3T8Nk .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uHgaA3T8Nk .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-image: linear-gradient(135deg, #a78aff, #0047ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uHgaA3T8Nk .content-wrapper .social .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #ffffff;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  margin: 0 26px 16px 0;
}
.cid-uHgaA3T8Nk .image-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uHgaA3T8Nk .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uHgaA3T8Nk .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uHgaA3T8Nk .mbr-copy {
  position: relative;
  margin-bottom: 0;
  padding-top: 22px;
  color: #ffffff;
  text-align: center;
}
.cid-uHgaA3T8Nk .mbr-copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uHgaA3T8Nk .mbr-section-title {
  color: #ffffff;
}
.cid-uHgaA3T8Nk .mbr-text {
  color: #ffffff;
}
.cid-uHgaA3T8Nk .mbr-desc {
  color: #ffffff;
}
.cid-uHgaA3T8Nk .list {
  color: #ffffff;
}
.cid-uHgaA3T8Nk .mbr-desc,
.cid-uHgaA3T8Nk .social-wrapper {
  color: #ffffff;
}
.cid-uG6uRn2vJj {
  z-index: 1000;
  width: 100%;
}
.cid-uG6uRn2vJj .navbar-dropdown {
  background-color: #0e0e10 !important;
  padding: 0;
  position: fixed;
}
.cid-uG6uRn2vJj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e0e10 !important;
  background: #0e0e10;
}
.cid-uG6uRn2vJj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uG6uRn2vJj .menu_box .navbar.opened,
  .cid-uG6uRn2vJj .menu_box .navbar-collapse {
    background-color: #0e0e10 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uG6uRn2vJj nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uG6uRn2vJj .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uG6uRn2vJj .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uG6uRn2vJj .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uG6uRn2vJj .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uG6uRn2vJj .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uG6uRn2vJj .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #181a25;
  }
  .cid-uG6uRn2vJj .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uG6uRn2vJj .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uG6uRn2vJj .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uG6uRn2vJj .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uG6uRn2vJj .offcanvas-body .mbr-text,
  .cid-uG6uRn2vJj .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uG6uRn2vJj .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uG6uRn2vJj .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uG6uRn2vJj .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uG6uRn2vJj .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uG6uRn2vJj .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uG6uRn2vJj .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uG6uRn2vJj .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uG6uRn2vJj ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uG6uRn2vJj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uG6uRn2vJj .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uG6uRn2vJj .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uG6uRn2vJj li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uG6uRn2vJj .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uG6uRn2vJj .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uG6uRn2vJj .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uG6uRn2vJj .nav-item {
    margin: 0 !important;
  }
}
.cid-uG6uRn2vJj .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-uG6uRn2vJj .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #6567ee;
  transition: all 0.3s ease-out;
}
.cid-uG6uRn2vJj .nav-item .nav-link:hover {
  color: #6567ee !important;
}
.cid-uG6uRn2vJj .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uG6uRn2vJj .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uG6uRn2vJj .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uG6uRn2vJj .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uG6uRn2vJj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uG6uRn2vJj .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uG6uRn2vJj .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uG6uRn2vJj .offcanvas_box {
    display: none;
  }
}
.cid-uG6uRn2vJj .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uG6uRn2vJj .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uG6uRn2vJj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uG6uRn2vJj .container {
  display: flex;
  margin: auto;
}
.cid-uG6uRn2vJj .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uG6uRn2vJj .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uG6uRn2vJj .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uG6uRn2vJj .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uG6uRn2vJj .navbar-nav {
    margin: 0;
  }
}
.cid-uG6uRn2vJj .dropdown-menu,
.cid-uG6uRn2vJj .navbar.opened {
  background-color: false !important;
}
.cid-uG6uRn2vJj .nav-item:focus,
.cid-uG6uRn2vJj .nav-link:focus {
  outline: none;
}
.cid-uG6uRn2vJj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uG6uRn2vJj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uG6uRn2vJj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uG6uRn2vJj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uG6uRn2vJj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uG6uRn2vJj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uG6uRn2vJj .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uG6uRn2vJj .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uG6uRn2vJj .navbar.opened {
  transition: all 0.3s;
}
.cid-uG6uRn2vJj .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uG6uRn2vJj .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-uG6uRn2vJj .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uG6uRn2vJj .navbar.collapsed {
  justify-content: center;
}
.cid-uG6uRn2vJj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uG6uRn2vJj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uG6uRn2vJj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uG6uRn2vJj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uG6uRn2vJj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uG6uRn2vJj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uG6uRn2vJj .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uG6uRn2vJj .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uG6uRn2vJj .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uG6uRn2vJj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uG6uRn2vJj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uG6uRn2vJj .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uG6uRn2vJj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uG6uRn2vJj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uG6uRn2vJj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uG6uRn2vJj .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uG6uRn2vJj .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uG6uRn2vJj .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uG6uRn2vJj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uG6uRn2vJj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uG6uRn2vJj .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uG6uRn2vJj .navbar.navbar-short {
  min-height: 60px;
}
.cid-uG6uRn2vJj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uG6uRn2vJj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uG6uRn2vJj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uG6uRn2vJj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uG6uRn2vJj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uG6uRn2vJj .dropdown-item.active,
.cid-uG6uRn2vJj .dropdown-item:active {
  background-color: transparent;
}
.cid-uG6uRn2vJj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uG6uRn2vJj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uG6uRn2vJj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uG6uRn2vJj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uG6uRn2vJj ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uG6uRn2vJj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uG6uRn2vJj button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e0e10;
  background: #6567ee;
}
.cid-uG6uRn2vJj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uG6uRn2vJj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uG6uRn2vJj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uG6uRn2vJj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uG6uRn2vJj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uG6uRn2vJj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uG6uRn2vJj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uG6uRn2vJj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uG6uRn2vJj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uG6uRn2vJj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uG6uRn2vJj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uG6uRn2vJj .navbar {
    height: 70px;
  }
  .cid-uG6uRn2vJj .navbar.opened {
    height: auto;
  }
  .cid-uG6uRn2vJj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uG6uRn2vJj .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uG6uRn2vJj .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .cid-uG6uRn2vJj .container-fluid {
    padding-left: 130px;
    padding-right: 130px;
  }
}
.cid-uG6uRn2vJj .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uG6uRn2vJj .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  padding: 20px 35px;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uG6uRn2vJj .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uG6uRn2vJj .navbar-caption:hover {
  opacity: .5;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uG6uRn2vJj .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uG6uRn2vJj .text_widget {
  margin-bottom: 32px;
}
.cid-uG6uRn2vJj .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uG6uRn2vJj .text_widget a:hover {
  color: #6567ee !important;
}
.cid-uG6uRn2vJj .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uG6uRn2vJj .navbar-caption {
  color: #ffffff;
}
.cid-uG6uRn2vJj .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uG6uRn2vJj .mbr-section-subtitle,
.cid-uG6uRn2vJj .text_widget,
.cid-uG6uRn2vJj .mbr-section-btn {
  text-align: left;
}
.cid-uG6uRn2vJj a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uG6uRnzzPv {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uG6uRnzzPv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG6uRnzzPv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG6uRnzzPv .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uG6uRnzzPv .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uG6uRnzzPv .container {
    padding: 0 20px;
  }
}
.cid-uG6uRnzzPv .row {
  padding: 90px 82px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uG6uRnzzPv .row {
    padding: 50px 16px;
  }
}
.cid-uG6uRnzzPv .row .blur-wrap_1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5fd7b;
  filter: blur(120px);
}
.cid-uG6uRnzzPv .row .blur-wrap_2 {
  position: absolute;
  bottom: -8rem;
  right: 15%;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-color: #4448e5;
  filter: blur(150px);
}
.cid-uG6uRnzzPv .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #000000;
  opacity: 1;
}
.cid-uG6uRnzzPv .row .image-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}
.cid-uG6uRnzzPv .row .image-wrapper img {
  height: 400px;
  width: 70%;
  object-fit: cover;
  border-radius: 50px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uG6uRnzzPv .row .image-wrapper img {
    height: 300px;
    width: 100%;
    margin: 0;
  }
}
.cid-uG6uRnzzPv .row .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uG6uRnzzPv .row .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uG6uRnzzPv .row .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uG6uRnzzPv .row .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uG6uRnzzPv .row .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uG6uRnzzPv .mbr-desc {
  color: #ffffff;
}
.cid-uG6uRnzzPv .mbr-section-title {
  color: #ffffff;
}
.cid-uG6uRnzzPv .mbr-text {
  color: #ffffff;
}
.cid-uJLxRjXEpy {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uJLxRjXEpy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJLxRjXEpy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJLxRjXEpy .row {
  justify-content: center;
}
.cid-uJLxRjXEpy .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #4448e5 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uJLxRjXEpy .title-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJLxRjXEpy .title-wrapper .title-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uJLxRjXEpy .title-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uJLxRjXEpy .title-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #ffffff, #4448e5 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uJLxRjXEpy .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJLxRjXEpy .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uJLxRjXEpy .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uJLxRjXEpy .mbr-label,
.cid-uJLxRjXEpy .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uJLxRjXEpy .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uJLxRjXEpy .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uJLxRjXEpy .mbr-text,
.cid-uJLxRjXEpy .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uJLxRjXEpy .mbr-section-title,
.cid-uJLxRjXEpy .mbr-section-btn {
  text-align: center;
}
.cid-uJoGGnQ7XS {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uJoGGnQ7XS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoGGnQ7XS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJoGGnQ7XS .row {
  justify-content: center;
}
.cid-uJoGGnQ7XS .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJoGGnQ7XS .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJoGGnQ7XS .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJoGGnQ7XS .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJoGGnQ7XS .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJoGGnQ7XS .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJoGGnQ7XS .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJoGGnQ7XS .mbr-section-title {
  color: #ffffff;
}
.cid-uJoGGnQ7XS .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uJoGGnQ7XS .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uJoGGnQ7XS .mbr-section-title,
.cid-uJoGGnQ7XS .mbr-section-btn {
  text-align: center;
}
.cid-uJoXJvfIvM {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uJoXJvfIvM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoXJvfIvM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJoXJvfIvM .row {
  justify-content: center;
}
.cid-uJoXJvfIvM .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJoXJvfIvM .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJoXJvfIvM .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJoXJvfIvM .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJoXJvfIvM .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJoXJvfIvM .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJoXJvfIvM .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJoXJvfIvM .mbr-section-title {
  color: #ffffff;
}
.cid-uJoXJvfIvM .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uJoXJvfIvM .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uJoXJvfIvM .mbr-section-title,
.cid-uJoXJvfIvM .mbr-section-btn {
  text-align: center;
}
.cid-uJoHHwi3YP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uJoHHwi3YP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoHHwi3YP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJoHHwi3YP .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uJoHHwi3YP .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uJoHHwi3YP .container {
    padding: 0 20px;
  }
}
.cid-uJoHHwi3YP .row {
  padding: 0 8px;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uJoHHwi3YP .row {
    padding: 0;
  }
}
.cid-uJoHHwi3YP .card {
  padding: 0 8px;
  overflow: visible;
}
.cid-uJoHHwi3YP .card .card-wrapper {
  position: relative;
  padding: 32px;
  border-radius: 30px 80px 30px 30px;
  overflow: visible;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}
.cid-uJoHHwi3YP .card .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #595966;
  opacity: .5;
  border-radius: 30px 80px 30px 30px;
}
@media (max-width: 992px) {
  .cid-uJoHHwi3YP .card .card-wrapper {
    margin-bottom: 16px;
    padding: 32px 16px;
  }
}
.cid-uJoHHwi3YP .card .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
  padding-right: 60px;
}
.cid-uJoHHwi3YP .card .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uJoHHwi3YP .card .card-wrapper .title-wrapper .mbr-number {
  position: absolute;
  top: 0;
  right: -2rem;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0e0e10;
  border-radius: 50%;
  margin-top: -2rem;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJoHHwi3YP .card .card-wrapper .title-wrapper .mbr-number {
    right: 0;
  }
}
.cid-uJoHHwi3YP .card .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uJoHHwi3YP .card .card-wrapper .text-wrapper .mbr-text {
  margin-top: 25px;
  margin-bottom: 0;
}
.cid-uJoHHwi3YP .mbr-number {
  color: #ffffff;
}
.cid-uJoHHwi3YP .mbr-section-title {
  color: #4448e5;
}
.cid-uJoHHwi3YP .mbr-text {
  color: #ffffff;
}
.cid-uJoGE2e34D {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uJoGE2e34D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJoGE2e34D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJoGE2e34D .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uJoGE2e34D .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uJoGE2e34D .container {
    padding: 0 20px;
  }
}
.cid-uJoGE2e34D .row.blur-row {
  padding: 50px 82px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uJoGE2e34D .row.blur-row {
    padding: 32px 16px;
  }
}
.cid-uJoGE2e34D .row.blur-row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #6567ee;
  opacity: 1;
}
.cid-uJoGE2e34D .row.blur-row .title-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uJoGE2e34D .row.blur-row .title-wrapper {
    margin-bottom: 50px;
    height: auto;
  }
}
.cid-uJoGE2e34D .row.blur-row .title-wrapper .title-wrap {
  width: 100%;
}
.cid-uJoGE2e34D .row.blur-row .title-wrapper .title-wrap .mbr-main-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uJoGE2e34D .row.blur-row .title-wrapper .title-wrap .mbr-main-title {
    margin-bottom: 32px;
  }
}
.cid-uJoGE2e34D .row.blur-row .title-wrapper .title-wrap .mbr-price {
  margin-bottom: 0;
}
.cid-uJoGE2e34D .row.blur-row .title-wrapper .title-wrap .list {
  padding: 0;
  margin-bottom: 0;
  list-style-position: inside;
}
.cid-uJoGE2e34D .row.blur-row .title-wrapper .title-wrap .list .item-wrap {
  margin-bottom: 0;
}
.cid-uJoGE2e34D .row.blur-row .title-wrapper .title-wrap .discount-wrap {
  margin-top: 32px;
}
.cid-uJoGE2e34D .row.blur-row .title-wrapper .title-wrap .discount-wrap .mbr-disc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #28e887;
  padding: 16px;
  margin-bottom: 0;
  border-radius: 16px;
}
.cid-uJoGE2e34D .mbr-section-title {
  margin-bottom: 16px;
  color: #000000;
}
.cid-uJoGE2e34D .dragArea.row {
  padding: 50px;
  border-radius: 50px;
  background-color: #f6f8f9;
}
@media (max-width: 992px) {
  .cid-uJoGE2e34D .dragArea.row {
    padding: 32px 16px;
  }
}
.cid-uJoGE2e34D .dragArea.row::before {
  content: none;
}
.cid-uJoGE2e34D .dragArea.row .form-group {
  padding-left: 0.1rem;
  padding-right: 0.1rem;
  margin-bottom: 16px !important;
}
.cid-uJoGE2e34D .dragArea.row .form-group .form-control {
  padding: 0 20px;
  border-radius: 65px;
  border: none;
  min-height: 65px;
  background-color: #ffffff;
  box-shadow: none;
}
.cid-uJoGE2e34D .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  opacity: .5;
}
.cid-uJoGE2e34D .dragArea.row .form-group textarea {
  padding: 20px;
}
.cid-uJoGE2e34D .dragArea.row .form-group .form-check .form-check-input {
  background-color: #6567ee;
  border-collapse: #6567ee;
}
.cid-uJoGE2e34D .dragArea.row .mbr-section-btn {
  padding-left: 0.1rem;
  padding-right: 0.1rem;
}
.cid-uJoGE2e34D .dragArea.row .mbr-section-btn .btn {
  padding: 20px 50px;
  border-radius: 65px;
  display: inline-flex;
}
.cid-uJoGE2e34D .row.forms-row {
  padding: 0;
  border-radius: 0;
}
.cid-uJoGE2e34D .row.forms-row::before {
  content: none !important;
}
.cid-uJoGE2e34D .mbr-main-title {
  color: #ffffff;
}
.cid-uJoGE2e34D .mbr-price {
  color: #ffffff;
}
.cid-uJoGE2e34D .list {
  color: #ffffff;
}
.cid-uJoGE2e34D .mbr-disc {
  color: #000000;
}
.cid-uJoGE2e34D label {
  color: #f5fd7b;
}
.cid-uJp0d03Bab {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uJp0d03Bab .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJp0d03Bab .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJp0d03Bab .row {
  justify-content: center;
}
.cid-uJp0d03Bab .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJp0d03Bab .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJp0d03Bab .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJp0d03Bab .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJp0d03Bab .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJp0d03Bab .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJp0d03Bab .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJp0d03Bab .mbr-section-title {
  color: #ffffff;
}
.cid-uJp0d03Bab .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uJp0d03Bab .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uJp0d03Bab .mbr-section-title,
.cid-uJp0d03Bab .mbr-section-btn {
  text-align: center;
}
.cid-uJp0e6yPO3 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uJp0e6yPO3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJp0e6yPO3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJp0e6yPO3 .row {
  justify-content: center;
}
.cid-uJp0e6yPO3 .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJp0e6yPO3 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJp0e6yPO3 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJp0e6yPO3 .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJp0e6yPO3 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJp0e6yPO3 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJp0e6yPO3 .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJp0e6yPO3 .mbr-section-title {
  color: #ffffff;
}
.cid-uJp0e6yPO3 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uJp0e6yPO3 .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uJp0e6yPO3 .mbr-section-title,
.cid-uJp0e6yPO3 .mbr-section-btn {
  text-align: center;
}
.cid-uJp0eSZ2Kd {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uJp0eSZ2Kd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJp0eSZ2Kd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJp0eSZ2Kd .row {
  justify-content: center;
}
.cid-uJp0eSZ2Kd .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJp0eSZ2Kd .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJp0eSZ2Kd .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJp0eSZ2Kd .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJp0eSZ2Kd .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJp0eSZ2Kd .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJp0eSZ2Kd .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJp0eSZ2Kd .mbr-section-title {
  color: #ffffff;
}
.cid-uJp0eSZ2Kd .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uJp0eSZ2Kd .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uJp0eSZ2Kd .mbr-section-title,
.cid-uJp0eSZ2Kd .mbr-section-btn {
  text-align: center;
}
.cid-uJpmBqsLkA {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uJpmBqsLkA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJpmBqsLkA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uJpmBqsLkA .container {
    padding: 0 20px;
  }
}
.cid-uJpmBqsLkA .row {
  margin: 0;
}
.cid-uJpmBqsLkA .row .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uJpmBqsLkA .row .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uJpmBqsLkA .row .panel-group .card {
  border-bottom: 2px solid #ffffff;
  border-radius: 0;
}
.cid-uJpmBqsLkA .row .panel-group .card:first-child {
  border-top: 2px solid #ffffff;
}
.cid-uJpmBqsLkA .row .panel-group .card .card-header {
  padding: 32px 0;
  border-bottom: none;
  background-color: transparent;
}
.cid-uJpmBqsLkA .row .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uJpmBqsLkA .row .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uJpmBqsLkA .row .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uJpmBqsLkA .row .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-out;
}
.cid-uJpmBqsLkA .row .panel-group .card .panel-collapse .panel-body {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uJpmBqsLkA .row .panel-group .card .panel-collapse .panel-body {
    margin-bottom: 32px;
  }
}
.cid-uJpmBqsLkA .row .panel-group .card .panel-collapse .panel-body .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uJpmBqsLkA .row .panel-group .card .panel-collapse .panel-body .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uJpmBqsLkA .mbr-section-title {
  color: #ffffff;
}
.cid-uJpmBqsLkA .panel-title-edit,
.cid-uJpmBqsLkA .mbr-iconfont {
  color: #4448e5;
}
.cid-uJpmBqsLkA .mbr-text {
  color: #ffffff;
}
.cid-uJpoq6qD0m {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uJpoq6qD0m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJpoq6qD0m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uJpoq6qD0m .container {
    padding: 0 20px;
  }
}
.cid-uJpoq6qD0m .row {
  margin: 0;
}
.cid-uJpoq6qD0m .row .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uJpoq6qD0m .row .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uJpoq6qD0m .row .panel-group .card {
  border-bottom: 2px solid #ffffff;
  border-radius: 0;
}
.cid-uJpoq6qD0m .row .panel-group .card:first-child {
  border-top: 2px solid #ffffff;
}
.cid-uJpoq6qD0m .row .panel-group .card .card-header {
  padding: 32px 0;
  border-bottom: none;
  background-color: transparent;
}
.cid-uJpoq6qD0m .row .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uJpoq6qD0m .row .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uJpoq6qD0m .row .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uJpoq6qD0m .row .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-out;
}
.cid-uJpoq6qD0m .row .panel-group .card .panel-collapse .panel-body {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uJpoq6qD0m .row .panel-group .card .panel-collapse .panel-body {
    margin-bottom: 32px;
  }
}
.cid-uJpoq6qD0m .row .panel-group .card .panel-collapse .panel-body .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uJpoq6qD0m .row .panel-group .card .panel-collapse .panel-body .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uJpoq6qD0m .mbr-section-title {
  color: #ffffff;
}
.cid-uJpoq6qD0m .panel-title-edit,
.cid-uJpoq6qD0m .mbr-iconfont {
  color: #4448e5;
}
.cid-uJpoq6qD0m .mbr-text {
  color: #ffffff;
}
.cid-uG6uRpqE6f {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uG6uRpqE6f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG6uRpqE6f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG6uRpqE6f .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uG6uRpqE6f .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uG6uRpqE6f .container {
    padding: 0 20px;
  }
}
.cid-uG6uRpqE6f .row {
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
.cid-uG6uRpqE6f .row img {
  height: 600px;
  object-fit: cover;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uG6uRpqE6f .row img {
    height: 300px;
  }
}
.cid-uGFKOUia1s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uGFKOUia1s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGFKOUia1s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGFKOUia1s .row {
  justify-content: center;
}
.cid-uGFKOUia1s .content-wrapper {
  padding-right: 68px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uGFKOUia1s .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uGFKOUia1s .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uGFKOUia1s .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uGFKOUia1s .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 22px 0 0 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uGFKOUia1s .content-wrapper .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 12px 12px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uGFKOUia1s .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uGFKOUia1s .content-wrapper .nav-wrapper .list .item-wrap:focus {
  background-image: linear-gradient(90deg, #ffffff, #0047ff 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uGFKOUia1s .content-wrapper .social {
  margin-top: 22px;
}
.cid-uGFKOUia1s .content-wrapper .social .mbr-desc {
  margin-bottom: 16px;
}
.cid-uGFKOUia1s .content-wrapper .social .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uGFKOUia1s .content-wrapper .social .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uGFKOUia1s .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uGFKOUia1s .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-image: linear-gradient(135deg, #a78aff, #0047ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uGFKOUia1s .content-wrapper .social .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #ffffff;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  margin: 0 26px 16px 0;
}
.cid-uGFKOUia1s .image-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uGFKOUia1s .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uGFKOUia1s .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uGFKOUia1s .mbr-copy {
  position: relative;
  margin-bottom: 0;
  padding-top: 22px;
  color: #ffffff;
  text-align: center;
}
.cid-uGFKOUia1s .mbr-copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uGFKOUia1s .mbr-section-title {
  color: #ffffff;
}
.cid-uGFKOUia1s .mbr-text {
  color: #ffffff;
}
.cid-uGFKOUia1s .mbr-desc {
  color: #ffffff;
}
.cid-uGFKOUia1s .list {
  color: #ffffff;
}
.cid-uGFKOUia1s .mbr-desc,
.cid-uGFKOUia1s .social-wrapper {
  color: #ffffff;
}
.cid-uG6uSlA0Ua {
  z-index: 1000;
  width: 100%;
}
.cid-uG6uSlA0Ua .navbar-dropdown {
  background-color: #0e0e10 !important;
  padding: 0;
  position: fixed;
}
.cid-uG6uSlA0Ua .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e0e10 !important;
  background: #0e0e10;
}
.cid-uG6uSlA0Ua .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uG6uSlA0Ua .menu_box .navbar.opened,
  .cid-uG6uSlA0Ua .menu_box .navbar-collapse {
    background-color: #0e0e10 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uG6uSlA0Ua nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uG6uSlA0Ua .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uG6uSlA0Ua .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uG6uSlA0Ua .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uG6uSlA0Ua .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uG6uSlA0Ua .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uG6uSlA0Ua .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #181a25;
  }
  .cid-uG6uSlA0Ua .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uG6uSlA0Ua .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uG6uSlA0Ua .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uG6uSlA0Ua .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uG6uSlA0Ua .offcanvas-body .mbr-text,
  .cid-uG6uSlA0Ua .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uG6uSlA0Ua .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uG6uSlA0Ua .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uG6uSlA0Ua .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uG6uSlA0Ua .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uG6uSlA0Ua .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uG6uSlA0Ua .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uG6uSlA0Ua .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uG6uSlA0Ua ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uG6uSlA0Ua .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uG6uSlA0Ua .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uG6uSlA0Ua .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uG6uSlA0Ua li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uG6uSlA0Ua .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uG6uSlA0Ua .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uG6uSlA0Ua .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uG6uSlA0Ua .nav-item {
    margin: 0 !important;
  }
}
.cid-uG6uSlA0Ua .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-uG6uSlA0Ua .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #6567ee;
  transition: all 0.3s ease-out;
}
.cid-uG6uSlA0Ua .nav-item .nav-link:hover {
  color: #6567ee !important;
}
.cid-uG6uSlA0Ua .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uG6uSlA0Ua .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uG6uSlA0Ua .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uG6uSlA0Ua .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uG6uSlA0Ua .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uG6uSlA0Ua .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uG6uSlA0Ua .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uG6uSlA0Ua .offcanvas_box {
    display: none;
  }
}
.cid-uG6uSlA0Ua .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uG6uSlA0Ua .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uG6uSlA0Ua .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uG6uSlA0Ua .container {
  display: flex;
  margin: auto;
}
.cid-uG6uSlA0Ua .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uG6uSlA0Ua .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uG6uSlA0Ua .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uG6uSlA0Ua .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uG6uSlA0Ua .navbar-nav {
    margin: 0;
  }
}
.cid-uG6uSlA0Ua .dropdown-menu,
.cid-uG6uSlA0Ua .navbar.opened {
  background-color: false !important;
}
.cid-uG6uSlA0Ua .nav-item:focus,
.cid-uG6uSlA0Ua .nav-link:focus {
  outline: none;
}
.cid-uG6uSlA0Ua .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uG6uSlA0Ua .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uG6uSlA0Ua .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uG6uSlA0Ua .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uG6uSlA0Ua .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uG6uSlA0Ua .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uG6uSlA0Ua .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uG6uSlA0Ua .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uG6uSlA0Ua .navbar.opened {
  transition: all 0.3s;
}
.cid-uG6uSlA0Ua .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uG6uSlA0Ua .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-uG6uSlA0Ua .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uG6uSlA0Ua .navbar.collapsed {
  justify-content: center;
}
.cid-uG6uSlA0Ua .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uG6uSlA0Ua .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uG6uSlA0Ua .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uG6uSlA0Ua .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uG6uSlA0Ua .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uG6uSlA0Ua .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uG6uSlA0Ua .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uG6uSlA0Ua .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uG6uSlA0Ua .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uG6uSlA0Ua .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uG6uSlA0Ua .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uG6uSlA0Ua .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uG6uSlA0Ua .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uG6uSlA0Ua .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uG6uSlA0Ua .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uG6uSlA0Ua .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uG6uSlA0Ua .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uG6uSlA0Ua .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uG6uSlA0Ua .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uG6uSlA0Ua .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uG6uSlA0Ua .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uG6uSlA0Ua .navbar.navbar-short {
  min-height: 60px;
}
.cid-uG6uSlA0Ua .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uG6uSlA0Ua .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uG6uSlA0Ua .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uG6uSlA0Ua .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uG6uSlA0Ua .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uG6uSlA0Ua .dropdown-item.active,
.cid-uG6uSlA0Ua .dropdown-item:active {
  background-color: transparent;
}
.cid-uG6uSlA0Ua .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uG6uSlA0Ua .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uG6uSlA0Ua .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uG6uSlA0Ua .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uG6uSlA0Ua ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uG6uSlA0Ua .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uG6uSlA0Ua button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e0e10;
  background: #6567ee;
}
.cid-uG6uSlA0Ua button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uG6uSlA0Ua button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uG6uSlA0Ua button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uG6uSlA0Ua button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uG6uSlA0Ua button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uG6uSlA0Ua nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uG6uSlA0Ua nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uG6uSlA0Ua nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uG6uSlA0Ua nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uG6uSlA0Ua a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uG6uSlA0Ua .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uG6uSlA0Ua .navbar {
    height: 70px;
  }
  .cid-uG6uSlA0Ua .navbar.opened {
    height: auto;
  }
  .cid-uG6uSlA0Ua .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uG6uSlA0Ua .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uG6uSlA0Ua .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .cid-uG6uSlA0Ua .container-fluid {
    padding-left: 130px;
    padding-right: 130px;
  }
}
.cid-uG6uSlA0Ua .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uG6uSlA0Ua .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  padding: 20px 35px;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uG6uSlA0Ua .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uG6uSlA0Ua .navbar-caption:hover {
  opacity: .5;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uG6uSlA0Ua .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uG6uSlA0Ua .text_widget {
  margin-bottom: 32px;
}
.cid-uG6uSlA0Ua .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uG6uSlA0Ua .text_widget a:hover {
  color: #6567ee !important;
}
.cid-uG6uSlA0Ua .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uG6uSlA0Ua .navbar-caption {
  color: #ffffff;
}
.cid-uG6uSlA0Ua .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uG6uSlA0Ua .mbr-section-subtitle,
.cid-uG6uSlA0Ua .text_widget,
.cid-uG6uSlA0Ua .mbr-section-btn {
  text-align: left;
}
.cid-uG6uSlA0Ua a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uG6uSm73In {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uG6uSm73In .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG6uSm73In .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG6uSm73In .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uG6uSm73In .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uG6uSm73In .container {
    padding: 0 20px;
  }
}
.cid-uG6uSm73In .row {
  padding: 90px 82px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uG6uSm73In .row {
    padding: 50px 16px;
  }
}
.cid-uG6uSm73In .row .blur-wrap_1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5fd7b;
  filter: blur(120px);
}
.cid-uG6uSm73In .row .blur-wrap_2 {
  position: absolute;
  bottom: -8rem;
  right: 15%;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-color: #4448e5;
  filter: blur(150px);
}
.cid-uG6uSm73In .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #000000;
  opacity: 1;
}
.cid-uG6uSm73In .row .image-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}
.cid-uG6uSm73In .row .image-wrapper img {
  height: 400px;
  width: 70%;
  object-fit: cover;
  border-radius: 50px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uG6uSm73In .row .image-wrapper img {
    height: 300px;
    width: 100%;
    margin: 0;
  }
}
.cid-uG6uSm73In .row .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uG6uSm73In .row .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uG6uSm73In .row .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uG6uSm73In .row .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uG6uSm73In .row .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uG6uSm73In .mbr-desc {
  color: #ffffff;
}
.cid-uG6uSm73In .mbr-section-title {
  color: #ffffff;
}
.cid-uG6uSm73In .mbr-text {
  color: #ffffff;
}
.cid-uJ91mkxawB {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uJ91mkxawB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ91mkxawB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ91mkxawB .row {
  justify-content: center;
}
.cid-uJ91mkxawB .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJ91mkxawB .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJ91mkxawB .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJ91mkxawB .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJ91mkxawB .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJ91mkxawB .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJ91mkxawB .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJ91mkxawB .mbr-section-title {
  color: #ffffff;
}
.cid-uJ91mkxawB .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uJ91mkxawB .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uJ91mkxawB .mbr-section-title,
.cid-uJ91mkxawB .mbr-section-btn {
  text-align: center;
}
.cid-uJ91n4OLUS {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uJ91n4OLUS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ91n4OLUS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ91n4OLUS .row {
  justify-content: center;
}
.cid-uJ91n4OLUS .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJ91n4OLUS .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJ91n4OLUS .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJ91n4OLUS .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJ91n4OLUS .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJ91n4OLUS .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJ91n4OLUS .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJ91n4OLUS .mbr-section-title {
  color: #ffffff;
}
.cid-uJ91n4OLUS .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uJ91n4OLUS .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uJ91n4OLUS .mbr-section-title,
.cid-uJ91n4OLUS .mbr-section-btn {
  text-align: center;
}
.cid-uJhaU9GEUJ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uJhaU9GEUJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJhaU9GEUJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJhaU9GEUJ .row {
  justify-content: center;
}
.cid-uJhaU9GEUJ .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJhaU9GEUJ .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJhaU9GEUJ .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJhaU9GEUJ .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJhaU9GEUJ .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJhaU9GEUJ .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJhaU9GEUJ .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJhaU9GEUJ .mbr-section-title {
  color: #ffffff;
}
.cid-uJhaU9GEUJ .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uJhaU9GEUJ .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uJhaU9GEUJ .mbr-section-title,
.cid-uJhaU9GEUJ .mbr-section-btn {
  text-align: center;
}
.cid-uJ91snXnaA {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uJ91snXnaA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ91snXnaA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ91snXnaA .row {
  justify-content: center;
}
.cid-uJ91snXnaA .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJ91snXnaA .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJ91snXnaA .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJ91snXnaA .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJ91snXnaA .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJ91snXnaA .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJ91snXnaA .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJ91snXnaA .mbr-section-title {
  color: #ffffff;
}
.cid-uJ91snXnaA .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uJ91snXnaA .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uJ91snXnaA .mbr-section-title,
.cid-uJ91snXnaA .mbr-section-btn {
  text-align: center;
}
.cid-uJ91nMtHvt {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uJ91nMtHvt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ91nMtHvt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ91nMtHvt .row {
  justify-content: center;
}
.cid-uJ91nMtHvt .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJ91nMtHvt .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJ91nMtHvt .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJ91nMtHvt .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJ91nMtHvt .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJ91nMtHvt .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJ91nMtHvt .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJ91nMtHvt .mbr-section-title {
  color: #ffffff;
}
.cid-uJ91nMtHvt .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uJ91nMtHvt .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uJ91nMtHvt .mbr-section-title,
.cid-uJ91nMtHvt .mbr-section-btn {
  text-align: center;
}
.cid-uJ91oy60Cj {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uJ91oy60Cj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ91oy60Cj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ91oy60Cj .row {
  justify-content: center;
}
.cid-uJ91oy60Cj .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJ91oy60Cj .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJ91oy60Cj .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJ91oy60Cj .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJ91oy60Cj .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJ91oy60Cj .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJ91oy60Cj .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJ91oy60Cj .mbr-section-title {
  color: #ffffff;
}
.cid-uJ91oy60Cj .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uJ91oy60Cj .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uJ91oy60Cj .mbr-section-title,
.cid-uJ91oy60Cj .mbr-section-btn {
  text-align: center;
}
.cid-uJ91pg1qQY {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uJ91pg1qQY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ91pg1qQY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ91pg1qQY .row {
  justify-content: center;
}
.cid-uJ91pg1qQY .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJ91pg1qQY .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJ91pg1qQY .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJ91pg1qQY .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJ91pg1qQY .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJ91pg1qQY .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJ91pg1qQY .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJ91pg1qQY .mbr-section-title {
  color: #ffffff;
}
.cid-uJ91pg1qQY .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uJ91pg1qQY .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uJ91pg1qQY .mbr-section-title,
.cid-uJ91pg1qQY .mbr-section-btn {
  text-align: center;
}
.cid-uJ91q730cp {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uJ91q730cp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ91q730cp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ91q730cp .row {
  justify-content: center;
}
.cid-uJ91q730cp .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJ91q730cp .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJ91q730cp .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJ91q730cp .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJ91q730cp .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJ91q730cp .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJ91q730cp .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJ91q730cp .mbr-section-title {
  color: #ffffff;
}
.cid-uJ91q730cp .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uJ91q730cp .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uJ91q730cp .mbr-section-title,
.cid-uJ91q730cp .mbr-section-btn {
  text-align: center;
}
.cid-uJ91qNxyFV {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uJ91qNxyFV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ91qNxyFV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ91qNxyFV .row {
  justify-content: center;
}
.cid-uJ91qNxyFV .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJ91qNxyFV .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJ91qNxyFV .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJ91qNxyFV .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJ91qNxyFV .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJ91qNxyFV .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJ91qNxyFV .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJ91qNxyFV .mbr-section-title {
  color: #ffffff;
}
.cid-uJ91qNxyFV .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uJ91qNxyFV .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uJ91qNxyFV .mbr-section-title,
.cid-uJ91qNxyFV .mbr-section-btn {
  text-align: center;
}
.cid-uJ91ta8JpY {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uJ91ta8JpY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ91ta8JpY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ91ta8JpY .row {
  justify-content: center;
}
.cid-uJ91ta8JpY .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJ91ta8JpY .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJ91ta8JpY .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJ91ta8JpY .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJ91ta8JpY .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJ91ta8JpY .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJ91ta8JpY .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJ91ta8JpY .mbr-section-title {
  color: #ffffff;
}
.cid-uJ91ta8JpY .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uJ91ta8JpY .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uJ91ta8JpY .mbr-section-title,
.cid-uJ91ta8JpY .mbr-section-btn {
  text-align: center;
}
.cid-uJ91rwffvf {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uJ91rwffvf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ91rwffvf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ91rwffvf .row {
  justify-content: center;
}
.cid-uJ91rwffvf .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJ91rwffvf .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJ91rwffvf .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJ91rwffvf .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJ91rwffvf .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJ91rwffvf .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJ91rwffvf .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJ91rwffvf .mbr-section-title {
  color: #ffffff;
}
.cid-uJ91rwffvf .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uJ91rwffvf .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uJ91rwffvf .mbr-section-title,
.cid-uJ91rwffvf .mbr-section-btn {
  text-align: center;
}
.cid-uJggT4mw93 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uJggT4mw93 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJggT4mw93 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJggT4mw93 .row {
  justify-content: center;
}
.cid-uJggT4mw93 .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #4448e5 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uJggT4mw93 .title-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJggT4mw93 .title-wrapper .title-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uJggT4mw93 .title-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uJggT4mw93 .title-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #ffffff, #4448e5 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uJggT4mw93 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJggT4mw93 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uJggT4mw93 .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uJggT4mw93 .mbr-label,
.cid-uJggT4mw93 .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uJggT4mw93 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uJggT4mw93 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uJggT4mw93 .mbr-text,
.cid-uJggT4mw93 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uJggT4mw93 .mbr-section-title,
.cid-uJggT4mw93 .mbr-section-btn {
  text-align: center;
}
.cid-uG6uSnSi6G {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uG6uSnSi6G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG6uSnSi6G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG6uSnSi6G .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uG6uSnSi6G .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uG6uSnSi6G .container {
    padding: 0 20px;
  }
}
.cid-uG6uSnSi6G .row {
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
.cid-uG6uSnSi6G .row img {
  height: 600px;
  object-fit: cover;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uG6uSnSi6G .row img {
    height: 300px;
  }
}
.cid-uGFKOUia1s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uGFKOUia1s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGFKOUia1s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGFKOUia1s .row {
  justify-content: center;
}
.cid-uGFKOUia1s .content-wrapper {
  padding-right: 68px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uGFKOUia1s .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uGFKOUia1s .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uGFKOUia1s .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uGFKOUia1s .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 22px 0 0 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uGFKOUia1s .content-wrapper .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 12px 12px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uGFKOUia1s .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uGFKOUia1s .content-wrapper .nav-wrapper .list .item-wrap:focus {
  background-image: linear-gradient(90deg, #ffffff, #0047ff 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uGFKOUia1s .content-wrapper .social {
  margin-top: 22px;
}
.cid-uGFKOUia1s .content-wrapper .social .mbr-desc {
  margin-bottom: 16px;
}
.cid-uGFKOUia1s .content-wrapper .social .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uGFKOUia1s .content-wrapper .social .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uGFKOUia1s .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uGFKOUia1s .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-image: linear-gradient(135deg, #a78aff, #0047ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uGFKOUia1s .content-wrapper .social .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #ffffff;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  margin: 0 26px 16px 0;
}
.cid-uGFKOUia1s .image-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uGFKOUia1s .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uGFKOUia1s .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uGFKOUia1s .mbr-copy {
  position: relative;
  margin-bottom: 0;
  padding-top: 22px;
  color: #ffffff;
  text-align: center;
}
.cid-uGFKOUia1s .mbr-copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uGFKOUia1s .mbr-section-title {
  color: #ffffff;
}
.cid-uGFKOUia1s .mbr-text {
  color: #ffffff;
}
.cid-uGFKOUia1s .mbr-desc {
  color: #ffffff;
}
.cid-uGFKOUia1s .list {
  color: #ffffff;
}
.cid-uGFKOUia1s .mbr-desc,
.cid-uGFKOUia1s .social-wrapper {
  color: #ffffff;
}
.cid-uGg9Jw8OEv {
  z-index: 1000;
  width: 100%;
}
.cid-uGg9Jw8OEv .navbar-dropdown {
  background-color: #0e0e10 !important;
  padding: 0;
  position: fixed;
}
.cid-uGg9Jw8OEv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e0e10 !important;
  background: #0e0e10;
}
.cid-uGg9Jw8OEv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uGg9Jw8OEv .menu_box .navbar.opened,
  .cid-uGg9Jw8OEv .menu_box .navbar-collapse {
    background-color: #0e0e10 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uGg9Jw8OEv nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uGg9Jw8OEv .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uGg9Jw8OEv .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uGg9Jw8OEv .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uGg9Jw8OEv .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uGg9Jw8OEv .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uGg9Jw8OEv .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #181a25;
  }
  .cid-uGg9Jw8OEv .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uGg9Jw8OEv .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uGg9Jw8OEv .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uGg9Jw8OEv .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uGg9Jw8OEv .offcanvas-body .mbr-text,
  .cid-uGg9Jw8OEv .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uGg9Jw8OEv .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uGg9Jw8OEv .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uGg9Jw8OEv .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uGg9Jw8OEv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uGg9Jw8OEv .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uGg9Jw8OEv .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uGg9Jw8OEv .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uGg9Jw8OEv ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uGg9Jw8OEv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uGg9Jw8OEv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uGg9Jw8OEv .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uGg9Jw8OEv li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uGg9Jw8OEv .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uGg9Jw8OEv .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uGg9Jw8OEv .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uGg9Jw8OEv .nav-item {
    margin: 0 !important;
  }
}
.cid-uGg9Jw8OEv .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-uGg9Jw8OEv .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #6567ee;
  transition: all 0.3s ease-out;
}
.cid-uGg9Jw8OEv .nav-item .nav-link:hover {
  color: #6567ee !important;
}
.cid-uGg9Jw8OEv .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uGg9Jw8OEv .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uGg9Jw8OEv .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uGg9Jw8OEv .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uGg9Jw8OEv .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uGg9Jw8OEv .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uGg9Jw8OEv .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uGg9Jw8OEv .offcanvas_box {
    display: none;
  }
}
.cid-uGg9Jw8OEv .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uGg9Jw8OEv .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uGg9Jw8OEv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uGg9Jw8OEv .container {
  display: flex;
  margin: auto;
}
.cid-uGg9Jw8OEv .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uGg9Jw8OEv .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uGg9Jw8OEv .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uGg9Jw8OEv .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uGg9Jw8OEv .navbar-nav {
    margin: 0;
  }
}
.cid-uGg9Jw8OEv .dropdown-menu,
.cid-uGg9Jw8OEv .navbar.opened {
  background-color: false !important;
}
.cid-uGg9Jw8OEv .nav-item:focus,
.cid-uGg9Jw8OEv .nav-link:focus {
  outline: none;
}
.cid-uGg9Jw8OEv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGg9Jw8OEv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGg9Jw8OEv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGg9Jw8OEv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGg9Jw8OEv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGg9Jw8OEv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGg9Jw8OEv .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uGg9Jw8OEv .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uGg9Jw8OEv .navbar.opened {
  transition: all 0.3s;
}
.cid-uGg9Jw8OEv .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uGg9Jw8OEv .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-uGg9Jw8OEv .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uGg9Jw8OEv .navbar.collapsed {
  justify-content: center;
}
.cid-uGg9Jw8OEv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGg9Jw8OEv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uGg9Jw8OEv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGg9Jw8OEv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGg9Jw8OEv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGg9Jw8OEv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uGg9Jw8OEv .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uGg9Jw8OEv .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uGg9Jw8OEv .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uGg9Jw8OEv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGg9Jw8OEv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGg9Jw8OEv .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uGg9Jw8OEv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGg9Jw8OEv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uGg9Jw8OEv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uGg9Jw8OEv .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uGg9Jw8OEv .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uGg9Jw8OEv .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uGg9Jw8OEv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uGg9Jw8OEv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGg9Jw8OEv .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uGg9Jw8OEv .navbar.navbar-short {
  min-height: 60px;
}
.cid-uGg9Jw8OEv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uGg9Jw8OEv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uGg9Jw8OEv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uGg9Jw8OEv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uGg9Jw8OEv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGg9Jw8OEv .dropdown-item.active,
.cid-uGg9Jw8OEv .dropdown-item:active {
  background-color: transparent;
}
.cid-uGg9Jw8OEv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGg9Jw8OEv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGg9Jw8OEv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGg9Jw8OEv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGg9Jw8OEv ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uGg9Jw8OEv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uGg9Jw8OEv button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e0e10;
  background: #6567ee;
}
.cid-uGg9Jw8OEv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uGg9Jw8OEv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGg9Jw8OEv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGg9Jw8OEv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGg9Jw8OEv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGg9Jw8OEv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGg9Jw8OEv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGg9Jw8OEv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGg9Jw8OEv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGg9Jw8OEv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uGg9Jw8OEv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGg9Jw8OEv .navbar {
    height: 70px;
  }
  .cid-uGg9Jw8OEv .navbar.opened {
    height: auto;
  }
  .cid-uGg9Jw8OEv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGg9Jw8OEv .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uGg9Jw8OEv .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .cid-uGg9Jw8OEv .container-fluid {
    padding-left: 130px;
    padding-right: 130px;
  }
}
.cid-uGg9Jw8OEv .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uGg9Jw8OEv .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  padding: 20px 35px;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uGg9Jw8OEv .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uGg9Jw8OEv .navbar-caption:hover {
  opacity: .5;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uGg9Jw8OEv .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uGg9Jw8OEv .text_widget {
  margin-bottom: 32px;
}
.cid-uGg9Jw8OEv .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uGg9Jw8OEv .text_widget a:hover {
  color: #6567ee !important;
}
.cid-uGg9Jw8OEv .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uGg9Jw8OEv .navbar-caption {
  color: #ffffff;
}
.cid-uGg9Jw8OEv .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uGg9Jw8OEv .mbr-section-subtitle,
.cid-uGg9Jw8OEv .text_widget,
.cid-uGg9Jw8OEv .mbr-section-btn {
  text-align: left;
}
.cid-uGg9Jw8OEv a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uGg9JwKq1z {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uGg9JwKq1z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGg9JwKq1z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGg9JwKq1z .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uGg9JwKq1z .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uGg9JwKq1z .container {
    padding: 0 20px;
  }
}
.cid-uGg9JwKq1z .row {
  padding: 90px 82px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uGg9JwKq1z .row {
    padding: 50px 16px;
  }
}
.cid-uGg9JwKq1z .row .blur-wrap_1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5fd7b;
  filter: blur(120px);
}
.cid-uGg9JwKq1z .row .blur-wrap_2 {
  position: absolute;
  bottom: -8rem;
  right: 15%;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-color: #4448e5;
  filter: blur(150px);
}
.cid-uGg9JwKq1z .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #000000;
  opacity: 1;
}
.cid-uGg9JwKq1z .row .image-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}
.cid-uGg9JwKq1z .row .image-wrapper img {
  height: 400px;
  width: 70%;
  object-fit: cover;
  border-radius: 50px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uGg9JwKq1z .row .image-wrapper img {
    height: 300px;
    width: 100%;
    margin: 0;
  }
}
.cid-uGg9JwKq1z .row .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uGg9JwKq1z .row .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uGg9JwKq1z .row .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uGg9JwKq1z .row .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uGg9JwKq1z .row .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uGg9JwKq1z .mbr-desc {
  color: #ffffff;
}
.cid-uGg9JwKq1z .mbr-section-title {
  color: #ffffff;
}
.cid-uGg9JwKq1z .mbr-text {
  color: #ffffff;
}
.cid-uIVT5JD9uP {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIVT5JD9uP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIVT5JD9uP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIVT5JD9uP .row {
  justify-content: center;
}
.cid-uIVT5JD9uP .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIVT5JD9uP .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIVT5JD9uP .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIVT5JD9uP .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIVT5JD9uP .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIVT5JD9uP .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIVT5JD9uP .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIVT5JD9uP .mbr-section-title {
  color: #ffffff;
}
.cid-uIVT5JD9uP .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIVT5JD9uP .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIVT5JD9uP .mbr-section-title,
.cid-uIVT5JD9uP .mbr-section-btn {
  text-align: center;
}
.cid-uIVT6MhFk3 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIVT6MhFk3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIVT6MhFk3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIVT6MhFk3 .row {
  justify-content: center;
}
.cid-uIVT6MhFk3 .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIVT6MhFk3 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIVT6MhFk3 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIVT6MhFk3 .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIVT6MhFk3 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIVT6MhFk3 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIVT6MhFk3 .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIVT6MhFk3 .mbr-section-title {
  color: #ffffff;
}
.cid-uIVT6MhFk3 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIVT6MhFk3 .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIVT6MhFk3 .mbr-section-title,
.cid-uIVT6MhFk3 .mbr-section-btn {
  text-align: center;
}
.cid-uIVT7BDXIg {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIVT7BDXIg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIVT7BDXIg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIVT7BDXIg .row {
  justify-content: center;
}
.cid-uIVT7BDXIg .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIVT7BDXIg .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIVT7BDXIg .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIVT7BDXIg .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIVT7BDXIg .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIVT7BDXIg .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIVT7BDXIg .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIVT7BDXIg .mbr-section-title {
  color: #ffffff;
}
.cid-uIVT7BDXIg .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIVT7BDXIg .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIVT7BDXIg .mbr-section-title,
.cid-uIVT7BDXIg .mbr-section-btn {
  text-align: center;
}
.cid-uIVT8rTTlr {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIVT8rTTlr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIVT8rTTlr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIVT8rTTlr .row {
  justify-content: center;
}
.cid-uIVT8rTTlr .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIVT8rTTlr .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIVT8rTTlr .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIVT8rTTlr .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIVT8rTTlr .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIVT8rTTlr .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIVT8rTTlr .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIVT8rTTlr .mbr-section-title {
  color: #ffffff;
}
.cid-uIVT8rTTlr .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIVT8rTTlr .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIVT8rTTlr .mbr-section-title,
.cid-uIVT8rTTlr .mbr-section-btn {
  text-align: center;
}
.cid-uIVT97lZXN {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIVT97lZXN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIVT97lZXN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIVT97lZXN .row {
  justify-content: center;
}
.cid-uIVT97lZXN .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIVT97lZXN .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIVT97lZXN .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIVT97lZXN .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIVT97lZXN .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIVT97lZXN .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIVT97lZXN .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIVT97lZXN .mbr-section-title {
  color: #ffffff;
}
.cid-uIVT97lZXN .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIVT97lZXN .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIVT97lZXN .mbr-section-title,
.cid-uIVT97lZXN .mbr-section-btn {
  text-align: center;
}
.cid-uIVTcJbXKl {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIVTcJbXKl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIVTcJbXKl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIVTcJbXKl .row {
  justify-content: center;
}
.cid-uIVTcJbXKl .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIVTcJbXKl .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIVTcJbXKl .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIVTcJbXKl .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIVTcJbXKl .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIVTcJbXKl .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIVTcJbXKl .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIVTcJbXKl .mbr-section-title {
  color: #ffffff;
}
.cid-uIVTcJbXKl .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIVTcJbXKl .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIVTcJbXKl .mbr-section-title,
.cid-uIVTcJbXKl .mbr-section-btn {
  text-align: center;
}
.cid-uIVT9NTxhZ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIVT9NTxhZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIVT9NTxhZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIVT9NTxhZ .row {
  justify-content: center;
}
.cid-uIVT9NTxhZ .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIVT9NTxhZ .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIVT9NTxhZ .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIVT9NTxhZ .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIVT9NTxhZ .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIVT9NTxhZ .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIVT9NTxhZ .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIVT9NTxhZ .mbr-section-title {
  color: #ffffff;
}
.cid-uIVT9NTxhZ .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIVT9NTxhZ .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIVT9NTxhZ .mbr-section-title,
.cid-uIVT9NTxhZ .mbr-section-btn {
  text-align: center;
}
.cid-uIVTc0pHh4 {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIVTc0pHh4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIVTc0pHh4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIVTc0pHh4 .row {
  justify-content: center;
}
.cid-uIVTc0pHh4 .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIVTc0pHh4 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIVTc0pHh4 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIVTc0pHh4 .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIVTc0pHh4 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIVTc0pHh4 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIVTc0pHh4 .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIVTc0pHh4 .mbr-section-title {
  color: #ffffff;
}
.cid-uIVTc0pHh4 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIVTc0pHh4 .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIVTc0pHh4 .mbr-section-title,
.cid-uIVTc0pHh4 .mbr-section-btn {
  text-align: center;
}
.cid-uJp8QrkvEJ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uJp8QrkvEJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJp8QrkvEJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJp8QrkvEJ .row {
  justify-content: center;
}
.cid-uJp8QrkvEJ .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJp8QrkvEJ .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJp8QrkvEJ .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJp8QrkvEJ .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJp8QrkvEJ .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJp8QrkvEJ .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJp8QrkvEJ .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJp8QrkvEJ .mbr-section-title {
  color: #ffffff;
}
.cid-uJp8QrkvEJ .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uJp8QrkvEJ .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uJp8QrkvEJ .mbr-section-title,
.cid-uJp8QrkvEJ .mbr-section-btn {
  text-align: center;
}
.cid-uIVTbl30RU {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIVTbl30RU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIVTbl30RU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIVTbl30RU .row {
  justify-content: center;
}
.cid-uIVTbl30RU .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIVTbl30RU .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIVTbl30RU .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIVTbl30RU .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIVTbl30RU .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIVTbl30RU .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIVTbl30RU .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIVTbl30RU .mbr-section-title {
  color: #ffffff;
}
.cid-uIVTbl30RU .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIVTbl30RU .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIVTbl30RU .mbr-section-title,
.cid-uIVTbl30RU .mbr-section-btn {
  text-align: center;
}
.cid-uIVTaDcdCy {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIVTaDcdCy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIVTaDcdCy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIVTaDcdCy .row {
  justify-content: center;
}
.cid-uIVTaDcdCy .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIVTaDcdCy .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIVTaDcdCy .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIVTaDcdCy .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIVTaDcdCy .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIVTaDcdCy .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIVTaDcdCy .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIVTaDcdCy .mbr-section-title {
  color: #ffffff;
}
.cid-uIVTaDcdCy .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIVTaDcdCy .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIVTaDcdCy .mbr-section-title,
.cid-uIVTaDcdCy .mbr-section-btn {
  text-align: center;
}
.cid-uIWmLKSQPi {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIWmLKSQPi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIWmLKSQPi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIWmLKSQPi .row {
  justify-content: center;
}
.cid-uIWmLKSQPi .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIWmLKSQPi .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIWmLKSQPi .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIWmLKSQPi .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIWmLKSQPi .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIWmLKSQPi .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIWmLKSQPi .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIWmLKSQPi .mbr-section-title {
  color: #ffffff;
}
.cid-uIWmLKSQPi .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIWmLKSQPi .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIWmLKSQPi .mbr-section-title,
.cid-uIWmLKSQPi .mbr-section-btn {
  text-align: center;
}
.cid-uIWrr8zRXO {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uIWrr8zRXO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIWrr8zRXO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIWrr8zRXO .row {
  justify-content: center;
}
.cid-uIWrr8zRXO .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #4448e5 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uIWrr8zRXO .title-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIWrr8zRXO .title-wrapper .title-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uIWrr8zRXO .title-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uIWrr8zRXO .title-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #ffffff, #4448e5 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uIWrr8zRXO .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIWrr8zRXO .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uIWrr8zRXO .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uIWrr8zRXO .mbr-label,
.cid-uIWrr8zRXO .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uIWrr8zRXO .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uIWrr8zRXO .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uIWrr8zRXO .mbr-text,
.cid-uIWrr8zRXO .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uIWrr8zRXO .mbr-section-title,
.cid-uIWrr8zRXO .mbr-section-btn {
  text-align: center;
}
.cid-uGg9JytX13 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uGg9JytX13 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGg9JytX13 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGg9JytX13 .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uGg9JytX13 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uGg9JytX13 .container {
    padding: 0 20px;
  }
}
.cid-uGg9JytX13 .row {
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
.cid-uGg9JytX13 .row img {
  height: 600px;
  object-fit: cover;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uGg9JytX13 .row img {
    height: 300px;
  }
}
.cid-uGFKOUia1s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uGFKOUia1s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGFKOUia1s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGFKOUia1s .row {
  justify-content: center;
}
.cid-uGFKOUia1s .content-wrapper {
  padding-right: 68px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uGFKOUia1s .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uGFKOUia1s .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uGFKOUia1s .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uGFKOUia1s .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 22px 0 0 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uGFKOUia1s .content-wrapper .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 12px 12px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uGFKOUia1s .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uGFKOUia1s .content-wrapper .nav-wrapper .list .item-wrap:focus {
  background-image: linear-gradient(90deg, #ffffff, #0047ff 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uGFKOUia1s .content-wrapper .social {
  margin-top: 22px;
}
.cid-uGFKOUia1s .content-wrapper .social .mbr-desc {
  margin-bottom: 16px;
}
.cid-uGFKOUia1s .content-wrapper .social .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uGFKOUia1s .content-wrapper .social .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uGFKOUia1s .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uGFKOUia1s .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-image: linear-gradient(135deg, #a78aff, #0047ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uGFKOUia1s .content-wrapper .social .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #ffffff;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  margin: 0 26px 16px 0;
}
.cid-uGFKOUia1s .image-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uGFKOUia1s .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uGFKOUia1s .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uGFKOUia1s .mbr-copy {
  position: relative;
  margin-bottom: 0;
  padding-top: 22px;
  color: #ffffff;
  text-align: center;
}
.cid-uGFKOUia1s .mbr-copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uGFKOUia1s .mbr-section-title {
  color: #ffffff;
}
.cid-uGFKOUia1s .mbr-text {
  color: #ffffff;
}
.cid-uGFKOUia1s .mbr-desc {
  color: #ffffff;
}
.cid-uGFKOUia1s .list {
  color: #ffffff;
}
.cid-uGFKOUia1s .mbr-desc,
.cid-uGFKOUia1s .social-wrapper {
  color: #ffffff;
}
.cid-uGGDsXpvNk {
  z-index: 1000;
  width: 100%;
}
.cid-uGGDsXpvNk .navbar-dropdown {
  background-color: #0e0e10 !important;
  padding: 0;
  position: fixed;
}
.cid-uGGDsXpvNk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e0e10 !important;
  background: #0e0e10;
}
.cid-uGGDsXpvNk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uGGDsXpvNk .menu_box .navbar.opened,
  .cid-uGGDsXpvNk .menu_box .navbar-collapse {
    background-color: #0e0e10 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uGGDsXpvNk nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uGGDsXpvNk .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uGGDsXpvNk .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uGGDsXpvNk .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uGGDsXpvNk .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uGGDsXpvNk .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uGGDsXpvNk .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #181a25;
  }
  .cid-uGGDsXpvNk .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uGGDsXpvNk .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uGGDsXpvNk .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uGGDsXpvNk .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uGGDsXpvNk .offcanvas-body .mbr-text,
  .cid-uGGDsXpvNk .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uGGDsXpvNk .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uGGDsXpvNk .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uGGDsXpvNk .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uGGDsXpvNk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uGGDsXpvNk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uGGDsXpvNk .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uGGDsXpvNk .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uGGDsXpvNk ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uGGDsXpvNk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uGGDsXpvNk .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uGGDsXpvNk .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uGGDsXpvNk li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uGGDsXpvNk .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uGGDsXpvNk .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uGGDsXpvNk .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uGGDsXpvNk .nav-item {
    margin: 0 !important;
  }
}
.cid-uGGDsXpvNk .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-uGGDsXpvNk .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #6567ee;
  transition: all 0.3s ease-out;
}
.cid-uGGDsXpvNk .nav-item .nav-link:hover {
  color: #6567ee !important;
}
.cid-uGGDsXpvNk .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uGGDsXpvNk .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uGGDsXpvNk .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uGGDsXpvNk .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uGGDsXpvNk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uGGDsXpvNk .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uGGDsXpvNk .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uGGDsXpvNk .offcanvas_box {
    display: none;
  }
}
.cid-uGGDsXpvNk .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uGGDsXpvNk .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uGGDsXpvNk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uGGDsXpvNk .container {
  display: flex;
  margin: auto;
}
.cid-uGGDsXpvNk .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uGGDsXpvNk .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uGGDsXpvNk .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uGGDsXpvNk .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uGGDsXpvNk .navbar-nav {
    margin: 0;
  }
}
.cid-uGGDsXpvNk .dropdown-menu,
.cid-uGGDsXpvNk .navbar.opened {
  background-color: false !important;
}
.cid-uGGDsXpvNk .nav-item:focus,
.cid-uGGDsXpvNk .nav-link:focus {
  outline: none;
}
.cid-uGGDsXpvNk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGGDsXpvNk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGGDsXpvNk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGGDsXpvNk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGGDsXpvNk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGGDsXpvNk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGGDsXpvNk .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uGGDsXpvNk .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uGGDsXpvNk .navbar.opened {
  transition: all 0.3s;
}
.cid-uGGDsXpvNk .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uGGDsXpvNk .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-uGGDsXpvNk .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uGGDsXpvNk .navbar.collapsed {
  justify-content: center;
}
.cid-uGGDsXpvNk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGGDsXpvNk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uGGDsXpvNk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGGDsXpvNk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGGDsXpvNk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGGDsXpvNk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uGGDsXpvNk .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uGGDsXpvNk .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uGGDsXpvNk .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uGGDsXpvNk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGGDsXpvNk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGGDsXpvNk .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uGGDsXpvNk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGGDsXpvNk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uGGDsXpvNk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uGGDsXpvNk .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uGGDsXpvNk .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uGGDsXpvNk .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uGGDsXpvNk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uGGDsXpvNk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGGDsXpvNk .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uGGDsXpvNk .navbar.navbar-short {
  min-height: 60px;
}
.cid-uGGDsXpvNk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uGGDsXpvNk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uGGDsXpvNk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uGGDsXpvNk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uGGDsXpvNk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGGDsXpvNk .dropdown-item.active,
.cid-uGGDsXpvNk .dropdown-item:active {
  background-color: transparent;
}
.cid-uGGDsXpvNk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGGDsXpvNk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGGDsXpvNk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGGDsXpvNk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGGDsXpvNk ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uGGDsXpvNk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uGGDsXpvNk button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e0e10;
  background: #6567ee;
}
.cid-uGGDsXpvNk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uGGDsXpvNk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGGDsXpvNk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGGDsXpvNk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGGDsXpvNk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGGDsXpvNk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGGDsXpvNk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGGDsXpvNk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGGDsXpvNk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGGDsXpvNk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uGGDsXpvNk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGGDsXpvNk .navbar {
    height: 70px;
  }
  .cid-uGGDsXpvNk .navbar.opened {
    height: auto;
  }
  .cid-uGGDsXpvNk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGGDsXpvNk .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uGGDsXpvNk .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .cid-uGGDsXpvNk .container-fluid {
    padding-left: 130px;
    padding-right: 130px;
  }
}
.cid-uGGDsXpvNk .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uGGDsXpvNk .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  padding: 20px 35px;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uGGDsXpvNk .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uGGDsXpvNk .navbar-caption:hover {
  opacity: .5;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uGGDsXpvNk .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uGGDsXpvNk .text_widget {
  margin-bottom: 32px;
}
.cid-uGGDsXpvNk .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uGGDsXpvNk .text_widget a:hover {
  color: #6567ee !important;
}
.cid-uGGDsXpvNk .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uGGDsXpvNk .navbar-caption {
  color: #ffffff;
}
.cid-uGGDsXpvNk .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uGGDsXpvNk .mbr-section-subtitle,
.cid-uGGDsXpvNk .text_widget,
.cid-uGGDsXpvNk .mbr-section-btn {
  text-align: left;
}
.cid-uGGDsXpvNk a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uIMiNKC4zj {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uIMiNKC4zj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIMiNKC4zj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIMiNKC4zj .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uIMiNKC4zj .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uIMiNKC4zj .container {
    padding: 0 20px;
  }
}
.cid-uIMiNKC4zj .row {
  padding: 90px 82px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uIMiNKC4zj .row {
    padding: 50px 16px;
  }
}
.cid-uIMiNKC4zj .row .blur-wrap_1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5fd7b;
  filter: blur(120px);
}
.cid-uIMiNKC4zj .row .blur-wrap_2 {
  position: absolute;
  bottom: -8rem;
  right: 15%;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-color: #4448e5;
  filter: blur(150px);
}
.cid-uIMiNKC4zj .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #000000;
  opacity: 1;
}
.cid-uIMiNKC4zj .row .image-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}
.cid-uIMiNKC4zj .row .image-wrapper img {
  height: 400px;
  width: 70%;
  object-fit: cover;
  border-radius: 50px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uIMiNKC4zj .row .image-wrapper img {
    height: 300px;
    width: 100%;
    margin: 0;
  }
}
.cid-uIMiNKC4zj .row .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uIMiNKC4zj .row .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uIMiNKC4zj .row .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIMiNKC4zj .row .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uIMiNKC4zj .row .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uIMiNKC4zj .mbr-desc {
  color: #ffffff;
}
.cid-uIMiNKC4zj .mbr-section-title {
  color: #ffffff;
}
.cid-uIMiNKC4zj .mbr-text {
  color: #ffffff;
}
.cid-uIMiPpY4kp {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIMiPpY4kp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIMiPpY4kp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIMiPpY4kp .row {
  justify-content: center;
}
.cid-uIMiPpY4kp .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIMiPpY4kp .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIMiPpY4kp .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIMiPpY4kp .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIMiPpY4kp .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIMiPpY4kp .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIMiPpY4kp .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIMiPpY4kp .mbr-section-title {
  color: #ffffff;
}
.cid-uIMiPpY4kp .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIMiPpY4kp .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIMiPpY4kp .mbr-section-title,
.cid-uIMiPpY4kp .mbr-section-btn {
  text-align: center;
}
.cid-uIMiRgCRFs {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIMiRgCRFs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIMiRgCRFs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIMiRgCRFs .row {
  justify-content: center;
}
.cid-uIMiRgCRFs .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIMiRgCRFs .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIMiRgCRFs .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIMiRgCRFs .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIMiRgCRFs .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIMiRgCRFs .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIMiRgCRFs .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIMiRgCRFs .mbr-section-title {
  color: #ffffff;
}
.cid-uIMiRgCRFs .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIMiRgCRFs .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIMiRgCRFs .mbr-section-title,
.cid-uIMiRgCRFs .mbr-section-btn {
  text-align: center;
}
.cid-uIMjLNm6WJ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIMjLNm6WJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIMjLNm6WJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIMjLNm6WJ .row {
  justify-content: center;
}
.cid-uIMjLNm6WJ .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIMjLNm6WJ .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIMjLNm6WJ .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIMjLNm6WJ .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIMjLNm6WJ .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIMjLNm6WJ .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIMjLNm6WJ .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIMjLNm6WJ .mbr-section-title {
  color: #ffffff;
}
.cid-uIMjLNm6WJ .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIMjLNm6WJ .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIMjLNm6WJ .mbr-section-title,
.cid-uIMjLNm6WJ .mbr-section-btn {
  text-align: center;
}
.cid-uIMjOpofDx {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIMjOpofDx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIMjOpofDx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIMjOpofDx .row {
  justify-content: center;
}
.cid-uIMjOpofDx .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIMjOpofDx .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIMjOpofDx .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIMjOpofDx .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIMjOpofDx .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIMjOpofDx .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIMjOpofDx .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIMjOpofDx .mbr-section-title {
  color: #ffffff;
}
.cid-uIMjOpofDx .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIMjOpofDx .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIMjOpofDx .mbr-section-title,
.cid-uIMjOpofDx .mbr-section-btn {
  text-align: center;
}
.cid-uIMjHIGjxi {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIMjHIGjxi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIMjHIGjxi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIMjHIGjxi .row {
  justify-content: center;
}
.cid-uIMjHIGjxi .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIMjHIGjxi .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIMjHIGjxi .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIMjHIGjxi .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIMjHIGjxi .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIMjHIGjxi .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIMjHIGjxi .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIMjHIGjxi .mbr-section-title {
  color: #ffffff;
}
.cid-uIMjHIGjxi .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIMjHIGjxi .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIMjHIGjxi .mbr-section-title,
.cid-uIMjHIGjxi .mbr-section-btn {
  text-align: center;
}
.cid-uIMjMSlPS5 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIMjMSlPS5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIMjMSlPS5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIMjMSlPS5 .row {
  justify-content: center;
}
.cid-uIMjMSlPS5 .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIMjMSlPS5 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIMjMSlPS5 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIMjMSlPS5 .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIMjMSlPS5 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIMjMSlPS5 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIMjMSlPS5 .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIMjMSlPS5 .mbr-section-title {
  color: #ffffff;
}
.cid-uIMjMSlPS5 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIMjMSlPS5 .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIMjMSlPS5 .mbr-section-title,
.cid-uIMjMSlPS5 .mbr-section-btn {
  text-align: center;
}
.cid-uIMjNCO4vd {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIMjNCO4vd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIMjNCO4vd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIMjNCO4vd .row {
  justify-content: center;
}
.cid-uIMjNCO4vd .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIMjNCO4vd .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIMjNCO4vd .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIMjNCO4vd .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIMjNCO4vd .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIMjNCO4vd .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIMjNCO4vd .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIMjNCO4vd .mbr-section-title {
  color: #ffffff;
}
.cid-uIMjNCO4vd .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIMjNCO4vd .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIMjNCO4vd .mbr-section-title,
.cid-uIMjNCO4vd .mbr-section-btn {
  text-align: center;
}
.cid-uIMiS6BYhj {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uIMiS6BYhj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIMiS6BYhj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIMiS6BYhj .row {
  justify-content: center;
}
.cid-uIMiS6BYhj .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #4448e5 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uIMiS6BYhj .title-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIMiS6BYhj .title-wrapper .title-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uIMiS6BYhj .title-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uIMiS6BYhj .title-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #ffffff, #4448e5 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uIMiS6BYhj .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIMiS6BYhj .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uIMiS6BYhj .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uIMiS6BYhj .mbr-label,
.cid-uIMiS6BYhj .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uIMiS6BYhj .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uIMiS6BYhj .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uIMiS6BYhj .mbr-text,
.cid-uIMiS6BYhj .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uIMiS6BYhj .mbr-section-title,
.cid-uIMiS6BYhj .mbr-section-btn {
  text-align: center;
}
.cid-uGGDt07D4O {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #0e0e10;
}
.cid-uGGDt07D4O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGGDt07D4O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGGDt07D4O .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uGGDt07D4O .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uGGDt07D4O .container {
    padding: 0 20px;
  }
}
.cid-uGGDt07D4O .row {
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
.cid-uGGDt07D4O .row img {
  height: 600px;
  object-fit: cover;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uGGDt07D4O .row img {
    height: 300px;
  }
}
.cid-uGGDt15RVH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uGGDt15RVH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGGDt15RVH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGGDt15RVH .row {
  justify-content: center;
}
.cid-uGGDt15RVH .content-wrapper {
  padding-right: 68px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uGGDt15RVH .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uGGDt15RVH .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uGGDt15RVH .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uGGDt15RVH .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 22px 0 0 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uGGDt15RVH .content-wrapper .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 12px 12px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uGGDt15RVH .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uGGDt15RVH .content-wrapper .nav-wrapper .list .item-wrap:focus {
  background-image: linear-gradient(90deg, #ffffff, #0047ff 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uGGDt15RVH .content-wrapper .social {
  margin-top: 22px;
}
.cid-uGGDt15RVH .content-wrapper .social .mbr-desc {
  margin-bottom: 16px;
}
.cid-uGGDt15RVH .content-wrapper .social .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uGGDt15RVH .content-wrapper .social .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uGGDt15RVH .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uGGDt15RVH .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-image: linear-gradient(135deg, #a78aff, #0047ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uGGDt15RVH .content-wrapper .social .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #ffffff;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  margin: 0 26px 16px 0;
}
.cid-uGGDt15RVH .image-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uGGDt15RVH .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uGGDt15RVH .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uGGDt15RVH .mbr-copy {
  position: relative;
  margin-bottom: 0;
  padding-top: 22px;
  color: #ffffff;
  text-align: center;
}
.cid-uGGDt15RVH .mbr-copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uGGDt15RVH .mbr-section-title {
  color: #ffffff;
}
.cid-uGGDt15RVH .mbr-text {
  color: #ffffff;
}
.cid-uGGDt15RVH .mbr-desc {
  color: #ffffff;
}
.cid-uGGDt15RVH .list {
  color: #ffffff;
}
.cid-uGGDt15RVH .mbr-desc,
.cid-uGGDt15RVH .social-wrapper {
  color: #ffffff;
}
.cid-uH7JWQzchp {
  z-index: 1000;
  width: 100%;
}
.cid-uH7JWQzchp .navbar-dropdown {
  background-color: #0e0e10 !important;
  padding: 0;
  position: fixed;
}
.cid-uH7JWQzchp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e0e10 !important;
  background: #0e0e10;
}
.cid-uH7JWQzchp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uH7JWQzchp .menu_box .navbar.opened,
  .cid-uH7JWQzchp .menu_box .navbar-collapse {
    background-color: #0e0e10 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uH7JWQzchp nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uH7JWQzchp .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uH7JWQzchp .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uH7JWQzchp .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uH7JWQzchp .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uH7JWQzchp .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uH7JWQzchp .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #181a25;
  }
  .cid-uH7JWQzchp .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uH7JWQzchp .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uH7JWQzchp .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uH7JWQzchp .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uH7JWQzchp .offcanvas-body .mbr-text,
  .cid-uH7JWQzchp .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uH7JWQzchp .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uH7JWQzchp .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uH7JWQzchp .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uH7JWQzchp .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uH7JWQzchp .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uH7JWQzchp .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uH7JWQzchp .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uH7JWQzchp ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uH7JWQzchp .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uH7JWQzchp .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uH7JWQzchp .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uH7JWQzchp li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uH7JWQzchp .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uH7JWQzchp .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uH7JWQzchp .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uH7JWQzchp .nav-item {
    margin: 0 !important;
  }
}
.cid-uH7JWQzchp .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-uH7JWQzchp .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #6567ee;
  transition: all 0.3s ease-out;
}
.cid-uH7JWQzchp .nav-item .nav-link:hover {
  color: #6567ee !important;
}
.cid-uH7JWQzchp .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uH7JWQzchp .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uH7JWQzchp .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uH7JWQzchp .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uH7JWQzchp .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uH7JWQzchp .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uH7JWQzchp .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uH7JWQzchp .offcanvas_box {
    display: none;
  }
}
.cid-uH7JWQzchp .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uH7JWQzchp .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uH7JWQzchp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uH7JWQzchp .container {
  display: flex;
  margin: auto;
}
.cid-uH7JWQzchp .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uH7JWQzchp .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uH7JWQzchp .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uH7JWQzchp .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uH7JWQzchp .navbar-nav {
    margin: 0;
  }
}
.cid-uH7JWQzchp .dropdown-menu,
.cid-uH7JWQzchp .navbar.opened {
  background-color: false !important;
}
.cid-uH7JWQzchp .nav-item:focus,
.cid-uH7JWQzchp .nav-link:focus {
  outline: none;
}
.cid-uH7JWQzchp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uH7JWQzchp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uH7JWQzchp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uH7JWQzchp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uH7JWQzchp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uH7JWQzchp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uH7JWQzchp .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uH7JWQzchp .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uH7JWQzchp .navbar.opened {
  transition: all 0.3s;
}
.cid-uH7JWQzchp .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uH7JWQzchp .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-uH7JWQzchp .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uH7JWQzchp .navbar.collapsed {
  justify-content: center;
}
.cid-uH7JWQzchp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uH7JWQzchp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uH7JWQzchp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uH7JWQzchp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uH7JWQzchp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uH7JWQzchp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uH7JWQzchp .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uH7JWQzchp .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uH7JWQzchp .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uH7JWQzchp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uH7JWQzchp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uH7JWQzchp .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uH7JWQzchp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uH7JWQzchp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uH7JWQzchp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uH7JWQzchp .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uH7JWQzchp .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uH7JWQzchp .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uH7JWQzchp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uH7JWQzchp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uH7JWQzchp .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uH7JWQzchp .navbar.navbar-short {
  min-height: 60px;
}
.cid-uH7JWQzchp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uH7JWQzchp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uH7JWQzchp .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uH7JWQzchp .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uH7JWQzchp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uH7JWQzchp .dropdown-item.active,
.cid-uH7JWQzchp .dropdown-item:active {
  background-color: transparent;
}
.cid-uH7JWQzchp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uH7JWQzchp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uH7JWQzchp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uH7JWQzchp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uH7JWQzchp ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uH7JWQzchp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uH7JWQzchp button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e0e10;
  background: #6567ee;
}
.cid-uH7JWQzchp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uH7JWQzchp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uH7JWQzchp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uH7JWQzchp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uH7JWQzchp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uH7JWQzchp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uH7JWQzchp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uH7JWQzchp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uH7JWQzchp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uH7JWQzchp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uH7JWQzchp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uH7JWQzchp .navbar {
    height: 70px;
  }
  .cid-uH7JWQzchp .navbar.opened {
    height: auto;
  }
  .cid-uH7JWQzchp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uH7JWQzchp .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uH7JWQzchp .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .cid-uH7JWQzchp .container-fluid {
    padding-left: 130px;
    padding-right: 130px;
  }
}
.cid-uH7JWQzchp .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uH7JWQzchp .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  padding: 20px 35px;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uH7JWQzchp .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uH7JWQzchp .navbar-caption:hover {
  opacity: .5;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uH7JWQzchp .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uH7JWQzchp .text_widget {
  margin-bottom: 32px;
}
.cid-uH7JWQzchp .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uH7JWQzchp .text_widget a:hover {
  color: #6567ee !important;
}
.cid-uH7JWQzchp .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uH7JWQzchp .navbar-caption {
  color: #ffffff;
}
.cid-uH7JWQzchp .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uH7JWQzchp .mbr-section-subtitle,
.cid-uH7JWQzchp .text_widget,
.cid-uH7JWQzchp .mbr-section-btn {
  text-align: left;
}
.cid-uH7JWQzchp a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uH7JWRt09J {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uH7JWRt09J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH7JWRt09J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH7JWRt09J .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uH7JWRt09J .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uH7JWRt09J .container {
    padding: 0 20px;
  }
}
.cid-uH7JWRt09J .row {
  padding: 90px 82px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uH7JWRt09J .row {
    padding: 50px 16px;
  }
}
.cid-uH7JWRt09J .row .blur-wrap_1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5fd7b;
  filter: blur(120px);
}
.cid-uH7JWRt09J .row .blur-wrap_2 {
  position: absolute;
  bottom: -8rem;
  right: 15%;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-color: #4448e5;
  filter: blur(150px);
}
.cid-uH7JWRt09J .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #000000;
  opacity: 1;
}
.cid-uH7JWRt09J .row .image-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}
.cid-uH7JWRt09J .row .image-wrapper img {
  height: 400px;
  width: 70%;
  object-fit: cover;
  border-radius: 50px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uH7JWRt09J .row .image-wrapper img {
    height: 300px;
    width: 100%;
    margin: 0;
  }
}
.cid-uH7JWRt09J .row .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uH7JWRt09J .row .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uH7JWRt09J .row .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uH7JWRt09J .row .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uH7JWRt09J .row .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uH7JWRt09J .mbr-desc {
  color: #ffffff;
}
.cid-uH7JWRt09J .mbr-section-title {
  color: #ffffff;
}
.cid-uH7JWRt09J .mbr-text {
  color: #ffffff;
}
.cid-uH7JWTreWS {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uH7JWTreWS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH7JWTreWS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH7JWTreWS .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uH7JWTreWS .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uH7JWTreWS .container {
    padding: 0 20px;
  }
}
.cid-uH7JWTreWS .row {
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
.cid-uH7JWTreWS .row img {
  height: 600px;
  object-fit: cover;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uH7JWTreWS .row img {
    height: 300px;
  }
}
.cid-uH7JWTSwuC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uH7JWTSwuC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH7JWTSwuC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH7JWTSwuC .row {
  justify-content: center;
}
.cid-uH7JWTSwuC .content-wrapper {
  padding-right: 68px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uH7JWTSwuC .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uH7JWTSwuC .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uH7JWTSwuC .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uH7JWTSwuC .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 22px 0 0 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uH7JWTSwuC .content-wrapper .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 12px 12px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uH7JWTSwuC .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uH7JWTSwuC .content-wrapper .nav-wrapper .list .item-wrap:focus {
  background-image: linear-gradient(90deg, #ffffff, #0047ff 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uH7JWTSwuC .content-wrapper .social {
  margin-top: 22px;
}
.cid-uH7JWTSwuC .content-wrapper .social .mbr-desc {
  margin-bottom: 16px;
}
.cid-uH7JWTSwuC .content-wrapper .social .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uH7JWTSwuC .content-wrapper .social .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uH7JWTSwuC .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uH7JWTSwuC .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-image: linear-gradient(135deg, #a78aff, #0047ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uH7JWTSwuC .content-wrapper .social .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #ffffff;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  margin: 0 26px 16px 0;
}
.cid-uH7JWTSwuC .image-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uH7JWTSwuC .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uH7JWTSwuC .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uH7JWTSwuC .mbr-copy {
  position: relative;
  margin-bottom: 0;
  padding-top: 22px;
  color: #ffffff;
  text-align: center;
}
.cid-uH7JWTSwuC .mbr-copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uH7JWTSwuC .mbr-section-title {
  color: #ffffff;
}
.cid-uH7JWTSwuC .mbr-text {
  color: #ffffff;
}
.cid-uH7JWTSwuC .mbr-desc {
  color: #ffffff;
}
.cid-uH7JWTSwuC .list {
  color: #ffffff;
}
.cid-uH7JWTSwuC .mbr-desc,
.cid-uH7JWTSwuC .social-wrapper {
  color: #ffffff;
}
.cid-uJxsUl1Vms {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uJxsUl1Vms .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJxsUl1Vms .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uJxsUl1Vms .container {
    padding: 0 20px;
  }
}
.cid-uJxsUl1Vms .row {
  margin: 0;
}
.cid-uJxsUl1Vms .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uJxsUl1Vms .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uJxsUl1Vms .video-block .video-wrapper .app-video-wrapper::before {
  color: #ff0058;
  text-shadow: none;
}
.cid-uJxsUl1Vms .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uJxsUl1Vms .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uJxsUl1Vms .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uJxsUl1Vms .mbr-section-title {
  color: #ffffff;
}
.cid-uJyVCwdmJX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uJyVCwdmJX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJyVCwdmJX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJyVCwdmJX .row {
  justify-content: center;
}
.cid-uJyVCwdmJX .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJyVCwdmJX .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJyVCwdmJX .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJyVCwdmJX .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJyVCwdmJX .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJyVCwdmJX .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJyVCwdmJX .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJyVCwdmJX .mbr-section-title {
  color: #ffffff;
}
.cid-uJyVCwdmJX .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uJyVCwdmJX .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uJyVCwdmJX .mbr-section-title,
.cid-uJyVCwdmJX .mbr-section-btn {
  text-align: center;
}
.cid-uJyVnin1zV {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uJyVnin1zV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJyVnin1zV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJyVnin1zV .row {
  justify-content: center;
}
.cid-uJyVnin1zV .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJyVnin1zV .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJyVnin1zV .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJyVnin1zV .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJyVnin1zV .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJyVnin1zV .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJyVnin1zV .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJyVnin1zV .mbr-section-title {
  color: #ffffff;
}
.cid-uJyVnin1zV .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uJyVnin1zV .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uJyVnin1zV .mbr-section-title,
.cid-uJyVnin1zV .mbr-section-btn {
  text-align: center;
}
.cid-uJIlUgRv3O {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uJIlUgRv3O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJIlUgRv3O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJIlUgRv3O .row {
  justify-content: center;
}
.cid-uJIlUgRv3O .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #4448e5 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uJIlUgRv3O .title-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJIlUgRv3O .title-wrapper .title-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uJIlUgRv3O .title-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uJIlUgRv3O .title-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #ffffff, #4448e5 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uJIlUgRv3O .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJIlUgRv3O .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uJIlUgRv3O .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uJIlUgRv3O .mbr-label,
.cid-uJIlUgRv3O .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uJIlUgRv3O .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uJIlUgRv3O .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uJIlUgRv3O .mbr-text,
.cid-uJIlUgRv3O .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uJIlUgRv3O .mbr-section-title,
.cid-uJIlUgRv3O .mbr-section-btn {
  text-align: center;
}
.cid-uJIHhhMIkl {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/apg-211x239.png");
}
.cid-uJIHhhMIkl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJIHhhMIkl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uJIHhhMIkl .container {
    padding: 0 20px;
  }
}
.cid-uJIHhhMIkl .row {
  margin: 0;
}
.cid-uJIHhhMIkl .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uJIHhhMIkl .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uJzzbCmyM8 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uJzzbCmyM8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJzzbCmyM8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJzzbCmyM8 .row {
  justify-content: center;
}
.cid-uJzzbCmyM8 .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJzzbCmyM8 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJzzbCmyM8 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJzzbCmyM8 .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJzzbCmyM8 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJzzbCmyM8 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJzzbCmyM8 .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJzzbCmyM8 .mbr-section-title {
  color: #ffffff;
}
.cid-uJzzbCmyM8 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uJzzbCmyM8 .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uJzzbCmyM8 .mbr-section-title,
.cid-uJzzbCmyM8 .mbr-section-btn {
  text-align: center;
}
.cid-uJyXF4LuDr {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uJyXF4LuDr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJyXF4LuDr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJyXF4LuDr .row {
  justify-content: center;
}
.cid-uJyXF4LuDr .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #4448e5 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uJyXF4LuDr .title-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJyXF4LuDr .title-wrapper .title-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uJyXF4LuDr .title-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uJyXF4LuDr .title-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #ffffff, #4448e5 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uJyXF4LuDr .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uJyXF4LuDr .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uJyXF4LuDr .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uJyXF4LuDr .mbr-label,
.cid-uJyXF4LuDr .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uJyXF4LuDr .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uJyXF4LuDr .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uJyXF4LuDr .mbr-text,
.cid-uJyXF4LuDr .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uJyXF4LuDr .mbr-section-title,
.cid-uJyXF4LuDr .mbr-section-btn {
  text-align: center;
}
.cid-uJyXcsDH28 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uJyXcsDH28 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJyXcsDH28 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJyXcsDH28 .row {
  justify-content: center;
}
.cid-uJyXcsDH28 .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJyXcsDH28 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJyXcsDH28 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJyXcsDH28 .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJyXcsDH28 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJyXcsDH28 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJyXcsDH28 .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJyXcsDH28 .mbr-section-title {
  color: #ffffff;
}
.cid-uJyXcsDH28 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uJyXcsDH28 .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uJyXcsDH28 .mbr-section-title,
.cid-uJyXcsDH28 .mbr-section-btn {
  text-align: center;
}
.cid-uJz7ODYyNH {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uJz7ODYyNH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJz7ODYyNH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJz7ODYyNH .row {
  justify-content: center;
}
.cid-uJz7ODYyNH .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJz7ODYyNH .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJz7ODYyNH .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJz7ODYyNH .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJz7ODYyNH .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJz7ODYyNH .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJz7ODYyNH .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJz7ODYyNH .mbr-section-title {
  color: #ffffff;
}
.cid-uJz7ODYyNH .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uJz7ODYyNH .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uJz7ODYyNH .mbr-section-title,
.cid-uJz7ODYyNH .mbr-section-btn {
  text-align: center;
}
.cid-uJzbiLW9HL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uJzbiLW9HL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJzbiLW9HL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJzbiLW9HL .row {
  justify-content: center;
}
.cid-uJzbiLW9HL .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJzbiLW9HL .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJzbiLW9HL .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJzbiLW9HL .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJzbiLW9HL .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJzbiLW9HL .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJzbiLW9HL .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJzbiLW9HL .mbr-section-title {
  color: #ffffff;
}
.cid-uJzbiLW9HL .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uJzbiLW9HL .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uJzbiLW9HL .mbr-section-title,
.cid-uJzbiLW9HL .mbr-section-btn {
  text-align: center;
}
.cid-uJzbk3Udhe {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uJzbk3Udhe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJzbk3Udhe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJzbk3Udhe .row {
  justify-content: center;
}
.cid-uJzbk3Udhe .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJzbk3Udhe .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJzbk3Udhe .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJzbk3Udhe .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJzbk3Udhe .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJzbk3Udhe .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJzbk3Udhe .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJzbk3Udhe .mbr-section-title {
  color: #ffffff;
}
.cid-uJzbk3Udhe .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uJzbk3Udhe .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uJzbk3Udhe .mbr-section-title,
.cid-uJzbk3Udhe .mbr-section-btn {
  text-align: center;
}
.cid-uJzbkPfRL8 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uJzbkPfRL8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJzbkPfRL8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJzbkPfRL8 .row {
  justify-content: center;
}
.cid-uJzbkPfRL8 .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJzbkPfRL8 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJzbkPfRL8 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJzbkPfRL8 .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJzbkPfRL8 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJzbkPfRL8 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJzbkPfRL8 .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJzbkPfRL8 .mbr-section-title {
  color: #ffffff;
}
.cid-uJzbkPfRL8 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uJzbkPfRL8 .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uJzbkPfRL8 .mbr-section-title,
.cid-uJzbkPfRL8 .mbr-section-btn {
  text-align: center;
}
.cid-uJzgSojkyo {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uJzgSojkyo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJzgSojkyo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJzgSojkyo .row {
  justify-content: center;
}
.cid-uJzgSojkyo .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJzgSojkyo .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJzgSojkyo .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJzgSojkyo .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJzgSojkyo .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJzgSojkyo .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJzgSojkyo .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJzgSojkyo .mbr-section-title {
  color: #ffffff;
}
.cid-uJzgSojkyo .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uJzgSojkyo .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uJzgSojkyo .mbr-section-title,
.cid-uJzgSojkyo .mbr-section-btn {
  text-align: center;
}
.cid-uJzblAPZvL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uJzblAPZvL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJzblAPZvL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJzblAPZvL .row {
  justify-content: center;
}
.cid-uJzblAPZvL .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJzblAPZvL .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJzblAPZvL .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJzblAPZvL .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJzblAPZvL .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJzblAPZvL .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJzblAPZvL .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJzblAPZvL .mbr-section-title {
  color: #ffffff;
}
.cid-uJzblAPZvL .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uJzblAPZvL .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uJzblAPZvL .mbr-section-title,
.cid-uJzblAPZvL .mbr-section-btn {
  text-align: center;
}
.cid-uJyUuMrZwK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uJyUuMrZwK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJyUuMrZwK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uJyUuMrZwK .container {
    padding: 0 20px;
  }
}
.cid-uJyUuMrZwK .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uJyUuMrZwK .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uJyUuMrZwK .title-wrapper .mbr-section-title {
  padding-right: 80px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uJyUuMrZwK .title-wrapper .mbr-section-title {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uJyUuMrZwK .title-wrapper .image-wrapper {
  position: relative;
}
.cid-uJyUuMrZwK .title-wrapper .image-wrapper .blur-wrap {
  position: absolute;
  top: 2rem;
  left: 0;
  background-image: linear-gradient(-120deg, #f5fd7b 50%, #4448e5 0%);
  width: 300px;
  height: 300px;
  border-radius: 100%;
  filter: blur(85px);
}
.cid-uJyUuMrZwK .title-wrapper .image-wrapper img {
  position: relative;
  z-index: 1;
  width: 300px;
  height: 300px;
  margin: 0 auto;
  border-radius: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uJyUuMrZwK .title-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.cid-uJyUuMrZwK .text-wrapper .mbr-text {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uJyUuMrZwK .text-wrapper .mbr-text {
    margin-bottom: 50px;
  }
}
.cid-uJyUuMrZwK .row.cards .card {
  margin-bottom: 50px;
  padding-left: 0;
}
.cid-uJyUuMrZwK .row.cards .card:first-child {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uJyUuMrZwK .row.cards .card:first-child {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uJyUuMrZwK .row.cards .card {
    margin-bottom: 32px;
  }
}
.cid-uJyUuMrZwK .row.cards .card .card-wrap .mbr-number {
  margin-bottom: 16px;
}
.cid-uJyUuMrZwK .row.cards .card .card-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uJyUuMrZwK .row.cards .card .card-wrap a:hover .mbr-link {
  opacity: 1;
  transition: all 0.3s ease-out;
}
.cid-uJyUuMrZwK .row.cards .card .card-wrap a .mbr-link {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uJyUuMrZwK .mbr-section-title {
  color: #ffffff;
}
.cid-uJyUuMrZwK .mbr-text {
  color: #ffffff;
}
.cid-uJyUuMrZwK .mbr-number {
  color: #4448e5;
}
.cid-uJyUuMrZwK .mbr-desc {
  color: #ffffff;
}
.cid-uJyUuMrZwK .mbr-link {
  color: #ffffff;
}
.cid-uJyUvBBfkj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uJyUvBBfkj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJyUvBBfkj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uJyUvBBfkj .container {
    padding: 0 20px;
  }
}
.cid-uJyUvBBfkj .row {
  margin: 0;
}
.cid-uJyUvBBfkj .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uJyUvBBfkj .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uJyUvBBfkj .nav.nav-tabs {
  border: none;
  display: block;
}
.cid-uJyUvBBfkj .nav.nav-tabs .nav-item .nav-link {
  padding: 0;
  color: #ffffff;
  margin-bottom: 32px;
  border: none;
  border-radius: 0;
  transition: all 0.3s ease-out;
}
.cid-uJyUvBBfkj .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
  color: #4448e5;
}
.cid-uJyUvBBfkj .tab-content {
  position: relative;
}
.cid-uJyUvBBfkj .tab-content .blur-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(-120deg, #f5fd7b 50%, #4448e5 0%);
  width: 300px;
  height: 300px;
  border-radius: 100%;
  filter: blur(85px);
}
.cid-uJyUvBBfkj .tab-content .tab-pane {
  position: relative;
}
.cid-uJyUvBBfkj .tab-content .tab-pane img {
  border-radius: 50px;
  height: 500px;
  object-fit: cover;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .cid-uJyUvBBfkj .tab-content .tab-pane img {
    height: 300px;
  }
}
.cid-uJyUvBBfkj .tab-content .tab-pane .mbr-text {
  margin-bottom: 0;
}
.cid-uJyUvBBfkj .mbr-section-title {
  color: #ffffff;
}
.cid-uJyUvBBfkj .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uG6uQQX63U {
  z-index: 1000;
  width: 100%;
}
.cid-uG6uQQX63U .navbar-dropdown {
  background-color: #0e0e10 !important;
  padding: 0;
  position: fixed;
}
.cid-uG6uQQX63U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e0e10 !important;
  background: #0e0e10;
}
.cid-uG6uQQX63U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uG6uQQX63U .menu_box .navbar.opened,
  .cid-uG6uQQX63U .menu_box .navbar-collapse {
    background-color: #0e0e10 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uG6uQQX63U nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uG6uQQX63U .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uG6uQQX63U .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uG6uQQX63U .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uG6uQQX63U .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uG6uQQX63U .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uG6uQQX63U .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #181a25;
  }
  .cid-uG6uQQX63U .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uG6uQQX63U .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uG6uQQX63U .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uG6uQQX63U .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uG6uQQX63U .offcanvas-body .mbr-text,
  .cid-uG6uQQX63U .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uG6uQQX63U .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uG6uQQX63U .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uG6uQQX63U .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uG6uQQX63U .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uG6uQQX63U .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uG6uQQX63U .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uG6uQQX63U .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uG6uQQX63U ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uG6uQQX63U .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uG6uQQX63U .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uG6uQQX63U .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uG6uQQX63U li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uG6uQQX63U .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uG6uQQX63U .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uG6uQQX63U .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uG6uQQX63U .nav-item {
    margin: 0 !important;
  }
}
.cid-uG6uQQX63U .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-uG6uQQX63U .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #6567ee;
  transition: all 0.3s ease-out;
}
.cid-uG6uQQX63U .nav-item .nav-link:hover {
  color: #6567ee !important;
}
.cid-uG6uQQX63U .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uG6uQQX63U .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uG6uQQX63U .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uG6uQQX63U .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uG6uQQX63U .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uG6uQQX63U .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uG6uQQX63U .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uG6uQQX63U .offcanvas_box {
    display: none;
  }
}
.cid-uG6uQQX63U .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uG6uQQX63U .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uG6uQQX63U .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uG6uQQX63U .container {
  display: flex;
  margin: auto;
}
.cid-uG6uQQX63U .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uG6uQQX63U .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uG6uQQX63U .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uG6uQQX63U .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uG6uQQX63U .navbar-nav {
    margin: 0;
  }
}
.cid-uG6uQQX63U .dropdown-menu,
.cid-uG6uQQX63U .navbar.opened {
  background-color: false !important;
}
.cid-uG6uQQX63U .nav-item:focus,
.cid-uG6uQQX63U .nav-link:focus {
  outline: none;
}
.cid-uG6uQQX63U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uG6uQQX63U .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uG6uQQX63U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uG6uQQX63U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uG6uQQX63U .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uG6uQQX63U .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uG6uQQX63U .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uG6uQQX63U .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uG6uQQX63U .navbar.opened {
  transition: all 0.3s;
}
.cid-uG6uQQX63U .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uG6uQQX63U .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-uG6uQQX63U .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uG6uQQX63U .navbar.collapsed {
  justify-content: center;
}
.cid-uG6uQQX63U .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uG6uQQX63U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uG6uQQX63U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uG6uQQX63U .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uG6uQQX63U .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uG6uQQX63U .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uG6uQQX63U .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uG6uQQX63U .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uG6uQQX63U .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uG6uQQX63U .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uG6uQQX63U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uG6uQQX63U .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uG6uQQX63U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uG6uQQX63U .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uG6uQQX63U .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uG6uQQX63U .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uG6uQQX63U .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uG6uQQX63U .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uG6uQQX63U .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uG6uQQX63U .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uG6uQQX63U .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uG6uQQX63U .navbar.navbar-short {
  min-height: 60px;
}
.cid-uG6uQQX63U .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uG6uQQX63U .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uG6uQQX63U .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uG6uQQX63U .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uG6uQQX63U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uG6uQQX63U .dropdown-item.active,
.cid-uG6uQQX63U .dropdown-item:active {
  background-color: transparent;
}
.cid-uG6uQQX63U .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uG6uQQX63U .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uG6uQQX63U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uG6uQQX63U .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uG6uQQX63U ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uG6uQQX63U .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uG6uQQX63U button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e0e10;
  background: #6567ee;
}
.cid-uG6uQQX63U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uG6uQQX63U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uG6uQQX63U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uG6uQQX63U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uG6uQQX63U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uG6uQQX63U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uG6uQQX63U nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uG6uQQX63U nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uG6uQQX63U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uG6uQQX63U a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uG6uQQX63U .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uG6uQQX63U .navbar {
    height: 70px;
  }
  .cid-uG6uQQX63U .navbar.opened {
    height: auto;
  }
  .cid-uG6uQQX63U .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uG6uQQX63U .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uG6uQQX63U .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .cid-uG6uQQX63U .container-fluid {
    padding-left: 130px;
    padding-right: 130px;
  }
}
.cid-uG6uQQX63U .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uG6uQQX63U .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  padding: 20px 35px;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uG6uQQX63U .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uG6uQQX63U .navbar-caption:hover {
  opacity: .5;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uG6uQQX63U .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uG6uQQX63U .text_widget {
  margin-bottom: 32px;
}
.cid-uG6uQQX63U .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uG6uQQX63U .text_widget a:hover {
  color: #6567ee !important;
}
.cid-uG6uQQX63U .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uG6uQQX63U .navbar-caption {
  color: #ffffff;
}
.cid-uG6uQQX63U .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uG6uQQX63U .mbr-section-subtitle,
.cid-uG6uQQX63U .text_widget,
.cid-uG6uQQX63U .mbr-section-btn {
  text-align: left;
}
.cid-uG6uQQX63U a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uG6uQTySqV {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uG6uQTySqV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG6uQTySqV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG6uQTySqV .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uG6uQTySqV .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uG6uQTySqV .container {
    padding: 0 20px;
  }
}
.cid-uG6uQTySqV .row {
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
.cid-uG6uQTySqV .row img {
  height: 600px;
  object-fit: cover;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uG6uQTySqV .row img {
    height: 300px;
  }
}
.cid-uGFKOUia1s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uGFKOUia1s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGFKOUia1s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGFKOUia1s .row {
  justify-content: center;
}
.cid-uGFKOUia1s .content-wrapper {
  padding-right: 68px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uGFKOUia1s .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uGFKOUia1s .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uGFKOUia1s .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uGFKOUia1s .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 22px 0 0 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uGFKOUia1s .content-wrapper .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 12px 12px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uGFKOUia1s .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uGFKOUia1s .content-wrapper .nav-wrapper .list .item-wrap:focus {
  background-image: linear-gradient(90deg, #ffffff, #0047ff 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uGFKOUia1s .content-wrapper .social {
  margin-top: 22px;
}
.cid-uGFKOUia1s .content-wrapper .social .mbr-desc {
  margin-bottom: 16px;
}
.cid-uGFKOUia1s .content-wrapper .social .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uGFKOUia1s .content-wrapper .social .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uGFKOUia1s .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uGFKOUia1s .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-image: linear-gradient(135deg, #a78aff, #0047ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uGFKOUia1s .content-wrapper .social .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #ffffff;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  margin: 0 26px 16px 0;
}
.cid-uGFKOUia1s .image-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uGFKOUia1s .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uGFKOUia1s .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uGFKOUia1s .mbr-copy {
  position: relative;
  margin-bottom: 0;
  padding-top: 22px;
  color: #ffffff;
  text-align: center;
}
.cid-uGFKOUia1s .mbr-copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uGFKOUia1s .mbr-section-title {
  color: #ffffff;
}
.cid-uGFKOUia1s .mbr-text {
  color: #ffffff;
}
.cid-uGFKOUia1s .mbr-desc {
  color: #ffffff;
}
.cid-uGFKOUia1s .list {
  color: #ffffff;
}
.cid-uGFKOUia1s .mbr-desc,
.cid-uGFKOUia1s .social-wrapper {
  color: #ffffff;
}
.cid-uG7aaUo6OF {
  z-index: 1000;
  width: 100%;
}
.cid-uG7aaUo6OF .navbar-dropdown {
  background-color: #0e0e10 !important;
  padding: 0;
  position: fixed;
}
.cid-uG7aaUo6OF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e0e10 !important;
  background: #0e0e10;
}
.cid-uG7aaUo6OF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uG7aaUo6OF .menu_box .navbar.opened,
  .cid-uG7aaUo6OF .menu_box .navbar-collapse {
    background-color: #0e0e10 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uG7aaUo6OF nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uG7aaUo6OF .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uG7aaUo6OF .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uG7aaUo6OF .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uG7aaUo6OF .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uG7aaUo6OF .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uG7aaUo6OF .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #181a25;
  }
  .cid-uG7aaUo6OF .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uG7aaUo6OF .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uG7aaUo6OF .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uG7aaUo6OF .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uG7aaUo6OF .offcanvas-body .mbr-text,
  .cid-uG7aaUo6OF .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uG7aaUo6OF .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uG7aaUo6OF .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uG7aaUo6OF .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uG7aaUo6OF .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uG7aaUo6OF .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uG7aaUo6OF .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uG7aaUo6OF .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uG7aaUo6OF ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uG7aaUo6OF .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uG7aaUo6OF .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uG7aaUo6OF .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uG7aaUo6OF li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uG7aaUo6OF .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uG7aaUo6OF .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uG7aaUo6OF .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uG7aaUo6OF .nav-item {
    margin: 0 !important;
  }
}
.cid-uG7aaUo6OF .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-uG7aaUo6OF .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #6567ee;
  transition: all 0.3s ease-out;
}
.cid-uG7aaUo6OF .nav-item .nav-link:hover {
  color: #6567ee !important;
}
.cid-uG7aaUo6OF .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uG7aaUo6OF .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uG7aaUo6OF .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uG7aaUo6OF .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uG7aaUo6OF .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uG7aaUo6OF .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uG7aaUo6OF .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uG7aaUo6OF .offcanvas_box {
    display: none;
  }
}
.cid-uG7aaUo6OF .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uG7aaUo6OF .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uG7aaUo6OF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uG7aaUo6OF .container {
  display: flex;
  margin: auto;
}
.cid-uG7aaUo6OF .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uG7aaUo6OF .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uG7aaUo6OF .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uG7aaUo6OF .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uG7aaUo6OF .navbar-nav {
    margin: 0;
  }
}
.cid-uG7aaUo6OF .dropdown-menu,
.cid-uG7aaUo6OF .navbar.opened {
  background-color: false !important;
}
.cid-uG7aaUo6OF .nav-item:focus,
.cid-uG7aaUo6OF .nav-link:focus {
  outline: none;
}
.cid-uG7aaUo6OF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uG7aaUo6OF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uG7aaUo6OF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uG7aaUo6OF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uG7aaUo6OF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uG7aaUo6OF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uG7aaUo6OF .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uG7aaUo6OF .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uG7aaUo6OF .navbar.opened {
  transition: all 0.3s;
}
.cid-uG7aaUo6OF .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uG7aaUo6OF .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-uG7aaUo6OF .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uG7aaUo6OF .navbar.collapsed {
  justify-content: center;
}
.cid-uG7aaUo6OF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uG7aaUo6OF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uG7aaUo6OF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uG7aaUo6OF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uG7aaUo6OF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uG7aaUo6OF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uG7aaUo6OF .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uG7aaUo6OF .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uG7aaUo6OF .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uG7aaUo6OF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uG7aaUo6OF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uG7aaUo6OF .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uG7aaUo6OF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uG7aaUo6OF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uG7aaUo6OF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uG7aaUo6OF .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uG7aaUo6OF .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uG7aaUo6OF .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uG7aaUo6OF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uG7aaUo6OF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uG7aaUo6OF .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uG7aaUo6OF .navbar.navbar-short {
  min-height: 60px;
}
.cid-uG7aaUo6OF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uG7aaUo6OF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uG7aaUo6OF .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uG7aaUo6OF .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uG7aaUo6OF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uG7aaUo6OF .dropdown-item.active,
.cid-uG7aaUo6OF .dropdown-item:active {
  background-color: transparent;
}
.cid-uG7aaUo6OF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uG7aaUo6OF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uG7aaUo6OF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uG7aaUo6OF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uG7aaUo6OF ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uG7aaUo6OF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uG7aaUo6OF button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e0e10;
  background: #6567ee;
}
.cid-uG7aaUo6OF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uG7aaUo6OF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uG7aaUo6OF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uG7aaUo6OF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uG7aaUo6OF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uG7aaUo6OF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uG7aaUo6OF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uG7aaUo6OF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uG7aaUo6OF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uG7aaUo6OF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uG7aaUo6OF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uG7aaUo6OF .navbar {
    height: 70px;
  }
  .cid-uG7aaUo6OF .navbar.opened {
    height: auto;
  }
  .cid-uG7aaUo6OF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uG7aaUo6OF .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uG7aaUo6OF .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .cid-uG7aaUo6OF .container-fluid {
    padding-left: 130px;
    padding-right: 130px;
  }
}
.cid-uG7aaUo6OF .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uG7aaUo6OF .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  padding: 20px 35px;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uG7aaUo6OF .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uG7aaUo6OF .navbar-caption:hover {
  opacity: .5;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uG7aaUo6OF .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uG7aaUo6OF .text_widget {
  margin-bottom: 32px;
}
.cid-uG7aaUo6OF .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uG7aaUo6OF .text_widget a:hover {
  color: #6567ee !important;
}
.cid-uG7aaUo6OF .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uG7aaUo6OF .navbar-caption {
  color: #ffffff;
}
.cid-uG7aaUo6OF .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uG7aaUo6OF .mbr-section-subtitle,
.cid-uG7aaUo6OF .text_widget,
.cid-uG7aaUo6OF .mbr-section-btn {
  text-align: left;
}
.cid-uG7aaUo6OF a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uG7aaV8Uyk {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uG7aaV8Uyk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG7aaV8Uyk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG7aaV8Uyk .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uG7aaV8Uyk .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uG7aaV8Uyk .container {
    padding: 0 20px;
  }
}
.cid-uG7aaV8Uyk .row {
  padding: 90px 82px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uG7aaV8Uyk .row {
    padding: 50px 16px;
  }
}
.cid-uG7aaV8Uyk .row .blur-wrap_1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5fd7b;
  filter: blur(120px);
}
.cid-uG7aaV8Uyk .row .blur-wrap_2 {
  position: absolute;
  bottom: -8rem;
  right: 15%;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-color: #4448e5;
  filter: blur(150px);
}
.cid-uG7aaV8Uyk .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #000000;
  opacity: 1;
}
.cid-uG7aaV8Uyk .row .image-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}
.cid-uG7aaV8Uyk .row .image-wrapper img {
  height: 400px;
  width: 70%;
  object-fit: cover;
  border-radius: 50px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uG7aaV8Uyk .row .image-wrapper img {
    height: 300px;
    width: 100%;
    margin: 0;
  }
}
.cid-uG7aaV8Uyk .row .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uG7aaV8Uyk .row .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uG7aaV8Uyk .row .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uG7aaV8Uyk .row .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uG7aaV8Uyk .row .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uG7aaV8Uyk .mbr-desc {
  color: #ffffff;
}
.cid-uG7aaV8Uyk .mbr-section-title {
  color: #ffffff;
}
.cid-uG7aaV8Uyk .mbr-text {
  color: #ffffff;
}
.cid-uIMaYKgaKi {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uIMaYKgaKi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIMaYKgaKi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uIMaYKgaKi .container {
    padding: 0 20px;
  }
}
.cid-uIMaYKgaKi .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uIMaYKgaKi .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uIMaYKgaKi .title-wrapper .mbr-section-title {
  padding-right: 80px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIMaYKgaKi .title-wrapper .mbr-section-title {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uIMaYKgaKi .title-wrapper .image-wrapper {
  position: relative;
}
.cid-uIMaYKgaKi .title-wrapper .image-wrapper .blur-wrap {
  position: absolute;
  top: 2rem;
  left: 0;
  background-image: linear-gradient(-120deg, #f5fd7b 50%, #4448e5 0%);
  width: 300px;
  height: 300px;
  border-radius: 100%;
  filter: blur(85px);
}
.cid-uIMaYKgaKi .title-wrapper .image-wrapper img {
  position: relative;
  z-index: 1;
  width: 300px;
  height: 300px;
  margin: 0 auto;
  border-radius: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uIMaYKgaKi .title-wrapper .image-wrapper img {
    width: 200px;
    height: 200px;
  }
}
.cid-uIMaYKgaKi .text-wrapper .mbr-text {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uIMaYKgaKi .text-wrapper .mbr-text {
    margin-bottom: 50px;
  }
}
.cid-uIMaYKgaKi .row.cards .card {
  margin-bottom: 50px;
  padding-left: 0;
}
.cid-uIMaYKgaKi .row.cards .card:first-child {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uIMaYKgaKi .row.cards .card:first-child {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uIMaYKgaKi .row.cards .card {
    margin-bottom: 32px;
  }
}
.cid-uIMaYKgaKi .row.cards .card .card-wrap .mbr-number {
  margin-bottom: 16px;
}
.cid-uIMaYKgaKi .row.cards .card .card-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uIMaYKgaKi .row.cards .card .card-wrap a:hover .mbr-link {
  opacity: 1;
  transition: all 0.3s ease-out;
}
.cid-uIMaYKgaKi .row.cards .card .card-wrap a .mbr-link {
  opacity: .5;
  margin-bottom: 0;
}
.cid-uIMaYKgaKi .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uIMaYKgaKi .mbr-text {
  color: #ffffff;
}
.cid-uIMaYKgaKi .mbr-number {
  color: #4448e5;
}
.cid-uIMaYKgaKi .mbr-desc {
  color: #ffffff;
}
.cid-uIMaYKgaKi .mbr-link {
  color: #ffffff;
}
.cid-uIM8AFJQt8 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uIM8AFJQt8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIM8AFJQt8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIM8AFJQt8 .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uIM8AFJQt8 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uIM8AFJQt8 .items-wrap {
  justify-content: center;
  margin: 0 -7px;
}
.cid-uIM8AFJQt8 .items-wrap .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
.cid-uIM8AFJQt8 .items-wrap .item .item-wrapper {
  position: relative;
  border: 1px solid #323046;
  height: 100%;
  overflow: hidden;
  background-color: #292739;
  background-color: transparent;
}
.cid-uIM8AFJQt8 .items-wrap .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #292739;
  opacity: .5;
}
.cid-uIM8AFJQt8 .items-wrap .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uIM8AFJQt8 .items-wrap .item .item-wrapper .card-box .item-title {
  padding: 14px 24px;
  background-color: #323046;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIM8AFJQt8 .items-wrap .item .item-wrapper .card-box .item-title {
    padding: 14px;
  }
}
.cid-uIM8AFJQt8 .items-wrap .item .item-wrapper .card-box .text-wrapper {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uIM8AFJQt8 .items-wrap .item .item-wrapper .card-box .text-wrapper {
    padding: 14px;
  }
}
.cid-uIM8AFJQt8 .items-wrap .item .item-wrapper .card-box .text-wrapper .item-text {
  margin-bottom: 16px;
}
.cid-uIM8AFJQt8 .items-wrap .item .item-wrapper .card-box .text-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uIM8AFJQt8 .items-wrap .item .item-wrapper .card-box .text-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uIM8AFJQt8 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uIM8AFJQt8 .item-number {
  color: #bcfe1e;
}
.cid-uIM8AFJQt8 .item-title {
  color: #4448e5;
}
.cid-uIM8AFJQt8 .item-text {
  color: #ffffff;
}
.cid-uIOhyih8D5 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uIOhyih8D5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIOhyih8D5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIOhyih8D5 .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uIOhyih8D5 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uIOhyih8D5 .items-wrap {
  justify-content: center;
  margin: 0 -7px;
}
.cid-uIOhyih8D5 .items-wrap .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
.cid-uIOhyih8D5 .items-wrap .item .item-wrapper {
  position: relative;
  border: 1px solid #323046;
  height: 100%;
  overflow: hidden;
  background-color: #292739;
  background-color: transparent;
}
.cid-uIOhyih8D5 .items-wrap .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #292739;
  opacity: .5;
}
.cid-uIOhyih8D5 .items-wrap .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uIOhyih8D5 .items-wrap .item .item-wrapper .card-box .item-title {
  padding: 14px 24px;
  background-color: #323046;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIOhyih8D5 .items-wrap .item .item-wrapper .card-box .item-title {
    padding: 14px;
  }
}
.cid-uIOhyih8D5 .items-wrap .item .item-wrapper .card-box .text-wrapper {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uIOhyih8D5 .items-wrap .item .item-wrapper .card-box .text-wrapper {
    padding: 14px;
  }
}
.cid-uIOhyih8D5 .items-wrap .item .item-wrapper .card-box .text-wrapper .item-text {
  margin-bottom: 16px;
}
.cid-uIOhyih8D5 .items-wrap .item .item-wrapper .card-box .text-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uIOhyih8D5 .items-wrap .item .item-wrapper .card-box .text-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uIOhyih8D5 .mbr-section-title {
  color: #c0c0c0;
  text-align: center;
}
.cid-uIOhyih8D5 .item-number {
  color: #bcfe1e;
}
.cid-uIOhyih8D5 .item-title {
  color: #4448e5;
}
.cid-uIOhyih8D5 .item-text {
  color: #ffffff;
}
.cid-uIQ2CIcxk4 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIQ2CIcxk4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIQ2CIcxk4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIQ2CIcxk4 .row {
  justify-content: center;
}
.cid-uIQ2CIcxk4 .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIQ2CIcxk4 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIQ2CIcxk4 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIQ2CIcxk4 .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIQ2CIcxk4 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIQ2CIcxk4 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIQ2CIcxk4 .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIQ2CIcxk4 .mbr-section-title {
  color: #ffffff;
}
.cid-uIQ2CIcxk4 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIQ2CIcxk4 .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIQ2CIcxk4 .mbr-section-title,
.cid-uIQ2CIcxk4 .mbr-section-btn {
  text-align: center;
}
.cid-uIPmAcSCYB {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uIPmAcSCYB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIPmAcSCYB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIPmAcSCYB .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uIPmAcSCYB .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uIPmAcSCYB .container {
    padding: 0 20px;
  }
}
.cid-uIPmAcSCYB .row {
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
.cid-uIPmAcSCYB .row img {
  height: 600px;
  object-fit: cover;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uIPmAcSCYB .row img {
    height: 300px;
  }
}
.cid-uIPk8A4Pk0 {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIPk8A4Pk0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIPk8A4Pk0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIPk8A4Pk0 .row {
  justify-content: center;
}
.cid-uIPk8A4Pk0 .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIPk8A4Pk0 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIPk8A4Pk0 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIPk8A4Pk0 .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIPk8A4Pk0 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIPk8A4Pk0 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIPk8A4Pk0 .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIPk8A4Pk0 .mbr-section-title {
  color: #ffffff;
}
.cid-uIPk8A4Pk0 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIPk8A4Pk0 .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIPk8A4Pk0 .mbr-section-title,
.cid-uIPk8A4Pk0 .mbr-section-btn {
  text-align: center;
}
.cid-uIOcOwNxmk {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uIOcOwNxmk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIOcOwNxmk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIOcOwNxmk .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uIOcOwNxmk .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uIOcOwNxmk .container {
    padding: 0 20px;
  }
}
.cid-uIOcOwNxmk .row {
  padding: 0 8px;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uIOcOwNxmk .row {
    padding: 0;
  }
}
.cid-uIOcOwNxmk .card {
  padding: 0 8px;
  overflow: visible;
}
.cid-uIOcOwNxmk .card .card-wrapper {
  position: relative;
  padding: 50px;
  border-radius: 50px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}
.cid-uIOcOwNxmk .card .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #595966;
  opacity: .5;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-uIOcOwNxmk .card .card-wrapper {
    margin-bottom: 16px;
    padding: 32px 16px;
  }
}
.cid-uIOcOwNxmk .card .card-wrapper .title-wrapper {
  position: relative;
}
.cid-uIOcOwNxmk .card .card-wrapper .title-wrapper .mbr-desc {
  opacity: .5;
  margin-bottom: 16px;
}
.cid-uIOcOwNxmk .card .card-wrapper .title-wrapper .mbr-price {
  margin-bottom: 32px;
}
.cid-uIOcOwNxmk .card .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uIOcOwNxmk .card .card-wrapper .mbr-section-btn {
  position: relative;
  margin-top: 22px;
}
.cid-uIOcOwNxmk .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uIOcOwNxmk .mbr-price {
  color: #4448e5;
  text-align: center;
}
.cid-uIOcOwNxmk .mbr-section-title {
  color: #ffffff;
}
.cid-uIOcOwNxmk .mbr-section-title,
.cid-uIOcOwNxmk .mbr-section-btn {
  text-align: center;
}
.cid-uIPlu7cKhI {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uIPlu7cKhI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIPlu7cKhI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIPlu7cKhI .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uIPlu7cKhI .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uIPlu7cKhI .items-wrap {
  justify-content: center;
  margin: 0 -7px;
}
.cid-uIPlu7cKhI .items-wrap .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
.cid-uIPlu7cKhI .items-wrap .item .item-wrapper {
  position: relative;
  border: 1px solid #323046;
  height: 100%;
  overflow: hidden;
  background-color: #292739;
  background-color: transparent;
}
.cid-uIPlu7cKhI .items-wrap .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #292739;
  opacity: .5;
}
.cid-uIPlu7cKhI .items-wrap .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uIPlu7cKhI .items-wrap .item .item-wrapper .card-box .item-title {
  padding: 14px 24px;
  background-color: #323046;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIPlu7cKhI .items-wrap .item .item-wrapper .card-box .item-title {
    padding: 14px;
  }
}
.cid-uIPlu7cKhI .items-wrap .item .item-wrapper .card-box .text-wrapper {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uIPlu7cKhI .items-wrap .item .item-wrapper .card-box .text-wrapper {
    padding: 14px;
  }
}
.cid-uIPlu7cKhI .items-wrap .item .item-wrapper .card-box .text-wrapper .item-text {
  margin-bottom: 16px;
}
.cid-uIPlu7cKhI .items-wrap .item .item-wrapper .card-box .text-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uIPlu7cKhI .items-wrap .item .item-wrapper .card-box .text-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uIPlu7cKhI .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uIPlu7cKhI .item-number {
  color: #bcfe1e;
}
.cid-uIPlu7cKhI .item-title {
  color: #4448e5;
}
.cid-uIPlu7cKhI .item-text {
  color: #ffffff;
}
.cid-uIPlvu4gHB {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uIPlvu4gHB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIPlvu4gHB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIPlvu4gHB .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uIPlvu4gHB .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uIPlvu4gHB .items-wrap {
  justify-content: center;
  margin: 0 -7px;
}
.cid-uIPlvu4gHB .items-wrap .item {
  padding: 0 7px;
  margin-bottom: 14px;
}
.cid-uIPlvu4gHB .items-wrap .item .item-wrapper {
  position: relative;
  border: 1px solid #323046;
  height: 100%;
  overflow: hidden;
  background-color: #292739;
  background-color: transparent;
}
.cid-uIPlvu4gHB .items-wrap .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #292739;
  opacity: .5;
}
.cid-uIPlvu4gHB .items-wrap .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-uIPlvu4gHB .items-wrap .item .item-wrapper .card-box .item-title {
  padding: 14px 24px;
  background-color: #323046;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIPlvu4gHB .items-wrap .item .item-wrapper .card-box .item-title {
    padding: 14px;
  }
}
.cid-uIPlvu4gHB .items-wrap .item .item-wrapper .card-box .text-wrapper {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uIPlvu4gHB .items-wrap .item .item-wrapper .card-box .text-wrapper {
    padding: 14px;
  }
}
.cid-uIPlvu4gHB .items-wrap .item .item-wrapper .card-box .text-wrapper .item-text {
  margin-bottom: 16px;
}
.cid-uIPlvu4gHB .items-wrap .item .item-wrapper .card-box .text-wrapper .mbr-section-btn {
  width: 100%;
}
.cid-uIPlvu4gHB .items-wrap .item .item-wrapper .card-box .text-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uIPlvu4gHB .mbr-section-title {
  color: #c0c0c0;
  text-align: center;
}
.cid-uIPlvu4gHB .item-number {
  color: #bcfe1e;
}
.cid-uIPlvu4gHB .item-title {
  color: #4448e5;
}
.cid-uIPlvu4gHB .item-text {
  color: #ffffff;
}
.cid-uIQ2DyfgIg {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIQ2DyfgIg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIQ2DyfgIg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIQ2DyfgIg .row {
  justify-content: center;
}
.cid-uIQ2DyfgIg .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIQ2DyfgIg .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIQ2DyfgIg .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIQ2DyfgIg .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIQ2DyfgIg .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIQ2DyfgIg .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIQ2DyfgIg .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIQ2DyfgIg .mbr-section-title {
  color: #ffffff;
}
.cid-uIQ2DyfgIg .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIQ2DyfgIg .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIQ2DyfgIg .mbr-section-title,
.cid-uIQ2DyfgIg .mbr-section-btn {
  text-align: center;
}
.cid-uIPp4ztOCg {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uIPp4ztOCg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIPp4ztOCg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIPp4ztOCg .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uIPp4ztOCg .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uIPp4ztOCg .container {
    padding: 0 20px;
  }
}
.cid-uIPp4ztOCg .row {
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
.cid-uIPp4ztOCg .row img {
  height: 600px;
  object-fit: cover;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uIPp4ztOCg .row img {
    height: 300px;
  }
}
.cid-uIOb89bJdK {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIOb89bJdK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIOb89bJdK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIOb89bJdK .row {
  justify-content: center;
}
.cid-uIOb89bJdK .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIOb89bJdK .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIOb89bJdK .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIOb89bJdK .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIOb89bJdK .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIOb89bJdK .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIOb89bJdK .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIOb89bJdK .mbr-section-title {
  color: #ffffff;
}
.cid-uIOb89bJdK .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIOb89bJdK .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIOb89bJdK .mbr-section-title,
.cid-uIOb89bJdK .mbr-section-btn {
  text-align: center;
}
.cid-uIQ2vvuvqa {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIQ2vvuvqa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIQ2vvuvqa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIQ2vvuvqa .row {
  justify-content: center;
}
.cid-uIQ2vvuvqa .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIQ2vvuvqa .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIQ2vvuvqa .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIQ2vvuvqa .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIQ2vvuvqa .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIQ2vvuvqa .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIQ2vvuvqa .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIQ2vvuvqa .mbr-section-title {
  color: #ffffff;
}
.cid-uIQ2vvuvqa .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIQ2vvuvqa .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIQ2vvuvqa .mbr-section-title,
.cid-uIQ2vvuvqa .mbr-section-btn {
  text-align: center;
}
.cid-uIQ2stiTMr {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIQ2stiTMr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIQ2stiTMr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIQ2stiTMr .row {
  justify-content: center;
}
.cid-uIQ2stiTMr .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIQ2stiTMr .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIQ2stiTMr .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIQ2stiTMr .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIQ2stiTMr .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIQ2stiTMr .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIQ2stiTMr .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIQ2stiTMr .mbr-section-title {
  color: #ffffff;
}
.cid-uIQ2stiTMr .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIQ2stiTMr .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIQ2stiTMr .mbr-section-title,
.cid-uIQ2stiTMr .mbr-section-btn {
  text-align: center;
}
.cid-uIQ2xYBXdd {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIQ2xYBXdd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIQ2xYBXdd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIQ2xYBXdd .row {
  justify-content: center;
}
.cid-uIQ2xYBXdd .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIQ2xYBXdd .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIQ2xYBXdd .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIQ2xYBXdd .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIQ2xYBXdd .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIQ2xYBXdd .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIQ2xYBXdd .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIQ2xYBXdd .mbr-section-title {
  color: #ffffff;
}
.cid-uIQ2xYBXdd .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIQ2xYBXdd .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIQ2xYBXdd .mbr-section-title,
.cid-uIQ2xYBXdd .mbr-section-btn {
  text-align: center;
}
.cid-uIVuS9JFY4 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIVuS9JFY4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIVuS9JFY4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIVuS9JFY4 .row {
  justify-content: center;
}
.cid-uIVuS9JFY4 .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIVuS9JFY4 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIVuS9JFY4 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIVuS9JFY4 .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIVuS9JFY4 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIVuS9JFY4 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIVuS9JFY4 .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIVuS9JFY4 .mbr-section-title {
  color: #ffffff;
}
.cid-uIVuS9JFY4 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIVuS9JFY4 .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIVuS9JFY4 .mbr-section-title,
.cid-uIVuS9JFY4 .mbr-section-btn {
  text-align: center;
}
.cid-uIQ2yXc6d8 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIQ2yXc6d8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIQ2yXc6d8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIQ2yXc6d8 .row {
  justify-content: center;
}
.cid-uIQ2yXc6d8 .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIQ2yXc6d8 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIQ2yXc6d8 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIQ2yXc6d8 .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIQ2yXc6d8 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIQ2yXc6d8 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIQ2yXc6d8 .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIQ2yXc6d8 .mbr-section-title {
  color: #ffffff;
}
.cid-uIQ2yXc6d8 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIQ2yXc6d8 .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIQ2yXc6d8 .mbr-section-title,
.cid-uIQ2yXc6d8 .mbr-section-btn {
  text-align: center;
}
.cid-uIObaEsZ6j {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uIObaEsZ6j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIObaEsZ6j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIObaEsZ6j .row {
  justify-content: center;
}
.cid-uIObaEsZ6j .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #4448e5 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uIObaEsZ6j .title-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIObaEsZ6j .title-wrapper .title-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uIObaEsZ6j .title-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uIObaEsZ6j .title-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #ffffff, #4448e5 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uIObaEsZ6j .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIObaEsZ6j .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uIObaEsZ6j .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uIObaEsZ6j .mbr-label,
.cid-uIObaEsZ6j .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uIObaEsZ6j .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uIObaEsZ6j .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uIObaEsZ6j .mbr-text,
.cid-uIObaEsZ6j .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uIObaEsZ6j .mbr-section-title,
.cid-uIObaEsZ6j .mbr-section-btn {
  text-align: center;
}
.cid-uG7aaWQ7hq {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uG7aaWQ7hq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG7aaWQ7hq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG7aaWQ7hq .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uG7aaWQ7hq .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uG7aaWQ7hq .container {
    padding: 0 20px;
  }
}
.cid-uG7aaWQ7hq .row {
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
.cid-uG7aaWQ7hq .row img {
  height: 600px;
  object-fit: cover;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uG7aaWQ7hq .row img {
    height: 300px;
  }
}
.cid-uGFKOUia1s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uGFKOUia1s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGFKOUia1s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGFKOUia1s .row {
  justify-content: center;
}
.cid-uGFKOUia1s .content-wrapper {
  padding-right: 68px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uGFKOUia1s .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uGFKOUia1s .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uGFKOUia1s .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uGFKOUia1s .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 22px 0 0 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uGFKOUia1s .content-wrapper .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 12px 12px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uGFKOUia1s .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uGFKOUia1s .content-wrapper .nav-wrapper .list .item-wrap:focus {
  background-image: linear-gradient(90deg, #ffffff, #0047ff 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uGFKOUia1s .content-wrapper .social {
  margin-top: 22px;
}
.cid-uGFKOUia1s .content-wrapper .social .mbr-desc {
  margin-bottom: 16px;
}
.cid-uGFKOUia1s .content-wrapper .social .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uGFKOUia1s .content-wrapper .social .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uGFKOUia1s .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uGFKOUia1s .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-image: linear-gradient(135deg, #a78aff, #0047ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uGFKOUia1s .content-wrapper .social .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #ffffff;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  margin: 0 26px 16px 0;
}
.cid-uGFKOUia1s .image-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uGFKOUia1s .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uGFKOUia1s .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uGFKOUia1s .mbr-copy {
  position: relative;
  margin-bottom: 0;
  padding-top: 22px;
  color: #ffffff;
  text-align: center;
}
.cid-uGFKOUia1s .mbr-copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uGFKOUia1s .mbr-section-title {
  color: #ffffff;
}
.cid-uGFKOUia1s .mbr-text {
  color: #ffffff;
}
.cid-uGFKOUia1s .mbr-desc {
  color: #ffffff;
}
.cid-uGFKOUia1s .list {
  color: #ffffff;
}
.cid-uGFKOUia1s .mbr-desc,
.cid-uGFKOUia1s .social-wrapper {
  color: #ffffff;
}
.cid-uGGDh0eGRb {
  z-index: 1000;
  width: 100%;
}
.cid-uGGDh0eGRb .navbar-dropdown {
  background-color: #0e0e10 !important;
  padding: 0;
  position: fixed;
}
.cid-uGGDh0eGRb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e0e10 !important;
  background: #0e0e10;
}
.cid-uGGDh0eGRb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uGGDh0eGRb .menu_box .navbar.opened,
  .cid-uGGDh0eGRb .menu_box .navbar-collapse {
    background-color: #0e0e10 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uGGDh0eGRb nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uGGDh0eGRb .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uGGDh0eGRb .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uGGDh0eGRb .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uGGDh0eGRb .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uGGDh0eGRb .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uGGDh0eGRb .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #181a25;
  }
  .cid-uGGDh0eGRb .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uGGDh0eGRb .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uGGDh0eGRb .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uGGDh0eGRb .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uGGDh0eGRb .offcanvas-body .mbr-text,
  .cid-uGGDh0eGRb .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uGGDh0eGRb .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uGGDh0eGRb .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uGGDh0eGRb .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uGGDh0eGRb .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uGGDh0eGRb .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uGGDh0eGRb .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uGGDh0eGRb .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uGGDh0eGRb ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uGGDh0eGRb .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uGGDh0eGRb .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uGGDh0eGRb .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uGGDh0eGRb li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uGGDh0eGRb .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uGGDh0eGRb .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uGGDh0eGRb .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uGGDh0eGRb .nav-item {
    margin: 0 !important;
  }
}
.cid-uGGDh0eGRb .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-uGGDh0eGRb .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #6567ee;
  transition: all 0.3s ease-out;
}
.cid-uGGDh0eGRb .nav-item .nav-link:hover {
  color: #6567ee !important;
}
.cid-uGGDh0eGRb .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uGGDh0eGRb .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uGGDh0eGRb .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uGGDh0eGRb .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uGGDh0eGRb .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uGGDh0eGRb .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uGGDh0eGRb .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uGGDh0eGRb .offcanvas_box {
    display: none;
  }
}
.cid-uGGDh0eGRb .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uGGDh0eGRb .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uGGDh0eGRb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uGGDh0eGRb .container {
  display: flex;
  margin: auto;
}
.cid-uGGDh0eGRb .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uGGDh0eGRb .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uGGDh0eGRb .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uGGDh0eGRb .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uGGDh0eGRb .navbar-nav {
    margin: 0;
  }
}
.cid-uGGDh0eGRb .dropdown-menu,
.cid-uGGDh0eGRb .navbar.opened {
  background-color: false !important;
}
.cid-uGGDh0eGRb .nav-item:focus,
.cid-uGGDh0eGRb .nav-link:focus {
  outline: none;
}
.cid-uGGDh0eGRb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGGDh0eGRb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGGDh0eGRb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGGDh0eGRb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGGDh0eGRb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGGDh0eGRb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGGDh0eGRb .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uGGDh0eGRb .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uGGDh0eGRb .navbar.opened {
  transition: all 0.3s;
}
.cid-uGGDh0eGRb .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uGGDh0eGRb .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-uGGDh0eGRb .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uGGDh0eGRb .navbar.collapsed {
  justify-content: center;
}
.cid-uGGDh0eGRb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGGDh0eGRb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uGGDh0eGRb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGGDh0eGRb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGGDh0eGRb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGGDh0eGRb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uGGDh0eGRb .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uGGDh0eGRb .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uGGDh0eGRb .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uGGDh0eGRb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGGDh0eGRb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGGDh0eGRb .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uGGDh0eGRb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGGDh0eGRb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uGGDh0eGRb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uGGDh0eGRb .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uGGDh0eGRb .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uGGDh0eGRb .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uGGDh0eGRb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uGGDh0eGRb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGGDh0eGRb .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uGGDh0eGRb .navbar.navbar-short {
  min-height: 60px;
}
.cid-uGGDh0eGRb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uGGDh0eGRb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uGGDh0eGRb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uGGDh0eGRb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uGGDh0eGRb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGGDh0eGRb .dropdown-item.active,
.cid-uGGDh0eGRb .dropdown-item:active {
  background-color: transparent;
}
.cid-uGGDh0eGRb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGGDh0eGRb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGGDh0eGRb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGGDh0eGRb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGGDh0eGRb ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uGGDh0eGRb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uGGDh0eGRb button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e0e10;
  background: #6567ee;
}
.cid-uGGDh0eGRb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uGGDh0eGRb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGGDh0eGRb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGGDh0eGRb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGGDh0eGRb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGGDh0eGRb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGGDh0eGRb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGGDh0eGRb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGGDh0eGRb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGGDh0eGRb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uGGDh0eGRb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGGDh0eGRb .navbar {
    height: 70px;
  }
  .cid-uGGDh0eGRb .navbar.opened {
    height: auto;
  }
  .cid-uGGDh0eGRb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGGDh0eGRb .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uGGDh0eGRb .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .cid-uGGDh0eGRb .container-fluid {
    padding-left: 130px;
    padding-right: 130px;
  }
}
.cid-uGGDh0eGRb .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uGGDh0eGRb .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  padding: 20px 35px;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uGGDh0eGRb .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uGGDh0eGRb .navbar-caption:hover {
  opacity: .5;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uGGDh0eGRb .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uGGDh0eGRb .text_widget {
  margin-bottom: 32px;
}
.cid-uGGDh0eGRb .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uGGDh0eGRb .text_widget a:hover {
  color: #6567ee !important;
}
.cid-uGGDh0eGRb .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uGGDh0eGRb .navbar-caption {
  color: #ffffff;
}
.cid-uGGDh0eGRb .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uGGDh0eGRb .mbr-section-subtitle,
.cid-uGGDh0eGRb .text_widget,
.cid-uGGDh0eGRb .mbr-section-btn {
  text-align: left;
}
.cid-uGGDh0eGRb a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uGGDh0PK4y {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uGGDh0PK4y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGGDh0PK4y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGGDh0PK4y .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uGGDh0PK4y .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uGGDh0PK4y .container {
    padding: 0 20px;
  }
}
.cid-uGGDh0PK4y .row {
  padding: 90px 82px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uGGDh0PK4y .row {
    padding: 50px 16px;
  }
}
.cid-uGGDh0PK4y .row .blur-wrap_1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5fd7b;
  filter: blur(120px);
}
.cid-uGGDh0PK4y .row .blur-wrap_2 {
  position: absolute;
  bottom: -8rem;
  right: 15%;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-color: #4448e5;
  filter: blur(150px);
}
.cid-uGGDh0PK4y .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #000000;
  opacity: 1;
}
.cid-uGGDh0PK4y .row .image-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}
.cid-uGGDh0PK4y .row .image-wrapper img {
  height: 400px;
  width: 70%;
  object-fit: cover;
  border-radius: 50px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uGGDh0PK4y .row .image-wrapper img {
    height: 300px;
    width: 100%;
    margin: 0;
  }
}
.cid-uGGDh0PK4y .row .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uGGDh0PK4y .row .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uGGDh0PK4y .row .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uGGDh0PK4y .row .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uGGDh0PK4y .row .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uGGDh0PK4y .mbr-desc {
  color: #ffffff;
}
.cid-uGGDh0PK4y .mbr-section-title {
  color: #ffffff;
}
.cid-uGGDh0PK4y .mbr-text {
  color: #ffffff;
}
.cid-uGGDh2xtaQ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #0e0e10;
}
.cid-uGGDh2xtaQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGGDh2xtaQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGGDh2xtaQ .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uGGDh2xtaQ .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uGGDh2xtaQ .container {
    padding: 0 20px;
  }
}
.cid-uGGDh2xtaQ .row {
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
.cid-uGGDh2xtaQ .row img {
  height: 600px;
  object-fit: cover;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uGGDh2xtaQ .row img {
    height: 300px;
  }
}
.cid-uGGDh3sv5f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uGGDh3sv5f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGGDh3sv5f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGGDh3sv5f .row {
  justify-content: center;
}
.cid-uGGDh3sv5f .content-wrapper {
  padding-right: 68px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uGGDh3sv5f .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uGGDh3sv5f .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uGGDh3sv5f .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uGGDh3sv5f .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 22px 0 0 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uGGDh3sv5f .content-wrapper .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 12px 12px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uGGDh3sv5f .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uGGDh3sv5f .content-wrapper .nav-wrapper .list .item-wrap:focus {
  background-image: linear-gradient(90deg, #ffffff, #0047ff 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uGGDh3sv5f .content-wrapper .social {
  margin-top: 22px;
}
.cid-uGGDh3sv5f .content-wrapper .social .mbr-desc {
  margin-bottom: 16px;
}
.cid-uGGDh3sv5f .content-wrapper .social .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uGGDh3sv5f .content-wrapper .social .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uGGDh3sv5f .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uGGDh3sv5f .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-image: linear-gradient(135deg, #a78aff, #0047ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uGGDh3sv5f .content-wrapper .social .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #ffffff;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  margin: 0 26px 16px 0;
}
.cid-uGGDh3sv5f .image-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uGGDh3sv5f .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uGGDh3sv5f .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uGGDh3sv5f .mbr-copy {
  position: relative;
  margin-bottom: 0;
  padding-top: 22px;
  color: #ffffff;
  text-align: center;
}
.cid-uGGDh3sv5f .mbr-copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uGGDh3sv5f .mbr-section-title {
  color: #ffffff;
}
.cid-uGGDh3sv5f .mbr-text {
  color: #ffffff;
}
.cid-uGGDh3sv5f .mbr-desc {
  color: #ffffff;
}
.cid-uGGDh3sv5f .list {
  color: #ffffff;
}
.cid-uGGDh3sv5f .mbr-desc,
.cid-uGGDh3sv5f .social-wrapper {
  color: #ffffff;
}
.cid-uG7S4Tghzb {
  z-index: 1000;
  width: 100%;
}
.cid-uG7S4Tghzb .navbar-dropdown {
  background-color: #0e0e10 !important;
  padding: 0;
  position: fixed;
}
.cid-uG7S4Tghzb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e0e10 !important;
  background: #0e0e10;
}
.cid-uG7S4Tghzb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uG7S4Tghzb .menu_box .navbar.opened,
  .cid-uG7S4Tghzb .menu_box .navbar-collapse {
    background-color: #0e0e10 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uG7S4Tghzb nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uG7S4Tghzb .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uG7S4Tghzb .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uG7S4Tghzb .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uG7S4Tghzb .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uG7S4Tghzb .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uG7S4Tghzb .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #181a25;
  }
  .cid-uG7S4Tghzb .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uG7S4Tghzb .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uG7S4Tghzb .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uG7S4Tghzb .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uG7S4Tghzb .offcanvas-body .mbr-text,
  .cid-uG7S4Tghzb .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uG7S4Tghzb .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uG7S4Tghzb .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uG7S4Tghzb .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uG7S4Tghzb .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uG7S4Tghzb .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uG7S4Tghzb .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uG7S4Tghzb .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uG7S4Tghzb ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uG7S4Tghzb .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uG7S4Tghzb .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uG7S4Tghzb .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uG7S4Tghzb li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uG7S4Tghzb .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uG7S4Tghzb .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uG7S4Tghzb .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uG7S4Tghzb .nav-item {
    margin: 0 !important;
  }
}
.cid-uG7S4Tghzb .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-uG7S4Tghzb .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #6567ee;
  transition: all 0.3s ease-out;
}
.cid-uG7S4Tghzb .nav-item .nav-link:hover {
  color: #6567ee !important;
}
.cid-uG7S4Tghzb .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uG7S4Tghzb .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uG7S4Tghzb .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uG7S4Tghzb .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uG7S4Tghzb .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uG7S4Tghzb .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uG7S4Tghzb .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uG7S4Tghzb .offcanvas_box {
    display: none;
  }
}
.cid-uG7S4Tghzb .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uG7S4Tghzb .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uG7S4Tghzb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uG7S4Tghzb .container {
  display: flex;
  margin: auto;
}
.cid-uG7S4Tghzb .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uG7S4Tghzb .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uG7S4Tghzb .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uG7S4Tghzb .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uG7S4Tghzb .navbar-nav {
    margin: 0;
  }
}
.cid-uG7S4Tghzb .dropdown-menu,
.cid-uG7S4Tghzb .navbar.opened {
  background-color: false !important;
}
.cid-uG7S4Tghzb .nav-item:focus,
.cid-uG7S4Tghzb .nav-link:focus {
  outline: none;
}
.cid-uG7S4Tghzb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uG7S4Tghzb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uG7S4Tghzb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uG7S4Tghzb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uG7S4Tghzb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uG7S4Tghzb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uG7S4Tghzb .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uG7S4Tghzb .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uG7S4Tghzb .navbar.opened {
  transition: all 0.3s;
}
.cid-uG7S4Tghzb .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uG7S4Tghzb .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-uG7S4Tghzb .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uG7S4Tghzb .navbar.collapsed {
  justify-content: center;
}
.cid-uG7S4Tghzb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uG7S4Tghzb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uG7S4Tghzb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uG7S4Tghzb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uG7S4Tghzb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uG7S4Tghzb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uG7S4Tghzb .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uG7S4Tghzb .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uG7S4Tghzb .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uG7S4Tghzb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uG7S4Tghzb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uG7S4Tghzb .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uG7S4Tghzb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uG7S4Tghzb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uG7S4Tghzb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uG7S4Tghzb .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uG7S4Tghzb .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uG7S4Tghzb .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uG7S4Tghzb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uG7S4Tghzb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uG7S4Tghzb .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uG7S4Tghzb .navbar.navbar-short {
  min-height: 60px;
}
.cid-uG7S4Tghzb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uG7S4Tghzb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uG7S4Tghzb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uG7S4Tghzb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uG7S4Tghzb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uG7S4Tghzb .dropdown-item.active,
.cid-uG7S4Tghzb .dropdown-item:active {
  background-color: transparent;
}
.cid-uG7S4Tghzb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uG7S4Tghzb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uG7S4Tghzb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uG7S4Tghzb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uG7S4Tghzb ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uG7S4Tghzb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uG7S4Tghzb button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e0e10;
  background: #6567ee;
}
.cid-uG7S4Tghzb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uG7S4Tghzb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uG7S4Tghzb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uG7S4Tghzb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uG7S4Tghzb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uG7S4Tghzb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uG7S4Tghzb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uG7S4Tghzb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uG7S4Tghzb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uG7S4Tghzb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uG7S4Tghzb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uG7S4Tghzb .navbar {
    height: 70px;
  }
  .cid-uG7S4Tghzb .navbar.opened {
    height: auto;
  }
  .cid-uG7S4Tghzb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uG7S4Tghzb .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uG7S4Tghzb .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .cid-uG7S4Tghzb .container-fluid {
    padding-left: 130px;
    padding-right: 130px;
  }
}
.cid-uG7S4Tghzb .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uG7S4Tghzb .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  padding: 20px 35px;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uG7S4Tghzb .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uG7S4Tghzb .navbar-caption:hover {
  opacity: .5;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uG7S4Tghzb .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uG7S4Tghzb .text_widget {
  margin-bottom: 32px;
}
.cid-uG7S4Tghzb .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uG7S4Tghzb .text_widget a:hover {
  color: #6567ee !important;
}
.cid-uG7S4Tghzb .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uG7S4Tghzb .navbar-caption {
  color: #ffffff;
}
.cid-uG7S4Tghzb .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uG7S4Tghzb .mbr-section-subtitle,
.cid-uG7S4Tghzb .text_widget,
.cid-uG7S4Tghzb .mbr-section-btn {
  text-align: left;
}
.cid-uG7S4Tghzb a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uG7S4TZaqI {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uG7S4TZaqI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG7S4TZaqI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG7S4TZaqI .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uG7S4TZaqI .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uG7S4TZaqI .container {
    padding: 0 20px;
  }
}
.cid-uG7S4TZaqI .row {
  padding: 90px 82px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uG7S4TZaqI .row {
    padding: 50px 16px;
  }
}
.cid-uG7S4TZaqI .row .blur-wrap_1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5fd7b;
  filter: blur(120px);
}
.cid-uG7S4TZaqI .row .blur-wrap_2 {
  position: absolute;
  bottom: -8rem;
  right: 15%;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-color: #4448e5;
  filter: blur(150px);
}
.cid-uG7S4TZaqI .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #000000;
  opacity: 1;
}
.cid-uG7S4TZaqI .row .image-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}
.cid-uG7S4TZaqI .row .image-wrapper img {
  height: 400px;
  width: 70%;
  object-fit: cover;
  border-radius: 50px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uG7S4TZaqI .row .image-wrapper img {
    height: 300px;
    width: 100%;
    margin: 0;
  }
}
.cid-uG7S4TZaqI .row .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uG7S4TZaqI .row .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uG7S4TZaqI .row .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uG7S4TZaqI .row .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uG7S4TZaqI .row .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uG7S4TZaqI .mbr-desc {
  color: #ffffff;
}
.cid-uG7S4TZaqI .mbr-section-title {
  color: #ffffff;
}
.cid-uG7S4TZaqI .mbr-text {
  color: #ffffff;
}
.cid-uHZpTRWKTv {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uHZpTRWKTv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHZpTRWKTv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHZpTRWKTv .row {
  justify-content: center;
}
.cid-uHZpTRWKTv .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uHZpTRWKTv .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uHZpTRWKTv .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uHZpTRWKTv .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uHZpTRWKTv .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uHZpTRWKTv .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uHZpTRWKTv .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uHZpTRWKTv .mbr-section-title {
  color: #ffffff;
}
.cid-uHZpTRWKTv .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uHZpTRWKTv .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uHZpTRWKTv .mbr-section-title,
.cid-uHZpTRWKTv .mbr-section-btn {
  text-align: center;
}
.cid-uIXhGq9THW {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uIXhGq9THW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIXhGq9THW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIXhGq9THW .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uIXhGq9THW .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uIXhGq9THW .container {
    padding: 0 20px;
  }
}
.cid-uIXhGq9THW .row {
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
.cid-uIXhGq9THW .row img {
  height: 600px;
  object-fit: cover;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uIXhGq9THW .row img {
    height: 300px;
  }
}
.cid-uHZq5e1rNj {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uHZq5e1rNj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHZq5e1rNj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHZq5e1rNj .row {
  justify-content: center;
}
.cid-uHZq5e1rNj .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uHZq5e1rNj .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uHZq5e1rNj .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uHZq5e1rNj .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uHZq5e1rNj .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uHZq5e1rNj .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uHZq5e1rNj .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uHZq5e1rNj .mbr-section-title {
  color: #ffffff;
}
.cid-uHZq5e1rNj .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uHZq5e1rNj .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uHZq5e1rNj .mbr-section-title,
.cid-uHZq5e1rNj .mbr-section-btn {
  text-align: center;
}
.cid-uHZrCgpNxl {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uHZrCgpNxl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHZrCgpNxl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHZrCgpNxl .row {
  justify-content: center;
}
.cid-uHZrCgpNxl .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uHZrCgpNxl .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uHZrCgpNxl .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uHZrCgpNxl .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uHZrCgpNxl .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uHZrCgpNxl .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uHZrCgpNxl .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uHZrCgpNxl .mbr-section-title {
  color: #ffffff;
}
.cid-uHZrCgpNxl .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uHZrCgpNxl .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uHZrCgpNxl .mbr-section-title,
.cid-uHZrCgpNxl .mbr-section-btn {
  text-align: center;
}
.cid-uHZsHLgO4w {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uHZsHLgO4w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHZsHLgO4w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHZsHLgO4w .row {
  justify-content: center;
}
.cid-uHZsHLgO4w .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uHZsHLgO4w .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uHZsHLgO4w .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uHZsHLgO4w .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uHZsHLgO4w .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uHZsHLgO4w .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uHZsHLgO4w .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uHZsHLgO4w .mbr-section-title {
  color: #ffffff;
}
.cid-uHZsHLgO4w .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uHZsHLgO4w .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uHZsHLgO4w .mbr-section-title,
.cid-uHZsHLgO4w .mbr-section-btn {
  text-align: center;
}
.cid-uHZta3uj4H {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uHZta3uj4H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHZta3uj4H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHZta3uj4H .row {
  justify-content: center;
}
.cid-uHZta3uj4H .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uHZta3uj4H .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uHZta3uj4H .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uHZta3uj4H .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uHZta3uj4H .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uHZta3uj4H .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uHZta3uj4H .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uHZta3uj4H .mbr-section-title {
  color: #ffffff;
}
.cid-uHZta3uj4H .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uHZta3uj4H .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uHZta3uj4H .mbr-section-title,
.cid-uHZta3uj4H .mbr-section-btn {
  text-align: center;
}
.cid-uHZuSLNZSa {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uHZuSLNZSa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHZuSLNZSa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHZuSLNZSa .row {
  justify-content: center;
}
.cid-uHZuSLNZSa .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uHZuSLNZSa .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uHZuSLNZSa .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uHZuSLNZSa .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uHZuSLNZSa .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uHZuSLNZSa .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uHZuSLNZSa .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uHZuSLNZSa .mbr-section-title {
  color: #ffffff;
}
.cid-uHZuSLNZSa .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uHZuSLNZSa .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uHZuSLNZSa .mbr-section-title,
.cid-uHZuSLNZSa .mbr-section-btn {
  text-align: center;
}
.cid-uHZvx0liDs {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uHZvx0liDs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHZvx0liDs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHZvx0liDs .row {
  justify-content: center;
}
.cid-uHZvx0liDs .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uHZvx0liDs .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uHZvx0liDs .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uHZvx0liDs .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uHZvx0liDs .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uHZvx0liDs .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uHZvx0liDs .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uHZvx0liDs .mbr-section-title {
  color: #ffffff;
}
.cid-uHZvx0liDs .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uHZvx0liDs .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uHZvx0liDs .mbr-section-title,
.cid-uHZvx0liDs .mbr-section-btn {
  text-align: center;
}
.cid-uHZvTjGTMh {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uHZvTjGTMh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHZvTjGTMh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHZvTjGTMh .row {
  justify-content: center;
}
.cid-uHZvTjGTMh .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uHZvTjGTMh .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uHZvTjGTMh .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uHZvTjGTMh .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uHZvTjGTMh .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uHZvTjGTMh .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uHZvTjGTMh .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uHZvTjGTMh .mbr-section-title {
  color: #ffffff;
}
.cid-uHZvTjGTMh .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uHZvTjGTMh .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uHZvTjGTMh .mbr-section-title,
.cid-uHZvTjGTMh .mbr-section-btn {
  text-align: center;
}
.cid-uHZr1gHDUI {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uHZr1gHDUI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHZr1gHDUI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHZr1gHDUI .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uHZr1gHDUI .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uHZr1gHDUI .container {
    padding: 0 20px;
  }
}
.cid-uHZr1gHDUI .row {
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
.cid-uHZr1gHDUI .row img {
  height: 600px;
  object-fit: cover;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uHZr1gHDUI .row img {
    height: 300px;
  }
}
.cid-uHYdImz8Sg {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uHYdImz8Sg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHYdImz8Sg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHYdImz8Sg .row {
  justify-content: center;
}
.cid-uHYdImz8Sg .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uHYdImz8Sg .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uHYdImz8Sg .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uHYdImz8Sg .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uHYdImz8Sg .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uHYdImz8Sg .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uHYdImz8Sg .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uHYdImz8Sg .mbr-section-title {
  color: #ffffff;
}
.cid-uHYdImz8Sg .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uHYdImz8Sg .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uHYdImz8Sg .mbr-section-title,
.cid-uHYdImz8Sg .mbr-section-btn {
  text-align: center;
}
.cid-uI5cQgYBn7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uI5cQgYBn7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI5cQgYBn7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI5cQgYBn7 .row {
  justify-content: center;
}
.cid-uI5cQgYBn7 .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uI5cQgYBn7 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uI5cQgYBn7 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uI5cQgYBn7 .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uI5cQgYBn7 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uI5cQgYBn7 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uI5cQgYBn7 .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uI5cQgYBn7 .mbr-section-title {
  color: #ffffff;
}
.cid-uI5cQgYBn7 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uI5cQgYBn7 .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uI5cQgYBn7 .mbr-section-title,
.cid-uI5cQgYBn7 .mbr-section-btn {
  text-align: center;
}
.cid-uI5cS9FmZ2 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uI5cS9FmZ2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI5cS9FmZ2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI5cS9FmZ2 .row {
  justify-content: center;
}
.cid-uI5cS9FmZ2 .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uI5cS9FmZ2 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uI5cS9FmZ2 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uI5cS9FmZ2 .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uI5cS9FmZ2 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uI5cS9FmZ2 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uI5cS9FmZ2 .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uI5cS9FmZ2 .mbr-section-title {
  color: #ffffff;
}
.cid-uI5cS9FmZ2 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uI5cS9FmZ2 .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uI5cS9FmZ2 .mbr-section-title,
.cid-uI5cS9FmZ2 .mbr-section-btn {
  text-align: center;
}
.cid-uI5cUY624o {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uI5cUY624o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI5cUY624o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI5cUY624o .row {
  justify-content: center;
}
.cid-uI5cUY624o .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uI5cUY624o .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uI5cUY624o .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uI5cUY624o .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uI5cUY624o .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uI5cUY624o .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uI5cUY624o .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uI5cUY624o .mbr-section-title {
  color: #ffffff;
}
.cid-uI5cUY624o .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uI5cUY624o .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uI5cUY624o .mbr-section-title,
.cid-uI5cUY624o .mbr-section-btn {
  text-align: center;
}
.cid-uI5cT0FDIo {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uI5cT0FDIo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI5cT0FDIo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI5cT0FDIo .row {
  justify-content: center;
}
.cid-uI5cT0FDIo .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uI5cT0FDIo .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uI5cT0FDIo .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uI5cT0FDIo .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uI5cT0FDIo .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uI5cT0FDIo .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uI5cT0FDIo .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uI5cT0FDIo .mbr-section-title {
  color: #ffffff;
}
.cid-uI5cT0FDIo .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uI5cT0FDIo .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uI5cT0FDIo .mbr-section-title,
.cid-uI5cT0FDIo .mbr-section-btn {
  text-align: center;
}
.cid-uI5dWVlpzm {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uI5dWVlpzm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI5dWVlpzm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI5dWVlpzm .row {
  justify-content: center;
}
.cid-uI5dWVlpzm .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uI5dWVlpzm .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uI5dWVlpzm .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uI5dWVlpzm .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uI5dWVlpzm .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uI5dWVlpzm .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uI5dWVlpzm .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uI5dWVlpzm .mbr-section-title {
  color: #ffffff;
}
.cid-uI5dWVlpzm .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uI5dWVlpzm .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uI5dWVlpzm .mbr-section-title,
.cid-uI5dWVlpzm .mbr-section-btn {
  text-align: center;
}
.cid-uI5dZ6uOqL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uI5dZ6uOqL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI5dZ6uOqL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI5dZ6uOqL .row {
  justify-content: center;
}
.cid-uI5dZ6uOqL .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uI5dZ6uOqL .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uI5dZ6uOqL .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uI5dZ6uOqL .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uI5dZ6uOqL .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uI5dZ6uOqL .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uI5dZ6uOqL .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uI5dZ6uOqL .mbr-section-title {
  color: #ffffff;
}
.cid-uI5dZ6uOqL .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uI5dZ6uOqL .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uI5dZ6uOqL .mbr-section-title,
.cid-uI5dZ6uOqL .mbr-section-btn {
  text-align: center;
}
.cid-uI5e0566SV {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uI5e0566SV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI5e0566SV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI5e0566SV .row {
  justify-content: center;
}
.cid-uI5e0566SV .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uI5e0566SV .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uI5e0566SV .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uI5e0566SV .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uI5e0566SV .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uI5e0566SV .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uI5e0566SV .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uI5e0566SV .mbr-section-title {
  color: #ffffff;
}
.cid-uI5e0566SV .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uI5e0566SV .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uI5e0566SV .mbr-section-title,
.cid-uI5e0566SV .mbr-section-btn {
  text-align: center;
}
.cid-uI5eXnJWek {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uI5eXnJWek .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI5eXnJWek .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI5eXnJWek .row {
  justify-content: center;
}
.cid-uI5eXnJWek .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uI5eXnJWek .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uI5eXnJWek .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uI5eXnJWek .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uI5eXnJWek .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uI5eXnJWek .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uI5eXnJWek .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uI5eXnJWek .mbr-section-title {
  color: #ffffff;
}
.cid-uI5eXnJWek .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uI5eXnJWek .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uI5eXnJWek .mbr-section-title,
.cid-uI5eXnJWek .mbr-section-btn {
  text-align: center;
}
.cid-uI5caJZUVM {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uI5caJZUVM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI5caJZUVM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI5caJZUVM .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uI5caJZUVM .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uI5caJZUVM .container {
    padding: 0 20px;
  }
}
.cid-uI5caJZUVM .row {
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
.cid-uI5caJZUVM .row img {
  height: 600px;
  object-fit: cover;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uI5caJZUVM .row img {
    height: 300px;
  }
}
.cid-uHYdJiqYA1 {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uHYdJiqYA1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHYdJiqYA1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHYdJiqYA1 .row {
  justify-content: center;
}
.cid-uHYdJiqYA1 .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uHYdJiqYA1 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uHYdJiqYA1 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uHYdJiqYA1 .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uHYdJiqYA1 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uHYdJiqYA1 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uHYdJiqYA1 .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uHYdJiqYA1 .mbr-section-title {
  color: #ffffff;
}
.cid-uHYdJiqYA1 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uHYdJiqYA1 .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uHYdJiqYA1 .mbr-section-title,
.cid-uHYdJiqYA1 .mbr-section-btn {
  text-align: center;
}
.cid-uI4TvMwZN9 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uI4TvMwZN9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI4TvMwZN9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI4TvMwZN9 .row {
  justify-content: center;
}
.cid-uI4TvMwZN9 .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uI4TvMwZN9 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uI4TvMwZN9 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uI4TvMwZN9 .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uI4TvMwZN9 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uI4TvMwZN9 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uI4TvMwZN9 .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uI4TvMwZN9 .mbr-section-title {
  color: #ffffff;
}
.cid-uI4TvMwZN9 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uI4TvMwZN9 .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uI4TvMwZN9 .mbr-section-title,
.cid-uI4TvMwZN9 .mbr-section-btn {
  text-align: center;
}
.cid-uI4TACxinY {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uI4TACxinY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI4TACxinY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI4TACxinY .row {
  justify-content: center;
}
.cid-uI4TACxinY .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uI4TACxinY .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uI4TACxinY .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uI4TACxinY .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uI4TACxinY .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uI4TACxinY .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uI4TACxinY .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uI4TACxinY .mbr-section-title {
  color: #ffffff;
}
.cid-uI4TACxinY .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uI4TACxinY .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uI4TACxinY .mbr-section-title,
.cid-uI4TACxinY .mbr-section-btn {
  text-align: center;
}
.cid-uI4UMXBBh1 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uI4UMXBBh1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI4UMXBBh1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI4UMXBBh1 .row {
  justify-content: center;
}
.cid-uI4UMXBBh1 .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uI4UMXBBh1 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uI4UMXBBh1 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uI4UMXBBh1 .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uI4UMXBBh1 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uI4UMXBBh1 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uI4UMXBBh1 .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uI4UMXBBh1 .mbr-section-title {
  color: #ffffff;
}
.cid-uI4UMXBBh1 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uI4UMXBBh1 .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uI4UMXBBh1 .mbr-section-title,
.cid-uI4UMXBBh1 .mbr-section-btn {
  text-align: center;
}
.cid-uI4VogXRKh {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uI4VogXRKh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI4VogXRKh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI4VogXRKh .row {
  justify-content: center;
}
.cid-uI4VogXRKh .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uI4VogXRKh .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uI4VogXRKh .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uI4VogXRKh .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uI4VogXRKh .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uI4VogXRKh .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uI4VogXRKh .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uI4VogXRKh .mbr-section-title {
  color: #ffffff;
}
.cid-uI4VogXRKh .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uI4VogXRKh .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uI4VogXRKh .mbr-section-title,
.cid-uI4VogXRKh .mbr-section-btn {
  text-align: center;
}
.cid-uI4VImzkW7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uI4VImzkW7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI4VImzkW7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI4VImzkW7 .row {
  justify-content: center;
}
.cid-uI4VImzkW7 .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uI4VImzkW7 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uI4VImzkW7 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uI4VImzkW7 .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uI4VImzkW7 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uI4VImzkW7 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uI4VImzkW7 .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uI4VImzkW7 .mbr-section-title {
  color: #ffffff;
}
.cid-uI4VImzkW7 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uI4VImzkW7 .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uI4VImzkW7 .mbr-section-title,
.cid-uI4VImzkW7 .mbr-section-btn {
  text-align: center;
}
.cid-uI4W0sJW9B {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uI4W0sJW9B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI4W0sJW9B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI4W0sJW9B .row {
  justify-content: center;
}
.cid-uI4W0sJW9B .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uI4W0sJW9B .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uI4W0sJW9B .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uI4W0sJW9B .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uI4W0sJW9B .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uI4W0sJW9B .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uI4W0sJW9B .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uI4W0sJW9B .mbr-section-title {
  color: #ffffff;
}
.cid-uI4W0sJW9B .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uI4W0sJW9B .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uI4W0sJW9B .mbr-section-title,
.cid-uI4W0sJW9B .mbr-section-btn {
  text-align: center;
}
.cid-uI4WktY5yR {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uI4WktY5yR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI4WktY5yR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI4WktY5yR .row {
  justify-content: center;
}
.cid-uI4WktY5yR .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uI4WktY5yR .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uI4WktY5yR .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uI4WktY5yR .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uI4WktY5yR .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uI4WktY5yR .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uI4WktY5yR .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uI4WktY5yR .mbr-section-title {
  color: #ffffff;
}
.cid-uI4WktY5yR .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uI4WktY5yR .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uI4WktY5yR .mbr-section-title,
.cid-uI4WktY5yR .mbr-section-btn {
  text-align: center;
}
.cid-uI4YCQHvpR {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uI4YCQHvpR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI4YCQHvpR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI4YCQHvpR .row {
  justify-content: center;
}
.cid-uI4YCQHvpR .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uI4YCQHvpR .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uI4YCQHvpR .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uI4YCQHvpR .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uI4YCQHvpR .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uI4YCQHvpR .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uI4YCQHvpR .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uI4YCQHvpR .mbr-section-title {
  color: #ffffff;
}
.cid-uI4YCQHvpR .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uI4YCQHvpR .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uI4YCQHvpR .mbr-section-title,
.cid-uI4YCQHvpR .mbr-section-btn {
  text-align: center;
}
.cid-uJTBVhx1wO {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uJTBVhx1wO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJTBVhx1wO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJTBVhx1wO .row {
  justify-content: center;
}
.cid-uJTBVhx1wO .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJTBVhx1wO .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJTBVhx1wO .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJTBVhx1wO .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJTBVhx1wO .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJTBVhx1wO .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJTBVhx1wO .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJTBVhx1wO .mbr-section-title {
  color: #ffffff;
}
.cid-uJTBVhx1wO .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uJTBVhx1wO .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uJTBVhx1wO .mbr-section-title,
.cid-uJTBVhx1wO .mbr-section-btn {
  text-align: center;
}
.cid-uJTC1qCzOr {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uJTC1qCzOr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJTC1qCzOr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uJTC1qCzOr .container {
    padding: 0 20px;
  }
}
.cid-uJTC1qCzOr .row {
  margin: 0;
}
.cid-uJTC1qCzOr .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uJTC1qCzOr .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uJTC1qCzOr .video-block .video-wrapper .app-video-wrapper::before {
  color: #4448e5;
  text-shadow: none;
}
.cid-uJTC1qCzOr .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uJTC1qCzOr .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uJTC1qCzOr .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uJTC1qCzOr .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uI4WEdFqKv {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uI4WEdFqKv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uI4WEdFqKv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uI4WEdFqKv .row {
  justify-content: center;
}
.cid-uI4WEdFqKv .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uI4WEdFqKv .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uI4WEdFqKv .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uI4WEdFqKv .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uI4WEdFqKv .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uI4WEdFqKv .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uI4WEdFqKv .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uI4WEdFqKv .mbr-section-title {
  color: #ffffff;
}
.cid-uI4WEdFqKv .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uI4WEdFqKv .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uI4WEdFqKv .mbr-section-title,
.cid-uI4WEdFqKv .mbr-section-btn {
  text-align: center;
}
.cid-uG7S4UspLG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uG7S4UspLG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG7S4UspLG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG7S4UspLG .row {
  justify-content: center;
}
.cid-uG7S4UspLG .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #4448e5 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uG7S4UspLG .title-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uG7S4UspLG .title-wrapper .title-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uG7S4UspLG .title-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uG7S4UspLG .title-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #ffffff, #4448e5 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uG7S4UspLG .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uG7S4UspLG .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uG7S4UspLG .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uG7S4UspLG .mbr-label,
.cid-uG7S4UspLG .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uG7S4UspLG .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uG7S4UspLG .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uG7S4UspLG .mbr-text,
.cid-uG7S4UspLG .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uG7S4UspLG .mbr-section-title,
.cid-uG7S4UspLG .mbr-section-btn {
  text-align: center;
}
.cid-uG7S4VMLxo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uG7S4VMLxo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG7S4VMLxo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG7S4VMLxo .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uG7S4VMLxo .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uG7S4VMLxo .container {
    padding: 0 20px;
  }
}
.cid-uG7S4VMLxo .row {
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
.cid-uG7S4VMLxo .row img {
  height: 600px;
  object-fit: cover;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uG7S4VMLxo .row img {
    height: 300px;
  }
}
.cid-uGFKOUia1s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uGFKOUia1s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGFKOUia1s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGFKOUia1s .row {
  justify-content: center;
}
.cid-uGFKOUia1s .content-wrapper {
  padding-right: 68px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uGFKOUia1s .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uGFKOUia1s .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uGFKOUia1s .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uGFKOUia1s .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 22px 0 0 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uGFKOUia1s .content-wrapper .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 12px 12px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uGFKOUia1s .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uGFKOUia1s .content-wrapper .nav-wrapper .list .item-wrap:focus {
  background-image: linear-gradient(90deg, #ffffff, #0047ff 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uGFKOUia1s .content-wrapper .social {
  margin-top: 22px;
}
.cid-uGFKOUia1s .content-wrapper .social .mbr-desc {
  margin-bottom: 16px;
}
.cid-uGFKOUia1s .content-wrapper .social .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uGFKOUia1s .content-wrapper .social .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uGFKOUia1s .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uGFKOUia1s .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-image: linear-gradient(135deg, #a78aff, #0047ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uGFKOUia1s .content-wrapper .social .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #ffffff;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  margin: 0 26px 16px 0;
}
.cid-uGFKOUia1s .image-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uGFKOUia1s .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uGFKOUia1s .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uGFKOUia1s .mbr-copy {
  position: relative;
  margin-bottom: 0;
  padding-top: 22px;
  color: #ffffff;
  text-align: center;
}
.cid-uGFKOUia1s .mbr-copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uGFKOUia1s .mbr-section-title {
  color: #ffffff;
}
.cid-uGFKOUia1s .mbr-text {
  color: #ffffff;
}
.cid-uGFKOUia1s .mbr-desc {
  color: #ffffff;
}
.cid-uGFKOUia1s .list {
  color: #ffffff;
}
.cid-uGFKOUia1s .mbr-desc,
.cid-uGFKOUia1s .social-wrapper {
  color: #ffffff;
}
.cid-uIO03JE3PM {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uIO03JE3PM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIO03JE3PM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIO03JE3PM .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uIO03JE3PM .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uIO03JE3PM .container {
    padding: 0 20px;
  }
}
.cid-uIO03JE3PM .row {
  padding: 90px 82px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uIO03JE3PM .row {
    padding: 50px 16px;
  }
}
.cid-uIO03JE3PM .row .blur-wrap_1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5fd7b;
  filter: blur(120px);
}
.cid-uIO03JE3PM .row .blur-wrap_2 {
  position: absolute;
  bottom: -8rem;
  right: 15%;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-color: #4448e5;
  filter: blur(150px);
}
.cid-uIO03JE3PM .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #000000;
  opacity: 1;
}
.cid-uIO03JE3PM .row .image-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}
.cid-uIO03JE3PM .row .image-wrapper img {
  height: 400px;
  width: 70%;
  object-fit: cover;
  border-radius: 50px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uIO03JE3PM .row .image-wrapper img {
    height: 300px;
    width: 100%;
    margin: 0;
  }
}
.cid-uIO03JE3PM .row .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uIO03JE3PM .row .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uIO03JE3PM .row .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIO03JE3PM .row .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uIO03JE3PM .row .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uIO03JE3PM .mbr-desc {
  color: #ffffff;
}
.cid-uIO03JE3PM .mbr-section-title {
  color: #ffffff;
}
.cid-uIO03JE3PM .mbr-text {
  color: #ffffff;
}
.cid-uG6uPsb5TV {
  z-index: 1000;
  width: 100%;
}
.cid-uG6uPsb5TV .navbar-dropdown {
  background-color: #0e0e10 !important;
  padding: 0;
  position: fixed;
}
.cid-uG6uPsb5TV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e0e10 !important;
  background: #0e0e10;
}
.cid-uG6uPsb5TV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uG6uPsb5TV .menu_box .navbar.opened,
  .cid-uG6uPsb5TV .menu_box .navbar-collapse {
    background-color: #0e0e10 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uG6uPsb5TV nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uG6uPsb5TV .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uG6uPsb5TV .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uG6uPsb5TV .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uG6uPsb5TV .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uG6uPsb5TV .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uG6uPsb5TV .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #181a25;
  }
  .cid-uG6uPsb5TV .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uG6uPsb5TV .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uG6uPsb5TV .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uG6uPsb5TV .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uG6uPsb5TV .offcanvas-body .mbr-text,
  .cid-uG6uPsb5TV .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uG6uPsb5TV .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uG6uPsb5TV .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uG6uPsb5TV .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uG6uPsb5TV .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uG6uPsb5TV .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uG6uPsb5TV .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uG6uPsb5TV .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uG6uPsb5TV ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uG6uPsb5TV .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uG6uPsb5TV .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uG6uPsb5TV .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uG6uPsb5TV li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uG6uPsb5TV .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uG6uPsb5TV .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uG6uPsb5TV .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uG6uPsb5TV .nav-item {
    margin: 0 !important;
  }
}
.cid-uG6uPsb5TV .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-uG6uPsb5TV .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #6567ee;
  transition: all 0.3s ease-out;
}
.cid-uG6uPsb5TV .nav-item .nav-link:hover {
  color: #6567ee !important;
}
.cid-uG6uPsb5TV .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uG6uPsb5TV .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uG6uPsb5TV .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uG6uPsb5TV .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uG6uPsb5TV .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uG6uPsb5TV .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uG6uPsb5TV .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uG6uPsb5TV .offcanvas_box {
    display: none;
  }
}
.cid-uG6uPsb5TV .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uG6uPsb5TV .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uG6uPsb5TV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uG6uPsb5TV .container {
  display: flex;
  margin: auto;
}
.cid-uG6uPsb5TV .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uG6uPsb5TV .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uG6uPsb5TV .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uG6uPsb5TV .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uG6uPsb5TV .navbar-nav {
    margin: 0;
  }
}
.cid-uG6uPsb5TV .dropdown-menu,
.cid-uG6uPsb5TV .navbar.opened {
  background-color: false !important;
}
.cid-uG6uPsb5TV .nav-item:focus,
.cid-uG6uPsb5TV .nav-link:focus {
  outline: none;
}
.cid-uG6uPsb5TV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uG6uPsb5TV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uG6uPsb5TV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uG6uPsb5TV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uG6uPsb5TV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uG6uPsb5TV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uG6uPsb5TV .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uG6uPsb5TV .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uG6uPsb5TV .navbar.opened {
  transition: all 0.3s;
}
.cid-uG6uPsb5TV .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uG6uPsb5TV .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-uG6uPsb5TV .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uG6uPsb5TV .navbar.collapsed {
  justify-content: center;
}
.cid-uG6uPsb5TV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uG6uPsb5TV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uG6uPsb5TV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uG6uPsb5TV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uG6uPsb5TV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uG6uPsb5TV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uG6uPsb5TV .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uG6uPsb5TV .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uG6uPsb5TV .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uG6uPsb5TV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uG6uPsb5TV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uG6uPsb5TV .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uG6uPsb5TV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uG6uPsb5TV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uG6uPsb5TV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uG6uPsb5TV .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uG6uPsb5TV .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uG6uPsb5TV .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uG6uPsb5TV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uG6uPsb5TV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uG6uPsb5TV .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uG6uPsb5TV .navbar.navbar-short {
  min-height: 60px;
}
.cid-uG6uPsb5TV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uG6uPsb5TV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uG6uPsb5TV .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uG6uPsb5TV .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uG6uPsb5TV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uG6uPsb5TV .dropdown-item.active,
.cid-uG6uPsb5TV .dropdown-item:active {
  background-color: transparent;
}
.cid-uG6uPsb5TV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uG6uPsb5TV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uG6uPsb5TV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uG6uPsb5TV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uG6uPsb5TV ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uG6uPsb5TV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uG6uPsb5TV button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e0e10;
  background: #6567ee;
}
.cid-uG6uPsb5TV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uG6uPsb5TV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uG6uPsb5TV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uG6uPsb5TV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uG6uPsb5TV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uG6uPsb5TV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uG6uPsb5TV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uG6uPsb5TV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uG6uPsb5TV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uG6uPsb5TV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uG6uPsb5TV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uG6uPsb5TV .navbar {
    height: 70px;
  }
  .cid-uG6uPsb5TV .navbar.opened {
    height: auto;
  }
  .cid-uG6uPsb5TV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uG6uPsb5TV .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uG6uPsb5TV .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .cid-uG6uPsb5TV .container-fluid {
    padding-left: 130px;
    padding-right: 130px;
  }
}
.cid-uG6uPsb5TV .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uG6uPsb5TV .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  padding: 20px 35px;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uG6uPsb5TV .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uG6uPsb5TV .navbar-caption:hover {
  opacity: .5;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uG6uPsb5TV .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uG6uPsb5TV .text_widget {
  margin-bottom: 32px;
}
.cid-uG6uPsb5TV .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uG6uPsb5TV .text_widget a:hover {
  color: #6567ee !important;
}
.cid-uG6uPsb5TV .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uG6uPsb5TV .navbar-caption {
  color: #ffffff;
}
.cid-uG6uPsb5TV .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uG6uPsb5TV .mbr-section-subtitle,
.cid-uG6uPsb5TV .text_widget,
.cid-uG6uPsb5TV .mbr-section-btn {
  text-align: left;
}
.cid-uG6uPsb5TV a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uJ2P0FqBni {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uJ2P0FqBni .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ2P0FqBni .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ2P0FqBni .row {
  justify-content: center;
}
.cid-uJ2P0FqBni .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJ2P0FqBni .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJ2P0FqBni .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJ2P0FqBni .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJ2P0FqBni .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJ2P0FqBni .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJ2P0FqBni .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJ2P0FqBni .mbr-section-title {
  color: #ffffff;
}
.cid-uJ2P0FqBni .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uJ2P0FqBni .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uJ2P0FqBni .mbr-section-title,
.cid-uJ2P0FqBni .mbr-section-btn {
  text-align: center;
}
.cid-uJ2P1DIdeB {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uJ2P1DIdeB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ2P1DIdeB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ2P1DIdeB .row {
  justify-content: center;
}
.cid-uJ2P1DIdeB .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJ2P1DIdeB .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJ2P1DIdeB .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJ2P1DIdeB .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJ2P1DIdeB .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJ2P1DIdeB .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJ2P1DIdeB .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJ2P1DIdeB .mbr-section-title {
  color: #ffffff;
}
.cid-uJ2P1DIdeB .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uJ2P1DIdeB .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uJ2P1DIdeB .mbr-section-title,
.cid-uJ2P1DIdeB .mbr-section-btn {
  text-align: center;
}
.cid-uIO07tVPXa {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIO07tVPXa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIO07tVPXa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIO07tVPXa .row {
  justify-content: center;
}
.cid-uIO07tVPXa .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIO07tVPXa .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIO07tVPXa .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIO07tVPXa .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIO07tVPXa .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIO07tVPXa .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIO07tVPXa .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIO07tVPXa .mbr-section-title {
  color: #ffffff;
}
.cid-uIO07tVPXa .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIO07tVPXa .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIO07tVPXa .mbr-section-title,
.cid-uIO07tVPXa .mbr-section-btn {
  text-align: center;
}
.cid-uIXl5YKVnV {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uIXl5YKVnV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIXl5YKVnV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIXl5YKVnV .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uIXl5YKVnV .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uIXl5YKVnV .container {
    padding: 0 20px;
  }
}
.cid-uIXl5YKVnV .row {
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
.cid-uIXl5YKVnV .row img {
  height: 600px;
  object-fit: cover;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uIXl5YKVnV .row img {
    height: 300px;
  }
}
.cid-uJ8B9gbu6e {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uJ8B9gbu6e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ8B9gbu6e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ8B9gbu6e .row {
  justify-content: center;
}
.cid-uJ8B9gbu6e .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJ8B9gbu6e .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJ8B9gbu6e .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJ8B9gbu6e .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJ8B9gbu6e .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJ8B9gbu6e .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJ8B9gbu6e .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJ8B9gbu6e .mbr-section-title {
  color: #ffffff;
}
.cid-uJ8B9gbu6e .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uJ8B9gbu6e .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uJ8B9gbu6e .mbr-section-title,
.cid-uJ8B9gbu6e .mbr-section-btn {
  text-align: center;
}
.cid-uJ8AW1Yz3i {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uJ8AW1Yz3i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ8AW1Yz3i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ8AW1Yz3i .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uJ8AW1Yz3i .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uJ8AW1Yz3i .container {
    padding: 0 20px;
  }
}
.cid-uJ8AW1Yz3i .row {
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
.cid-uJ8AW1Yz3i .row img {
  height: 600px;
  object-fit: cover;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uJ8AW1Yz3i .row img {
    height: 300px;
  }
}
.cid-uJ8K0Vj2Sy {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uJ8K0Vj2Sy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ8K0Vj2Sy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ8K0Vj2Sy .row {
  justify-content: center;
}
.cid-uJ8K0Vj2Sy .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJ8K0Vj2Sy .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJ8K0Vj2Sy .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJ8K0Vj2Sy .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJ8K0Vj2Sy .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJ8K0Vj2Sy .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJ8K0Vj2Sy .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJ8K0Vj2Sy .mbr-section-title {
  color: #ffffff;
}
.cid-uJ8K0Vj2Sy .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uJ8K0Vj2Sy .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uJ8K0Vj2Sy .mbr-section-title,
.cid-uJ8K0Vj2Sy .mbr-section-btn {
  text-align: center;
}
.cid-uJSqHrwsUc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uJSqHrwsUc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJSqHrwsUc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uJSqHrwsUc .container {
    padding: 0 20px;
  }
}
.cid-uJSqHrwsUc .row {
  margin: 0;
}
.cid-uJSqHrwsUc .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uJSqHrwsUc .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uJSqHrwsUc .video-block .video-wrapper .app-video-wrapper::before {
  color: #4448e5;
  text-shadow: none;
}
.cid-uJSqHrwsUc .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uJSqHrwsUc .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uJSqHrwsUc .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uJSqHrwsUc .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uJStRGV3JL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uJStRGV3JL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJStRGV3JL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uJStRGV3JL .container {
    padding: 0 20px;
  }
}
.cid-uJStRGV3JL .row {
  margin: 0;
}
.cid-uJStRGV3JL .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uJStRGV3JL .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uJSpxeVp6t {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uJSpxeVp6t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJSpxeVp6t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJSpxeVp6t .row {
  justify-content: center;
}
.cid-uJSpxeVp6t .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJSpxeVp6t .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJSpxeVp6t .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJSpxeVp6t .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJSpxeVp6t .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJSpxeVp6t .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJSpxeVp6t .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJSpxeVp6t .mbr-section-title {
  color: #ffffff;
}
.cid-uJSpxeVp6t .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uJSpxeVp6t .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uJSpxeVp6t .mbr-section-title,
.cid-uJSpxeVp6t .mbr-section-btn {
  text-align: center;
}
.cid-uJ2P2p08R9 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uJ2P2p08R9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ2P2p08R9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ2P2p08R9 .row {
  justify-content: center;
}
.cid-uJ2P2p08R9 .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJ2P2p08R9 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJ2P2p08R9 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJ2P2p08R9 .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJ2P2p08R9 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJ2P2p08R9 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJ2P2p08R9 .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJ2P2p08R9 .mbr-section-title {
  color: #ffffff;
}
.cid-uJ2P2p08R9 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uJ2P2p08R9 .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uJ2P2p08R9 .mbr-section-title,
.cid-uJ2P2p08R9 .mbr-section-btn {
  text-align: center;
}
.cid-uJ2P36oH1O {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uJ2P36oH1O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ2P36oH1O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ2P36oH1O .row {
  justify-content: center;
}
.cid-uJ2P36oH1O .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJ2P36oH1O .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJ2P36oH1O .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJ2P36oH1O .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJ2P36oH1O .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJ2P36oH1O .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJ2P36oH1O .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJ2P36oH1O .mbr-section-title {
  color: #ffffff;
}
.cid-uJ2P36oH1O .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uJ2P36oH1O .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uJ2P36oH1O .mbr-section-title,
.cid-uJ2P36oH1O .mbr-section-btn {
  text-align: center;
}
.cid-uJ2P3SdUTG {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uJ2P3SdUTG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ2P3SdUTG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ2P3SdUTG .row {
  justify-content: center;
}
.cid-uJ2P3SdUTG .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJ2P3SdUTG .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJ2P3SdUTG .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJ2P3SdUTG .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJ2P3SdUTG .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJ2P3SdUTG .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJ2P3SdUTG .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJ2P3SdUTG .mbr-section-title {
  color: #ffffff;
}
.cid-uJ2P3SdUTG .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uJ2P3SdUTG .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uJ2P3SdUTG .mbr-section-title,
.cid-uJ2P3SdUTG .mbr-section-btn {
  text-align: center;
}
.cid-uJ2P4Gii02 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uJ2P4Gii02 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ2P4Gii02 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ2P4Gii02 .row {
  justify-content: center;
}
.cid-uJ2P4Gii02 .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJ2P4Gii02 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJ2P4Gii02 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJ2P4Gii02 .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJ2P4Gii02 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJ2P4Gii02 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJ2P4Gii02 .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJ2P4Gii02 .mbr-section-title {
  color: #ffffff;
}
.cid-uJ2P4Gii02 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uJ2P4Gii02 .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uJ2P4Gii02 .mbr-section-title,
.cid-uJ2P4Gii02 .mbr-section-btn {
  text-align: center;
}
.cid-uJ2P9MFcJB {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uJ2P9MFcJB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ2P9MFcJB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ2P9MFcJB .row {
  justify-content: center;
}
.cid-uJ2P9MFcJB .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJ2P9MFcJB .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJ2P9MFcJB .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJ2P9MFcJB .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJ2P9MFcJB .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJ2P9MFcJB .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJ2P9MFcJB .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJ2P9MFcJB .mbr-section-title {
  color: #ffffff;
}
.cid-uJ2P9MFcJB .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uJ2P9MFcJB .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uJ2P9MFcJB .mbr-section-title,
.cid-uJ2P9MFcJB .mbr-section-btn {
  text-align: center;
}
.cid-uJ2P5mEviJ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uJ2P5mEviJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ2P5mEviJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ2P5mEviJ .row {
  justify-content: center;
}
.cid-uJ2P5mEviJ .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJ2P5mEviJ .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJ2P5mEviJ .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJ2P5mEviJ .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJ2P5mEviJ .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJ2P5mEviJ .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJ2P5mEviJ .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJ2P5mEviJ .mbr-section-title {
  color: #ffffff;
}
.cid-uJ2P5mEviJ .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uJ2P5mEviJ .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uJ2P5mEviJ .mbr-section-title,
.cid-uJ2P5mEviJ .mbr-section-btn {
  text-align: center;
}
.cid-uJ2P63z13P {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uJ2P63z13P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ2P63z13P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ2P63z13P .row {
  justify-content: center;
}
.cid-uJ2P63z13P .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJ2P63z13P .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJ2P63z13P .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJ2P63z13P .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJ2P63z13P .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJ2P63z13P .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJ2P63z13P .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJ2P63z13P .mbr-section-title {
  color: #ffffff;
}
.cid-uJ2P63z13P .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uJ2P63z13P .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uJ2P63z13P .mbr-section-title,
.cid-uJ2P63z13P .mbr-section-btn {
  text-align: center;
}
.cid-uJ2P6IrRTm {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uJ2P6IrRTm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ2P6IrRTm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ2P6IrRTm .row {
  justify-content: center;
}
.cid-uJ2P6IrRTm .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJ2P6IrRTm .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJ2P6IrRTm .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJ2P6IrRTm .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJ2P6IrRTm .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJ2P6IrRTm .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJ2P6IrRTm .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJ2P6IrRTm .mbr-section-title {
  color: #ffffff;
}
.cid-uJ2P6IrRTm .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uJ2P6IrRTm .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uJ2P6IrRTm .mbr-section-title,
.cid-uJ2P6IrRTm .mbr-section-btn {
  text-align: center;
}
.cid-uJ844rq013 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uJ844rq013 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ844rq013 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ844rq013 .row {
  justify-content: center;
}
.cid-uJ844rq013 .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJ844rq013 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJ844rq013 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJ844rq013 .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJ844rq013 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJ844rq013 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJ844rq013 .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJ844rq013 .mbr-section-title {
  color: #ffffff;
}
.cid-uJ844rq013 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uJ844rq013 .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uJ844rq013 .mbr-section-title,
.cid-uJ844rq013 .mbr-section-btn {
  text-align: center;
}
.cid-uJ2P7nz57t {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uJ2P7nz57t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ2P7nz57t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ2P7nz57t .row {
  justify-content: center;
}
.cid-uJ2P7nz57t .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJ2P7nz57t .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJ2P7nz57t .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJ2P7nz57t .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJ2P7nz57t .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJ2P7nz57t .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJ2P7nz57t .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJ2P7nz57t .mbr-section-title {
  color: #ffffff;
}
.cid-uJ2P7nz57t .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uJ2P7nz57t .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uJ2P7nz57t .mbr-section-title,
.cid-uJ2P7nz57t .mbr-section-btn {
  text-align: center;
}
.cid-uJ2P8JMNSz {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uJ2P8JMNSz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ2P8JMNSz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ2P8JMNSz .row {
  justify-content: center;
}
.cid-uJ2P8JMNSz .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJ2P8JMNSz .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJ2P8JMNSz .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJ2P8JMNSz .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJ2P8JMNSz .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJ2P8JMNSz .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJ2P8JMNSz .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJ2P8JMNSz .mbr-section-title {
  color: #ffffff;
}
.cid-uJ2P8JMNSz .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uJ2P8JMNSz .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uJ2P8JMNSz .mbr-section-title,
.cid-uJ2P8JMNSz .mbr-section-btn {
  text-align: center;
}
.cid-uJ77G7vt4h {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uJ77G7vt4h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJ77G7vt4h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJ77G7vt4h .row {
  justify-content: center;
}
.cid-uJ77G7vt4h .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJ77G7vt4h .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJ77G7vt4h .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJ77G7vt4h .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJ77G7vt4h .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJ77G7vt4h .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJ77G7vt4h .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJ77G7vt4h .mbr-section-title {
  color: #ffffff;
}
.cid-uJ77G7vt4h .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uJ77G7vt4h .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uJ77G7vt4h .mbr-section-title,
.cid-uJ77G7vt4h .mbr-section-btn {
  text-align: center;
}
.cid-uIO08EHp5K {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uIO08EHp5K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIO08EHp5K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIO08EHp5K .row {
  justify-content: center;
}
.cid-uIO08EHp5K .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #4448e5 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uIO08EHp5K .title-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIO08EHp5K .title-wrapper .title-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uIO08EHp5K .title-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uIO08EHp5K .title-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #ffffff, #4448e5 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uIO08EHp5K .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIO08EHp5K .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uIO08EHp5K .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uIO08EHp5K .mbr-label,
.cid-uIO08EHp5K .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uIO08EHp5K .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uIO08EHp5K .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uIO08EHp5K .mbr-text,
.cid-uIO08EHp5K .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uIO08EHp5K .mbr-section-title,
.cid-uIO08EHp5K .mbr-section-btn {
  text-align: center;
}
.cid-uIO0mP5EXi {
  background-color: #000000;
}
.cid-uIO0mP5EXi .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uIO0mP5EXi .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uIO0mP5EXi .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uIO0mP5EXi .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uIO0mP5EXi .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uIO0mP5EXi .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uIO0mP5EXi .mbr-text,
.cid-uIO0mP5EXi .mbr-section-btn {
  color: #ffffff;
}
.cid-uG6uPuZPCm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uG6uPuZPCm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG6uPuZPCm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uG6uPuZPCm .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uG6uPuZPCm .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uG6uPuZPCm .container {
    padding: 0 20px;
  }
}
.cid-uG6uPuZPCm .row {
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
.cid-uG6uPuZPCm .row img {
  height: 600px;
  object-fit: cover;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uG6uPuZPCm .row img {
    height: 300px;
  }
}
.cid-uGFKOUia1s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uGFKOUia1s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGFKOUia1s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGFKOUia1s .row {
  justify-content: center;
}
.cid-uGFKOUia1s .content-wrapper {
  padding-right: 68px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uGFKOUia1s .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uGFKOUia1s .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uGFKOUia1s .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uGFKOUia1s .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 22px 0 0 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uGFKOUia1s .content-wrapper .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 12px 12px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uGFKOUia1s .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uGFKOUia1s .content-wrapper .nav-wrapper .list .item-wrap:focus {
  background-image: linear-gradient(90deg, #ffffff, #0047ff 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uGFKOUia1s .content-wrapper .social {
  margin-top: 22px;
}
.cid-uGFKOUia1s .content-wrapper .social .mbr-desc {
  margin-bottom: 16px;
}
.cid-uGFKOUia1s .content-wrapper .social .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uGFKOUia1s .content-wrapper .social .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uGFKOUia1s .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uGFKOUia1s .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-image: linear-gradient(135deg, #a78aff, #0047ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uGFKOUia1s .content-wrapper .social .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #ffffff;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  margin: 0 26px 16px 0;
}
.cid-uGFKOUia1s .image-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uGFKOUia1s .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uGFKOUia1s .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uGFKOUia1s .mbr-copy {
  position: relative;
  margin-bottom: 0;
  padding-top: 22px;
  color: #ffffff;
  text-align: center;
}
.cid-uGFKOUia1s .mbr-copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uGFKOUia1s .mbr-section-title {
  color: #ffffff;
}
.cid-uGFKOUia1s .mbr-text {
  color: #ffffff;
}
.cid-uGFKOUia1s .mbr-desc {
  color: #ffffff;
}
.cid-uGFKOUia1s .list {
  color: #ffffff;
}
.cid-uGFKOUia1s .mbr-desc,
.cid-uGFKOUia1s .social-wrapper {
  color: #ffffff;
}
.cid-uH8UbQXbGG {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uH8UbQXbGG .image-block {
  margin: auto;
}
.cid-uH8UbQXbGG figcaption {
  position: relative;
}
.cid-uH8UbQXbGG figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uH8UbQXbGG .image-block {
    width: 100% !important;
  }
}
.cid-uH8UbTsjgu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uH8UbTsjgu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH8UbTsjgu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH8UbTsjgu .row {
  justify-content: center;
}
.cid-uH8UbTsjgu .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uH8UbTsjgu .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uH8UbTsjgu .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uH8UbTsjgu .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uH8UbTsjgu .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uH8UbTsjgu .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uH8UbTsjgu .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uH8UbTsjgu .mbr-section-title {
  color: #ffffff;
}
.cid-uH8UbTsjgu .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uH8UbTsjgu .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uH8UbTsjgu .mbr-section-title,
.cid-uH8UbTsjgu .mbr-section-btn {
  text-align: center;
}
.cid-uH8UbLP1IR {
  z-index: 1000;
  width: 100%;
}
.cid-uH8UbLP1IR .navbar-dropdown {
  background-color: #0e0e10 !important;
  padding: 0;
  position: fixed;
}
.cid-uH8UbLP1IR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e0e10 !important;
  background: #0e0e10;
}
.cid-uH8UbLP1IR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uH8UbLP1IR .menu_box .navbar.opened,
  .cid-uH8UbLP1IR .menu_box .navbar-collapse {
    background-color: #0e0e10 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uH8UbLP1IR nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uH8UbLP1IR .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uH8UbLP1IR .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uH8UbLP1IR .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uH8UbLP1IR .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uH8UbLP1IR .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uH8UbLP1IR .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #181a25;
  }
  .cid-uH8UbLP1IR .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uH8UbLP1IR .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uH8UbLP1IR .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uH8UbLP1IR .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uH8UbLP1IR .offcanvas-body .mbr-text,
  .cid-uH8UbLP1IR .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uH8UbLP1IR .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uH8UbLP1IR .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uH8UbLP1IR .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uH8UbLP1IR .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uH8UbLP1IR .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uH8UbLP1IR .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uH8UbLP1IR .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uH8UbLP1IR ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uH8UbLP1IR .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uH8UbLP1IR .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uH8UbLP1IR .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uH8UbLP1IR li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uH8UbLP1IR .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uH8UbLP1IR .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uH8UbLP1IR .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uH8UbLP1IR .nav-item {
    margin: 0 !important;
  }
}
.cid-uH8UbLP1IR .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-uH8UbLP1IR .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #6567ee;
  transition: all 0.3s ease-out;
}
.cid-uH8UbLP1IR .nav-item .nav-link:hover {
  color: #6567ee !important;
}
.cid-uH8UbLP1IR .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uH8UbLP1IR .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uH8UbLP1IR .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uH8UbLP1IR .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uH8UbLP1IR .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uH8UbLP1IR .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uH8UbLP1IR .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uH8UbLP1IR .offcanvas_box {
    display: none;
  }
}
.cid-uH8UbLP1IR .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uH8UbLP1IR .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uH8UbLP1IR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uH8UbLP1IR .container {
  display: flex;
  margin: auto;
}
.cid-uH8UbLP1IR .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uH8UbLP1IR .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uH8UbLP1IR .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uH8UbLP1IR .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uH8UbLP1IR .navbar-nav {
    margin: 0;
  }
}
.cid-uH8UbLP1IR .dropdown-menu,
.cid-uH8UbLP1IR .navbar.opened {
  background-color: false !important;
}
.cid-uH8UbLP1IR .nav-item:focus,
.cid-uH8UbLP1IR .nav-link:focus {
  outline: none;
}
.cid-uH8UbLP1IR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uH8UbLP1IR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uH8UbLP1IR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uH8UbLP1IR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uH8UbLP1IR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uH8UbLP1IR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uH8UbLP1IR .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uH8UbLP1IR .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uH8UbLP1IR .navbar.opened {
  transition: all 0.3s;
}
.cid-uH8UbLP1IR .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uH8UbLP1IR .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-uH8UbLP1IR .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uH8UbLP1IR .navbar.collapsed {
  justify-content: center;
}
.cid-uH8UbLP1IR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uH8UbLP1IR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uH8UbLP1IR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uH8UbLP1IR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uH8UbLP1IR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uH8UbLP1IR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uH8UbLP1IR .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uH8UbLP1IR .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uH8UbLP1IR .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uH8UbLP1IR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uH8UbLP1IR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uH8UbLP1IR .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uH8UbLP1IR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uH8UbLP1IR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uH8UbLP1IR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uH8UbLP1IR .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uH8UbLP1IR .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uH8UbLP1IR .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uH8UbLP1IR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uH8UbLP1IR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uH8UbLP1IR .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uH8UbLP1IR .navbar.navbar-short {
  min-height: 60px;
}
.cid-uH8UbLP1IR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uH8UbLP1IR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uH8UbLP1IR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uH8UbLP1IR .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uH8UbLP1IR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uH8UbLP1IR .dropdown-item.active,
.cid-uH8UbLP1IR .dropdown-item:active {
  background-color: transparent;
}
.cid-uH8UbLP1IR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uH8UbLP1IR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uH8UbLP1IR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uH8UbLP1IR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uH8UbLP1IR ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uH8UbLP1IR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uH8UbLP1IR button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e0e10;
  background: #6567ee;
}
.cid-uH8UbLP1IR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uH8UbLP1IR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uH8UbLP1IR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uH8UbLP1IR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uH8UbLP1IR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uH8UbLP1IR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uH8UbLP1IR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uH8UbLP1IR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uH8UbLP1IR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uH8UbLP1IR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uH8UbLP1IR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uH8UbLP1IR .navbar {
    height: 70px;
  }
  .cid-uH8UbLP1IR .navbar.opened {
    height: auto;
  }
  .cid-uH8UbLP1IR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uH8UbLP1IR .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uH8UbLP1IR .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .cid-uH8UbLP1IR .container-fluid {
    padding-left: 130px;
    padding-right: 130px;
  }
}
.cid-uH8UbLP1IR .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uH8UbLP1IR .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  padding: 20px 35px;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uH8UbLP1IR .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uH8UbLP1IR .navbar-caption:hover {
  opacity: .5;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uH8UbLP1IR .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uH8UbLP1IR .text_widget {
  margin-bottom: 32px;
}
.cid-uH8UbLP1IR .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uH8UbLP1IR .text_widget a:hover {
  color: #6567ee !important;
}
.cid-uH8UbLP1IR .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uH8UbLP1IR .navbar-caption {
  color: #ffffff;
}
.cid-uH8UbLP1IR .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uH8UbLP1IR .mbr-section-subtitle,
.cid-uH8UbLP1IR .text_widget,
.cid-uH8UbLP1IR .mbr-section-btn {
  text-align: left;
}
.cid-uH8UbLP1IR a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uH92HfZKfN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uH92HfZKfN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH92HfZKfN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH92HfZKfN .row {
  justify-content: center;
}
.cid-uH92HfZKfN .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #4448e5 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uH92HfZKfN .title-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uH92HfZKfN .title-wrapper .title-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uH92HfZKfN .title-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uH92HfZKfN .title-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #ffffff, #4448e5 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uH92HfZKfN .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uH92HfZKfN .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uH92HfZKfN .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uH92HfZKfN .mbr-label,
.cid-uH92HfZKfN .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uH92HfZKfN .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uH92HfZKfN .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uH92HfZKfN .mbr-text,
.cid-uH92HfZKfN .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uH92HfZKfN .mbr-section-title,
.cid-uH92HfZKfN .mbr-section-btn {
  text-align: center;
}
.cid-uH9qn1eFEG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uH9qn1eFEG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH9qn1eFEG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH9qn1eFEG .title-wrapper {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uH9qn1eFEG .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-uH9qn1eFEG .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uH9qn1eFEG .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uH9qn1eFEG .title-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uH9qn1eFEG .mbr-section-title {
  color: #ffffff;
}
.cid-uH8UbRz3Yv {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
.cid-uH8UceKvlJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uH8UceKvlJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH8UceKvlJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uH8UceKvlJ .row {
  justify-content: center;
}
.cid-uH8UceKvlJ .content-wrapper {
  padding-right: 68px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uH8UceKvlJ .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uH8UceKvlJ .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uH8UceKvlJ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uH8UceKvlJ .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 22px 0 0 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uH8UceKvlJ .content-wrapper .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 12px 12px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uH8UceKvlJ .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uH8UceKvlJ .content-wrapper .nav-wrapper .list .item-wrap:focus {
  background-image: linear-gradient(90deg, #ffffff, #0047ff 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uH8UceKvlJ .content-wrapper .social {
  margin-top: 22px;
}
.cid-uH8UceKvlJ .content-wrapper .social .mbr-desc {
  margin-bottom: 16px;
}
.cid-uH8UceKvlJ .content-wrapper .social .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uH8UceKvlJ .content-wrapper .social .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uH8UceKvlJ .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uH8UceKvlJ .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-image: linear-gradient(135deg, #a78aff, #0047ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uH8UceKvlJ .content-wrapper .social .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #ffffff;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  margin: 0 26px 16px 0;
}
.cid-uH8UceKvlJ .image-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uH8UceKvlJ .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uH8UceKvlJ .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uH8UceKvlJ .mbr-copy {
  position: relative;
  margin-bottom: 0;
  padding-top: 22px;
  color: #ffffff;
  text-align: center;
}
.cid-uH8UceKvlJ .mbr-copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uH8UceKvlJ .mbr-section-title {
  color: #ffffff;
}
.cid-uH8UceKvlJ .mbr-text {
  color: #ffffff;
}
.cid-uH8UceKvlJ .mbr-desc {
  color: #ffffff;
}
.cid-uH8UceKvlJ .list {
  color: #ffffff;
}
.cid-uH8UceKvlJ .mbr-desc,
.cid-uH8UceKvlJ .social-wrapper {
  color: #ffffff;
}
.cid-uGnDhCQFDh {
  z-index: 1000;
  width: 100%;
}
.cid-uGnDhCQFDh .navbar-dropdown {
  background-color: #0e0e10 !important;
  padding: 0;
  position: fixed;
}
.cid-uGnDhCQFDh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e0e10 !important;
  background: #0e0e10;
}
.cid-uGnDhCQFDh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uGnDhCQFDh .menu_box .navbar.opened,
  .cid-uGnDhCQFDh .menu_box .navbar-collapse {
    background-color: #0e0e10 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uGnDhCQFDh nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uGnDhCQFDh .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uGnDhCQFDh .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uGnDhCQFDh .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uGnDhCQFDh .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uGnDhCQFDh .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uGnDhCQFDh .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #181a25;
  }
  .cid-uGnDhCQFDh .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uGnDhCQFDh .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uGnDhCQFDh .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uGnDhCQFDh .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uGnDhCQFDh .offcanvas-body .mbr-text,
  .cid-uGnDhCQFDh .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uGnDhCQFDh .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uGnDhCQFDh .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uGnDhCQFDh .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uGnDhCQFDh .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uGnDhCQFDh .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uGnDhCQFDh .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uGnDhCQFDh .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uGnDhCQFDh ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uGnDhCQFDh .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uGnDhCQFDh .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uGnDhCQFDh .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uGnDhCQFDh li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uGnDhCQFDh .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uGnDhCQFDh .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uGnDhCQFDh .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uGnDhCQFDh .nav-item {
    margin: 0 !important;
  }
}
.cid-uGnDhCQFDh .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-uGnDhCQFDh .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #6567ee;
  transition: all 0.3s ease-out;
}
.cid-uGnDhCQFDh .nav-item .nav-link:hover {
  color: #6567ee !important;
}
.cid-uGnDhCQFDh .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uGnDhCQFDh .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uGnDhCQFDh .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uGnDhCQFDh .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uGnDhCQFDh .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uGnDhCQFDh .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uGnDhCQFDh .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uGnDhCQFDh .offcanvas_box {
    display: none;
  }
}
.cid-uGnDhCQFDh .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uGnDhCQFDh .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uGnDhCQFDh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uGnDhCQFDh .container {
  display: flex;
  margin: auto;
}
.cid-uGnDhCQFDh .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uGnDhCQFDh .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uGnDhCQFDh .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uGnDhCQFDh .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uGnDhCQFDh .navbar-nav {
    margin: 0;
  }
}
.cid-uGnDhCQFDh .dropdown-menu,
.cid-uGnDhCQFDh .navbar.opened {
  background-color: false !important;
}
.cid-uGnDhCQFDh .nav-item:focus,
.cid-uGnDhCQFDh .nav-link:focus {
  outline: none;
}
.cid-uGnDhCQFDh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGnDhCQFDh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGnDhCQFDh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGnDhCQFDh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGnDhCQFDh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGnDhCQFDh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGnDhCQFDh .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uGnDhCQFDh .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uGnDhCQFDh .navbar.opened {
  transition: all 0.3s;
}
.cid-uGnDhCQFDh .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uGnDhCQFDh .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-uGnDhCQFDh .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uGnDhCQFDh .navbar.collapsed {
  justify-content: center;
}
.cid-uGnDhCQFDh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGnDhCQFDh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uGnDhCQFDh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGnDhCQFDh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGnDhCQFDh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGnDhCQFDh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uGnDhCQFDh .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uGnDhCQFDh .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uGnDhCQFDh .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uGnDhCQFDh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGnDhCQFDh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGnDhCQFDh .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uGnDhCQFDh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGnDhCQFDh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uGnDhCQFDh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uGnDhCQFDh .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uGnDhCQFDh .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uGnDhCQFDh .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uGnDhCQFDh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uGnDhCQFDh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGnDhCQFDh .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uGnDhCQFDh .navbar.navbar-short {
  min-height: 60px;
}
.cid-uGnDhCQFDh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uGnDhCQFDh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uGnDhCQFDh .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uGnDhCQFDh .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uGnDhCQFDh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGnDhCQFDh .dropdown-item.active,
.cid-uGnDhCQFDh .dropdown-item:active {
  background-color: transparent;
}
.cid-uGnDhCQFDh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGnDhCQFDh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGnDhCQFDh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGnDhCQFDh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGnDhCQFDh ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uGnDhCQFDh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uGnDhCQFDh button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e0e10;
  background: #6567ee;
}
.cid-uGnDhCQFDh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uGnDhCQFDh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGnDhCQFDh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGnDhCQFDh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGnDhCQFDh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGnDhCQFDh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGnDhCQFDh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGnDhCQFDh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGnDhCQFDh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGnDhCQFDh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uGnDhCQFDh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGnDhCQFDh .navbar {
    height: 70px;
  }
  .cid-uGnDhCQFDh .navbar.opened {
    height: auto;
  }
  .cid-uGnDhCQFDh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGnDhCQFDh .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uGnDhCQFDh .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .cid-uGnDhCQFDh .container-fluid {
    padding-left: 130px;
    padding-right: 130px;
  }
}
.cid-uGnDhCQFDh .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uGnDhCQFDh .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  padding: 20px 35px;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uGnDhCQFDh .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uGnDhCQFDh .navbar-caption:hover {
  opacity: .5;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uGnDhCQFDh .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uGnDhCQFDh .text_widget {
  margin-bottom: 32px;
}
.cid-uGnDhCQFDh .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uGnDhCQFDh .text_widget a:hover {
  color: #6567ee !important;
}
.cid-uGnDhCQFDh .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uGnDhCQFDh .navbar-caption {
  color: #ffffff;
}
.cid-uGnDhCQFDh .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uGnDhCQFDh .mbr-section-subtitle,
.cid-uGnDhCQFDh .text_widget,
.cid-uGnDhCQFDh .mbr-section-btn {
  text-align: left;
}
.cid-uGnDhCQFDh a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uGnDhDy9PV {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uGnDhDy9PV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGnDhDy9PV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGnDhDy9PV .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uGnDhDy9PV .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uGnDhDy9PV .container {
    padding: 0 20px;
  }
}
.cid-uGnDhDy9PV .row {
  padding: 90px 82px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uGnDhDy9PV .row {
    padding: 50px 16px;
  }
}
.cid-uGnDhDy9PV .row .blur-wrap_1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5fd7b;
  filter: blur(120px);
}
.cid-uGnDhDy9PV .row .blur-wrap_2 {
  position: absolute;
  bottom: -8rem;
  right: 15%;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-color: #4448e5;
  filter: blur(150px);
}
.cid-uGnDhDy9PV .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #000000;
  opacity: 1;
}
.cid-uGnDhDy9PV .row .image-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}
.cid-uGnDhDy9PV .row .image-wrapper img {
  height: 400px;
  width: 70%;
  object-fit: cover;
  border-radius: 50px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uGnDhDy9PV .row .image-wrapper img {
    height: 300px;
    width: 100%;
    margin: 0;
  }
}
.cid-uGnDhDy9PV .row .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uGnDhDy9PV .row .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uGnDhDy9PV .row .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uGnDhDy9PV .row .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uGnDhDy9PV .row .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uGnDhDy9PV .mbr-desc {
  color: #ffffff;
}
.cid-uGnDhDy9PV .mbr-section-title {
  color: #ffffff;
}
.cid-uGnDhDy9PV .mbr-text {
  color: #ffffff;
}
.cid-uIyfTqE29l {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIyfTqE29l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIyfTqE29l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIyfTqE29l .row {
  justify-content: center;
}
.cid-uIyfTqE29l .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIyfTqE29l .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIyfTqE29l .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIyfTqE29l .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIyfTqE29l .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIyfTqE29l .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIyfTqE29l .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIyfTqE29l .mbr-section-title {
  color: #ffffff;
}
.cid-uIyfTqE29l .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIyfTqE29l .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIyfTqE29l .mbr-section-title,
.cid-uIyfTqE29l .mbr-section-btn {
  text-align: center;
}
.cid-uIygwLx7G5 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIygwLx7G5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIygwLx7G5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIygwLx7G5 .row {
  justify-content: center;
}
.cid-uIygwLx7G5 .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIygwLx7G5 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIygwLx7G5 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIygwLx7G5 .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIygwLx7G5 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIygwLx7G5 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIygwLx7G5 .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIygwLx7G5 .mbr-section-title {
  color: #ffffff;
}
.cid-uIygwLx7G5 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIygwLx7G5 .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIygwLx7G5 .mbr-section-title,
.cid-uIygwLx7G5 .mbr-section-btn {
  text-align: center;
}
.cid-uIyh2u6fn0 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIyh2u6fn0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIyh2u6fn0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIyh2u6fn0 .row {
  justify-content: center;
}
.cid-uIyh2u6fn0 .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIyh2u6fn0 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIyh2u6fn0 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIyh2u6fn0 .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIyh2u6fn0 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIyh2u6fn0 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIyh2u6fn0 .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIyh2u6fn0 .mbr-section-title {
  color: #ffffff;
}
.cid-uIyh2u6fn0 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIyh2u6fn0 .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIyh2u6fn0 .mbr-section-title,
.cid-uIyh2u6fn0 .mbr-section-btn {
  text-align: center;
}
.cid-uIyhafSTBv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uIyhafSTBv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIyhafSTBv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIyhafSTBv .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uIyhafSTBv .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uIyhafSTBv .container {
    padding: 0 20px;
  }
}
.cid-uIyhafSTBv .row {
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
.cid-uIyhafSTBv .row img {
  height: 600px;
  object-fit: cover;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uIyhafSTBv .row img {
    height: 300px;
  }
}
.cid-uIy9sWvN05 {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIy9sWvN05 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIy9sWvN05 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIy9sWvN05 .row {
  justify-content: center;
}
.cid-uIy9sWvN05 .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIy9sWvN05 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIy9sWvN05 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIy9sWvN05 .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIy9sWvN05 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIy9sWvN05 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIy9sWvN05 .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIy9sWvN05 .mbr-section-title {
  color: #ffffff;
}
.cid-uIy9sWvN05 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIy9sWvN05 .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIy9sWvN05 .mbr-section-title,
.cid-uIy9sWvN05 .mbr-section-btn {
  text-align: center;
}
.cid-uIDSYHyInr {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIDSYHyInr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIDSYHyInr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIDSYHyInr .row {
  justify-content: center;
}
.cid-uIDSYHyInr .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIDSYHyInr .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIDSYHyInr .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIDSYHyInr .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIDSYHyInr .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIDSYHyInr .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIDSYHyInr .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIDSYHyInr .mbr-section-title {
  color: #ffffff;
}
.cid-uIDSYHyInr .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIDSYHyInr .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIDSYHyInr .mbr-section-title,
.cid-uIDSYHyInr .mbr-section-btn {
  text-align: center;
}
.cid-uIyaqjLGjK {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uIyaqjLGjK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIyaqjLGjK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIyaqjLGjK .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uIyaqjLGjK .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uIyaqjLGjK .container {
    padding: 0 20px;
  }
}
.cid-uIyaqjLGjK .row {
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
.cid-uIyaqjLGjK .row img {
  height: 600px;
  object-fit: cover;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uIyaqjLGjK .row img {
    height: 300px;
  }
}
.cid-uIya6NuUFq {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIya6NuUFq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIya6NuUFq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIya6NuUFq .row {
  justify-content: center;
}
.cid-uIya6NuUFq .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIya6NuUFq .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIya6NuUFq .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIya6NuUFq .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIya6NuUFq .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIya6NuUFq .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIya6NuUFq .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIya6NuUFq .mbr-section-title {
  color: #ffffff;
}
.cid-uIya6NuUFq .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIya6NuUFq .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIya6NuUFq .mbr-section-title,
.cid-uIya6NuUFq .mbr-section-btn {
  text-align: center;
}
.cid-uIy1Ao6mge {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIy1Ao6mge .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIy1Ao6mge .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIy1Ao6mge .row {
  justify-content: center;
}
.cid-uIy1Ao6mge .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIy1Ao6mge .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIy1Ao6mge .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIy1Ao6mge .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIy1Ao6mge .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIy1Ao6mge .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIy1Ao6mge .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIy1Ao6mge .mbr-section-title {
  color: #ffffff;
}
.cid-uIy1Ao6mge .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIy1Ao6mge .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIy1Ao6mge .mbr-section-title,
.cid-uIy1Ao6mge .mbr-section-btn {
  text-align: center;
}
.cid-uIy1BkyMhr {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIy1BkyMhr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIy1BkyMhr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIy1BkyMhr .row {
  justify-content: center;
}
.cid-uIy1BkyMhr .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIy1BkyMhr .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIy1BkyMhr .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIy1BkyMhr .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIy1BkyMhr .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIy1BkyMhr .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIy1BkyMhr .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIy1BkyMhr .mbr-section-title {
  color: #ffffff;
}
.cid-uIy1BkyMhr .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIy1BkyMhr .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIy1BkyMhr .mbr-section-title,
.cid-uIy1BkyMhr .mbr-section-btn {
  text-align: center;
}
.cid-uIy1GU7baT {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIy1GU7baT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIy1GU7baT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIy1GU7baT .row {
  justify-content: center;
}
.cid-uIy1GU7baT .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIy1GU7baT .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIy1GU7baT .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIy1GU7baT .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIy1GU7baT .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIy1GU7baT .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIy1GU7baT .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIy1GU7baT .mbr-section-title {
  color: #ffffff;
}
.cid-uIy1GU7baT .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIy1GU7baT .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIy1GU7baT .mbr-section-title,
.cid-uIy1GU7baT .mbr-section-btn {
  text-align: center;
}
.cid-uIy1C46hMc {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIy1C46hMc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIy1C46hMc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIy1C46hMc .row {
  justify-content: center;
}
.cid-uIy1C46hMc .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIy1C46hMc .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIy1C46hMc .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIy1C46hMc .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIy1C46hMc .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIy1C46hMc .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIy1C46hMc .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIy1C46hMc .mbr-section-title {
  color: #ffffff;
}
.cid-uIy1C46hMc .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIy1C46hMc .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIy1C46hMc .mbr-section-title,
.cid-uIy1C46hMc .mbr-section-btn {
  text-align: center;
}
.cid-uIy1CPsNyA {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIy1CPsNyA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIy1CPsNyA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIy1CPsNyA .row {
  justify-content: center;
}
.cid-uIy1CPsNyA .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIy1CPsNyA .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIy1CPsNyA .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIy1CPsNyA .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIy1CPsNyA .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIy1CPsNyA .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIy1CPsNyA .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIy1CPsNyA .mbr-section-title {
  color: #ffffff;
}
.cid-uIy1CPsNyA .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIy1CPsNyA .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIy1CPsNyA .mbr-section-title,
.cid-uIy1CPsNyA .mbr-section-btn {
  text-align: center;
}
.cid-uIy1DBgGaq {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIy1DBgGaq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIy1DBgGaq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIy1DBgGaq .row {
  justify-content: center;
}
.cid-uIy1DBgGaq .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIy1DBgGaq .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIy1DBgGaq .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIy1DBgGaq .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIy1DBgGaq .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIy1DBgGaq .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIy1DBgGaq .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIy1DBgGaq .mbr-section-title {
  color: #ffffff;
}
.cid-uIy1DBgGaq .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIy1DBgGaq .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIy1DBgGaq .mbr-section-title,
.cid-uIy1DBgGaq .mbr-section-btn {
  text-align: center;
}
.cid-uIy1En1GEA {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIy1En1GEA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIy1En1GEA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIy1En1GEA .row {
  justify-content: center;
}
.cid-uIy1En1GEA .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIy1En1GEA .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIy1En1GEA .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIy1En1GEA .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIy1En1GEA .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIy1En1GEA .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIy1En1GEA .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIy1En1GEA .mbr-section-title {
  color: #ffffff;
}
.cid-uIy1En1GEA .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIy1En1GEA .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIy1En1GEA .mbr-section-title,
.cid-uIy1En1GEA .mbr-section-btn {
  text-align: center;
}
.cid-uIy1FmRUZG {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIy1FmRUZG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIy1FmRUZG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIy1FmRUZG .row {
  justify-content: center;
}
.cid-uIy1FmRUZG .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIy1FmRUZG .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIy1FmRUZG .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIy1FmRUZG .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIy1FmRUZG .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIy1FmRUZG .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIy1FmRUZG .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIy1FmRUZG .mbr-section-title {
  color: #ffffff;
}
.cid-uIy1FmRUZG .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIy1FmRUZG .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIy1FmRUZG .mbr-section-title,
.cid-uIy1FmRUZG .mbr-section-btn {
  text-align: center;
}
.cid-uIy1HHkSAu {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIy1HHkSAu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIy1HHkSAu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIy1HHkSAu .row {
  justify-content: center;
}
.cid-uIy1HHkSAu .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIy1HHkSAu .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIy1HHkSAu .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIy1HHkSAu .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIy1HHkSAu .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIy1HHkSAu .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIy1HHkSAu .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIy1HHkSAu .mbr-section-title {
  color: #ffffff;
}
.cid-uIy1HHkSAu .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIy1HHkSAu .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIy1HHkSAu .mbr-section-title,
.cid-uIy1HHkSAu .mbr-section-btn {
  text-align: center;
}
.cid-uIEvAfnbeN {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIEvAfnbeN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIEvAfnbeN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIEvAfnbeN .row {
  justify-content: center;
}
.cid-uIEvAfnbeN .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIEvAfnbeN .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIEvAfnbeN .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIEvAfnbeN .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIEvAfnbeN .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIEvAfnbeN .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIEvAfnbeN .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIEvAfnbeN .mbr-section-title {
  color: #ffffff;
}
.cid-uIEvAfnbeN .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIEvAfnbeN .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIEvAfnbeN .mbr-section-title,
.cid-uIEvAfnbeN .mbr-section-btn {
  text-align: center;
}
.cid-uIEvCLyWgB {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIEvCLyWgB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIEvCLyWgB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIEvCLyWgB .row {
  justify-content: center;
}
.cid-uIEvCLyWgB .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIEvCLyWgB .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIEvCLyWgB .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIEvCLyWgB .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIEvCLyWgB .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIEvCLyWgB .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIEvCLyWgB .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIEvCLyWgB .mbr-section-title {
  color: #ffffff;
}
.cid-uIEvCLyWgB .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIEvCLyWgB .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIEvCLyWgB .mbr-section-title,
.cid-uIEvCLyWgB .mbr-section-btn {
  text-align: center;
}
.cid-uIF1yReX6F {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIF1yReX6F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIF1yReX6F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIF1yReX6F .row {
  justify-content: center;
}
.cid-uIF1yReX6F .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIF1yReX6F .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIF1yReX6F .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIF1yReX6F .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIF1yReX6F .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIF1yReX6F .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIF1yReX6F .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIF1yReX6F .mbr-section-title {
  color: #ffffff;
}
.cid-uIF1yReX6F .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIF1yReX6F .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIF1yReX6F .mbr-section-title,
.cid-uIF1yReX6F .mbr-section-btn {
  text-align: center;
}
.cid-uIEsmwQGKz {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIEsmwQGKz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIEsmwQGKz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIEsmwQGKz .row {
  justify-content: center;
}
.cid-uIEsmwQGKz .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIEsmwQGKz .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIEsmwQGKz .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIEsmwQGKz .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIEsmwQGKz .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIEsmwQGKz .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIEsmwQGKz .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIEsmwQGKz .mbr-section-title {
  color: #ffffff;
}
.cid-uIEsmwQGKz .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIEsmwQGKz .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIEsmwQGKz .mbr-section-title,
.cid-uIEsmwQGKz .mbr-section-btn {
  text-align: center;
}
.cid-uIy1G5Hr0H {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIy1G5Hr0H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIy1G5Hr0H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIy1G5Hr0H .row {
  justify-content: center;
}
.cid-uIy1G5Hr0H .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIy1G5Hr0H .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIy1G5Hr0H .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIy1G5Hr0H .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIy1G5Hr0H .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIy1G5Hr0H .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIy1G5Hr0H .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIy1G5Hr0H .mbr-section-title {
  color: #ffffff;
}
.cid-uIy1G5Hr0H .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIy1G5Hr0H .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIy1G5Hr0H .mbr-section-title,
.cid-uIy1G5Hr0H .mbr-section-btn {
  text-align: center;
}
.cid-uIEy3W4Zla {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIEy3W4Zla .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIEy3W4Zla .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIEy3W4Zla .row {
  justify-content: center;
}
.cid-uIEy3W4Zla .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIEy3W4Zla .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIEy3W4Zla .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIEy3W4Zla .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIEy3W4Zla .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIEy3W4Zla .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIEy3W4Zla .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIEy3W4Zla .mbr-section-title {
  color: #ffffff;
}
.cid-uIEy3W4Zla .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIEy3W4Zla .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIEy3W4Zla .mbr-section-title,
.cid-uIEy3W4Zla .mbr-section-btn {
  text-align: center;
}
.cid-uIytDu3zju {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uIytDu3zju .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIytDu3zju .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIytDu3zju .row {
  justify-content: center;
}
.cid-uIytDu3zju .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #4448e5 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uIytDu3zju .title-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIytDu3zju .title-wrapper .title-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uIytDu3zju .title-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uIytDu3zju .title-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #ffffff, #4448e5 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uIytDu3zju .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIytDu3zju .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uIytDu3zju .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uIytDu3zju .mbr-label,
.cid-uIytDu3zju .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uIytDu3zju .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uIytDu3zju .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uIytDu3zju .mbr-text,
.cid-uIytDu3zju .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uIytDu3zju .mbr-section-title,
.cid-uIytDu3zju .mbr-section-btn {
  text-align: center;
}
.cid-uJzQxS2jSg {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uJzQxS2jSg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJzQxS2jSg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJzQxS2jSg .title-wrapper {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uJzQxS2jSg .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-uJzQxS2jSg .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uJzQxS2jSg .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uJzQxS2jSg .title-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uJzQxS2jSg .mbr-section-title {
  color: #ffffff;
}
.cid-uIEzawIfHI {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uIEzawIfHI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIEzawIfHI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uIEzawIfHI .container {
    padding: 0 20px;
  }
}
.cid-uIEzawIfHI .row {
  margin: 0;
}
.cid-uIEzawIfHI .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIEzawIfHI .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uIEzawIfHI .nav.nav-tabs {
  border: none;
  display: block;
}
.cid-uIEzawIfHI .nav.nav-tabs .nav-item .nav-link {
  padding: 0;
  color: #ffffff;
  margin-bottom: 32px;
  border: none;
  border-radius: 0;
  transition: all 0.3s ease-out;
}
.cid-uIEzawIfHI .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
  color: #4448e5;
}
.cid-uIEzawIfHI .tab-content {
  position: relative;
}
.cid-uIEzawIfHI .tab-content .blur-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(-120deg, #f5fd7b 50%, #4448e5 0%);
  width: 300px;
  height: 300px;
  border-radius: 100%;
  filter: blur(85px);
}
.cid-uIEzawIfHI .tab-content .tab-pane {
  position: relative;
}
.cid-uIEzawIfHI .tab-content .tab-pane img {
  border-radius: 50px;
  height: 500px;
  object-fit: cover;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .cid-uIEzawIfHI .tab-content .tab-pane img {
    height: 300px;
  }
}
.cid-uIEzawIfHI .tab-content .tab-pane .mbr-text {
  margin-bottom: 0;
}
.cid-uIEzawIfHI .mbr-section-title {
  color: #ffffff;
}
.cid-uIEzawIfHI .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uGFKOUia1s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uGFKOUia1s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGFKOUia1s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGFKOUia1s .row {
  justify-content: center;
}
.cid-uGFKOUia1s .content-wrapper {
  padding-right: 68px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uGFKOUia1s .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uGFKOUia1s .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uGFKOUia1s .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uGFKOUia1s .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 22px 0 0 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uGFKOUia1s .content-wrapper .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 12px 12px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uGFKOUia1s .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uGFKOUia1s .content-wrapper .nav-wrapper .list .item-wrap:focus {
  background-image: linear-gradient(90deg, #ffffff, #0047ff 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uGFKOUia1s .content-wrapper .social {
  margin-top: 22px;
}
.cid-uGFKOUia1s .content-wrapper .social .mbr-desc {
  margin-bottom: 16px;
}
.cid-uGFKOUia1s .content-wrapper .social .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uGFKOUia1s .content-wrapper .social .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uGFKOUia1s .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uGFKOUia1s .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-image: linear-gradient(135deg, #a78aff, #0047ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uGFKOUia1s .content-wrapper .social .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #ffffff;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  margin: 0 26px 16px 0;
}
.cid-uGFKOUia1s .image-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uGFKOUia1s .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uGFKOUia1s .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uGFKOUia1s .mbr-copy {
  position: relative;
  margin-bottom: 0;
  padding-top: 22px;
  color: #ffffff;
  text-align: center;
}
.cid-uGFKOUia1s .mbr-copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uGFKOUia1s .mbr-section-title {
  color: #ffffff;
}
.cid-uGFKOUia1s .mbr-text {
  color: #ffffff;
}
.cid-uGFKOUia1s .mbr-desc {
  color: #ffffff;
}
.cid-uGFKOUia1s .list {
  color: #ffffff;
}
.cid-uGFKOUia1s .mbr-desc,
.cid-uGFKOUia1s .social-wrapper {
  color: #ffffff;
}
.cid-uHgcaXUkz4 {
  z-index: 1000;
  width: 100%;
}
.cid-uHgcaXUkz4 .navbar-dropdown {
  background-color: #0e0e10 !important;
  padding: 0;
  position: fixed;
}
.cid-uHgcaXUkz4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e0e10 !important;
  background: #0e0e10;
}
.cid-uHgcaXUkz4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uHgcaXUkz4 .menu_box .navbar.opened,
  .cid-uHgcaXUkz4 .menu_box .navbar-collapse {
    background-color: #0e0e10 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uHgcaXUkz4 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uHgcaXUkz4 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uHgcaXUkz4 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHgcaXUkz4 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uHgcaXUkz4 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uHgcaXUkz4 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uHgcaXUkz4 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #181a25;
  }
  .cid-uHgcaXUkz4 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uHgcaXUkz4 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uHgcaXUkz4 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uHgcaXUkz4 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uHgcaXUkz4 .offcanvas-body .mbr-text,
  .cid-uHgcaXUkz4 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uHgcaXUkz4 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uHgcaXUkz4 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uHgcaXUkz4 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uHgcaXUkz4 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uHgcaXUkz4 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uHgcaXUkz4 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uHgcaXUkz4 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uHgcaXUkz4 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uHgcaXUkz4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHgcaXUkz4 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uHgcaXUkz4 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uHgcaXUkz4 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uHgcaXUkz4 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uHgcaXUkz4 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uHgcaXUkz4 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uHgcaXUkz4 .nav-item {
    margin: 0 !important;
  }
}
.cid-uHgcaXUkz4 .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-uHgcaXUkz4 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #6567ee;
  transition: all 0.3s ease-out;
}
.cid-uHgcaXUkz4 .nav-item .nav-link:hover {
  color: #6567ee !important;
}
.cid-uHgcaXUkz4 .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uHgcaXUkz4 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uHgcaXUkz4 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uHgcaXUkz4 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uHgcaXUkz4 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHgcaXUkz4 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uHgcaXUkz4 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uHgcaXUkz4 .offcanvas_box {
    display: none;
  }
}
.cid-uHgcaXUkz4 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uHgcaXUkz4 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uHgcaXUkz4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uHgcaXUkz4 .container {
  display: flex;
  margin: auto;
}
.cid-uHgcaXUkz4 .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uHgcaXUkz4 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uHgcaXUkz4 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uHgcaXUkz4 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uHgcaXUkz4 .navbar-nav {
    margin: 0;
  }
}
.cid-uHgcaXUkz4 .dropdown-menu,
.cid-uHgcaXUkz4 .navbar.opened {
  background-color: false !important;
}
.cid-uHgcaXUkz4 .nav-item:focus,
.cid-uHgcaXUkz4 .nav-link:focus {
  outline: none;
}
.cid-uHgcaXUkz4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHgcaXUkz4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHgcaXUkz4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHgcaXUkz4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHgcaXUkz4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHgcaXUkz4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHgcaXUkz4 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uHgcaXUkz4 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uHgcaXUkz4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uHgcaXUkz4 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uHgcaXUkz4 .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-uHgcaXUkz4 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uHgcaXUkz4 .navbar.collapsed {
  justify-content: center;
}
.cid-uHgcaXUkz4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHgcaXUkz4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uHgcaXUkz4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHgcaXUkz4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHgcaXUkz4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHgcaXUkz4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uHgcaXUkz4 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHgcaXUkz4 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uHgcaXUkz4 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uHgcaXUkz4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHgcaXUkz4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHgcaXUkz4 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uHgcaXUkz4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHgcaXUkz4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uHgcaXUkz4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHgcaXUkz4 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uHgcaXUkz4 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uHgcaXUkz4 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uHgcaXUkz4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHgcaXUkz4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHgcaXUkz4 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uHgcaXUkz4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHgcaXUkz4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHgcaXUkz4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHgcaXUkz4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHgcaXUkz4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uHgcaXUkz4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHgcaXUkz4 .dropdown-item.active,
.cid-uHgcaXUkz4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uHgcaXUkz4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHgcaXUkz4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHgcaXUkz4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHgcaXUkz4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHgcaXUkz4 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uHgcaXUkz4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHgcaXUkz4 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e0e10;
  background: #6567ee;
}
.cid-uHgcaXUkz4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uHgcaXUkz4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHgcaXUkz4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHgcaXUkz4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHgcaXUkz4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHgcaXUkz4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHgcaXUkz4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHgcaXUkz4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHgcaXUkz4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHgcaXUkz4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uHgcaXUkz4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHgcaXUkz4 .navbar {
    height: 70px;
  }
  .cid-uHgcaXUkz4 .navbar.opened {
    height: auto;
  }
  .cid-uHgcaXUkz4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHgcaXUkz4 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uHgcaXUkz4 .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .cid-uHgcaXUkz4 .container-fluid {
    padding-left: 130px;
    padding-right: 130px;
  }
}
.cid-uHgcaXUkz4 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uHgcaXUkz4 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  padding: 20px 35px;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uHgcaXUkz4 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uHgcaXUkz4 .navbar-caption:hover {
  opacity: .5;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uHgcaXUkz4 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uHgcaXUkz4 .text_widget {
  margin-bottom: 32px;
}
.cid-uHgcaXUkz4 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uHgcaXUkz4 .text_widget a:hover {
  color: #6567ee !important;
}
.cid-uHgcaXUkz4 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uHgcaXUkz4 .navbar-caption {
  color: #ffffff;
}
.cid-uHgcaXUkz4 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uHgcaXUkz4 .mbr-section-subtitle,
.cid-uHgcaXUkz4 .text_widget,
.cid-uHgcaXUkz4 .mbr-section-btn {
  text-align: left;
}
.cid-uHgcaXUkz4 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uHgcaYEjfw {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uHgcaYEjfw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHgcaYEjfw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHgcaYEjfw .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uHgcaYEjfw .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uHgcaYEjfw .container {
    padding: 0 20px;
  }
}
.cid-uHgcaYEjfw .row {
  padding: 90px 82px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uHgcaYEjfw .row {
    padding: 50px 16px;
  }
}
.cid-uHgcaYEjfw .row .blur-wrap_1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5fd7b;
  filter: blur(120px);
}
.cid-uHgcaYEjfw .row .blur-wrap_2 {
  position: absolute;
  bottom: -8rem;
  right: 15%;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-color: #4448e5;
  filter: blur(150px);
}
.cid-uHgcaYEjfw .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #000000;
  opacity: 1;
}
.cid-uHgcaYEjfw .row .image-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}
.cid-uHgcaYEjfw .row .image-wrapper img {
  height: 400px;
  width: 70%;
  object-fit: cover;
  border-radius: 50px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uHgcaYEjfw .row .image-wrapper img {
    height: 300px;
    width: 100%;
    margin: 0;
  }
}
.cid-uHgcaYEjfw .row .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uHgcaYEjfw .row .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uHgcaYEjfw .row .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uHgcaYEjfw .row .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uHgcaYEjfw .row .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uHgcaYEjfw .mbr-desc {
  color: #ffffff;
}
.cid-uHgcaYEjfw .mbr-section-title {
  color: #ffffff;
}
.cid-uHgcaYEjfw .mbr-text {
  color: #ffffff;
}
.cid-uIdJ6nutcP {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uIdJ6nutcP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIdJ6nutcP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIdJ6nutcP .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uIdJ6nutcP .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uIdJ6nutcP .container {
    padding: 0 20px;
  }
}
.cid-uIdJ6nutcP .row {
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
.cid-uIdJ6nutcP .row img {
  height: 600px;
  object-fit: cover;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uIdJ6nutcP .row img {
    height: 300px;
  }
}
.cid-uIdOKBNI8O {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIdOKBNI8O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIdOKBNI8O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIdOKBNI8O .row {
  justify-content: center;
}
.cid-uIdOKBNI8O .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIdOKBNI8O .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIdOKBNI8O .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIdOKBNI8O .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIdOKBNI8O .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIdOKBNI8O .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIdOKBNI8O .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIdOKBNI8O .mbr-section-title {
  color: #ffffff;
}
.cid-uIdOKBNI8O .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIdOKBNI8O .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIdOKBNI8O .mbr-section-title,
.cid-uIdOKBNI8O .mbr-section-btn {
  text-align: center;
}
.cid-uIdJ4uF3oi {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIdJ4uF3oi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIdJ4uF3oi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIdJ4uF3oi .row {
  justify-content: center;
}
.cid-uIdJ4uF3oi .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIdJ4uF3oi .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIdJ4uF3oi .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIdJ4uF3oi .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIdJ4uF3oi .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIdJ4uF3oi .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIdJ4uF3oi .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIdJ4uF3oi .mbr-section-title {
  color: #ffffff;
}
.cid-uIdJ4uF3oi .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIdJ4uF3oi .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIdJ4uF3oi .mbr-section-title,
.cid-uIdJ4uF3oi .mbr-section-btn {
  text-align: center;
}
.cid-uIdRYNiDf1 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIdRYNiDf1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIdRYNiDf1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIdRYNiDf1 .row {
  justify-content: center;
}
.cid-uIdRYNiDf1 .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIdRYNiDf1 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIdRYNiDf1 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIdRYNiDf1 .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIdRYNiDf1 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIdRYNiDf1 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIdRYNiDf1 .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIdRYNiDf1 .mbr-section-title {
  color: #ffffff;
}
.cid-uIdRYNiDf1 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIdRYNiDf1 .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIdRYNiDf1 .mbr-section-title,
.cid-uIdRYNiDf1 .mbr-section-btn {
  text-align: center;
}
.cid-uIdS0odR0M {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIdS0odR0M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIdS0odR0M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIdS0odR0M .row {
  justify-content: center;
}
.cid-uIdS0odR0M .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIdS0odR0M .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIdS0odR0M .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIdS0odR0M .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIdS0odR0M .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIdS0odR0M .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIdS0odR0M .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIdS0odR0M .mbr-section-title {
  color: #ffffff;
}
.cid-uIdS0odR0M .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIdS0odR0M .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIdS0odR0M .mbr-section-title,
.cid-uIdS0odR0M .mbr-section-btn {
  text-align: center;
}
.cid-uIdS1qDURs {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIdS1qDURs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIdS1qDURs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIdS1qDURs .row {
  justify-content: center;
}
.cid-uIdS1qDURs .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIdS1qDURs .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIdS1qDURs .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIdS1qDURs .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIdS1qDURs .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIdS1qDURs .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIdS1qDURs .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIdS1qDURs .mbr-section-title {
  color: #ffffff;
}
.cid-uIdS1qDURs .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIdS1qDURs .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIdS1qDURs .mbr-section-title,
.cid-uIdS1qDURs .mbr-section-btn {
  text-align: center;
}
.cid-uIdS2i3bPn {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIdS2i3bPn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIdS2i3bPn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIdS2i3bPn .row {
  justify-content: center;
}
.cid-uIdS2i3bPn .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIdS2i3bPn .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIdS2i3bPn .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIdS2i3bPn .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIdS2i3bPn .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIdS2i3bPn .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIdS2i3bPn .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIdS2i3bPn .mbr-section-title {
  color: #ffffff;
}
.cid-uIdS2i3bPn .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIdS2i3bPn .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIdS2i3bPn .mbr-section-title,
.cid-uIdS2i3bPn .mbr-section-btn {
  text-align: center;
}
.cid-uIdS36Lyzd {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIdS36Lyzd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIdS36Lyzd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIdS36Lyzd .row {
  justify-content: center;
}
.cid-uIdS36Lyzd .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIdS36Lyzd .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIdS36Lyzd .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIdS36Lyzd .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIdS36Lyzd .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIdS36Lyzd .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIdS36Lyzd .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIdS36Lyzd .mbr-section-title {
  color: #ffffff;
}
.cid-uIdS36Lyzd .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIdS36Lyzd .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIdS36Lyzd .mbr-section-title,
.cid-uIdS36Lyzd .mbr-section-btn {
  text-align: center;
}
.cid-uIdS3U8hss {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIdS3U8hss .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIdS3U8hss .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIdS3U8hss .row {
  justify-content: center;
}
.cid-uIdS3U8hss .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIdS3U8hss .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIdS3U8hss .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIdS3U8hss .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIdS3U8hss .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIdS3U8hss .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIdS3U8hss .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIdS3U8hss .mbr-section-title {
  color: #ffffff;
}
.cid-uIdS3U8hss .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIdS3U8hss .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIdS3U8hss .mbr-section-title,
.cid-uIdS3U8hss .mbr-section-btn {
  text-align: center;
}
.cid-uIlmvzHNPN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uIlmvzHNPN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIlmvzHNPN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uIlmvzHNPN .container {
    padding: 0 20px;
  }
}
.cid-uIlmvzHNPN .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uIlmvzHNPN .row .title-wrapper {
    margin-bottom: 50px;
    height: auto;
  }
}
.cid-uIlmvzHNPN .row .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uIlmvzHNPN .row .title-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-uIlmvzHNPN .row .title-wrapper .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-position: inside;
}
.cid-uIlmvzHNPN .row .title-wrapper .list .item-wrap {
  margin-bottom: 0;
}
.cid-uIlmvzHNPN .row .image-wrapper {
  position: relative;
}
.cid-uIlmvzHNPN .row .image-wrapper img {
  height: 320px;
  object-fit: cover;
  border-radius: 50px;
}
.cid-uIlmvzHNPN .row .image-wrapper .mbr-emoji {
  position: absolute;
  top: 1rem;
  right: 0;
  font-size: 100px;
}
.cid-uIlmvzHNPN .mbr-section-title {
  color: #ffffff;
}
.cid-uIlmvzHNPN .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uIlmvzHNPN .list {
  color: #ffffff;
}
.cid-uIlmvzHNPN .mbr-emoji {
  color: #f5fd7b;
}
.cid-uIdJ8Do0Ei {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uIdJ8Do0Ei .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIdJ8Do0Ei .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIdJ8Do0Ei .row {
  justify-content: center;
}
.cid-uIdJ8Do0Ei .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #4448e5 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uIdJ8Do0Ei .title-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIdJ8Do0Ei .title-wrapper .title-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uIdJ8Do0Ei .title-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uIdJ8Do0Ei .title-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #ffffff, #4448e5 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uIdJ8Do0Ei .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIdJ8Do0Ei .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uIdJ8Do0Ei .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uIdJ8Do0Ei .mbr-label,
.cid-uIdJ8Do0Ei .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uIdJ8Do0Ei .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uIdJ8Do0Ei .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uIdJ8Do0Ei .mbr-text,
.cid-uIdJ8Do0Ei .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uIdJ8Do0Ei .mbr-section-title,
.cid-uIdJ8Do0Ei .mbr-section-btn {
  text-align: center;
}
.cid-uHgcb0pBjt {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uHgcb0pBjt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHgcb0pBjt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHgcb0pBjt .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uHgcb0pBjt .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uHgcb0pBjt .container {
    padding: 0 20px;
  }
}
.cid-uHgcb0pBjt .row {
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
.cid-uHgcb0pBjt .row img {
  height: 600px;
  object-fit: cover;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uHgcb0pBjt .row img {
    height: 300px;
  }
}
.cid-uHgcb1hpVD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uHgcb1hpVD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHgcb1hpVD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHgcb1hpVD .row {
  justify-content: center;
}
.cid-uHgcb1hpVD .content-wrapper {
  padding-right: 68px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uHgcb1hpVD .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uHgcb1hpVD .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uHgcb1hpVD .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHgcb1hpVD .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 22px 0 0 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uHgcb1hpVD .content-wrapper .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 12px 12px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uHgcb1hpVD .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uHgcb1hpVD .content-wrapper .nav-wrapper .list .item-wrap:focus {
  background-image: linear-gradient(90deg, #ffffff, #0047ff 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uHgcb1hpVD .content-wrapper .social {
  margin-top: 22px;
}
.cid-uHgcb1hpVD .content-wrapper .social .mbr-desc {
  margin-bottom: 16px;
}
.cid-uHgcb1hpVD .content-wrapper .social .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uHgcb1hpVD .content-wrapper .social .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uHgcb1hpVD .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uHgcb1hpVD .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-image: linear-gradient(135deg, #a78aff, #0047ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uHgcb1hpVD .content-wrapper .social .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #ffffff;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  margin: 0 26px 16px 0;
}
.cid-uHgcb1hpVD .image-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uHgcb1hpVD .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uHgcb1hpVD .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uHgcb1hpVD .mbr-copy {
  position: relative;
  margin-bottom: 0;
  padding-top: 22px;
  color: #ffffff;
  text-align: center;
}
.cid-uHgcb1hpVD .mbr-copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uHgcb1hpVD .mbr-section-title {
  color: #ffffff;
}
.cid-uHgcb1hpVD .mbr-text {
  color: #ffffff;
}
.cid-uHgcb1hpVD .mbr-desc {
  color: #ffffff;
}
.cid-uHgcb1hpVD .list {
  color: #ffffff;
}
.cid-uHgcb1hpVD .mbr-desc,
.cid-uHgcb1hpVD .social-wrapper {
  color: #ffffff;
}
.cid-uHguYi2p3E {
  z-index: 1000;
  width: 100%;
}
.cid-uHguYi2p3E .navbar-dropdown {
  background-color: #0e0e10 !important;
  padding: 0;
  position: fixed;
}
.cid-uHguYi2p3E .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e0e10 !important;
  background: #0e0e10;
}
.cid-uHguYi2p3E .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uHguYi2p3E .menu_box .navbar.opened,
  .cid-uHguYi2p3E .menu_box .navbar-collapse {
    background-color: #0e0e10 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uHguYi2p3E nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uHguYi2p3E .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uHguYi2p3E .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHguYi2p3E .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uHguYi2p3E .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uHguYi2p3E .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uHguYi2p3E .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #181a25;
  }
  .cid-uHguYi2p3E .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uHguYi2p3E .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uHguYi2p3E .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uHguYi2p3E .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uHguYi2p3E .offcanvas-body .mbr-text,
  .cid-uHguYi2p3E .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uHguYi2p3E .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uHguYi2p3E .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uHguYi2p3E .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uHguYi2p3E .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uHguYi2p3E .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uHguYi2p3E .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uHguYi2p3E .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uHguYi2p3E ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uHguYi2p3E .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHguYi2p3E .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uHguYi2p3E .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uHguYi2p3E li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uHguYi2p3E .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uHguYi2p3E .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uHguYi2p3E .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uHguYi2p3E .nav-item {
    margin: 0 !important;
  }
}
.cid-uHguYi2p3E .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-uHguYi2p3E .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #6567ee;
  transition: all 0.3s ease-out;
}
.cid-uHguYi2p3E .nav-item .nav-link:hover {
  color: #6567ee !important;
}
.cid-uHguYi2p3E .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uHguYi2p3E .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uHguYi2p3E .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uHguYi2p3E .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uHguYi2p3E .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHguYi2p3E .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uHguYi2p3E .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uHguYi2p3E .offcanvas_box {
    display: none;
  }
}
.cid-uHguYi2p3E .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uHguYi2p3E .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uHguYi2p3E .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uHguYi2p3E .container {
  display: flex;
  margin: auto;
}
.cid-uHguYi2p3E .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uHguYi2p3E .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uHguYi2p3E .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uHguYi2p3E .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uHguYi2p3E .navbar-nav {
    margin: 0;
  }
}
.cid-uHguYi2p3E .dropdown-menu,
.cid-uHguYi2p3E .navbar.opened {
  background-color: false !important;
}
.cid-uHguYi2p3E .nav-item:focus,
.cid-uHguYi2p3E .nav-link:focus {
  outline: none;
}
.cid-uHguYi2p3E .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHguYi2p3E .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHguYi2p3E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHguYi2p3E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHguYi2p3E .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHguYi2p3E .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHguYi2p3E .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uHguYi2p3E .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uHguYi2p3E .navbar.opened {
  transition: all 0.3s;
}
.cid-uHguYi2p3E .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uHguYi2p3E .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-uHguYi2p3E .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uHguYi2p3E .navbar.collapsed {
  justify-content: center;
}
.cid-uHguYi2p3E .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHguYi2p3E .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uHguYi2p3E .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHguYi2p3E .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHguYi2p3E .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHguYi2p3E .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uHguYi2p3E .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHguYi2p3E .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uHguYi2p3E .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uHguYi2p3E .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHguYi2p3E .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHguYi2p3E .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uHguYi2p3E .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHguYi2p3E .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uHguYi2p3E .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHguYi2p3E .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uHguYi2p3E .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uHguYi2p3E .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uHguYi2p3E .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHguYi2p3E .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHguYi2p3E .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uHguYi2p3E .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHguYi2p3E .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHguYi2p3E .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHguYi2p3E .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHguYi2p3E .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uHguYi2p3E .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHguYi2p3E .dropdown-item.active,
.cid-uHguYi2p3E .dropdown-item:active {
  background-color: transparent;
}
.cid-uHguYi2p3E .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHguYi2p3E .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHguYi2p3E .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHguYi2p3E .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHguYi2p3E ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uHguYi2p3E .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHguYi2p3E button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e0e10;
  background: #6567ee;
}
.cid-uHguYi2p3E button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uHguYi2p3E button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHguYi2p3E button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHguYi2p3E button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHguYi2p3E button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHguYi2p3E nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHguYi2p3E nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHguYi2p3E nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHguYi2p3E nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHguYi2p3E a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uHguYi2p3E .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHguYi2p3E .navbar {
    height: 70px;
  }
  .cid-uHguYi2p3E .navbar.opened {
    height: auto;
  }
  .cid-uHguYi2p3E .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHguYi2p3E .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uHguYi2p3E .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .cid-uHguYi2p3E .container-fluid {
    padding-left: 130px;
    padding-right: 130px;
  }
}
.cid-uHguYi2p3E .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uHguYi2p3E .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  padding: 20px 35px;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uHguYi2p3E .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uHguYi2p3E .navbar-caption:hover {
  opacity: .5;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uHguYi2p3E .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uHguYi2p3E .text_widget {
  margin-bottom: 32px;
}
.cid-uHguYi2p3E .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uHguYi2p3E .text_widget a:hover {
  color: #6567ee !important;
}
.cid-uHguYi2p3E .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uHguYi2p3E .navbar-caption {
  color: #ffffff;
}
.cid-uHguYi2p3E .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uHguYi2p3E .mbr-section-subtitle,
.cid-uHguYi2p3E .text_widget,
.cid-uHguYi2p3E .mbr-section-btn {
  text-align: left;
}
.cid-uHguYi2p3E a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uHguYiZtXR {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uHguYiZtXR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHguYiZtXR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHguYiZtXR .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uHguYiZtXR .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uHguYiZtXR .container {
    padding: 0 20px;
  }
}
.cid-uHguYiZtXR .row {
  padding: 90px 82px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uHguYiZtXR .row {
    padding: 50px 16px;
  }
}
.cid-uHguYiZtXR .row .blur-wrap_1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5fd7b;
  filter: blur(120px);
}
.cid-uHguYiZtXR .row .blur-wrap_2 {
  position: absolute;
  bottom: -8rem;
  right: 15%;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-color: #4448e5;
  filter: blur(150px);
}
.cid-uHguYiZtXR .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #000000;
  opacity: 1;
}
.cid-uHguYiZtXR .row .image-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}
.cid-uHguYiZtXR .row .image-wrapper img {
  height: 400px;
  width: 70%;
  object-fit: cover;
  border-radius: 50px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uHguYiZtXR .row .image-wrapper img {
    height: 300px;
    width: 100%;
    margin: 0;
  }
}
.cid-uHguYiZtXR .row .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uHguYiZtXR .row .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uHguYiZtXR .row .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uHguYiZtXR .row .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uHguYiZtXR .row .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uHguYiZtXR .mbr-desc {
  color: #ffffff;
}
.cid-uHguYiZtXR .mbr-section-title {
  color: #ffffff;
}
.cid-uHguYiZtXR .mbr-text {
  color: #ffffff;
}
.cid-uJpEgh0ipD {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uJpEgh0ipD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJpEgh0ipD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJpEgh0ipD .row {
  justify-content: center;
}
.cid-uJpEgh0ipD .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJpEgh0ipD .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJpEgh0ipD .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJpEgh0ipD .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJpEgh0ipD .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJpEgh0ipD .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJpEgh0ipD .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJpEgh0ipD .mbr-section-title {
  color: #ffffff;
}
.cid-uJpEgh0ipD .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uJpEgh0ipD .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uJpEgh0ipD .mbr-section-title,
.cid-uJpEgh0ipD .mbr-section-btn {
  text-align: center;
}
.cid-uHguYkLBKN {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uHguYkLBKN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHguYkLBKN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHguYkLBKN .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uHguYkLBKN .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uHguYkLBKN .container {
    padding: 0 20px;
  }
}
.cid-uHguYkLBKN .row {
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
.cid-uHguYkLBKN .row img {
  height: 600px;
  object-fit: cover;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uHguYkLBKN .row img {
    height: 300px;
  }
}
.cid-uHguYlaMea {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uHguYlaMea .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHguYlaMea .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHguYlaMea .row {
  justify-content: center;
}
.cid-uHguYlaMea .content-wrapper {
  padding-right: 68px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uHguYlaMea .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uHguYlaMea .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uHguYlaMea .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHguYlaMea .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 22px 0 0 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uHguYlaMea .content-wrapper .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 12px 12px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uHguYlaMea .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uHguYlaMea .content-wrapper .nav-wrapper .list .item-wrap:focus {
  background-image: linear-gradient(90deg, #ffffff, #0047ff 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uHguYlaMea .content-wrapper .social {
  margin-top: 22px;
}
.cid-uHguYlaMea .content-wrapper .social .mbr-desc {
  margin-bottom: 16px;
}
.cid-uHguYlaMea .content-wrapper .social .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uHguYlaMea .content-wrapper .social .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uHguYlaMea .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uHguYlaMea .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-image: linear-gradient(135deg, #a78aff, #0047ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uHguYlaMea .content-wrapper .social .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #ffffff;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  margin: 0 26px 16px 0;
}
.cid-uHguYlaMea .image-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uHguYlaMea .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uHguYlaMea .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uHguYlaMea .mbr-copy {
  position: relative;
  margin-bottom: 0;
  padding-top: 22px;
  color: #ffffff;
  text-align: center;
}
.cid-uHguYlaMea .mbr-copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uHguYlaMea .mbr-section-title {
  color: #ffffff;
}
.cid-uHguYlaMea .mbr-text {
  color: #ffffff;
}
.cid-uHguYlaMea .mbr-desc {
  color: #ffffff;
}
.cid-uHguYlaMea .list {
  color: #ffffff;
}
.cid-uHguYlaMea .mbr-desc,
.cid-uHguYlaMea .social-wrapper {
  color: #ffffff;
}
.cid-uHhmW5oaJu {
  z-index: 1000;
  width: 100%;
}
.cid-uHhmW5oaJu .navbar-dropdown {
  background-color: #0e0e10 !important;
  padding: 0;
  position: fixed;
}
.cid-uHhmW5oaJu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e0e10 !important;
  background: #0e0e10;
}
.cid-uHhmW5oaJu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uHhmW5oaJu .menu_box .navbar.opened,
  .cid-uHhmW5oaJu .menu_box .navbar-collapse {
    background-color: #0e0e10 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uHhmW5oaJu nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uHhmW5oaJu .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uHhmW5oaJu .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHhmW5oaJu .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uHhmW5oaJu .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uHhmW5oaJu .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uHhmW5oaJu .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #181a25;
  }
  .cid-uHhmW5oaJu .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uHhmW5oaJu .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uHhmW5oaJu .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uHhmW5oaJu .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uHhmW5oaJu .offcanvas-body .mbr-text,
  .cid-uHhmW5oaJu .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uHhmW5oaJu .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uHhmW5oaJu .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uHhmW5oaJu .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uHhmW5oaJu .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uHhmW5oaJu .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uHhmW5oaJu .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uHhmW5oaJu .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uHhmW5oaJu ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uHhmW5oaJu .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHhmW5oaJu .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uHhmW5oaJu .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uHhmW5oaJu li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uHhmW5oaJu .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uHhmW5oaJu .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uHhmW5oaJu .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uHhmW5oaJu .nav-item {
    margin: 0 !important;
  }
}
.cid-uHhmW5oaJu .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-uHhmW5oaJu .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #6567ee;
  transition: all 0.3s ease-out;
}
.cid-uHhmW5oaJu .nav-item .nav-link:hover {
  color: #6567ee !important;
}
.cid-uHhmW5oaJu .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uHhmW5oaJu .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uHhmW5oaJu .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uHhmW5oaJu .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uHhmW5oaJu .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHhmW5oaJu .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uHhmW5oaJu .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uHhmW5oaJu .offcanvas_box {
    display: none;
  }
}
.cid-uHhmW5oaJu .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uHhmW5oaJu .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uHhmW5oaJu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uHhmW5oaJu .container {
  display: flex;
  margin: auto;
}
.cid-uHhmW5oaJu .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uHhmW5oaJu .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uHhmW5oaJu .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uHhmW5oaJu .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uHhmW5oaJu .navbar-nav {
    margin: 0;
  }
}
.cid-uHhmW5oaJu .dropdown-menu,
.cid-uHhmW5oaJu .navbar.opened {
  background-color: false !important;
}
.cid-uHhmW5oaJu .nav-item:focus,
.cid-uHhmW5oaJu .nav-link:focus {
  outline: none;
}
.cid-uHhmW5oaJu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHhmW5oaJu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHhmW5oaJu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHhmW5oaJu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHhmW5oaJu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHhmW5oaJu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHhmW5oaJu .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uHhmW5oaJu .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uHhmW5oaJu .navbar.opened {
  transition: all 0.3s;
}
.cid-uHhmW5oaJu .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uHhmW5oaJu .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-uHhmW5oaJu .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uHhmW5oaJu .navbar.collapsed {
  justify-content: center;
}
.cid-uHhmW5oaJu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHhmW5oaJu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uHhmW5oaJu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHhmW5oaJu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHhmW5oaJu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHhmW5oaJu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uHhmW5oaJu .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHhmW5oaJu .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uHhmW5oaJu .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uHhmW5oaJu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHhmW5oaJu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHhmW5oaJu .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uHhmW5oaJu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHhmW5oaJu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uHhmW5oaJu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHhmW5oaJu .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uHhmW5oaJu .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uHhmW5oaJu .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uHhmW5oaJu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHhmW5oaJu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHhmW5oaJu .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uHhmW5oaJu .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHhmW5oaJu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHhmW5oaJu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHhmW5oaJu .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHhmW5oaJu .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uHhmW5oaJu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHhmW5oaJu .dropdown-item.active,
.cid-uHhmW5oaJu .dropdown-item:active {
  background-color: transparent;
}
.cid-uHhmW5oaJu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHhmW5oaJu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHhmW5oaJu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHhmW5oaJu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHhmW5oaJu ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uHhmW5oaJu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHhmW5oaJu button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e0e10;
  background: #6567ee;
}
.cid-uHhmW5oaJu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uHhmW5oaJu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHhmW5oaJu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHhmW5oaJu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHhmW5oaJu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHhmW5oaJu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHhmW5oaJu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHhmW5oaJu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHhmW5oaJu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHhmW5oaJu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uHhmW5oaJu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHhmW5oaJu .navbar {
    height: 70px;
  }
  .cid-uHhmW5oaJu .navbar.opened {
    height: auto;
  }
  .cid-uHhmW5oaJu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHhmW5oaJu .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uHhmW5oaJu .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .cid-uHhmW5oaJu .container-fluid {
    padding-left: 130px;
    padding-right: 130px;
  }
}
.cid-uHhmW5oaJu .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uHhmW5oaJu .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  padding: 20px 35px;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uHhmW5oaJu .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uHhmW5oaJu .navbar-caption:hover {
  opacity: .5;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uHhmW5oaJu .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uHhmW5oaJu .text_widget {
  margin-bottom: 32px;
}
.cid-uHhmW5oaJu .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uHhmW5oaJu .text_widget a:hover {
  color: #6567ee !important;
}
.cid-uHhmW5oaJu .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uHhmW5oaJu .navbar-caption {
  color: #ffffff;
}
.cid-uHhmW5oaJu .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uHhmW5oaJu .mbr-section-subtitle,
.cid-uHhmW5oaJu .text_widget,
.cid-uHhmW5oaJu .mbr-section-btn {
  text-align: left;
}
.cid-uHhmW5oaJu a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uHhmW6tOUj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uHhmW6tOUj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHhmW6tOUj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHhmW6tOUj .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uHhmW6tOUj .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uHhmW6tOUj .container {
    padding: 0 20px;
  }
}
.cid-uHhmW6tOUj .row {
  padding: 90px 82px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uHhmW6tOUj .row {
    padding: 50px 16px;
  }
}
.cid-uHhmW6tOUj .row .blur-wrap_1 {
  position: absolute;
  top: -8rem;
  left: 36%;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5fd7b;
  filter: blur(120px);
}
.cid-uHhmW6tOUj .row .blur-wrap_2 {
  position: absolute;
  bottom: -8rem;
  right: 15%;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-color: #4448e5;
  filter: blur(150px);
}
.cid-uHhmW6tOUj .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #000000;
  opacity: 1;
}
.cid-uHhmW6tOUj .row .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uHhmW6tOUj .row .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uHhmW6tOUj .row .title-wrapper .desc-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uHhmW6tOUj .row .title-wrapper .desc-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uHhmW6tOUj .row .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding: 5px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  opacity: .5;
}
.cid-uHhmW6tOUj .row .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uHhmW6tOUj .row .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uHhmW6tOUj .row .image-wrapper {
  height: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uHhmW6tOUj .row .image-wrapper {
    min-height: 450px;
  }
}
.cid-uHhmW6tOUj .row .image-wrapper img {
  position: absolute;
  right: 20%;
  border-radius: 50px;
  height: 400px;
  width: 270px;
  object-fit: cover;
  z-index: 2;
  transform: rotate(15deg);
}
.cid-uHhmW6tOUj .row .image-wrapper img:nth-child(2) {
  height: 180px;
  width: 180px;
  right: 0;
  bottom: 12%;
  transform: rotate(45deg);
}
.cid-uHhmW6tOUj .row .image-wrapper img:last-child {
  width: 250px;
  height: 550px;
  bottom: -12rem;
  right: auto;
  left: 6rem;
  z-index: 1;
  transform: rotate(-45deg);
  border-radius: 50%;
}
.cid-uHhmW6tOUj .mbr-desc {
  color: #ffffff;
}
.cid-uHhmW6tOUj .mbr-section-title {
  color: #ffffff;
}
.cid-uHhmW6tOUj .mbr-text {
  color: #ffffff;
}
.cid-uHhmW7cBHl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uHhmW7cBHl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHhmW7cBHl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHhmW7cBHl .title-wrapper {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uHhmW7cBHl .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-uHhmW7cBHl .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uHhmW7cBHl .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uHhmW7cBHl .title-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uHhmW7cBHl .mbr-section-title {
  color: #ffffff;
}
.cid-uHhmW7NT1P {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uHhmW7NT1P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHhmW7NT1P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHhmW7NT1P .row {
  justify-content: center;
}
.cid-uHhmW7NT1P .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #4448e5 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uHhmW7NT1P .title-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uHhmW7NT1P .title-wrapper .title-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uHhmW7NT1P .title-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uHhmW7NT1P .title-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #ffffff, #4448e5 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uHhmW7NT1P .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHhmW7NT1P .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uHhmW7NT1P .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uHhmW7NT1P .mbr-label,
.cid-uHhmW7NT1P .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uHhmW7NT1P .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uHhmW7NT1P .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uHhmW7NT1P .mbr-text,
.cid-uHhmW7NT1P .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uHhmW7NT1P .mbr-section-title,
.cid-uHhmW7NT1P .mbr-section-btn {
  text-align: center;
}
.cid-uHhmWCV9fM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uHhmWCV9fM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHhmWCV9fM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHhmWCV9fM .row {
  justify-content: center;
}
.cid-uHhmWCV9fM .content-wrapper {
  padding-right: 68px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uHhmWCV9fM .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uHhmWCV9fM .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uHhmWCV9fM .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHhmWCV9fM .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 22px 0 0 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uHhmWCV9fM .content-wrapper .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 12px 12px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uHhmWCV9fM .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uHhmWCV9fM .content-wrapper .nav-wrapper .list .item-wrap:focus {
  background-image: linear-gradient(90deg, #ffffff, #0047ff 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uHhmWCV9fM .content-wrapper .social {
  margin-top: 22px;
}
.cid-uHhmWCV9fM .content-wrapper .social .mbr-desc {
  margin-bottom: 16px;
}
.cid-uHhmWCV9fM .content-wrapper .social .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uHhmWCV9fM .content-wrapper .social .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uHhmWCV9fM .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uHhmWCV9fM .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-image: linear-gradient(135deg, #a78aff, #0047ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uHhmWCV9fM .content-wrapper .social .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #ffffff;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  margin: 0 26px 16px 0;
}
.cid-uHhmWCV9fM .image-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uHhmWCV9fM .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uHhmWCV9fM .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uHhmWCV9fM .mbr-copy {
  position: relative;
  margin-bottom: 0;
  padding-top: 22px;
  color: #ffffff;
  text-align: center;
}
.cid-uHhmWCV9fM .mbr-copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uHhmWCV9fM .mbr-section-title {
  color: #ffffff;
}
.cid-uHhmWCV9fM .mbr-text {
  color: #ffffff;
}
.cid-uHhmWCV9fM .mbr-desc {
  color: #ffffff;
}
.cid-uHhmWCV9fM .list {
  color: #ffffff;
}
.cid-uHhmWCV9fM .mbr-desc,
.cid-uHhmWCV9fM .social-wrapper {
  color: #ffffff;
}
.cid-uHEaRdcgLT {
  z-index: 1000;
  width: 100%;
}
.cid-uHEaRdcgLT .navbar-dropdown {
  background-color: #0e0e10 !important;
  padding: 0;
  position: fixed;
}
.cid-uHEaRdcgLT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e0e10 !important;
  background: #0e0e10;
}
.cid-uHEaRdcgLT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uHEaRdcgLT .menu_box .navbar.opened,
  .cid-uHEaRdcgLT .menu_box .navbar-collapse {
    background-color: #0e0e10 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uHEaRdcgLT nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uHEaRdcgLT .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uHEaRdcgLT .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHEaRdcgLT .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uHEaRdcgLT .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uHEaRdcgLT .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uHEaRdcgLT .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #181a25;
  }
  .cid-uHEaRdcgLT .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uHEaRdcgLT .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uHEaRdcgLT .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uHEaRdcgLT .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uHEaRdcgLT .offcanvas-body .mbr-text,
  .cid-uHEaRdcgLT .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uHEaRdcgLT .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uHEaRdcgLT .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uHEaRdcgLT .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uHEaRdcgLT .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uHEaRdcgLT .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uHEaRdcgLT .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uHEaRdcgLT .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uHEaRdcgLT ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uHEaRdcgLT .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHEaRdcgLT .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uHEaRdcgLT .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uHEaRdcgLT li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uHEaRdcgLT .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uHEaRdcgLT .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uHEaRdcgLT .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uHEaRdcgLT .nav-item {
    margin: 0 !important;
  }
}
.cid-uHEaRdcgLT .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-uHEaRdcgLT .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #6567ee;
  transition: all 0.3s ease-out;
}
.cid-uHEaRdcgLT .nav-item .nav-link:hover {
  color: #6567ee !important;
}
.cid-uHEaRdcgLT .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uHEaRdcgLT .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uHEaRdcgLT .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uHEaRdcgLT .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uHEaRdcgLT .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHEaRdcgLT .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uHEaRdcgLT .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uHEaRdcgLT .offcanvas_box {
    display: none;
  }
}
.cid-uHEaRdcgLT .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uHEaRdcgLT .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uHEaRdcgLT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uHEaRdcgLT .container {
  display: flex;
  margin: auto;
}
.cid-uHEaRdcgLT .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uHEaRdcgLT .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uHEaRdcgLT .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uHEaRdcgLT .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uHEaRdcgLT .navbar-nav {
    margin: 0;
  }
}
.cid-uHEaRdcgLT .dropdown-menu,
.cid-uHEaRdcgLT .navbar.opened {
  background-color: false !important;
}
.cid-uHEaRdcgLT .nav-item:focus,
.cid-uHEaRdcgLT .nav-link:focus {
  outline: none;
}
.cid-uHEaRdcgLT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHEaRdcgLT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHEaRdcgLT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHEaRdcgLT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHEaRdcgLT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHEaRdcgLT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHEaRdcgLT .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uHEaRdcgLT .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uHEaRdcgLT .navbar.opened {
  transition: all 0.3s;
}
.cid-uHEaRdcgLT .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uHEaRdcgLT .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-uHEaRdcgLT .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uHEaRdcgLT .navbar.collapsed {
  justify-content: center;
}
.cid-uHEaRdcgLT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHEaRdcgLT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uHEaRdcgLT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHEaRdcgLT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHEaRdcgLT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHEaRdcgLT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uHEaRdcgLT .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHEaRdcgLT .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uHEaRdcgLT .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uHEaRdcgLT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHEaRdcgLT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHEaRdcgLT .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uHEaRdcgLT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHEaRdcgLT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uHEaRdcgLT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHEaRdcgLT .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uHEaRdcgLT .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uHEaRdcgLT .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uHEaRdcgLT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHEaRdcgLT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHEaRdcgLT .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uHEaRdcgLT .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHEaRdcgLT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHEaRdcgLT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHEaRdcgLT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHEaRdcgLT .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uHEaRdcgLT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHEaRdcgLT .dropdown-item.active,
.cid-uHEaRdcgLT .dropdown-item:active {
  background-color: transparent;
}
.cid-uHEaRdcgLT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHEaRdcgLT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHEaRdcgLT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHEaRdcgLT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHEaRdcgLT ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uHEaRdcgLT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHEaRdcgLT button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e0e10;
  background: #6567ee;
}
.cid-uHEaRdcgLT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uHEaRdcgLT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHEaRdcgLT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHEaRdcgLT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHEaRdcgLT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHEaRdcgLT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHEaRdcgLT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHEaRdcgLT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHEaRdcgLT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHEaRdcgLT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uHEaRdcgLT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHEaRdcgLT .navbar {
    height: 70px;
  }
  .cid-uHEaRdcgLT .navbar.opened {
    height: auto;
  }
  .cid-uHEaRdcgLT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHEaRdcgLT .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uHEaRdcgLT .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .cid-uHEaRdcgLT .container-fluid {
    padding-left: 130px;
    padding-right: 130px;
  }
}
.cid-uHEaRdcgLT .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uHEaRdcgLT .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  padding: 20px 35px;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uHEaRdcgLT .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uHEaRdcgLT .navbar-caption:hover {
  opacity: .5;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uHEaRdcgLT .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uHEaRdcgLT .text_widget {
  margin-bottom: 32px;
}
.cid-uHEaRdcgLT .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uHEaRdcgLT .text_widget a:hover {
  color: #6567ee !important;
}
.cid-uHEaRdcgLT .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uHEaRdcgLT .navbar-caption {
  color: #ffffff;
}
.cid-uHEaRdcgLT .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uHEaRdcgLT .mbr-section-subtitle,
.cid-uHEaRdcgLT .text_widget,
.cid-uHEaRdcgLT .mbr-section-btn {
  text-align: left;
}
.cid-uHEaRdcgLT a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uHEaRdUtmo {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uHEaRdUtmo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHEaRdUtmo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHEaRdUtmo .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uHEaRdUtmo .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uHEaRdUtmo .container {
    padding: 0 20px;
  }
}
.cid-uHEaRdUtmo .row {
  padding: 90px 82px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uHEaRdUtmo .row {
    padding: 50px 16px;
  }
}
.cid-uHEaRdUtmo .row .blur-wrap_1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5fd7b;
  filter: blur(120px);
}
.cid-uHEaRdUtmo .row .blur-wrap_2 {
  position: absolute;
  bottom: -8rem;
  right: 15%;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-color: #4448e5;
  filter: blur(150px);
}
.cid-uHEaRdUtmo .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #000000;
  opacity: 1;
}
.cid-uHEaRdUtmo .row .image-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}
.cid-uHEaRdUtmo .row .image-wrapper img {
  height: 400px;
  width: 70%;
  object-fit: cover;
  border-radius: 50px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uHEaRdUtmo .row .image-wrapper img {
    height: 300px;
    width: 100%;
    margin: 0;
  }
}
.cid-uHEaRdUtmo .row .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uHEaRdUtmo .row .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uHEaRdUtmo .row .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uHEaRdUtmo .row .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uHEaRdUtmo .row .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uHEaRdUtmo .mbr-desc {
  color: #ffffff;
}
.cid-uHEaRdUtmo .mbr-section-title {
  color: #ffffff;
}
.cid-uHEaRdUtmo .mbr-text {
  color: #ffffff;
}
.cid-uINFkA7ZE1 {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background: #000000;
}
.cid-uINFkA7ZE1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uINFkA7ZE1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uINFkA7ZE1 .container {
    padding: 0 20px;
  }
}
.cid-uINFkA7ZE1 .row {
  margin: 0;
}
.cid-uINFkA7ZE1 .mbr-section-title {
  margin-bottom: 50px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uINFkA7ZE1 .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uINFkA7ZE1 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-uINFkA7ZE1 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uINFkA7ZE1 .embla__slide .card-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uINFkA7ZE1 .embla__slide .card-wrap {
    display: block;
  }
}
.cid-uINFkA7ZE1 .embla__slide .card-wrap .content-wrap {
  width: 40%;
  margin-right: 100px;
}
@media (max-width: 992px) {
  .cid-uINFkA7ZE1 .embla__slide .card-wrap .content-wrap {
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }
}
.cid-uINFkA7ZE1 .embla__slide .card-wrap .content-wrap .number-wrap .mbr-number {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(45deg, #4448e5 50%, #6567ee);
  border-radius: 50%;
  margin-bottom: 32px;
}
.cid-uINFkA7ZE1 .embla__slide .card-wrap .content-wrap .mbr-card-title {
  margin-bottom: 16px;
}
.cid-uINFkA7ZE1 .embla__slide .card-wrap .content-wrap .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uINFkA7ZE1 .embla__slide .card-wrap .content-wrap .mbr-text {
    margin-bottom: 0;
  }
}
.cid-uINFkA7ZE1 .embla__slide .card-wrap .item-wrapper .image-wrap img {
  height: 400px;
  object-fit: cover;
  border-radius: 30px;
}
@media (max-width: 768px) {
  .cid-uINFkA7ZE1 .embla__slide .card-wrap .item-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-uINFkA7ZE1 .embla__button--next,
.cid-uINFkA7ZE1 .embla__button--prev {
  display: flex;
}
.cid-uINFkA7ZE1 .embla__button {
  bottom: 0;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 24px;
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #6567ee;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uINFkA7ZE1 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uINFkA7ZE1 .embla__button:hover {
  background: #6567ee;
  color: #000000;
}
.cid-uINFkA7ZE1 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 0;
}
.cid-uINFkA7ZE1 .embla__button.embla__button--next {
  right: auto;
  left: 4rem;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-uINFkA7ZE1 .embla__button {
    top: auto;
  }
}
.cid-uINFkA7ZE1 .embla {
  position: relative;
  width: 100%;
}
.cid-uINFkA7ZE1 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uINFkA7ZE1 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uINFkA7ZE1 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uINFkA7ZE1 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uINFkA7ZE1 .mbr-number {
  color: #000000;
}
.cid-uINFkA7ZE1 .mbr-card-title {
  color: #4448e5;
}
.cid-uINFkA7ZE1 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uINWfya9iz {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uINWfya9iz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uINWfya9iz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uINWfya9iz .row {
  justify-content: center;
}
.cid-uINWfya9iz .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #4448e5 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uINWfya9iz .title-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uINWfya9iz .title-wrapper .title-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uINWfya9iz .title-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uINWfya9iz .title-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #ffffff, #4448e5 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uINWfya9iz .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uINWfya9iz .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uINWfya9iz .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uINWfya9iz .mbr-label,
.cid-uINWfya9iz .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uINWfya9iz .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uINWfya9iz .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uINWfya9iz .mbr-text,
.cid-uINWfya9iz .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uINWfya9iz .mbr-section-title,
.cid-uINWfya9iz .mbr-section-btn {
  text-align: center;
}
.cid-uHEaRfKbnY {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uHEaRfKbnY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHEaRfKbnY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHEaRfKbnY .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uHEaRfKbnY .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uHEaRfKbnY .container {
    padding: 0 20px;
  }
}
.cid-uHEaRfKbnY .row {
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
.cid-uHEaRfKbnY .row img {
  height: 600px;
  object-fit: cover;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uHEaRfKbnY .row img {
    height: 300px;
  }
}
.cid-uHEaRg8lAT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uHEaRg8lAT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHEaRg8lAT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHEaRg8lAT .row {
  justify-content: center;
}
.cid-uHEaRg8lAT .content-wrapper {
  padding-right: 68px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uHEaRg8lAT .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uHEaRg8lAT .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uHEaRg8lAT .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHEaRg8lAT .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 22px 0 0 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uHEaRg8lAT .content-wrapper .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 12px 12px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uHEaRg8lAT .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uHEaRg8lAT .content-wrapper .nav-wrapper .list .item-wrap:focus {
  background-image: linear-gradient(90deg, #ffffff, #0047ff 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uHEaRg8lAT .content-wrapper .social {
  margin-top: 22px;
}
.cid-uHEaRg8lAT .content-wrapper .social .mbr-desc {
  margin-bottom: 16px;
}
.cid-uHEaRg8lAT .content-wrapper .social .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uHEaRg8lAT .content-wrapper .social .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uHEaRg8lAT .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uHEaRg8lAT .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-image: linear-gradient(135deg, #a78aff, #0047ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uHEaRg8lAT .content-wrapper .social .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #ffffff;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  margin: 0 26px 16px 0;
}
.cid-uHEaRg8lAT .image-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uHEaRg8lAT .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uHEaRg8lAT .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uHEaRg8lAT .mbr-copy {
  position: relative;
  margin-bottom: 0;
  padding-top: 22px;
  color: #ffffff;
  text-align: center;
}
.cid-uHEaRg8lAT .mbr-copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uHEaRg8lAT .mbr-section-title {
  color: #ffffff;
}
.cid-uHEaRg8lAT .mbr-text {
  color: #ffffff;
}
.cid-uHEaRg8lAT .mbr-desc {
  color: #ffffff;
}
.cid-uHEaRg8lAT .list {
  color: #ffffff;
}
.cid-uHEaRg8lAT .mbr-desc,
.cid-uHEaRg8lAT .social-wrapper {
  color: #ffffff;
}
.cid-uHDFlOyjHx {
  z-index: 1000;
  width: 100%;
}
.cid-uHDFlOyjHx .navbar-dropdown {
  background-color: #0e0e10 !important;
  padding: 0;
  position: fixed;
}
.cid-uHDFlOyjHx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e0e10 !important;
  background: #0e0e10;
}
.cid-uHDFlOyjHx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uHDFlOyjHx .menu_box .navbar.opened,
  .cid-uHDFlOyjHx .menu_box .navbar-collapse {
    background-color: #0e0e10 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uHDFlOyjHx nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uHDFlOyjHx .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uHDFlOyjHx .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHDFlOyjHx .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uHDFlOyjHx .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uHDFlOyjHx .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uHDFlOyjHx .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #181a25;
  }
  .cid-uHDFlOyjHx .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uHDFlOyjHx .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uHDFlOyjHx .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uHDFlOyjHx .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uHDFlOyjHx .offcanvas-body .mbr-text,
  .cid-uHDFlOyjHx .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uHDFlOyjHx .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uHDFlOyjHx .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uHDFlOyjHx .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uHDFlOyjHx .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uHDFlOyjHx .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uHDFlOyjHx .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uHDFlOyjHx .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uHDFlOyjHx ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uHDFlOyjHx .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHDFlOyjHx .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uHDFlOyjHx .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uHDFlOyjHx li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uHDFlOyjHx .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uHDFlOyjHx .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uHDFlOyjHx .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uHDFlOyjHx .nav-item {
    margin: 0 !important;
  }
}
.cid-uHDFlOyjHx .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-uHDFlOyjHx .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #6567ee;
  transition: all 0.3s ease-out;
}
.cid-uHDFlOyjHx .nav-item .nav-link:hover {
  color: #6567ee !important;
}
.cid-uHDFlOyjHx .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uHDFlOyjHx .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uHDFlOyjHx .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uHDFlOyjHx .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uHDFlOyjHx .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHDFlOyjHx .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uHDFlOyjHx .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uHDFlOyjHx .offcanvas_box {
    display: none;
  }
}
.cid-uHDFlOyjHx .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uHDFlOyjHx .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uHDFlOyjHx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uHDFlOyjHx .container {
  display: flex;
  margin: auto;
}
.cid-uHDFlOyjHx .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uHDFlOyjHx .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uHDFlOyjHx .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uHDFlOyjHx .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uHDFlOyjHx .navbar-nav {
    margin: 0;
  }
}
.cid-uHDFlOyjHx .dropdown-menu,
.cid-uHDFlOyjHx .navbar.opened {
  background-color: false !important;
}
.cid-uHDFlOyjHx .nav-item:focus,
.cid-uHDFlOyjHx .nav-link:focus {
  outline: none;
}
.cid-uHDFlOyjHx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHDFlOyjHx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHDFlOyjHx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHDFlOyjHx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHDFlOyjHx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHDFlOyjHx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHDFlOyjHx .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uHDFlOyjHx .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uHDFlOyjHx .navbar.opened {
  transition: all 0.3s;
}
.cid-uHDFlOyjHx .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uHDFlOyjHx .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-uHDFlOyjHx .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uHDFlOyjHx .navbar.collapsed {
  justify-content: center;
}
.cid-uHDFlOyjHx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHDFlOyjHx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uHDFlOyjHx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHDFlOyjHx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHDFlOyjHx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHDFlOyjHx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uHDFlOyjHx .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHDFlOyjHx .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uHDFlOyjHx .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uHDFlOyjHx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHDFlOyjHx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHDFlOyjHx .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uHDFlOyjHx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHDFlOyjHx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uHDFlOyjHx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHDFlOyjHx .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uHDFlOyjHx .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uHDFlOyjHx .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uHDFlOyjHx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHDFlOyjHx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHDFlOyjHx .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uHDFlOyjHx .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHDFlOyjHx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHDFlOyjHx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHDFlOyjHx .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHDFlOyjHx .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uHDFlOyjHx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHDFlOyjHx .dropdown-item.active,
.cid-uHDFlOyjHx .dropdown-item:active {
  background-color: transparent;
}
.cid-uHDFlOyjHx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHDFlOyjHx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHDFlOyjHx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHDFlOyjHx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHDFlOyjHx ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uHDFlOyjHx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHDFlOyjHx button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e0e10;
  background: #6567ee;
}
.cid-uHDFlOyjHx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uHDFlOyjHx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHDFlOyjHx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHDFlOyjHx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHDFlOyjHx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHDFlOyjHx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHDFlOyjHx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHDFlOyjHx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHDFlOyjHx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHDFlOyjHx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uHDFlOyjHx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHDFlOyjHx .navbar {
    height: 70px;
  }
  .cid-uHDFlOyjHx .navbar.opened {
    height: auto;
  }
  .cid-uHDFlOyjHx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHDFlOyjHx .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uHDFlOyjHx .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .cid-uHDFlOyjHx .container-fluid {
    padding-left: 130px;
    padding-right: 130px;
  }
}
.cid-uHDFlOyjHx .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uHDFlOyjHx .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  padding: 20px 35px;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uHDFlOyjHx .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uHDFlOyjHx .navbar-caption:hover {
  opacity: .5;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uHDFlOyjHx .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uHDFlOyjHx .text_widget {
  margin-bottom: 32px;
}
.cid-uHDFlOyjHx .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uHDFlOyjHx .text_widget a:hover {
  color: #6567ee !important;
}
.cid-uHDFlOyjHx .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uHDFlOyjHx .navbar-caption {
  color: #ffffff;
}
.cid-uHDFlOyjHx .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uHDFlOyjHx .mbr-section-subtitle,
.cid-uHDFlOyjHx .text_widget,
.cid-uHDFlOyjHx .mbr-section-btn {
  text-align: left;
}
.cid-uHDFlOyjHx a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uIMcNvfWUJ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uIMcNvfWUJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIMcNvfWUJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIMcNvfWUJ .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uIMcNvfWUJ .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uIMcNvfWUJ .container {
    padding: 0 20px;
  }
}
.cid-uIMcNvfWUJ .row {
  padding: 90px 82px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uIMcNvfWUJ .row {
    padding: 50px 16px;
  }
}
.cid-uIMcNvfWUJ .row .blur-wrap_1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5fd7b;
  filter: blur(120px);
}
.cid-uIMcNvfWUJ .row .blur-wrap_2 {
  position: absolute;
  bottom: -8rem;
  right: 15%;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-color: #4448e5;
  filter: blur(150px);
}
.cid-uIMcNvfWUJ .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #000000;
  opacity: 1;
}
.cid-uIMcNvfWUJ .row .image-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}
.cid-uIMcNvfWUJ .row .image-wrapper img {
  height: 400px;
  width: 70%;
  object-fit: cover;
  border-radius: 50px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uIMcNvfWUJ .row .image-wrapper img {
    height: 300px;
    width: 100%;
    margin: 0;
  }
}
.cid-uIMcNvfWUJ .row .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uIMcNvfWUJ .row .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uIMcNvfWUJ .row .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIMcNvfWUJ .row .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uIMcNvfWUJ .row .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uIMcNvfWUJ .mbr-desc {
  color: #ffffff;
}
.cid-uIMcNvfWUJ .mbr-section-title {
  color: #ffffff;
}
.cid-uIMcNvfWUJ .mbr-text {
  color: #ffffff;
}
.cid-uIMGZ1ANFm {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIMGZ1ANFm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIMGZ1ANFm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIMGZ1ANFm .row {
  justify-content: center;
}
.cid-uIMGZ1ANFm .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIMGZ1ANFm .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIMGZ1ANFm .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIMGZ1ANFm .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIMGZ1ANFm .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIMGZ1ANFm .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIMGZ1ANFm .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIMGZ1ANFm .mbr-section-title {
  color: #ffffff;
}
.cid-uIMGZ1ANFm .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIMGZ1ANFm .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIMGZ1ANFm .mbr-section-title,
.cid-uIMGZ1ANFm .mbr-section-btn {
  text-align: center;
}
.cid-uIMGniPyG7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIMGniPyG7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIMGniPyG7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIMGniPyG7 .row {
  justify-content: center;
}
.cid-uIMGniPyG7 .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIMGniPyG7 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIMGniPyG7 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIMGniPyG7 .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIMGniPyG7 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIMGniPyG7 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIMGniPyG7 .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIMGniPyG7 .mbr-section-title {
  color: #ffffff;
}
.cid-uIMGniPyG7 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIMGniPyG7 .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIMGniPyG7 .mbr-section-title,
.cid-uIMGniPyG7 .mbr-section-btn {
  text-align: center;
}
.cid-uIMTosxKm3 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIMTosxKm3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIMTosxKm3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIMTosxKm3 .row {
  justify-content: center;
}
.cid-uIMTosxKm3 .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIMTosxKm3 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIMTosxKm3 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIMTosxKm3 .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIMTosxKm3 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIMTosxKm3 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIMTosxKm3 .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIMTosxKm3 .mbr-section-title {
  color: #ffffff;
}
.cid-uIMTosxKm3 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIMTosxKm3 .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIMTosxKm3 .mbr-section-title,
.cid-uIMTosxKm3 .mbr-section-btn {
  text-align: center;
}
.cid-uIMGo15pIe {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIMGo15pIe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIMGo15pIe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIMGo15pIe .row {
  justify-content: center;
}
.cid-uIMGo15pIe .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIMGo15pIe .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIMGo15pIe .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIMGo15pIe .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIMGo15pIe .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIMGo15pIe .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIMGo15pIe .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIMGo15pIe .mbr-section-title {
  color: #ffffff;
}
.cid-uIMGo15pIe .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIMGo15pIe .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIMGo15pIe .mbr-section-title,
.cid-uIMGo15pIe .mbr-section-btn {
  text-align: center;
}
.cid-uIMGoJDef3 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIMGoJDef3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIMGoJDef3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIMGoJDef3 .row {
  justify-content: center;
}
.cid-uIMGoJDef3 .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIMGoJDef3 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIMGoJDef3 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIMGoJDef3 .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIMGoJDef3 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIMGoJDef3 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIMGoJDef3 .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIMGoJDef3 .mbr-section-title {
  color: #ffffff;
}
.cid-uIMGoJDef3 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIMGoJDef3 .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIMGoJDef3 .mbr-section-title,
.cid-uIMGoJDef3 .mbr-section-btn {
  text-align: center;
}
.cid-uIMGptwSJl {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIMGptwSJl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIMGptwSJl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIMGptwSJl .row {
  justify-content: center;
}
.cid-uIMGptwSJl .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIMGptwSJl .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIMGptwSJl .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIMGptwSJl .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIMGptwSJl .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIMGptwSJl .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIMGptwSJl .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIMGptwSJl .mbr-section-title {
  color: #ffffff;
}
.cid-uIMGptwSJl .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIMGptwSJl .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIMGptwSJl .mbr-section-title,
.cid-uIMGptwSJl .mbr-section-btn {
  text-align: center;
}
.cid-uIMGq7qV74 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIMGq7qV74 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIMGq7qV74 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIMGq7qV74 .row {
  justify-content: center;
}
.cid-uIMGq7qV74 .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIMGq7qV74 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIMGq7qV74 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIMGq7qV74 .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIMGq7qV74 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIMGq7qV74 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIMGq7qV74 .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIMGq7qV74 .mbr-section-title {
  color: #ffffff;
}
.cid-uIMGq7qV74 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIMGq7qV74 .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIMGq7qV74 .mbr-section-title,
.cid-uIMGq7qV74 .mbr-section-btn {
  text-align: center;
}
.cid-uIMGqPGX6y {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIMGqPGX6y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIMGqPGX6y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIMGqPGX6y .row {
  justify-content: center;
}
.cid-uIMGqPGX6y .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIMGqPGX6y .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIMGqPGX6y .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIMGqPGX6y .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIMGqPGX6y .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIMGqPGX6y .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIMGqPGX6y .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIMGqPGX6y .mbr-section-title {
  color: #ffffff;
}
.cid-uIMGqPGX6y .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIMGqPGX6y .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIMGqPGX6y .mbr-section-title,
.cid-uIMGqPGX6y .mbr-section-btn {
  text-align: center;
}
.cid-uIMGrzkhAU {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIMGrzkhAU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIMGrzkhAU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIMGrzkhAU .row {
  justify-content: center;
}
.cid-uIMGrzkhAU .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIMGrzkhAU .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIMGrzkhAU .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIMGrzkhAU .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIMGrzkhAU .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIMGrzkhAU .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIMGrzkhAU .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIMGrzkhAU .mbr-section-title {
  color: #ffffff;
}
.cid-uIMGrzkhAU .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIMGrzkhAU .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIMGrzkhAU .mbr-section-title,
.cid-uIMGrzkhAU .mbr-section-btn {
  text-align: center;
}
.cid-uIMGsegHLI {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIMGsegHLI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIMGsegHLI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIMGsegHLI .row {
  justify-content: center;
}
.cid-uIMGsegHLI .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIMGsegHLI .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIMGsegHLI .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIMGsegHLI .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIMGsegHLI .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIMGsegHLI .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIMGsegHLI .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIMGsegHLI .mbr-section-title {
  color: #ffffff;
}
.cid-uIMGsegHLI .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIMGsegHLI .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIMGsegHLI .mbr-section-title,
.cid-uIMGsegHLI .mbr-section-btn {
  text-align: center;
}
.cid-uIMGt43TH8 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uIMGt43TH8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIMGt43TH8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIMGt43TH8 .row {
  justify-content: center;
}
.cid-uIMGt43TH8 .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #4448e5 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uIMGt43TH8 .title-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIMGt43TH8 .title-wrapper .title-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uIMGt43TH8 .title-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uIMGt43TH8 .title-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #ffffff, #4448e5 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uIMGt43TH8 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIMGt43TH8 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uIMGt43TH8 .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uIMGt43TH8 .mbr-label,
.cid-uIMGt43TH8 .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uIMGt43TH8 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uIMGt43TH8 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uIMGt43TH8 .mbr-text,
.cid-uIMGt43TH8 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uIMGt43TH8 .mbr-section-title,
.cid-uIMGt43TH8 .mbr-section-btn {
  text-align: center;
}
.cid-uHDFlQVD87 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uHDFlQVD87 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHDFlQVD87 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHDFlQVD87 .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uHDFlQVD87 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uHDFlQVD87 .container {
    padding: 0 20px;
  }
}
.cid-uHDFlQVD87 .row {
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
.cid-uHDFlQVD87 .row img {
  height: 600px;
  object-fit: cover;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uHDFlQVD87 .row img {
    height: 300px;
  }
}
.cid-uHDFlRoKDH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uHDFlRoKDH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHDFlRoKDH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHDFlRoKDH .row {
  justify-content: center;
}
.cid-uHDFlRoKDH .content-wrapper {
  padding-right: 68px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uHDFlRoKDH .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uHDFlRoKDH .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uHDFlRoKDH .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHDFlRoKDH .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 22px 0 0 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uHDFlRoKDH .content-wrapper .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 12px 12px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uHDFlRoKDH .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uHDFlRoKDH .content-wrapper .nav-wrapper .list .item-wrap:focus {
  background-image: linear-gradient(90deg, #ffffff, #0047ff 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uHDFlRoKDH .content-wrapper .social {
  margin-top: 22px;
}
.cid-uHDFlRoKDH .content-wrapper .social .mbr-desc {
  margin-bottom: 16px;
}
.cid-uHDFlRoKDH .content-wrapper .social .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uHDFlRoKDH .content-wrapper .social .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uHDFlRoKDH .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uHDFlRoKDH .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-image: linear-gradient(135deg, #a78aff, #0047ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uHDFlRoKDH .content-wrapper .social .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #ffffff;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  margin: 0 26px 16px 0;
}
.cid-uHDFlRoKDH .image-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uHDFlRoKDH .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uHDFlRoKDH .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uHDFlRoKDH .mbr-copy {
  position: relative;
  margin-bottom: 0;
  padding-top: 22px;
  color: #ffffff;
  text-align: center;
}
.cid-uHDFlRoKDH .mbr-copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uHDFlRoKDH .mbr-section-title {
  color: #ffffff;
}
.cid-uHDFlRoKDH .mbr-text {
  color: #ffffff;
}
.cid-uHDFlRoKDH .mbr-desc {
  color: #ffffff;
}
.cid-uHDFlRoKDH .list {
  color: #ffffff;
}
.cid-uHDFlRoKDH .mbr-desc,
.cid-uHDFlRoKDH .social-wrapper {
  color: #ffffff;
}
.cid-uHEGjYDRRC {
  z-index: 1000;
  width: 100%;
}
.cid-uHEGjYDRRC .navbar-dropdown {
  background-color: #0e0e10 !important;
  padding: 0;
  position: fixed;
}
.cid-uHEGjYDRRC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e0e10 !important;
  background: #0e0e10;
}
.cid-uHEGjYDRRC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uHEGjYDRRC .menu_box .navbar.opened,
  .cid-uHEGjYDRRC .menu_box .navbar-collapse {
    background-color: #0e0e10 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uHEGjYDRRC nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uHEGjYDRRC .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uHEGjYDRRC .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHEGjYDRRC .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uHEGjYDRRC .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uHEGjYDRRC .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uHEGjYDRRC .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #181a25;
  }
  .cid-uHEGjYDRRC .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uHEGjYDRRC .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uHEGjYDRRC .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uHEGjYDRRC .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uHEGjYDRRC .offcanvas-body .mbr-text,
  .cid-uHEGjYDRRC .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uHEGjYDRRC .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uHEGjYDRRC .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uHEGjYDRRC .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uHEGjYDRRC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uHEGjYDRRC .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uHEGjYDRRC .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uHEGjYDRRC .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uHEGjYDRRC ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uHEGjYDRRC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHEGjYDRRC .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uHEGjYDRRC .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uHEGjYDRRC li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uHEGjYDRRC .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uHEGjYDRRC .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uHEGjYDRRC .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uHEGjYDRRC .nav-item {
    margin: 0 !important;
  }
}
.cid-uHEGjYDRRC .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-uHEGjYDRRC .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #6567ee;
  transition: all 0.3s ease-out;
}
.cid-uHEGjYDRRC .nav-item .nav-link:hover {
  color: #6567ee !important;
}
.cid-uHEGjYDRRC .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uHEGjYDRRC .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uHEGjYDRRC .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uHEGjYDRRC .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uHEGjYDRRC .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHEGjYDRRC .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uHEGjYDRRC .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uHEGjYDRRC .offcanvas_box {
    display: none;
  }
}
.cid-uHEGjYDRRC .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uHEGjYDRRC .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uHEGjYDRRC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uHEGjYDRRC .container {
  display: flex;
  margin: auto;
}
.cid-uHEGjYDRRC .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uHEGjYDRRC .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uHEGjYDRRC .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uHEGjYDRRC .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uHEGjYDRRC .navbar-nav {
    margin: 0;
  }
}
.cid-uHEGjYDRRC .dropdown-menu,
.cid-uHEGjYDRRC .navbar.opened {
  background-color: false !important;
}
.cid-uHEGjYDRRC .nav-item:focus,
.cid-uHEGjYDRRC .nav-link:focus {
  outline: none;
}
.cid-uHEGjYDRRC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHEGjYDRRC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHEGjYDRRC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHEGjYDRRC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHEGjYDRRC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHEGjYDRRC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHEGjYDRRC .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uHEGjYDRRC .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uHEGjYDRRC .navbar.opened {
  transition: all 0.3s;
}
.cid-uHEGjYDRRC .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uHEGjYDRRC .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-uHEGjYDRRC .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uHEGjYDRRC .navbar.collapsed {
  justify-content: center;
}
.cid-uHEGjYDRRC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHEGjYDRRC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uHEGjYDRRC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHEGjYDRRC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHEGjYDRRC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHEGjYDRRC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uHEGjYDRRC .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHEGjYDRRC .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uHEGjYDRRC .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uHEGjYDRRC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHEGjYDRRC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHEGjYDRRC .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uHEGjYDRRC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHEGjYDRRC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uHEGjYDRRC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHEGjYDRRC .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uHEGjYDRRC .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uHEGjYDRRC .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uHEGjYDRRC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHEGjYDRRC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHEGjYDRRC .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uHEGjYDRRC .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHEGjYDRRC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHEGjYDRRC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHEGjYDRRC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHEGjYDRRC .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uHEGjYDRRC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHEGjYDRRC .dropdown-item.active,
.cid-uHEGjYDRRC .dropdown-item:active {
  background-color: transparent;
}
.cid-uHEGjYDRRC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHEGjYDRRC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHEGjYDRRC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHEGjYDRRC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHEGjYDRRC ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uHEGjYDRRC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHEGjYDRRC button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e0e10;
  background: #6567ee;
}
.cid-uHEGjYDRRC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uHEGjYDRRC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHEGjYDRRC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHEGjYDRRC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHEGjYDRRC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHEGjYDRRC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHEGjYDRRC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHEGjYDRRC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHEGjYDRRC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHEGjYDRRC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uHEGjYDRRC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHEGjYDRRC .navbar {
    height: 70px;
  }
  .cid-uHEGjYDRRC .navbar.opened {
    height: auto;
  }
  .cid-uHEGjYDRRC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHEGjYDRRC .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uHEGjYDRRC .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .cid-uHEGjYDRRC .container-fluid {
    padding-left: 130px;
    padding-right: 130px;
  }
}
.cid-uHEGjYDRRC .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uHEGjYDRRC .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  padding: 20px 35px;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uHEGjYDRRC .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uHEGjYDRRC .navbar-caption:hover {
  opacity: .5;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uHEGjYDRRC .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uHEGjYDRRC .text_widget {
  margin-bottom: 32px;
}
.cid-uHEGjYDRRC .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uHEGjYDRRC .text_widget a:hover {
  color: #6567ee !important;
}
.cid-uHEGjYDRRC .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uHEGjYDRRC .navbar-caption {
  color: #ffffff;
}
.cid-uHEGjYDRRC .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uHEGjYDRRC .mbr-section-subtitle,
.cid-uHEGjYDRRC .text_widget,
.cid-uHEGjYDRRC .mbr-section-btn {
  text-align: left;
}
.cid-uHEGjYDRRC a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uHEGjZFhnf {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uHEGjZFhnf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHEGjZFhnf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHEGjZFhnf .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uHEGjZFhnf .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uHEGjZFhnf .container {
    padding: 0 20px;
  }
}
.cid-uHEGjZFhnf .row {
  padding: 90px 82px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uHEGjZFhnf .row {
    padding: 50px 16px;
  }
}
.cid-uHEGjZFhnf .row .blur-wrap_1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5fd7b;
  filter: blur(120px);
}
.cid-uHEGjZFhnf .row .blur-wrap_2 {
  position: absolute;
  bottom: -8rem;
  right: 15%;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-color: #4448e5;
  filter: blur(150px);
}
.cid-uHEGjZFhnf .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #000000;
  opacity: 1;
}
.cid-uHEGjZFhnf .row .image-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}
.cid-uHEGjZFhnf .row .image-wrapper img {
  height: 400px;
  width: 70%;
  object-fit: cover;
  border-radius: 50px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uHEGjZFhnf .row .image-wrapper img {
    height: 300px;
    width: 100%;
    margin: 0;
  }
}
.cid-uHEGjZFhnf .row .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uHEGjZFhnf .row .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uHEGjZFhnf .row .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uHEGjZFhnf .row .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uHEGjZFhnf .row .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uHEGjZFhnf .mbr-desc {
  color: #ffffff;
}
.cid-uHEGjZFhnf .mbr-section-title {
  color: #ffffff;
}
.cid-uHEGjZFhnf .mbr-text {
  color: #ffffff;
}
.cid-uJpNZBrLqj {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uJpNZBrLqj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJpNZBrLqj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJpNZBrLqj .row {
  justify-content: center;
}
.cid-uJpNZBrLqj .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJpNZBrLqj .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJpNZBrLqj .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJpNZBrLqj .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJpNZBrLqj .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJpNZBrLqj .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJpNZBrLqj .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJpNZBrLqj .mbr-section-title {
  color: #ffffff;
}
.cid-uJpNZBrLqj .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uJpNZBrLqj .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uJpNZBrLqj .mbr-section-title,
.cid-uJpNZBrLqj .mbr-section-btn {
  text-align: center;
}
.cid-uJpRrv6ssu {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uJpRrv6ssu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJpRrv6ssu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJpRrv6ssu .row {
  justify-content: center;
}
.cid-uJpRrv6ssu .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJpRrv6ssu .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJpRrv6ssu .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJpRrv6ssu .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJpRrv6ssu .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJpRrv6ssu .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJpRrv6ssu .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJpRrv6ssu .mbr-section-title {
  color: #ffffff;
}
.cid-uJpRrv6ssu .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uJpRrv6ssu .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uJpRrv6ssu .mbr-section-title,
.cid-uJpRrv6ssu .mbr-section-btn {
  text-align: center;
}
.cid-uJpRsfOmZl {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uJpRsfOmZl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJpRsfOmZl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJpRsfOmZl .row {
  justify-content: center;
}
.cid-uJpRsfOmZl .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJpRsfOmZl .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJpRsfOmZl .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJpRsfOmZl .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJpRsfOmZl .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJpRsfOmZl .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJpRsfOmZl .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJpRsfOmZl .mbr-section-title {
  color: #ffffff;
}
.cid-uJpRsfOmZl .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uJpRsfOmZl .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uJpRsfOmZl .mbr-section-title,
.cid-uJpRsfOmZl .mbr-section-btn {
  text-align: center;
}
.cid-uJpRt117Pv {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uJpRt117Pv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJpRt117Pv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJpRt117Pv .row {
  justify-content: center;
}
.cid-uJpRt117Pv .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uJpRt117Pv .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uJpRt117Pv .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uJpRt117Pv .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uJpRt117Pv .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uJpRt117Pv .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uJpRt117Pv .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uJpRt117Pv .mbr-section-title {
  color: #ffffff;
}
.cid-uJpRt117Pv .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uJpRt117Pv .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uJpRt117Pv .mbr-section-title,
.cid-uJpRt117Pv .mbr-section-btn {
  text-align: center;
}
.cid-uHEGk1uMz3 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uHEGk1uMz3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHEGk1uMz3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHEGk1uMz3 .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uHEGk1uMz3 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uHEGk1uMz3 .container {
    padding: 0 20px;
  }
}
.cid-uHEGk1uMz3 .row {
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
.cid-uHEGk1uMz3 .row img {
  height: 600px;
  object-fit: cover;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uHEGk1uMz3 .row img {
    height: 300px;
  }
}
.cid-uHEGk1UBCX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uHEGk1UBCX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHEGk1UBCX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHEGk1UBCX .row {
  justify-content: center;
}
.cid-uHEGk1UBCX .content-wrapper {
  padding-right: 68px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uHEGk1UBCX .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uHEGk1UBCX .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uHEGk1UBCX .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHEGk1UBCX .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 22px 0 0 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uHEGk1UBCX .content-wrapper .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 12px 12px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uHEGk1UBCX .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uHEGk1UBCX .content-wrapper .nav-wrapper .list .item-wrap:focus {
  background-image: linear-gradient(90deg, #ffffff, #0047ff 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uHEGk1UBCX .content-wrapper .social {
  margin-top: 22px;
}
.cid-uHEGk1UBCX .content-wrapper .social .mbr-desc {
  margin-bottom: 16px;
}
.cid-uHEGk1UBCX .content-wrapper .social .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uHEGk1UBCX .content-wrapper .social .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uHEGk1UBCX .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uHEGk1UBCX .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-image: linear-gradient(135deg, #a78aff, #0047ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uHEGk1UBCX .content-wrapper .social .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #ffffff;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  margin: 0 26px 16px 0;
}
.cid-uHEGk1UBCX .image-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uHEGk1UBCX .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uHEGk1UBCX .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uHEGk1UBCX .mbr-copy {
  position: relative;
  margin-bottom: 0;
  padding-top: 22px;
  color: #ffffff;
  text-align: center;
}
.cid-uHEGk1UBCX .mbr-copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uHEGk1UBCX .mbr-section-title {
  color: #ffffff;
}
.cid-uHEGk1UBCX .mbr-text {
  color: #ffffff;
}
.cid-uHEGk1UBCX .mbr-desc {
  color: #ffffff;
}
.cid-uHEGk1UBCX .list {
  color: #ffffff;
}
.cid-uHEGk1UBCX .mbr-desc,
.cid-uHEGk1UBCX .social-wrapper {
  color: #ffffff;
}
.cid-uHFwUXqjo5 {
  z-index: 1000;
  width: 100%;
}
.cid-uHFwUXqjo5 .navbar-dropdown {
  background-color: #0e0e10 !important;
  padding: 0;
  position: fixed;
}
.cid-uHFwUXqjo5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e0e10 !important;
  background: #0e0e10;
}
.cid-uHFwUXqjo5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uHFwUXqjo5 .menu_box .navbar.opened,
  .cid-uHFwUXqjo5 .menu_box .navbar-collapse {
    background-color: #0e0e10 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uHFwUXqjo5 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uHFwUXqjo5 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uHFwUXqjo5 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHFwUXqjo5 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uHFwUXqjo5 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uHFwUXqjo5 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uHFwUXqjo5 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #181a25;
  }
  .cid-uHFwUXqjo5 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uHFwUXqjo5 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uHFwUXqjo5 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uHFwUXqjo5 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uHFwUXqjo5 .offcanvas-body .mbr-text,
  .cid-uHFwUXqjo5 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uHFwUXqjo5 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uHFwUXqjo5 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uHFwUXqjo5 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uHFwUXqjo5 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uHFwUXqjo5 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uHFwUXqjo5 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uHFwUXqjo5 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uHFwUXqjo5 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uHFwUXqjo5 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHFwUXqjo5 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uHFwUXqjo5 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uHFwUXqjo5 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uHFwUXqjo5 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uHFwUXqjo5 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uHFwUXqjo5 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uHFwUXqjo5 .nav-item {
    margin: 0 !important;
  }
}
.cid-uHFwUXqjo5 .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-uHFwUXqjo5 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #6567ee;
  transition: all 0.3s ease-out;
}
.cid-uHFwUXqjo5 .nav-item .nav-link:hover {
  color: #6567ee !important;
}
.cid-uHFwUXqjo5 .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uHFwUXqjo5 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uHFwUXqjo5 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uHFwUXqjo5 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uHFwUXqjo5 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHFwUXqjo5 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uHFwUXqjo5 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uHFwUXqjo5 .offcanvas_box {
    display: none;
  }
}
.cid-uHFwUXqjo5 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uHFwUXqjo5 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uHFwUXqjo5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uHFwUXqjo5 .container {
  display: flex;
  margin: auto;
}
.cid-uHFwUXqjo5 .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uHFwUXqjo5 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uHFwUXqjo5 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uHFwUXqjo5 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uHFwUXqjo5 .navbar-nav {
    margin: 0;
  }
}
.cid-uHFwUXqjo5 .dropdown-menu,
.cid-uHFwUXqjo5 .navbar.opened {
  background-color: false !important;
}
.cid-uHFwUXqjo5 .nav-item:focus,
.cid-uHFwUXqjo5 .nav-link:focus {
  outline: none;
}
.cid-uHFwUXqjo5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHFwUXqjo5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHFwUXqjo5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHFwUXqjo5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHFwUXqjo5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHFwUXqjo5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHFwUXqjo5 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uHFwUXqjo5 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uHFwUXqjo5 .navbar.opened {
  transition: all 0.3s;
}
.cid-uHFwUXqjo5 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uHFwUXqjo5 .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-uHFwUXqjo5 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uHFwUXqjo5 .navbar.collapsed {
  justify-content: center;
}
.cid-uHFwUXqjo5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHFwUXqjo5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uHFwUXqjo5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHFwUXqjo5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHFwUXqjo5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHFwUXqjo5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uHFwUXqjo5 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHFwUXqjo5 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uHFwUXqjo5 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uHFwUXqjo5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHFwUXqjo5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHFwUXqjo5 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uHFwUXqjo5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHFwUXqjo5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uHFwUXqjo5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHFwUXqjo5 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uHFwUXqjo5 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uHFwUXqjo5 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uHFwUXqjo5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHFwUXqjo5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHFwUXqjo5 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uHFwUXqjo5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHFwUXqjo5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHFwUXqjo5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHFwUXqjo5 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHFwUXqjo5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uHFwUXqjo5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHFwUXqjo5 .dropdown-item.active,
.cid-uHFwUXqjo5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uHFwUXqjo5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHFwUXqjo5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHFwUXqjo5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHFwUXqjo5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHFwUXqjo5 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uHFwUXqjo5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHFwUXqjo5 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e0e10;
  background: #6567ee;
}
.cid-uHFwUXqjo5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uHFwUXqjo5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHFwUXqjo5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHFwUXqjo5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHFwUXqjo5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHFwUXqjo5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHFwUXqjo5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHFwUXqjo5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHFwUXqjo5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHFwUXqjo5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uHFwUXqjo5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHFwUXqjo5 .navbar {
    height: 70px;
  }
  .cid-uHFwUXqjo5 .navbar.opened {
    height: auto;
  }
  .cid-uHFwUXqjo5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHFwUXqjo5 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uHFwUXqjo5 .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .cid-uHFwUXqjo5 .container-fluid {
    padding-left: 130px;
    padding-right: 130px;
  }
}
.cid-uHFwUXqjo5 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uHFwUXqjo5 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  padding: 20px 35px;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uHFwUXqjo5 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uHFwUXqjo5 .navbar-caption:hover {
  opacity: .5;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uHFwUXqjo5 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uHFwUXqjo5 .text_widget {
  margin-bottom: 32px;
}
.cid-uHFwUXqjo5 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uHFwUXqjo5 .text_widget a:hover {
  color: #6567ee !important;
}
.cid-uHFwUXqjo5 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uHFwUXqjo5 .navbar-caption {
  color: #ffffff;
}
.cid-uHFwUXqjo5 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uHFwUXqjo5 .mbr-section-subtitle,
.cid-uHFwUXqjo5 .text_widget,
.cid-uHFwUXqjo5 .mbr-section-btn {
  text-align: left;
}
.cid-uHFwUXqjo5 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uHFwUY89QK {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uHFwUY89QK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHFwUY89QK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHFwUY89QK .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uHFwUY89QK .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uHFwUY89QK .container {
    padding: 0 20px;
  }
}
.cid-uHFwUY89QK .row {
  padding: 90px 82px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uHFwUY89QK .row {
    padding: 50px 16px;
  }
}
.cid-uHFwUY89QK .row .blur-wrap_1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5fd7b;
  filter: blur(120px);
}
.cid-uHFwUY89QK .row .blur-wrap_2 {
  position: absolute;
  bottom: -8rem;
  right: 15%;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-color: #4448e5;
  filter: blur(150px);
}
.cid-uHFwUY89QK .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #000000;
  opacity: 1;
}
.cid-uHFwUY89QK .row .image-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}
.cid-uHFwUY89QK .row .image-wrapper img {
  height: 400px;
  width: 70%;
  object-fit: cover;
  border-radius: 50px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uHFwUY89QK .row .image-wrapper img {
    height: 300px;
    width: 100%;
    margin: 0;
  }
}
.cid-uHFwUY89QK .row .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uHFwUY89QK .row .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uHFwUY89QK .row .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uHFwUY89QK .row .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uHFwUY89QK .row .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uHFwUY89QK .mbr-desc {
  color: #ffffff;
}
.cid-uHFwUY89QK .mbr-section-title {
  color: #ffffff;
}
.cid-uHFwUY89QK .mbr-text {
  color: #ffffff;
}
.cid-uHFwV04fqs {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uHFwV04fqs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHFwV04fqs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHFwV04fqs .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uHFwV04fqs .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uHFwV04fqs .container {
    padding: 0 20px;
  }
}
.cid-uHFwV04fqs .row {
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
.cid-uHFwV04fqs .row img {
  height: 600px;
  object-fit: cover;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uHFwV04fqs .row img {
    height: 300px;
  }
}
.cid-uHFwV0thA6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uHFwV0thA6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHFwV0thA6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHFwV0thA6 .row {
  justify-content: center;
}
.cid-uHFwV0thA6 .content-wrapper {
  padding-right: 68px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uHFwV0thA6 .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uHFwV0thA6 .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uHFwV0thA6 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHFwV0thA6 .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 22px 0 0 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uHFwV0thA6 .content-wrapper .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 12px 12px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uHFwV0thA6 .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uHFwV0thA6 .content-wrapper .nav-wrapper .list .item-wrap:focus {
  background-image: linear-gradient(90deg, #ffffff, #0047ff 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uHFwV0thA6 .content-wrapper .social {
  margin-top: 22px;
}
.cid-uHFwV0thA6 .content-wrapper .social .mbr-desc {
  margin-bottom: 16px;
}
.cid-uHFwV0thA6 .content-wrapper .social .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uHFwV0thA6 .content-wrapper .social .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uHFwV0thA6 .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uHFwV0thA6 .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-image: linear-gradient(135deg, #a78aff, #0047ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uHFwV0thA6 .content-wrapper .social .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #ffffff;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  margin: 0 26px 16px 0;
}
.cid-uHFwV0thA6 .image-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uHFwV0thA6 .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uHFwV0thA6 .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uHFwV0thA6 .mbr-copy {
  position: relative;
  margin-bottom: 0;
  padding-top: 22px;
  color: #ffffff;
  text-align: center;
}
.cid-uHFwV0thA6 .mbr-copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uHFwV0thA6 .mbr-section-title {
  color: #ffffff;
}
.cid-uHFwV0thA6 .mbr-text {
  color: #ffffff;
}
.cid-uHFwV0thA6 .mbr-desc {
  color: #ffffff;
}
.cid-uHFwV0thA6 .list {
  color: #ffffff;
}
.cid-uHFwV0thA6 .mbr-desc,
.cid-uHFwV0thA6 .social-wrapper {
  color: #ffffff;
}
.cid-uHgMIt1Gdq {
  z-index: 1000;
  width: 100%;
}
.cid-uHgMIt1Gdq .navbar-dropdown {
  background-color: #0e0e10 !important;
  padding: 0;
  position: fixed;
}
.cid-uHgMIt1Gdq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e0e10 !important;
  background: #0e0e10;
}
.cid-uHgMIt1Gdq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uHgMIt1Gdq .menu_box .navbar.opened,
  .cid-uHgMIt1Gdq .menu_box .navbar-collapse {
    background-color: #0e0e10 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uHgMIt1Gdq nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uHgMIt1Gdq .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uHgMIt1Gdq .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uHgMIt1Gdq .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uHgMIt1Gdq .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uHgMIt1Gdq .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uHgMIt1Gdq .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #181a25;
  }
  .cid-uHgMIt1Gdq .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uHgMIt1Gdq .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uHgMIt1Gdq .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uHgMIt1Gdq .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uHgMIt1Gdq .offcanvas-body .mbr-text,
  .cid-uHgMIt1Gdq .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uHgMIt1Gdq .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uHgMIt1Gdq .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uHgMIt1Gdq .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uHgMIt1Gdq .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uHgMIt1Gdq .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uHgMIt1Gdq .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uHgMIt1Gdq .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uHgMIt1Gdq ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uHgMIt1Gdq .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHgMIt1Gdq .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uHgMIt1Gdq .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uHgMIt1Gdq li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uHgMIt1Gdq .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uHgMIt1Gdq .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uHgMIt1Gdq .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uHgMIt1Gdq .nav-item {
    margin: 0 !important;
  }
}
.cid-uHgMIt1Gdq .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-uHgMIt1Gdq .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #6567ee;
  transition: all 0.3s ease-out;
}
.cid-uHgMIt1Gdq .nav-item .nav-link:hover {
  color: #6567ee !important;
}
.cid-uHgMIt1Gdq .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uHgMIt1Gdq .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uHgMIt1Gdq .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uHgMIt1Gdq .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uHgMIt1Gdq .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHgMIt1Gdq .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uHgMIt1Gdq .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uHgMIt1Gdq .offcanvas_box {
    display: none;
  }
}
.cid-uHgMIt1Gdq .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uHgMIt1Gdq .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uHgMIt1Gdq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uHgMIt1Gdq .container {
  display: flex;
  margin: auto;
}
.cid-uHgMIt1Gdq .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uHgMIt1Gdq .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uHgMIt1Gdq .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uHgMIt1Gdq .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uHgMIt1Gdq .navbar-nav {
    margin: 0;
  }
}
.cid-uHgMIt1Gdq .dropdown-menu,
.cid-uHgMIt1Gdq .navbar.opened {
  background-color: false !important;
}
.cid-uHgMIt1Gdq .nav-item:focus,
.cid-uHgMIt1Gdq .nav-link:focus {
  outline: none;
}
.cid-uHgMIt1Gdq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHgMIt1Gdq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHgMIt1Gdq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHgMIt1Gdq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHgMIt1Gdq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHgMIt1Gdq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHgMIt1Gdq .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uHgMIt1Gdq .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uHgMIt1Gdq .navbar.opened {
  transition: all 0.3s;
}
.cid-uHgMIt1Gdq .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uHgMIt1Gdq .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-uHgMIt1Gdq .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uHgMIt1Gdq .navbar.collapsed {
  justify-content: center;
}
.cid-uHgMIt1Gdq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHgMIt1Gdq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uHgMIt1Gdq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHgMIt1Gdq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHgMIt1Gdq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHgMIt1Gdq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uHgMIt1Gdq .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHgMIt1Gdq .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uHgMIt1Gdq .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uHgMIt1Gdq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHgMIt1Gdq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHgMIt1Gdq .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uHgMIt1Gdq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHgMIt1Gdq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uHgMIt1Gdq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHgMIt1Gdq .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uHgMIt1Gdq .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uHgMIt1Gdq .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uHgMIt1Gdq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHgMIt1Gdq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHgMIt1Gdq .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uHgMIt1Gdq .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHgMIt1Gdq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHgMIt1Gdq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHgMIt1Gdq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHgMIt1Gdq .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uHgMIt1Gdq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHgMIt1Gdq .dropdown-item.active,
.cid-uHgMIt1Gdq .dropdown-item:active {
  background-color: transparent;
}
.cid-uHgMIt1Gdq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHgMIt1Gdq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHgMIt1Gdq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHgMIt1Gdq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHgMIt1Gdq ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uHgMIt1Gdq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHgMIt1Gdq button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e0e10;
  background: #6567ee;
}
.cid-uHgMIt1Gdq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uHgMIt1Gdq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHgMIt1Gdq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHgMIt1Gdq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHgMIt1Gdq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHgMIt1Gdq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHgMIt1Gdq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHgMIt1Gdq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHgMIt1Gdq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHgMIt1Gdq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uHgMIt1Gdq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHgMIt1Gdq .navbar {
    height: 70px;
  }
  .cid-uHgMIt1Gdq .navbar.opened {
    height: auto;
  }
  .cid-uHgMIt1Gdq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHgMIt1Gdq .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uHgMIt1Gdq .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .cid-uHgMIt1Gdq .container-fluid {
    padding-left: 130px;
    padding-right: 130px;
  }
}
.cid-uHgMIt1Gdq .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uHgMIt1Gdq .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  padding: 20px 35px;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uHgMIt1Gdq .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uHgMIt1Gdq .navbar-caption:hover {
  opacity: .5;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uHgMIt1Gdq .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uHgMIt1Gdq .text_widget {
  margin-bottom: 32px;
}
.cid-uHgMIt1Gdq .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uHgMIt1Gdq .text_widget a:hover {
  color: #6567ee !important;
}
.cid-uHgMIt1Gdq .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uHgMIt1Gdq .navbar-caption {
  color: #ffffff;
}
.cid-uHgMIt1Gdq .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uHgMIt1Gdq .mbr-section-subtitle,
.cid-uHgMIt1Gdq .text_widget,
.cid-uHgMIt1Gdq .mbr-section-btn {
  text-align: left;
}
.cid-uHgMIt1Gdq a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uHgMItKYIp {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uHgMItKYIp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHgMItKYIp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHgMItKYIp .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uHgMItKYIp .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uHgMItKYIp .container {
    padding: 0 20px;
  }
}
.cid-uHgMItKYIp .row {
  padding: 90px 82px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uHgMItKYIp .row {
    padding: 50px 16px;
  }
}
.cid-uHgMItKYIp .row .blur-wrap_1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5fd7b;
  filter: blur(120px);
}
.cid-uHgMItKYIp .row .blur-wrap_2 {
  position: absolute;
  bottom: -8rem;
  right: 15%;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-color: #4448e5;
  filter: blur(150px);
}
.cid-uHgMItKYIp .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #000000;
  opacity: 1;
}
.cid-uHgMItKYIp .row .image-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}
.cid-uHgMItKYIp .row .image-wrapper img {
  height: 400px;
  width: 70%;
  object-fit: cover;
  border-radius: 50px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uHgMItKYIp .row .image-wrapper img {
    height: 300px;
    width: 100%;
    margin: 0;
  }
}
.cid-uHgMItKYIp .row .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uHgMItKYIp .row .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uHgMItKYIp .row .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uHgMItKYIp .row .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uHgMItKYIp .row .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uHgMItKYIp .mbr-desc {
  color: #ffffff;
}
.cid-uHgMItKYIp .mbr-section-title {
  color: #ffffff;
}
.cid-uHgMItKYIp .mbr-text {
  color: #ffffff;
}
.cid-uHgMIvwMQg {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #0e0e10;
}
.cid-uHgMIvwMQg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHgMIvwMQg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHgMIvwMQg .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uHgMIvwMQg .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uHgMIvwMQg .container {
    padding: 0 20px;
  }
}
.cid-uHgMIvwMQg .row {
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
.cid-uHgMIvwMQg .row img {
  height: 600px;
  object-fit: cover;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uHgMIvwMQg .row img {
    height: 300px;
  }
}
.cid-uHgMIwsOBg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uHgMIwsOBg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHgMIwsOBg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHgMIwsOBg .row {
  justify-content: center;
}
.cid-uHgMIwsOBg .content-wrapper {
  padding-right: 68px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uHgMIwsOBg .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uHgMIwsOBg .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uHgMIwsOBg .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uHgMIwsOBg .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 22px 0 0 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uHgMIwsOBg .content-wrapper .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 12px 12px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uHgMIwsOBg .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uHgMIwsOBg .content-wrapper .nav-wrapper .list .item-wrap:focus {
  background-image: linear-gradient(90deg, #ffffff, #0047ff 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uHgMIwsOBg .content-wrapper .social {
  margin-top: 22px;
}
.cid-uHgMIwsOBg .content-wrapper .social .mbr-desc {
  margin-bottom: 16px;
}
.cid-uHgMIwsOBg .content-wrapper .social .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uHgMIwsOBg .content-wrapper .social .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uHgMIwsOBg .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uHgMIwsOBg .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-image: linear-gradient(135deg, #a78aff, #0047ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uHgMIwsOBg .content-wrapper .social .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #ffffff;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  margin: 0 26px 16px 0;
}
.cid-uHgMIwsOBg .image-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uHgMIwsOBg .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uHgMIwsOBg .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uHgMIwsOBg .mbr-copy {
  position: relative;
  margin-bottom: 0;
  padding-top: 22px;
  color: #ffffff;
  text-align: center;
}
.cid-uHgMIwsOBg .mbr-copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uHgMIwsOBg .mbr-section-title {
  color: #ffffff;
}
.cid-uHgMIwsOBg .mbr-text {
  color: #ffffff;
}
.cid-uHgMIwsOBg .mbr-desc {
  color: #ffffff;
}
.cid-uHgMIwsOBg .list {
  color: #ffffff;
}
.cid-uHgMIwsOBg .mbr-desc,
.cid-uHgMIwsOBg .social-wrapper {
  color: #ffffff;
}
.cid-uIcyzSwFrg {
  z-index: 1000;
  width: 100%;
}
.cid-uIcyzSwFrg .navbar-dropdown {
  background-color: #0e0e10 !important;
  padding: 0;
  position: fixed;
}
.cid-uIcyzSwFrg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e0e10 !important;
  background: #0e0e10;
}
.cid-uIcyzSwFrg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uIcyzSwFrg .menu_box .navbar.opened,
  .cid-uIcyzSwFrg .menu_box .navbar-collapse {
    background-color: #0e0e10 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uIcyzSwFrg nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uIcyzSwFrg .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uIcyzSwFrg .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uIcyzSwFrg .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uIcyzSwFrg .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uIcyzSwFrg .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uIcyzSwFrg .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #181a25;
  }
  .cid-uIcyzSwFrg .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uIcyzSwFrg .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uIcyzSwFrg .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uIcyzSwFrg .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uIcyzSwFrg .offcanvas-body .mbr-text,
  .cid-uIcyzSwFrg .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uIcyzSwFrg .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uIcyzSwFrg .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uIcyzSwFrg .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uIcyzSwFrg .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uIcyzSwFrg .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uIcyzSwFrg .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uIcyzSwFrg .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uIcyzSwFrg ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uIcyzSwFrg .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIcyzSwFrg .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uIcyzSwFrg .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uIcyzSwFrg li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uIcyzSwFrg .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uIcyzSwFrg .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uIcyzSwFrg .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uIcyzSwFrg .nav-item {
    margin: 0 !important;
  }
}
.cid-uIcyzSwFrg .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-uIcyzSwFrg .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #6567ee;
  transition: all 0.3s ease-out;
}
.cid-uIcyzSwFrg .nav-item .nav-link:hover {
  color: #6567ee !important;
}
.cid-uIcyzSwFrg .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uIcyzSwFrg .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uIcyzSwFrg .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uIcyzSwFrg .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uIcyzSwFrg .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIcyzSwFrg .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uIcyzSwFrg .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uIcyzSwFrg .offcanvas_box {
    display: none;
  }
}
.cid-uIcyzSwFrg .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uIcyzSwFrg .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uIcyzSwFrg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uIcyzSwFrg .container {
  display: flex;
  margin: auto;
}
.cid-uIcyzSwFrg .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uIcyzSwFrg .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uIcyzSwFrg .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uIcyzSwFrg .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uIcyzSwFrg .navbar-nav {
    margin: 0;
  }
}
.cid-uIcyzSwFrg .dropdown-menu,
.cid-uIcyzSwFrg .navbar.opened {
  background-color: false !important;
}
.cid-uIcyzSwFrg .nav-item:focus,
.cid-uIcyzSwFrg .nav-link:focus {
  outline: none;
}
.cid-uIcyzSwFrg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIcyzSwFrg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIcyzSwFrg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIcyzSwFrg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIcyzSwFrg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIcyzSwFrg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIcyzSwFrg .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uIcyzSwFrg .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uIcyzSwFrg .navbar.opened {
  transition: all 0.3s;
}
.cid-uIcyzSwFrg .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uIcyzSwFrg .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-uIcyzSwFrg .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uIcyzSwFrg .navbar.collapsed {
  justify-content: center;
}
.cid-uIcyzSwFrg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIcyzSwFrg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uIcyzSwFrg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIcyzSwFrg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIcyzSwFrg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIcyzSwFrg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uIcyzSwFrg .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uIcyzSwFrg .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uIcyzSwFrg .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uIcyzSwFrg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIcyzSwFrg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIcyzSwFrg .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uIcyzSwFrg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIcyzSwFrg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uIcyzSwFrg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIcyzSwFrg .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uIcyzSwFrg .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uIcyzSwFrg .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uIcyzSwFrg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIcyzSwFrg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIcyzSwFrg .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uIcyzSwFrg .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIcyzSwFrg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIcyzSwFrg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIcyzSwFrg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIcyzSwFrg .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uIcyzSwFrg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIcyzSwFrg .dropdown-item.active,
.cid-uIcyzSwFrg .dropdown-item:active {
  background-color: transparent;
}
.cid-uIcyzSwFrg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIcyzSwFrg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIcyzSwFrg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIcyzSwFrg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIcyzSwFrg ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uIcyzSwFrg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIcyzSwFrg button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e0e10;
  background: #6567ee;
}
.cid-uIcyzSwFrg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uIcyzSwFrg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIcyzSwFrg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIcyzSwFrg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIcyzSwFrg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIcyzSwFrg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIcyzSwFrg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIcyzSwFrg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIcyzSwFrg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIcyzSwFrg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uIcyzSwFrg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIcyzSwFrg .navbar {
    height: 70px;
  }
  .cid-uIcyzSwFrg .navbar.opened {
    height: auto;
  }
  .cid-uIcyzSwFrg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIcyzSwFrg .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uIcyzSwFrg .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .cid-uIcyzSwFrg .container-fluid {
    padding-left: 130px;
    padding-right: 130px;
  }
}
.cid-uIcyzSwFrg .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uIcyzSwFrg .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  padding: 20px 35px;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIcyzSwFrg .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uIcyzSwFrg .navbar-caption:hover {
  opacity: .5;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uIcyzSwFrg .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uIcyzSwFrg .text_widget {
  margin-bottom: 32px;
}
.cid-uIcyzSwFrg .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uIcyzSwFrg .text_widget a:hover {
  color: #6567ee !important;
}
.cid-uIcyzSwFrg .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uIcyzSwFrg .navbar-caption {
  color: #ffffff;
}
.cid-uIcyzSwFrg .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIcyzSwFrg .mbr-section-subtitle,
.cid-uIcyzSwFrg .text_widget,
.cid-uIcyzSwFrg .mbr-section-btn {
  text-align: left;
}
.cid-uIcyzSwFrg a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uIcyzTjKWd {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uIcyzTjKWd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIcyzTjKWd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIcyzTjKWd .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uIcyzTjKWd .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uIcyzTjKWd .container {
    padding: 0 20px;
  }
}
.cid-uIcyzTjKWd .row {
  padding: 90px 82px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uIcyzTjKWd .row {
    padding: 50px 16px;
  }
}
.cid-uIcyzTjKWd .row .blur-wrap_1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5fd7b;
  filter: blur(120px);
}
.cid-uIcyzTjKWd .row .blur-wrap_2 {
  position: absolute;
  bottom: -8rem;
  right: 15%;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-color: #4448e5;
  filter: blur(150px);
}
.cid-uIcyzTjKWd .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #000000;
  opacity: 1;
}
.cid-uIcyzTjKWd .row .image-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}
.cid-uIcyzTjKWd .row .image-wrapper img {
  height: 400px;
  width: 70%;
  object-fit: cover;
  border-radius: 50px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uIcyzTjKWd .row .image-wrapper img {
    height: 300px;
    width: 100%;
    margin: 0;
  }
}
.cid-uIcyzTjKWd .row .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uIcyzTjKWd .row .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uIcyzTjKWd .row .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIcyzTjKWd .row .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uIcyzTjKWd .row .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uIcyzTjKWd .mbr-desc {
  color: #ffffff;
}
.cid-uIcyzTjKWd .mbr-section-title {
  color: #ffffff;
}
.cid-uIcyzTjKWd .mbr-text {
  color: #ffffff;
}
.cid-uIcyzVg5dJ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uIcyzVg5dJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIcyzVg5dJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIcyzVg5dJ .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uIcyzVg5dJ .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uIcyzVg5dJ .container {
    padding: 0 20px;
  }
}
.cid-uIcyzVg5dJ .row {
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
.cid-uIcyzVg5dJ .row img {
  height: 600px;
  object-fit: cover;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uIcyzVg5dJ .row img {
    height: 300px;
  }
}
.cid-uIcyzW94bc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uIcyzW94bc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIcyzW94bc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIcyzW94bc .row {
  justify-content: center;
}
.cid-uIcyzW94bc .content-wrapper {
  padding-right: 68px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uIcyzW94bc .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uIcyzW94bc .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uIcyzW94bc .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uIcyzW94bc .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 22px 0 0 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uIcyzW94bc .content-wrapper .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 12px 12px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uIcyzW94bc .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uIcyzW94bc .content-wrapper .nav-wrapper .list .item-wrap:focus {
  background-image: linear-gradient(90deg, #ffffff, #0047ff 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uIcyzW94bc .content-wrapper .social {
  margin-top: 22px;
}
.cid-uIcyzW94bc .content-wrapper .social .mbr-desc {
  margin-bottom: 16px;
}
.cid-uIcyzW94bc .content-wrapper .social .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uIcyzW94bc .content-wrapper .social .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uIcyzW94bc .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uIcyzW94bc .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-image: linear-gradient(135deg, #a78aff, #0047ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uIcyzW94bc .content-wrapper .social .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #ffffff;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  margin: 0 26px 16px 0;
}
.cid-uIcyzW94bc .image-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uIcyzW94bc .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uIcyzW94bc .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uIcyzW94bc .mbr-copy {
  position: relative;
  margin-bottom: 0;
  padding-top: 22px;
  color: #ffffff;
  text-align: center;
}
.cid-uIcyzW94bc .mbr-copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uIcyzW94bc .mbr-section-title {
  color: #ffffff;
}
.cid-uIcyzW94bc .mbr-text {
  color: #ffffff;
}
.cid-uIcyzW94bc .mbr-desc {
  color: #ffffff;
}
.cid-uIcyzW94bc .list {
  color: #ffffff;
}
.cid-uIcyzW94bc .mbr-desc,
.cid-uIcyzW94bc .social-wrapper {
  color: #ffffff;
}
.cid-uIlrc9YOlx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uIlrc9YOlx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIlrc9YOlx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIlrc9YOlx .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uIlrc9YOlx .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uIlrc9YOlx .container {
    padding: 0 20px;
  }
}
.cid-uIlrc9YOlx .row {
  padding: 90px 82px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uIlrc9YOlx .row {
    padding: 50px 16px;
  }
}
.cid-uIlrc9YOlx .row .blur-wrap_1 {
  position: absolute;
  top: -8rem;
  left: 36%;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5fd7b;
  filter: blur(120px);
}
.cid-uIlrc9YOlx .row .blur-wrap_2 {
  position: absolute;
  bottom: -8rem;
  right: 15%;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-color: #28e887;
  filter: blur(150px);
}
.cid-uIlrc9YOlx .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #000000;
  opacity: 1;
}
.cid-uIlrc9YOlx .row .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uIlrc9YOlx .row .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uIlrc9YOlx .row .title-wrapper .desc-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIlrc9YOlx .row .title-wrapper .desc-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uIlrc9YOlx .row .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding: 5px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  opacity: .5;
}
.cid-uIlrc9YOlx .row .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uIlrc9YOlx .row .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uIlrc9YOlx .row .image-wrapper {
  height: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uIlrc9YOlx .row .image-wrapper {
    min-height: 450px;
  }
}
.cid-uIlrc9YOlx .row .image-wrapper img {
  position: absolute;
  right: 20%;
  border-radius: 50px;
  height: 400px;
  width: 270px;
  object-fit: cover;
  z-index: 2;
  transform: rotate(15deg);
}
.cid-uIlrc9YOlx .row .image-wrapper img:nth-child(2) {
  height: 180px;
  width: 180px;
  right: 0;
  bottom: 12%;
  transform: rotate(45deg);
}
.cid-uIlrc9YOlx .row .image-wrapper img:last-child {
  width: 250px;
  height: 550px;
  bottom: -12rem;
  right: auto;
  left: 6rem;
  z-index: 1;
  transform: rotate(-45deg);
  border-radius: 50%;
}
.cid-uIlrc9YOlx .mbr-desc {
  color: #ffffff;
}
.cid-uIlrc9YOlx .mbr-section-title {
  color: #ffffff;
}
.cid-uIlrc9YOlx .mbr-text {
  color: #28e887;
}
.cid-uIlrc9YOlx .mbr-section-title,
.cid-uIlrc9YOlx .mbr-section-btn {
  color: #28e887;
}
.cid-uIlrckuZZb {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #000000;
}
.cid-uIlrckuZZb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIlrckuZZb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uIlrckuZZb .container {
    padding: 0 20px;
  }
}
.cid-uIlrckuZZb .row {
  padding: 0 8px;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uIlrckuZZb .row {
    padding: 0;
  }
}
.cid-uIlrckuZZb .mbr-section-title {
  margin-bottom: 50px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uIlrckuZZb .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uIlrckuZZb .item {
  padding: 0 8px;
  overflow: visible;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uIlrckuZZb .item {
    padding: 0 12px;
  }
}
.cid-uIlrckuZZb .item .item-wrapper {
  position: relative;
  border-radius: 50px;
  padding: 50px;
  display: flex;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uIlrckuZZb .item .item-wrapper {
    padding: 32px 16px;
    flex-direction: column-reverse;
  }
}
.cid-uIlrckuZZb .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #181a25;
  opacity: .5;
}
.cid-uIlrckuZZb .item .item-wrapper .blur-wrap_1,
.cid-uIlrckuZZb .item .item-wrapper .blur-wrap_2 {
  position: absolute;
  top: 0;
  right: -12%;
  width: 60%;
  height: 60%;
  border-radius: 100%;
  filter: blur(300px);
}
.cid-uIlrckuZZb .item .item-wrapper .blur-wrap_1 {
  background-color: #0047ff;
}
.cid-uIlrckuZZb .item .item-wrapper .blur-wrap_2 {
  background-color: #ff0058;
}
.cid-uIlrckuZZb .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uIlrckuZZb .item .item-wrapper .item-content {
    width: 100%;
  }
}
.cid-uIlrckuZZb .item .item-wrapper .item-content .item-title {
  margin-bottom: 32px;
}
.cid-uIlrckuZZb .item .item-wrapper .item-content .item-desc {
  opacity: .5;
  margin-bottom: 16px;
}
.cid-uIlrckuZZb .item .item-wrapper .item-content .list {
  list-style-position: inside;
  margin-bottom: 32px;
  padding: 0;
}
.cid-uIlrckuZZb .item .item-wrapper .item-content .list .item-wrap {
  margin-bottom: 0;
}
.cid-uIlrckuZZb .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uIlrckuZZb .item .item-wrapper .item-img {
  width: 50%;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uIlrckuZZb .item .item-wrapper .item-img {
    margin-bottom: 50px;
    width: 100%;
  }
}
.cid-uIlrckuZZb .item .item-wrapper .item-img img {
  height: 200px;
  width: 200px;
  object-fit: cover;
  border-radius: 100%;
  margin: 0 auto;
}
.cid-uIlrckuZZb .item-title {
  color: #4448e5;
  text-align: left;
}
.cid-uIlrckuZZb .item-desc {
  color: #ffffff;
}
.cid-uIlrckuZZb .mbr-text {
  color: #ffffff;
}
.cid-uIlrckuZZb .list {
  color: #ffffff;
}
.cid-uIlrc8E5Jo {
  z-index: 1000;
  width: 100%;
}
.cid-uIlrc8E5Jo .navbar-dropdown {
  background-color: #0e0e10 !important;
  padding: 0;
  position: fixed;
}
.cid-uIlrc8E5Jo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e0e10 !important;
  background: #0e0e10;
}
.cid-uIlrc8E5Jo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uIlrc8E5Jo .menu_box .navbar.opened,
  .cid-uIlrc8E5Jo .menu_box .navbar-collapse {
    background-color: #0e0e10 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uIlrc8E5Jo nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uIlrc8E5Jo .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uIlrc8E5Jo .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uIlrc8E5Jo .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uIlrc8E5Jo .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uIlrc8E5Jo .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uIlrc8E5Jo .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #181a25;
  }
  .cid-uIlrc8E5Jo .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uIlrc8E5Jo .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uIlrc8E5Jo .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uIlrc8E5Jo .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uIlrc8E5Jo .offcanvas-body .mbr-text,
  .cid-uIlrc8E5Jo .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uIlrc8E5Jo .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uIlrc8E5Jo .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uIlrc8E5Jo .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uIlrc8E5Jo .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uIlrc8E5Jo .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uIlrc8E5Jo .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uIlrc8E5Jo .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uIlrc8E5Jo ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uIlrc8E5Jo .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIlrc8E5Jo .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uIlrc8E5Jo .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uIlrc8E5Jo li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uIlrc8E5Jo .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uIlrc8E5Jo .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uIlrc8E5Jo .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uIlrc8E5Jo .nav-item {
    margin: 0 !important;
  }
}
.cid-uIlrc8E5Jo .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-uIlrc8E5Jo .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #6567ee;
  transition: all 0.3s ease-out;
}
.cid-uIlrc8E5Jo .nav-item .nav-link:hover {
  color: #6567ee !important;
}
.cid-uIlrc8E5Jo .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uIlrc8E5Jo .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uIlrc8E5Jo .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uIlrc8E5Jo .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uIlrc8E5Jo .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIlrc8E5Jo .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uIlrc8E5Jo .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uIlrc8E5Jo .offcanvas_box {
    display: none;
  }
}
.cid-uIlrc8E5Jo .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uIlrc8E5Jo .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uIlrc8E5Jo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uIlrc8E5Jo .container {
  display: flex;
  margin: auto;
}
.cid-uIlrc8E5Jo .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uIlrc8E5Jo .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uIlrc8E5Jo .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uIlrc8E5Jo .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uIlrc8E5Jo .navbar-nav {
    margin: 0;
  }
}
.cid-uIlrc8E5Jo .dropdown-menu,
.cid-uIlrc8E5Jo .navbar.opened {
  background-color: false !important;
}
.cid-uIlrc8E5Jo .nav-item:focus,
.cid-uIlrc8E5Jo .nav-link:focus {
  outline: none;
}
.cid-uIlrc8E5Jo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIlrc8E5Jo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIlrc8E5Jo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIlrc8E5Jo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIlrc8E5Jo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIlrc8E5Jo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIlrc8E5Jo .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uIlrc8E5Jo .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uIlrc8E5Jo .navbar.opened {
  transition: all 0.3s;
}
.cid-uIlrc8E5Jo .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uIlrc8E5Jo .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-uIlrc8E5Jo .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uIlrc8E5Jo .navbar.collapsed {
  justify-content: center;
}
.cid-uIlrc8E5Jo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIlrc8E5Jo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uIlrc8E5Jo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIlrc8E5Jo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIlrc8E5Jo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIlrc8E5Jo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uIlrc8E5Jo .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uIlrc8E5Jo .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uIlrc8E5Jo .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uIlrc8E5Jo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIlrc8E5Jo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIlrc8E5Jo .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uIlrc8E5Jo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIlrc8E5Jo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uIlrc8E5Jo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIlrc8E5Jo .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uIlrc8E5Jo .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uIlrc8E5Jo .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uIlrc8E5Jo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIlrc8E5Jo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIlrc8E5Jo .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uIlrc8E5Jo .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIlrc8E5Jo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIlrc8E5Jo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIlrc8E5Jo .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIlrc8E5Jo .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uIlrc8E5Jo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIlrc8E5Jo .dropdown-item.active,
.cid-uIlrc8E5Jo .dropdown-item:active {
  background-color: transparent;
}
.cid-uIlrc8E5Jo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIlrc8E5Jo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIlrc8E5Jo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIlrc8E5Jo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIlrc8E5Jo ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uIlrc8E5Jo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIlrc8E5Jo button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e0e10;
  background: #6567ee;
}
.cid-uIlrc8E5Jo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uIlrc8E5Jo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIlrc8E5Jo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIlrc8E5Jo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIlrc8E5Jo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIlrc8E5Jo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIlrc8E5Jo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIlrc8E5Jo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIlrc8E5Jo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIlrc8E5Jo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uIlrc8E5Jo .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIlrc8E5Jo .navbar {
    height: 70px;
  }
  .cid-uIlrc8E5Jo .navbar.opened {
    height: auto;
  }
  .cid-uIlrc8E5Jo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIlrc8E5Jo .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uIlrc8E5Jo .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .cid-uIlrc8E5Jo .container-fluid {
    padding-left: 130px;
    padding-right: 130px;
  }
}
.cid-uIlrc8E5Jo .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uIlrc8E5Jo .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  padding: 20px 35px;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIlrc8E5Jo .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uIlrc8E5Jo .navbar-caption:hover {
  opacity: .5;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uIlrc8E5Jo .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uIlrc8E5Jo .text_widget {
  margin-bottom: 32px;
}
.cid-uIlrc8E5Jo .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uIlrc8E5Jo .text_widget a:hover {
  color: #6567ee !important;
}
.cid-uIlrc8E5Jo .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uIlrc8E5Jo .navbar-caption {
  color: #ffffff;
}
.cid-uIlrc8E5Jo .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIlrc8E5Jo .mbr-section-subtitle,
.cid-uIlrc8E5Jo .text_widget,
.cid-uIlrc8E5Jo .mbr-section-btn {
  text-align: left;
}
.cid-uIlrc8E5Jo a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uIlrcaHHXi {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uIlrcaHHXi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIlrcaHHXi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIlrcaHHXi .title-wrapper {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uIlrcaHHXi .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-uIlrcaHHXi .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uIlrcaHHXi .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uIlrcaHHXi .title-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uIlrcaHHXi .mbr-section-title {
  color: #ffffff;
}
.cid-uIlrccutw3 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uIlrccutw3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIlrccutw3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIlrccutw3 .row {
  justify-content: center;
}
.cid-uIlrccutw3 .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #4448e5 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uIlrccutw3 .title-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIlrccutw3 .title-wrapper .title-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uIlrccutw3 .title-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uIlrccutw3 .title-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #ffffff, #4448e5 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uIlrccutw3 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIlrccutw3 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uIlrccutw3 .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uIlrccutw3 .mbr-label,
.cid-uIlrccutw3 .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uIlrccutw3 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uIlrccutw3 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uIlrccutw3 .mbr-text,
.cid-uIlrccutw3 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uIlrccutw3 .mbr-section-title,
.cid-uIlrccutw3 .mbr-section-btn {
  text-align: center;
}
.cid-uIlrcdfbf0 {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uIlrcdfbf0 .image-block {
  margin: auto;
}
.cid-uIlrcdfbf0 figcaption {
  position: relative;
}
.cid-uIlrcdfbf0 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uIlrcdfbf0 .image-block {
    width: 100% !important;
  }
}
.cid-uIlrcdTbZ8 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uIlrcdTbZ8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIlrcdTbZ8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIlrcdTbZ8 .row {
  justify-content: center;
}
.cid-uIlrcdTbZ8 .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #4448e5 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uIlrcdTbZ8 .title-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIlrcdTbZ8 .title-wrapper .title-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uIlrcdTbZ8 .title-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uIlrcdTbZ8 .title-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #ffffff, #4448e5 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uIlrcdTbZ8 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIlrcdTbZ8 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uIlrcdTbZ8 .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uIlrcdTbZ8 .mbr-label,
.cid-uIlrcdTbZ8 .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uIlrcdTbZ8 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uIlrcdTbZ8 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uIlrcdTbZ8 .mbr-text,
.cid-uIlrcdTbZ8 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uIlrcdTbZ8 .mbr-section-title,
.cid-uIlrcdTbZ8 .mbr-section-btn {
  text-align: center;
}
.cid-uIlrceIIfF {
  background: #000000;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uIlrceIIfF .image-block {
  margin: auto;
}
.cid-uIlrceIIfF figcaption {
  position: relative;
}
.cid-uIlrceIIfF figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uIlrceIIfF .image-block {
    width: 100% !important;
  }
}
.cid-uIlrcfo7P5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uIlrcg7s40 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uIlrcg7s40 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIlrcg7s40 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIlrcg7s40 .row {
  justify-content: center;
}
.cid-uIlrcg7s40 .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #4448e5 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uIlrcg7s40 .title-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIlrcg7s40 .title-wrapper .title-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uIlrcg7s40 .title-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uIlrcg7s40 .title-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #ffffff, #4448e5 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uIlrcg7s40 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIlrcg7s40 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uIlrcg7s40 .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uIlrcg7s40 .mbr-label,
.cid-uIlrcg7s40 .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uIlrcg7s40 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uIlrcg7s40 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uIlrcg7s40 .mbr-text,
.cid-uIlrcg7s40 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uIlrcg7s40 .mbr-section-title,
.cid-uIlrcg7s40 .mbr-section-btn {
  text-align: center;
}
.cid-uIlrchIjXD {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIlrchIjXD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIlrchIjXD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIlrchIjXD .row {
  justify-content: center;
}
.cid-uIlrchIjXD .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIlrchIjXD .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIlrchIjXD .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIlrchIjXD .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIlrchIjXD .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIlrchIjXD .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIlrchIjXD .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIlrchIjXD .mbr-section-title {
  color: #ffffff;
}
.cid-uIlrchIjXD .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIlrchIjXD .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIlrchIjXD .mbr-section-title,
.cid-uIlrchIjXD .mbr-section-btn {
  text-align: center;
}
.cid-uIlrcj4Y1D {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uIlrcj4Y1D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIlrcj4Y1D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIlrcj4Y1D .row {
  justify-content: center;
}
.cid-uIlrcj4Y1D .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #4448e5 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uIlrcj4Y1D .title-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIlrcj4Y1D .title-wrapper .title-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uIlrcj4Y1D .title-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uIlrcj4Y1D .title-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #ffffff, #4448e5 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uIlrcj4Y1D .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIlrcj4Y1D .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uIlrcj4Y1D .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uIlrcj4Y1D .mbr-label,
.cid-uIlrcj4Y1D .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uIlrcj4Y1D .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uIlrcj4Y1D .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uIlrcj4Y1D .mbr-text,
.cid-uIlrcj4Y1D .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uIlrcj4Y1D .mbr-section-title,
.cid-uIlrcj4Y1D .mbr-section-btn {
  text-align: center;
}
.cid-uIngFMl4np {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uIngFMl4np .mbr-section-subtitle {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uIngFMl4np .mbr-section-title {
  margin-bottom: 10px;
  color: #012b3a;
  text-align: left;
}
.cid-uIngFMl4np .btn {
  padding: 15px 30px !important;
}
.cid-uIngFMl4np a {
  font-weight: 400;
}
.cid-uIngFMl4np .mbr-section-subtitle,
.cid-uIngFMl4np .button-align {
  text-align: center;
  color: #000000;
}
.cid-uIngFMl4np .row {
  justify-content: center;
  display: flex;
}
.cid-uIlrcC32v0 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uIlrcC32v0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIlrcC32v0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIlrcC32v0 .title-wrapper {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uIlrcC32v0 .title-wrapper {
    margin-bottom: 32px;
    height: auto;
  }
}
.cid-uIlrcC32v0 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uIlrcC32v0 .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uIlrcC32v0 .title-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uIlrcC32v0 .mbr-section-title {
  color: #ffffff;
}
.cid-uIlrcMIKzO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uIlrcMIKzO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIlrcMIKzO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIlrcMIKzO .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uIlrcMIKzO .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uIlrcMIKzO .container {
    padding: 0 20px;
  }
}
.cid-uIlrcMIKzO .row {
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
.cid-uIlrcMIKzO .row img {
  height: 600px;
  object-fit: cover;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uIlrcMIKzO .row img {
    height: 300px;
  }
}
.cid-uIlrcNTQa2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uIlrcNTQa2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIlrcNTQa2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIlrcNTQa2 .row {
  justify-content: center;
}
.cid-uIlrcNTQa2 .content-wrapper {
  padding-right: 68px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uIlrcNTQa2 .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uIlrcNTQa2 .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uIlrcNTQa2 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uIlrcNTQa2 .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 22px 0 0 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uIlrcNTQa2 .content-wrapper .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 12px 12px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uIlrcNTQa2 .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uIlrcNTQa2 .content-wrapper .nav-wrapper .list .item-wrap:focus {
  background-image: linear-gradient(90deg, #ffffff, #0047ff 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uIlrcNTQa2 .content-wrapper .social {
  margin-top: 22px;
}
.cid-uIlrcNTQa2 .content-wrapper .social .mbr-desc {
  margin-bottom: 16px;
}
.cid-uIlrcNTQa2 .content-wrapper .social .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uIlrcNTQa2 .content-wrapper .social .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uIlrcNTQa2 .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uIlrcNTQa2 .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-image: linear-gradient(135deg, #a78aff, #0047ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uIlrcNTQa2 .content-wrapper .social .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #ffffff;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  margin: 0 26px 16px 0;
}
.cid-uIlrcNTQa2 .image-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uIlrcNTQa2 .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uIlrcNTQa2 .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uIlrcNTQa2 .mbr-copy {
  position: relative;
  margin-bottom: 0;
  padding-top: 22px;
  color: #ffffff;
  text-align: center;
}
.cid-uIlrcNTQa2 .mbr-copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uIlrcNTQa2 .mbr-section-title {
  color: #ffffff;
}
.cid-uIlrcNTQa2 .mbr-text {
  color: #ffffff;
}
.cid-uIlrcNTQa2 .mbr-desc {
  color: #ffffff;
}
.cid-uIlrcNTQa2 .list {
  color: #ffffff;
}
.cid-uIlrcNTQa2 .mbr-desc,
.cid-uIlrcNTQa2 .social-wrapper {
  color: #ffffff;
}
.cid-uIF8A5Cwl2 {
  z-index: 1000;
  width: 100%;
}
.cid-uIF8A5Cwl2 .navbar-dropdown {
  background-color: #0e0e10 !important;
  padding: 0;
  position: fixed;
}
.cid-uIF8A5Cwl2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e0e10 !important;
  background: #0e0e10;
}
.cid-uIF8A5Cwl2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uIF8A5Cwl2 .menu_box .navbar.opened,
  .cid-uIF8A5Cwl2 .menu_box .navbar-collapse {
    background-color: #0e0e10 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uIF8A5Cwl2 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uIF8A5Cwl2 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uIF8A5Cwl2 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uIF8A5Cwl2 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uIF8A5Cwl2 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uIF8A5Cwl2 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uIF8A5Cwl2 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #181a25;
  }
  .cid-uIF8A5Cwl2 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uIF8A5Cwl2 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uIF8A5Cwl2 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uIF8A5Cwl2 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uIF8A5Cwl2 .offcanvas-body .mbr-text,
  .cid-uIF8A5Cwl2 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uIF8A5Cwl2 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uIF8A5Cwl2 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uIF8A5Cwl2 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uIF8A5Cwl2 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uIF8A5Cwl2 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uIF8A5Cwl2 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uIF8A5Cwl2 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uIF8A5Cwl2 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uIF8A5Cwl2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIF8A5Cwl2 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uIF8A5Cwl2 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uIF8A5Cwl2 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uIF8A5Cwl2 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uIF8A5Cwl2 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uIF8A5Cwl2 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uIF8A5Cwl2 .nav-item {
    margin: 0 !important;
  }
}
.cid-uIF8A5Cwl2 .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-uIF8A5Cwl2 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #6567ee;
  transition: all 0.3s ease-out;
}
.cid-uIF8A5Cwl2 .nav-item .nav-link:hover {
  color: #6567ee !important;
}
.cid-uIF8A5Cwl2 .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uIF8A5Cwl2 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uIF8A5Cwl2 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uIF8A5Cwl2 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uIF8A5Cwl2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIF8A5Cwl2 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uIF8A5Cwl2 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uIF8A5Cwl2 .offcanvas_box {
    display: none;
  }
}
.cid-uIF8A5Cwl2 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uIF8A5Cwl2 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uIF8A5Cwl2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uIF8A5Cwl2 .container {
  display: flex;
  margin: auto;
}
.cid-uIF8A5Cwl2 .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uIF8A5Cwl2 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uIF8A5Cwl2 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uIF8A5Cwl2 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uIF8A5Cwl2 .navbar-nav {
    margin: 0;
  }
}
.cid-uIF8A5Cwl2 .dropdown-menu,
.cid-uIF8A5Cwl2 .navbar.opened {
  background-color: false !important;
}
.cid-uIF8A5Cwl2 .nav-item:focus,
.cid-uIF8A5Cwl2 .nav-link:focus {
  outline: none;
}
.cid-uIF8A5Cwl2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIF8A5Cwl2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIF8A5Cwl2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIF8A5Cwl2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIF8A5Cwl2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIF8A5Cwl2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIF8A5Cwl2 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uIF8A5Cwl2 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uIF8A5Cwl2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uIF8A5Cwl2 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uIF8A5Cwl2 .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-uIF8A5Cwl2 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uIF8A5Cwl2 .navbar.collapsed {
  justify-content: center;
}
.cid-uIF8A5Cwl2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIF8A5Cwl2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uIF8A5Cwl2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIF8A5Cwl2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIF8A5Cwl2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIF8A5Cwl2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uIF8A5Cwl2 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uIF8A5Cwl2 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uIF8A5Cwl2 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uIF8A5Cwl2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIF8A5Cwl2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIF8A5Cwl2 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uIF8A5Cwl2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIF8A5Cwl2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uIF8A5Cwl2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIF8A5Cwl2 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uIF8A5Cwl2 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uIF8A5Cwl2 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uIF8A5Cwl2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIF8A5Cwl2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIF8A5Cwl2 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uIF8A5Cwl2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIF8A5Cwl2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIF8A5Cwl2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIF8A5Cwl2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIF8A5Cwl2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uIF8A5Cwl2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIF8A5Cwl2 .dropdown-item.active,
.cid-uIF8A5Cwl2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uIF8A5Cwl2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIF8A5Cwl2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIF8A5Cwl2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIF8A5Cwl2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIF8A5Cwl2 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uIF8A5Cwl2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIF8A5Cwl2 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e0e10;
  background: #6567ee;
}
.cid-uIF8A5Cwl2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uIF8A5Cwl2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIF8A5Cwl2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIF8A5Cwl2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIF8A5Cwl2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIF8A5Cwl2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIF8A5Cwl2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIF8A5Cwl2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIF8A5Cwl2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIF8A5Cwl2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uIF8A5Cwl2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIF8A5Cwl2 .navbar {
    height: 70px;
  }
  .cid-uIF8A5Cwl2 .navbar.opened {
    height: auto;
  }
  .cid-uIF8A5Cwl2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIF8A5Cwl2 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uIF8A5Cwl2 .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .cid-uIF8A5Cwl2 .container-fluid {
    padding-left: 130px;
    padding-right: 130px;
  }
}
.cid-uIF8A5Cwl2 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uIF8A5Cwl2 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  padding: 20px 35px;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIF8A5Cwl2 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uIF8A5Cwl2 .navbar-caption:hover {
  opacity: .5;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uIF8A5Cwl2 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uIF8A5Cwl2 .text_widget {
  margin-bottom: 32px;
}
.cid-uIF8A5Cwl2 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uIF8A5Cwl2 .text_widget a:hover {
  color: #6567ee !important;
}
.cid-uIF8A5Cwl2 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uIF8A5Cwl2 .navbar-caption {
  color: #ffffff;
}
.cid-uIF8A5Cwl2 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIF8A5Cwl2 .mbr-section-subtitle,
.cid-uIF8A5Cwl2 .text_widget,
.cid-uIF8A5Cwl2 .mbr-section-btn {
  text-align: left;
}
.cid-uIF8A5Cwl2 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uIF8A6rkRr {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uIF8A6rkRr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIF8A6rkRr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIF8A6rkRr .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uIF8A6rkRr .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uIF8A6rkRr .container {
    padding: 0 20px;
  }
}
.cid-uIF8A6rkRr .row {
  padding: 90px 82px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uIF8A6rkRr .row {
    padding: 50px 16px;
  }
}
.cid-uIF8A6rkRr .row .blur-wrap_1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5fd7b;
  filter: blur(120px);
}
.cid-uIF8A6rkRr .row .blur-wrap_2 {
  position: absolute;
  bottom: -8rem;
  right: 15%;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-color: #4448e5;
  filter: blur(150px);
}
.cid-uIF8A6rkRr .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #000000;
  opacity: 1;
}
.cid-uIF8A6rkRr .row .image-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}
.cid-uIF8A6rkRr .row .image-wrapper img {
  height: 400px;
  width: 70%;
  object-fit: cover;
  border-radius: 50px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uIF8A6rkRr .row .image-wrapper img {
    height: 300px;
    width: 100%;
    margin: 0;
  }
}
.cid-uIF8A6rkRr .row .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uIF8A6rkRr .row .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uIF8A6rkRr .row .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIF8A6rkRr .row .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uIF8A6rkRr .row .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uIF8A6rkRr .mbr-desc {
  color: #ffffff;
}
.cid-uIF8A6rkRr .mbr-section-title {
  color: #ffffff;
}
.cid-uIF8A6rkRr .mbr-text {
  color: #ffffff;
}
.cid-uIF8A6YajK {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIF8A6YajK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIF8A6YajK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIF8A6YajK .row {
  justify-content: center;
}
.cid-uIF8A6YajK .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIF8A6YajK .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIF8A6YajK .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIF8A6YajK .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIF8A6YajK .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIF8A6YajK .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIF8A6YajK .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIF8A6YajK .mbr-section-title {
  color: #ffffff;
}
.cid-uIF8A6YajK .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIF8A6YajK .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIF8A6YajK .mbr-section-title,
.cid-uIF8A6YajK .mbr-section-btn {
  text-align: center;
}
.cid-uIF8A7ubxa {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIF8A7ubxa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIF8A7ubxa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIF8A7ubxa .row {
  justify-content: center;
}
.cid-uIF8A7ubxa .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIF8A7ubxa .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIF8A7ubxa .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIF8A7ubxa .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIF8A7ubxa .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIF8A7ubxa .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIF8A7ubxa .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIF8A7ubxa .mbr-section-title {
  color: #ffffff;
}
.cid-uIF8A7ubxa .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIF8A7ubxa .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIF8A7ubxa .mbr-section-title,
.cid-uIF8A7ubxa .mbr-section-btn {
  text-align: center;
}
.cid-uIF8A850sm {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIF8A850sm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIF8A850sm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIF8A850sm .row {
  justify-content: center;
}
.cid-uIF8A850sm .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIF8A850sm .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIF8A850sm .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIF8A850sm .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIF8A850sm .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIF8A850sm .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIF8A850sm .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIF8A850sm .mbr-section-title {
  color: #ffffff;
}
.cid-uIF8A850sm .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIF8A850sm .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIF8A850sm .mbr-section-title,
.cid-uIF8A850sm .mbr-section-btn {
  text-align: center;
}
.cid-uIFpHYLKZN {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIFpHYLKZN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIFpHYLKZN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIFpHYLKZN .row {
  justify-content: center;
}
.cid-uIFpHYLKZN .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIFpHYLKZN .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIFpHYLKZN .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIFpHYLKZN .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIFpHYLKZN .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIFpHYLKZN .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIFpHYLKZN .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIFpHYLKZN .mbr-section-title {
  color: #ffffff;
}
.cid-uIFpHYLKZN .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIFpHYLKZN .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIFpHYLKZN .mbr-section-title,
.cid-uIFpHYLKZN .mbr-section-btn {
  text-align: center;
}
.cid-uIFpITvGkt {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIFpITvGkt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIFpITvGkt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIFpITvGkt .row {
  justify-content: center;
}
.cid-uIFpITvGkt .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIFpITvGkt .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIFpITvGkt .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIFpITvGkt .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIFpITvGkt .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIFpITvGkt .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIFpITvGkt .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIFpITvGkt .mbr-section-title {
  color: #ffffff;
}
.cid-uIFpITvGkt .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIFpITvGkt .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIFpITvGkt .mbr-section-title,
.cid-uIFpITvGkt .mbr-section-btn {
  text-align: center;
}
.cid-uIFpK7j1bS {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIFpK7j1bS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIFpK7j1bS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIFpK7j1bS .row {
  justify-content: center;
}
.cid-uIFpK7j1bS .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIFpK7j1bS .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIFpK7j1bS .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIFpK7j1bS .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIFpK7j1bS .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIFpK7j1bS .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIFpK7j1bS .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIFpK7j1bS .mbr-section-title {
  color: #ffffff;
}
.cid-uIFpK7j1bS .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIFpK7j1bS .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIFpK7j1bS .mbr-section-title,
.cid-uIFpK7j1bS .mbr-section-btn {
  text-align: center;
}
.cid-uIF8A8D6sS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uIF8A8D6sS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIF8A8D6sS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIF8A8D6sS .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uIF8A8D6sS .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uIF8A8D6sS .container {
    padding: 0 20px;
  }
}
.cid-uIF8A8D6sS .row {
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
.cid-uIF8A8D6sS .row img {
  height: 600px;
  object-fit: cover;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uIF8A8D6sS .row img {
    height: 300px;
  }
}
.cid-uIF8A98cJw {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIF8A98cJw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIF8A98cJw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIF8A98cJw .row {
  justify-content: center;
}
.cid-uIF8A98cJw .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIF8A98cJw .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIF8A98cJw .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIF8A98cJw .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIF8A98cJw .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIF8A98cJw .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIF8A98cJw .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIF8A98cJw .mbr-section-title {
  color: #ffffff;
}
.cid-uIF8A98cJw .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIF8A98cJw .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIF8A98cJw .mbr-section-title,
.cid-uIF8A98cJw .mbr-section-btn {
  text-align: center;
}
.cid-uIF8A9GkTu {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIF8A9GkTu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIF8A9GkTu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIF8A9GkTu .row {
  justify-content: center;
}
.cid-uIF8A9GkTu .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIF8A9GkTu .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIF8A9GkTu .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIF8A9GkTu .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIF8A9GkTu .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIF8A9GkTu .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIF8A9GkTu .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIF8A9GkTu .mbr-section-title {
  color: #ffffff;
}
.cid-uIF8A9GkTu .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIF8A9GkTu .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIF8A9GkTu .mbr-section-title,
.cid-uIF8A9GkTu .mbr-section-btn {
  text-align: center;
}
.cid-uIFvDM9Sin {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIFvDM9Sin .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIFvDM9Sin .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIFvDM9Sin .row {
  justify-content: center;
}
.cid-uIFvDM9Sin .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIFvDM9Sin .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIFvDM9Sin .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIFvDM9Sin .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIFvDM9Sin .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIFvDM9Sin .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIFvDM9Sin .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIFvDM9Sin .mbr-section-title {
  color: #ffffff;
}
.cid-uIFvDM9Sin .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIFvDM9Sin .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIFvDM9Sin .mbr-section-title,
.cid-uIFvDM9Sin .mbr-section-btn {
  text-align: center;
}
.cid-uIFvEPWhdp {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIFvEPWhdp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIFvEPWhdp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIFvEPWhdp .row {
  justify-content: center;
}
.cid-uIFvEPWhdp .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIFvEPWhdp .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIFvEPWhdp .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIFvEPWhdp .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIFvEPWhdp .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIFvEPWhdp .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIFvEPWhdp .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIFvEPWhdp .mbr-section-title {
  color: #ffffff;
}
.cid-uIFvEPWhdp .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIFvEPWhdp .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIFvEPWhdp .mbr-section-title,
.cid-uIFvEPWhdp .mbr-section-btn {
  text-align: center;
}
.cid-uIFvFNBYQC {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIFvFNBYQC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIFvFNBYQC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIFvFNBYQC .row {
  justify-content: center;
}
.cid-uIFvFNBYQC .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIFvFNBYQC .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIFvFNBYQC .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIFvFNBYQC .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIFvFNBYQC .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIFvFNBYQC .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIFvFNBYQC .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIFvFNBYQC .mbr-section-title {
  color: #ffffff;
}
.cid-uIFvFNBYQC .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIFvFNBYQC .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIFvFNBYQC .mbr-section-title,
.cid-uIFvFNBYQC .mbr-section-btn {
  text-align: center;
}
.cid-uIFvGNr5iO {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIFvGNr5iO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIFvGNr5iO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIFvGNr5iO .row {
  justify-content: center;
}
.cid-uIFvGNr5iO .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIFvGNr5iO .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIFvGNr5iO .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIFvGNr5iO .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIFvGNr5iO .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIFvGNr5iO .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIFvGNr5iO .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIFvGNr5iO .mbr-section-title {
  color: #ffffff;
}
.cid-uIFvGNr5iO .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIFvGNr5iO .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIFvGNr5iO .mbr-section-title,
.cid-uIFvGNr5iO .mbr-section-btn {
  text-align: center;
}
.cid-uIF8AaebHl {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uIF8AaebHl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIF8AaebHl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIF8AaebHl .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uIF8AaebHl .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uIF8AaebHl .container {
    padding: 0 20px;
  }
}
.cid-uIF8AaebHl .row {
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
.cid-uIF8AaebHl .row img {
  height: 600px;
  object-fit: cover;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uIF8AaebHl .row img {
    height: 300px;
  }
}
.cid-uIF8AjBGHS {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uIF8AjBGHS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIF8AjBGHS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIF8AjBGHS .row {
  justify-content: center;
}
.cid-uIF8AjBGHS .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #4448e5 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uIF8AjBGHS .title-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIF8AjBGHS .title-wrapper .title-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uIF8AjBGHS .title-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uIF8AjBGHS .title-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #ffffff, #4448e5 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uIF8AjBGHS .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIF8AjBGHS .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uIF8AjBGHS .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uIF8AjBGHS .mbr-label,
.cid-uIF8AjBGHS .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uIF8AjBGHS .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uIF8AjBGHS .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uIF8AjBGHS .mbr-text,
.cid-uIF8AjBGHS .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uIF8AjBGHS .mbr-section-title,
.cid-uIF8AjBGHS .mbr-section-btn {
  text-align: center;
}
.cid-uIF8AkhKx1 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uIF8AkhKx1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIF8AkhKx1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uIF8AkhKx1 .container {
    padding: 0 20px;
  }
}
.cid-uIF8AkhKx1 .row {
  margin: 0;
}
.cid-uIF8AkhKx1 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIF8AkhKx1 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uIF8AkhKx1 .nav.nav-tabs {
  border: none;
  display: block;
}
.cid-uIF8AkhKx1 .nav.nav-tabs .nav-item .nav-link {
  padding: 0;
  color: #ffffff;
  margin-bottom: 32px;
  border: none;
  border-radius: 0;
  transition: all 0.3s ease-out;
}
.cid-uIF8AkhKx1 .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
  color: #4448e5;
}
.cid-uIF8AkhKx1 .tab-content {
  position: relative;
}
.cid-uIF8AkhKx1 .tab-content .blur-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(-120deg, #f5fd7b 50%, #4448e5 0%);
  width: 300px;
  height: 300px;
  border-radius: 100%;
  filter: blur(85px);
}
.cid-uIF8AkhKx1 .tab-content .tab-pane {
  position: relative;
}
.cid-uIF8AkhKx1 .tab-content .tab-pane img {
  border-radius: 50px;
  height: 500px;
  object-fit: cover;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .cid-uIF8AkhKx1 .tab-content .tab-pane img {
    height: 300px;
  }
}
.cid-uIF8AkhKx1 .tab-content .tab-pane .mbr-text {
  margin-bottom: 0;
}
.cid-uIF8AkhKx1 .mbr-section-title {
  color: #ffffff;
}
.cid-uIF8AkhKx1 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uJzHcRz04b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uJzHcRz04b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJzHcRz04b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uJzHcRz04b .container {
    padding: 0 20px;
  }
}
.cid-uJzHcRz04b .row {
  margin: 0;
}
.cid-uJzHcRz04b .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uJzHcRz04b .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uJzHcRz04b .nav.nav-tabs {
  border: none;
  display: block;
}
.cid-uJzHcRz04b .nav.nav-tabs .nav-item .nav-link {
  padding: 0;
  color: #ffffff;
  margin-bottom: 32px;
  border: none;
  border-radius: 0;
  transition: all 0.3s ease-out;
}
.cid-uJzHcRz04b .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
  color: #4448e5;
}
.cid-uJzHcRz04b .tab-content {
  position: relative;
}
.cid-uJzHcRz04b .tab-content .blur-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(-120deg, #f5fd7b 50%, #4448e5 0%);
  width: 300px;
  height: 300px;
  border-radius: 100%;
  filter: blur(85px);
}
.cid-uJzHcRz04b .tab-content .tab-pane {
  position: relative;
}
.cid-uJzHcRz04b .tab-content .tab-pane img {
  border-radius: 50px;
  height: 500px;
  object-fit: cover;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .cid-uJzHcRz04b .tab-content .tab-pane img {
    height: 300px;
  }
}
.cid-uJzHcRz04b .tab-content .tab-pane .mbr-text {
  margin-bottom: 0;
}
.cid-uJzHcRz04b .mbr-section-title {
  color: #ffffff;
}
.cid-uJzHcRz04b .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIF8Al043P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uIF8Al043P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIF8Al043P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIF8Al043P .row {
  justify-content: center;
}
.cid-uIF8Al043P .content-wrapper {
  padding-right: 68px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uIF8Al043P .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uIF8Al043P .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uIF8Al043P .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uIF8Al043P .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 22px 0 0 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uIF8Al043P .content-wrapper .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 12px 12px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uIF8Al043P .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uIF8Al043P .content-wrapper .nav-wrapper .list .item-wrap:focus {
  background-image: linear-gradient(90deg, #ffffff, #0047ff 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uIF8Al043P .content-wrapper .social {
  margin-top: 22px;
}
.cid-uIF8Al043P .content-wrapper .social .mbr-desc {
  margin-bottom: 16px;
}
.cid-uIF8Al043P .content-wrapper .social .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uIF8Al043P .content-wrapper .social .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uIF8Al043P .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uIF8Al043P .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-image: linear-gradient(135deg, #a78aff, #0047ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uIF8Al043P .content-wrapper .social .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #ffffff;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  margin: 0 26px 16px 0;
}
.cid-uIF8Al043P .image-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uIF8Al043P .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uIF8Al043P .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uIF8Al043P .mbr-copy {
  position: relative;
  margin-bottom: 0;
  padding-top: 22px;
  color: #ffffff;
  text-align: center;
}
.cid-uIF8Al043P .mbr-copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uIF8Al043P .mbr-section-title {
  color: #ffffff;
}
.cid-uIF8Al043P .mbr-text {
  color: #ffffff;
}
.cid-uIF8Al043P .mbr-desc {
  color: #ffffff;
}
.cid-uIF8Al043P .list {
  color: #ffffff;
}
.cid-uIF8Al043P .mbr-desc,
.cid-uIF8Al043P .social-wrapper {
  color: #ffffff;
}
.cid-uIG77JexBE {
  z-index: 1000;
  width: 100%;
}
.cid-uIG77JexBE .navbar-dropdown {
  background-color: #0e0e10 !important;
  padding: 0;
  position: fixed;
}
.cid-uIG77JexBE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e0e10 !important;
  background: #0e0e10;
}
.cid-uIG77JexBE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uIG77JexBE .menu_box .navbar.opened,
  .cid-uIG77JexBE .menu_box .navbar-collapse {
    background-color: #0e0e10 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uIG77JexBE nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uIG77JexBE .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uIG77JexBE .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uIG77JexBE .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uIG77JexBE .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uIG77JexBE .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uIG77JexBE .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #181a25;
  }
  .cid-uIG77JexBE .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uIG77JexBE .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uIG77JexBE .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uIG77JexBE .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uIG77JexBE .offcanvas-body .mbr-text,
  .cid-uIG77JexBE .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uIG77JexBE .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uIG77JexBE .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uIG77JexBE .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uIG77JexBE .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uIG77JexBE .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uIG77JexBE .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uIG77JexBE .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uIG77JexBE ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uIG77JexBE .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIG77JexBE .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uIG77JexBE .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uIG77JexBE li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uIG77JexBE .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uIG77JexBE .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uIG77JexBE .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uIG77JexBE .nav-item {
    margin: 0 !important;
  }
}
.cid-uIG77JexBE .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-uIG77JexBE .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #6567ee;
  transition: all 0.3s ease-out;
}
.cid-uIG77JexBE .nav-item .nav-link:hover {
  color: #6567ee !important;
}
.cid-uIG77JexBE .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uIG77JexBE .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uIG77JexBE .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uIG77JexBE .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uIG77JexBE .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIG77JexBE .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uIG77JexBE .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uIG77JexBE .offcanvas_box {
    display: none;
  }
}
.cid-uIG77JexBE .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uIG77JexBE .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uIG77JexBE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uIG77JexBE .container {
  display: flex;
  margin: auto;
}
.cid-uIG77JexBE .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uIG77JexBE .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uIG77JexBE .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uIG77JexBE .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uIG77JexBE .navbar-nav {
    margin: 0;
  }
}
.cid-uIG77JexBE .dropdown-menu,
.cid-uIG77JexBE .navbar.opened {
  background-color: false !important;
}
.cid-uIG77JexBE .nav-item:focus,
.cid-uIG77JexBE .nav-link:focus {
  outline: none;
}
.cid-uIG77JexBE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIG77JexBE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIG77JexBE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIG77JexBE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIG77JexBE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIG77JexBE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIG77JexBE .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uIG77JexBE .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uIG77JexBE .navbar.opened {
  transition: all 0.3s;
}
.cid-uIG77JexBE .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uIG77JexBE .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-uIG77JexBE .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uIG77JexBE .navbar.collapsed {
  justify-content: center;
}
.cid-uIG77JexBE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIG77JexBE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uIG77JexBE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIG77JexBE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIG77JexBE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIG77JexBE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uIG77JexBE .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uIG77JexBE .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uIG77JexBE .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uIG77JexBE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIG77JexBE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIG77JexBE .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uIG77JexBE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIG77JexBE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uIG77JexBE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIG77JexBE .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uIG77JexBE .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uIG77JexBE .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uIG77JexBE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIG77JexBE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIG77JexBE .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uIG77JexBE .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIG77JexBE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIG77JexBE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIG77JexBE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIG77JexBE .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uIG77JexBE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIG77JexBE .dropdown-item.active,
.cid-uIG77JexBE .dropdown-item:active {
  background-color: transparent;
}
.cid-uIG77JexBE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIG77JexBE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIG77JexBE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIG77JexBE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIG77JexBE ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uIG77JexBE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIG77JexBE button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e0e10;
  background: #6567ee;
}
.cid-uIG77JexBE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uIG77JexBE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIG77JexBE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIG77JexBE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIG77JexBE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIG77JexBE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIG77JexBE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIG77JexBE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIG77JexBE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIG77JexBE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uIG77JexBE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIG77JexBE .navbar {
    height: 70px;
  }
  .cid-uIG77JexBE .navbar.opened {
    height: auto;
  }
  .cid-uIG77JexBE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIG77JexBE .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uIG77JexBE .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .cid-uIG77JexBE .container-fluid {
    padding-left: 130px;
    padding-right: 130px;
  }
}
.cid-uIG77JexBE .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uIG77JexBE .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  padding: 20px 35px;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uIG77JexBE .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uIG77JexBE .navbar-caption:hover {
  opacity: .5;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uIG77JexBE .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uIG77JexBE .text_widget {
  margin-bottom: 32px;
}
.cid-uIG77JexBE .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uIG77JexBE .text_widget a:hover {
  color: #6567ee !important;
}
.cid-uIG77JexBE .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uIG77JexBE .navbar-caption {
  color: #ffffff;
}
.cid-uIG77JexBE .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIG77JexBE .mbr-section-subtitle,
.cid-uIG77JexBE .text_widget,
.cid-uIG77JexBE .mbr-section-btn {
  text-align: left;
}
.cid-uIG77JexBE a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uIG77KdwAp {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uIG77KdwAp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIG77KdwAp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIG77KdwAp .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uIG77KdwAp .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uIG77KdwAp .container {
    padding: 0 20px;
  }
}
.cid-uIG77KdwAp .row {
  padding: 90px 82px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uIG77KdwAp .row {
    padding: 50px 16px;
  }
}
.cid-uIG77KdwAp .row .blur-wrap_1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5fd7b;
  filter: blur(120px);
}
.cid-uIG77KdwAp .row .blur-wrap_2 {
  position: absolute;
  bottom: -8rem;
  right: 15%;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-color: #4448e5;
  filter: blur(150px);
}
.cid-uIG77KdwAp .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #000000;
  opacity: 1;
}
.cid-uIG77KdwAp .row .image-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}
.cid-uIG77KdwAp .row .image-wrapper img {
  height: 400px;
  width: 70%;
  object-fit: cover;
  border-radius: 50px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uIG77KdwAp .row .image-wrapper img {
    height: 300px;
    width: 100%;
    margin: 0;
  }
}
.cid-uIG77KdwAp .row .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uIG77KdwAp .row .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uIG77KdwAp .row .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uIG77KdwAp .row .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uIG77KdwAp .row .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uIG77KdwAp .mbr-desc {
  color: #ffffff;
}
.cid-uIG77KdwAp .mbr-section-title {
  color: #ffffff;
}
.cid-uIG77KdwAp .mbr-text {
  color: #ffffff;
}
.cid-uIG77LVZLO {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIG77LVZLO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIG77LVZLO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIG77LVZLO .row {
  justify-content: center;
}
.cid-uIG77LVZLO .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIG77LVZLO .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIG77LVZLO .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIG77LVZLO .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIG77LVZLO .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIG77LVZLO .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIG77LVZLO .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIG77LVZLO .mbr-section-title {
  color: #ffffff;
}
.cid-uIG77LVZLO .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIG77LVZLO .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIG77LVZLO .mbr-section-title,
.cid-uIG77LVZLO .mbr-section-btn {
  text-align: center;
}
.cid-uIG77WY53j {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIG77WY53j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIG77WY53j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIG77WY53j .row {
  justify-content: center;
}
.cid-uIG77WY53j .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIG77WY53j .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIG77WY53j .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIG77WY53j .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIG77WY53j .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIG77WY53j .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIG77WY53j .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIG77WY53j .mbr-section-title {
  color: #ffffff;
}
.cid-uIG77WY53j .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIG77WY53j .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIG77WY53j .mbr-section-title,
.cid-uIG77WY53j .mbr-section-btn {
  text-align: center;
}
.cid-uIG77OkSzE {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIG77OkSzE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIG77OkSzE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIG77OkSzE .row {
  justify-content: center;
}
.cid-uIG77OkSzE .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIG77OkSzE .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIG77OkSzE .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIG77OkSzE .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIG77OkSzE .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIG77OkSzE .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIG77OkSzE .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIG77OkSzE .mbr-section-title {
  color: #ffffff;
}
.cid-uIG77OkSzE .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIG77OkSzE .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIG77OkSzE .mbr-section-title,
.cid-uIG77OkSzE .mbr-section-btn {
  text-align: center;
}
.cid-uIG77PhIe1 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIG77PhIe1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIG77PhIe1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIG77PhIe1 .row {
  justify-content: center;
}
.cid-uIG77PhIe1 .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIG77PhIe1 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIG77PhIe1 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIG77PhIe1 .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIG77PhIe1 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIG77PhIe1 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIG77PhIe1 .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIG77PhIe1 .mbr-section-title {
  color: #ffffff;
}
.cid-uIG77PhIe1 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIG77PhIe1 .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIG77PhIe1 .mbr-section-title,
.cid-uIG77PhIe1 .mbr-section-btn {
  text-align: center;
}
.cid-uIG77YODfb {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIG77YODfb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIG77YODfb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIG77YODfb .row {
  justify-content: center;
}
.cid-uIG77YODfb .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIG77YODfb .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIG77YODfb .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIG77YODfb .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIG77YODfb .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIG77YODfb .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIG77YODfb .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIG77YODfb .mbr-section-title {
  color: #ffffff;
}
.cid-uIG77YODfb .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIG77YODfb .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIG77YODfb .mbr-section-title,
.cid-uIG77YODfb .mbr-section-btn {
  text-align: center;
}
.cid-uIG77QSFcv {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIG77QSFcv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIG77QSFcv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIG77QSFcv .row {
  justify-content: center;
}
.cid-uIG77QSFcv .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIG77QSFcv .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIG77QSFcv .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIG77QSFcv .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIG77QSFcv .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIG77QSFcv .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIG77QSFcv .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIG77QSFcv .mbr-section-title {
  color: #ffffff;
}
.cid-uIG77QSFcv .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIG77QSFcv .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIG77QSFcv .mbr-section-title,
.cid-uIG77QSFcv .mbr-section-btn {
  text-align: center;
}
.cid-uIG77YcGi8 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIG77YcGi8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIG77YcGi8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIG77YcGi8 .row {
  justify-content: center;
}
.cid-uIG77YcGi8 .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIG77YcGi8 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIG77YcGi8 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIG77YcGi8 .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIG77YcGi8 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIG77YcGi8 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIG77YcGi8 .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIG77YcGi8 .mbr-section-title {
  color: #ffffff;
}
.cid-uIG77YcGi8 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIG77YcGi8 .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIG77YcGi8 .mbr-section-title,
.cid-uIG77YcGi8 .mbr-section-btn {
  text-align: center;
}
.cid-uIG77SwhGW {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIG77SwhGW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIG77SwhGW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIG77SwhGW .row {
  justify-content: center;
}
.cid-uIG77SwhGW .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIG77SwhGW .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIG77SwhGW .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIG77SwhGW .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIG77SwhGW .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIG77SwhGW .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIG77SwhGW .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIG77SwhGW .mbr-section-title {
  color: #ffffff;
}
.cid-uIG77SwhGW .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIG77SwhGW .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIG77SwhGW .mbr-section-title,
.cid-uIG77SwhGW .mbr-section-btn {
  text-align: center;
}
.cid-uIG780DHSo {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIG780DHSo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIG780DHSo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIG780DHSo .row {
  justify-content: center;
}
.cid-uIG780DHSo .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIG780DHSo .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIG780DHSo .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIG780DHSo .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIG780DHSo .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIG780DHSo .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIG780DHSo .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIG780DHSo .mbr-section-title {
  color: #ffffff;
}
.cid-uIG780DHSo .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIG780DHSo .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIG780DHSo .mbr-section-title,
.cid-uIG780DHSo .mbr-section-btn {
  text-align: center;
}
.cid-uIG77T3S7l {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIG77T3S7l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIG77T3S7l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIG77T3S7l .row {
  justify-content: center;
}
.cid-uIG77T3S7l .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIG77T3S7l .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIG77T3S7l .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIG77T3S7l .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIG77T3S7l .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIG77T3S7l .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIG77T3S7l .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIG77T3S7l .mbr-section-title {
  color: #ffffff;
}
.cid-uIG77T3S7l .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIG77T3S7l .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIG77T3S7l .mbr-section-title,
.cid-uIG77T3S7l .mbr-section-btn {
  text-align: center;
}
.cid-uIG77TA2RT {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIG77TA2RT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIG77TA2RT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIG77TA2RT .row {
  justify-content: center;
}
.cid-uIG77TA2RT .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIG77TA2RT .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIG77TA2RT .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIG77TA2RT .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIG77TA2RT .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIG77TA2RT .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIG77TA2RT .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIG77TA2RT .mbr-section-title {
  color: #ffffff;
}
.cid-uIG77TA2RT .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIG77TA2RT .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIG77TA2RT .mbr-section-title,
.cid-uIG77TA2RT .mbr-section-btn {
  text-align: center;
}
.cid-uIG77U7TXs {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIG77U7TXs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIG77U7TXs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIG77U7TXs .row {
  justify-content: center;
}
.cid-uIG77U7TXs .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIG77U7TXs .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIG77U7TXs .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIG77U7TXs .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIG77U7TXs .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIG77U7TXs .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIG77U7TXs .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIG77U7TXs .mbr-section-title {
  color: #ffffff;
}
.cid-uIG77U7TXs .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIG77U7TXs .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIG77U7TXs .mbr-section-title,
.cid-uIG77U7TXs .mbr-section-btn {
  text-align: center;
}
.cid-uIG7802UBv {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIG7802UBv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIG7802UBv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIG7802UBv .row {
  justify-content: center;
}
.cid-uIG7802UBv .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIG7802UBv .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIG7802UBv .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIG7802UBv .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIG7802UBv .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIG7802UBv .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIG7802UBv .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIG7802UBv .mbr-section-title {
  color: #ffffff;
}
.cid-uIG7802UBv .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIG7802UBv .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIG7802UBv .mbr-section-title,
.cid-uIG7802UBv .mbr-section-btn {
  text-align: center;
}
.cid-uIG77UFbDv {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIG77UFbDv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIG77UFbDv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIG77UFbDv .row {
  justify-content: center;
}
.cid-uIG77UFbDv .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIG77UFbDv .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIG77UFbDv .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIG77UFbDv .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIG77UFbDv .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIG77UFbDv .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIG77UFbDv .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIG77UFbDv .mbr-section-title {
  color: #ffffff;
}
.cid-uIG77UFbDv .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIG77UFbDv .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIG77UFbDv .mbr-section-title,
.cid-uIG77UFbDv .mbr-section-btn {
  text-align: center;
}
.cid-uIG77VhQtd {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIG77VhQtd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIG77VhQtd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIG77VhQtd .row {
  justify-content: center;
}
.cid-uIG77VhQtd .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIG77VhQtd .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIG77VhQtd .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIG77VhQtd .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIG77VhQtd .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIG77VhQtd .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIG77VhQtd .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIG77VhQtd .mbr-section-title {
  color: #ffffff;
}
.cid-uIG77VhQtd .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIG77VhQtd .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIG77VhQtd .mbr-section-title,
.cid-uIG77VhQtd .mbr-section-btn {
  text-align: center;
}
.cid-uIG77VQ6z9 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIG77VQ6z9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIG77VQ6z9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIG77VQ6z9 .row {
  justify-content: center;
}
.cid-uIG77VQ6z9 .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIG77VQ6z9 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIG77VQ6z9 .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIG77VQ6z9 .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIG77VQ6z9 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIG77VQ6z9 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIG77VQ6z9 .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIG77VQ6z9 .mbr-section-title {
  color: #ffffff;
}
.cid-uIG77VQ6z9 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIG77VQ6z9 .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIG77VQ6z9 .mbr-section-title,
.cid-uIG77VQ6z9 .mbr-section-btn {
  text-align: center;
}
.cid-uIG77Wp3cd {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
  background-image: linear-gradient(#000000 80%, #4448e5 110%);
}
.cid-uIG77Wp3cd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIG77Wp3cd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIG77Wp3cd .row {
  justify-content: center;
}
.cid-uIG77Wp3cd .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uIG77Wp3cd .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
  background-image: linear-gradient(0deg, #4448e5, #ffffff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uIG77Wp3cd .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uIG77Wp3cd .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIG77Wp3cd .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uIG77Wp3cd .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIG77Wp3cd .content-wrapper .mbr-desc {
    margin-bottom: 22px;
  }
}
.cid-uIG77Wp3cd .mbr-section-title {
  color: #ffffff;
}
.cid-uIG77Wp3cd .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIG77Wp3cd .mbr-desc {
  color: #ffffff;
  text-align: left;
}
.cid-uIG77Wp3cd .mbr-section-title,
.cid-uIG77Wp3cd .mbr-section-btn {
  text-align: center;
}
.cid-uJzH6xg2Tt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uJzH6xg2Tt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJzH6xg2Tt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uJzH6xg2Tt .container {
    padding: 0 20px;
  }
}
.cid-uJzH6xg2Tt .row {
  margin: 0;
}
.cid-uJzH6xg2Tt .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uJzH6xg2Tt .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uJzH6xg2Tt .nav.nav-tabs {
  border: none;
  display: block;
}
.cid-uJzH6xg2Tt .nav.nav-tabs .nav-item .nav-link {
  padding: 0;
  color: #ffffff;
  margin-bottom: 32px;
  border: none;
  border-radius: 0;
  transition: all 0.3s ease-out;
}
.cid-uJzH6xg2Tt .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
  color: #4448e5;
}
.cid-uJzH6xg2Tt .tab-content {
  position: relative;
}
.cid-uJzH6xg2Tt .tab-content .blur-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(-120deg, #f5fd7b 50%, #4448e5 0%);
  width: 300px;
  height: 300px;
  border-radius: 100%;
  filter: blur(85px);
}
.cid-uJzH6xg2Tt .tab-content .tab-pane {
  position: relative;
}
.cid-uJzH6xg2Tt .tab-content .tab-pane img {
  border-radius: 50px;
  height: 500px;
  object-fit: cover;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .cid-uJzH6xg2Tt .tab-content .tab-pane img {
    height: 300px;
  }
}
.cid-uJzH6xg2Tt .tab-content .tab-pane .mbr-text {
  margin-bottom: 0;
}
.cid-uJzH6xg2Tt .mbr-section-title {
  color: #ffffff;
}
.cid-uJzH6xg2Tt .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uIG781inVB {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uIG781inVB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIG781inVB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIG781inVB .row {
  justify-content: center;
}
.cid-uIG781inVB .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #4448e5 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uIG781inVB .title-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIG781inVB .title-wrapper .title-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uIG781inVB .title-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uIG781inVB .title-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #ffffff, #4448e5 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uIG781inVB .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIG781inVB .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uIG781inVB .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uIG781inVB .mbr-label,
.cid-uIG781inVB .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uIG781inVB .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uIG781inVB .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uIG781inVB .mbr-text,
.cid-uIG781inVB .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uIG781inVB .mbr-section-title,
.cid-uIG781inVB .mbr-section-btn {
  text-align: center;
}
.cid-uIG782KudS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uIG782KudS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIG782KudS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIG782KudS .row {
  justify-content: center;
}
.cid-uIG782KudS .content-wrapper {
  padding-right: 68px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uIG782KudS .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uIG782KudS .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uIG782KudS .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uIG782KudS .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 22px 0 0 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uIG782KudS .content-wrapper .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 12px 12px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uIG782KudS .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uIG782KudS .content-wrapper .nav-wrapper .list .item-wrap:focus {
  background-image: linear-gradient(90deg, #ffffff, #0047ff 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uIG782KudS .content-wrapper .social {
  margin-top: 22px;
}
.cid-uIG782KudS .content-wrapper .social .mbr-desc {
  margin-bottom: 16px;
}
.cid-uIG782KudS .content-wrapper .social .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uIG782KudS .content-wrapper .social .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uIG782KudS .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uIG782KudS .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-image: linear-gradient(135deg, #a78aff, #0047ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uIG782KudS .content-wrapper .social .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #ffffff;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  margin: 0 26px 16px 0;
}
.cid-uIG782KudS .image-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uIG782KudS .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uIG782KudS .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uIG782KudS .mbr-copy {
  position: relative;
  margin-bottom: 0;
  padding-top: 22px;
  color: #ffffff;
  text-align: center;
}
.cid-uIG782KudS .mbr-copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uIG782KudS .mbr-section-title {
  color: #ffffff;
}
.cid-uIG782KudS .mbr-text {
  color: #ffffff;
}
.cid-uIG782KudS .mbr-desc {
  color: #ffffff;
}
.cid-uIG782KudS .list {
  color: #ffffff;
}
.cid-uIG782KudS .mbr-desc,
.cid-uIG782KudS .social-wrapper {
  color: #ffffff;
}
.cid-uJA4KIekv1 {
  z-index: 1000;
  width: 100%;
}
.cid-uJA4KIekv1 .navbar-dropdown {
  background-color: #0e0e10 !important;
  padding: 0;
  position: fixed;
}
.cid-uJA4KIekv1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e0e10 !important;
  background: #0e0e10;
}
.cid-uJA4KIekv1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uJA4KIekv1 .menu_box .navbar.opened,
  .cid-uJA4KIekv1 .menu_box .navbar-collapse {
    background-color: #0e0e10 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uJA4KIekv1 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uJA4KIekv1 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uJA4KIekv1 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uJA4KIekv1 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uJA4KIekv1 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uJA4KIekv1 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uJA4KIekv1 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #181a25;
  }
  .cid-uJA4KIekv1 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uJA4KIekv1 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uJA4KIekv1 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uJA4KIekv1 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uJA4KIekv1 .offcanvas-body .mbr-text,
  .cid-uJA4KIekv1 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uJA4KIekv1 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uJA4KIekv1 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uJA4KIekv1 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uJA4KIekv1 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uJA4KIekv1 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uJA4KIekv1 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uJA4KIekv1 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uJA4KIekv1 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uJA4KIekv1 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uJA4KIekv1 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uJA4KIekv1 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uJA4KIekv1 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uJA4KIekv1 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uJA4KIekv1 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uJA4KIekv1 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uJA4KIekv1 .nav-item {
    margin: 0 !important;
  }
}
.cid-uJA4KIekv1 .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-uJA4KIekv1 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #6567ee;
  transition: all 0.3s ease-out;
}
.cid-uJA4KIekv1 .nav-item .nav-link:hover {
  color: #6567ee !important;
}
.cid-uJA4KIekv1 .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uJA4KIekv1 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uJA4KIekv1 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uJA4KIekv1 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uJA4KIekv1 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uJA4KIekv1 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uJA4KIekv1 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uJA4KIekv1 .offcanvas_box {
    display: none;
  }
}
.cid-uJA4KIekv1 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uJA4KIekv1 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uJA4KIekv1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uJA4KIekv1 .container {
  display: flex;
  margin: auto;
}
.cid-uJA4KIekv1 .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uJA4KIekv1 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uJA4KIekv1 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uJA4KIekv1 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uJA4KIekv1 .navbar-nav {
    margin: 0;
  }
}
.cid-uJA4KIekv1 .dropdown-menu,
.cid-uJA4KIekv1 .navbar.opened {
  background-color: false !important;
}
.cid-uJA4KIekv1 .nav-item:focus,
.cid-uJA4KIekv1 .nav-link:focus {
  outline: none;
}
.cid-uJA4KIekv1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJA4KIekv1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJA4KIekv1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJA4KIekv1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJA4KIekv1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJA4KIekv1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJA4KIekv1 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uJA4KIekv1 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uJA4KIekv1 .navbar.opened {
  transition: all 0.3s;
}
.cid-uJA4KIekv1 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uJA4KIekv1 .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-uJA4KIekv1 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uJA4KIekv1 .navbar.collapsed {
  justify-content: center;
}
.cid-uJA4KIekv1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJA4KIekv1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uJA4KIekv1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJA4KIekv1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJA4KIekv1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJA4KIekv1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uJA4KIekv1 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uJA4KIekv1 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uJA4KIekv1 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uJA4KIekv1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJA4KIekv1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJA4KIekv1 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uJA4KIekv1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJA4KIekv1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uJA4KIekv1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJA4KIekv1 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uJA4KIekv1 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uJA4KIekv1 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uJA4KIekv1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uJA4KIekv1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJA4KIekv1 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uJA4KIekv1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uJA4KIekv1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJA4KIekv1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJA4KIekv1 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJA4KIekv1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uJA4KIekv1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJA4KIekv1 .dropdown-item.active,
.cid-uJA4KIekv1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uJA4KIekv1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJA4KIekv1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJA4KIekv1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJA4KIekv1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJA4KIekv1 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uJA4KIekv1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJA4KIekv1 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e0e10;
  background: #6567ee;
}
.cid-uJA4KIekv1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uJA4KIekv1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJA4KIekv1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJA4KIekv1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJA4KIekv1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJA4KIekv1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJA4KIekv1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJA4KIekv1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJA4KIekv1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJA4KIekv1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uJA4KIekv1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJA4KIekv1 .navbar {
    height: 70px;
  }
  .cid-uJA4KIekv1 .navbar.opened {
    height: auto;
  }
  .cid-uJA4KIekv1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJA4KIekv1 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uJA4KIekv1 .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .cid-uJA4KIekv1 .container-fluid {
    padding-left: 130px;
    padding-right: 130px;
  }
}
.cid-uJA4KIekv1 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uJA4KIekv1 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  padding: 20px 35px;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uJA4KIekv1 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uJA4KIekv1 .navbar-caption:hover {
  opacity: .5;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uJA4KIekv1 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uJA4KIekv1 .text_widget {
  margin-bottom: 32px;
}
.cid-uJA4KIekv1 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uJA4KIekv1 .text_widget a:hover {
  color: #6567ee !important;
}
.cid-uJA4KIekv1 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uJA4KIekv1 .navbar-caption {
  color: #ffffff;
}
.cid-uJA4KIekv1 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uJA4KIekv1 .mbr-section-subtitle,
.cid-uJA4KIekv1 .text_widget,
.cid-uJA4KIekv1 .mbr-section-btn {
  text-align: left;
}
.cid-uJA4KIekv1 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uJA4KJ65J7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uJA4KJ65J7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJA4KJ65J7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJA4KJ65J7 .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uJA4KJ65J7 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uJA4KJ65J7 .container {
    padding: 0 20px;
  }
}
.cid-uJA4KJ65J7 .row {
  padding: 90px 82px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uJA4KJ65J7 .row {
    padding: 50px 16px;
  }
}
.cid-uJA4KJ65J7 .row .blur-wrap_1 {
  position: absolute;
  top: -8rem;
  left: 36%;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5fd7b;
  filter: blur(120px);
}
.cid-uJA4KJ65J7 .row .blur-wrap_2 {
  position: absolute;
  bottom: -8rem;
  right: 15%;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-color: #4448e5;
  filter: blur(150px);
}
.cid-uJA4KJ65J7 .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #000000;
  opacity: 1;
}
.cid-uJA4KJ65J7 .row .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uJA4KJ65J7 .row .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uJA4KJ65J7 .row .title-wrapper .desc-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uJA4KJ65J7 .row .title-wrapper .desc-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uJA4KJ65J7 .row .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding: 5px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  opacity: .5;
}
.cid-uJA4KJ65J7 .row .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJA4KJ65J7 .row .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uJA4KJ65J7 .row .image-wrapper {
  height: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uJA4KJ65J7 .row .image-wrapper {
    min-height: 450px;
  }
}
.cid-uJA4KJ65J7 .row .image-wrapper img {
  position: absolute;
  right: 20%;
  border-radius: 50px;
  height: 400px;
  width: 270px;
  object-fit: cover;
  z-index: 2;
  transform: rotate(15deg);
}
.cid-uJA4KJ65J7 .row .image-wrapper img:nth-child(2) {
  height: 180px;
  width: 180px;
  right: 0;
  bottom: 12%;
  transform: rotate(45deg);
}
.cid-uJA4KJ65J7 .row .image-wrapper img:last-child {
  width: 250px;
  height: 550px;
  bottom: -12rem;
  right: auto;
  left: 6rem;
  z-index: 1;
  transform: rotate(-45deg);
  border-radius: 50%;
}
.cid-uJA4KJ65J7 .mbr-desc {
  color: #ffffff;
}
.cid-uJA4KJ65J7 .mbr-section-title {
  color: #ffffff;
}
.cid-uJA4KJ65J7 .mbr-text {
  color: #ffffff;
}
.cid-uJA4KMGk7l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uJA4KMGk7l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJA4KMGk7l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJA4KMGk7l .row {
  justify-content: center;
}
.cid-uJA4KMGk7l .content-wrapper {
  padding-right: 68px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uJA4KMGk7l .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uJA4KMGk7l .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJA4KMGk7l .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJA4KMGk7l .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 22px 0 0 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uJA4KMGk7l .content-wrapper .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 12px 12px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uJA4KMGk7l .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uJA4KMGk7l .content-wrapper .nav-wrapper .list .item-wrap:focus {
  background-image: linear-gradient(90deg, #ffffff, #0047ff 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uJA4KMGk7l .content-wrapper .social {
  margin-top: 22px;
}
.cid-uJA4KMGk7l .content-wrapper .social .mbr-desc {
  margin-bottom: 16px;
}
.cid-uJA4KMGk7l .content-wrapper .social .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uJA4KMGk7l .content-wrapper .social .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uJA4KMGk7l .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uJA4KMGk7l .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-image: linear-gradient(135deg, #a78aff, #0047ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uJA4KMGk7l .content-wrapper .social .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #ffffff;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  margin: 0 26px 16px 0;
}
.cid-uJA4KMGk7l .image-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uJA4KMGk7l .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uJA4KMGk7l .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uJA4KMGk7l .mbr-copy {
  position: relative;
  margin-bottom: 0;
  padding-top: 22px;
  color: #ffffff;
  text-align: center;
}
.cid-uJA4KMGk7l .mbr-copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uJA4KMGk7l .mbr-section-title {
  color: #ffffff;
}
.cid-uJA4KMGk7l .mbr-text {
  color: #ffffff;
}
.cid-uJA4KMGk7l .mbr-desc {
  color: #ffffff;
}
.cid-uJA4KMGk7l .list {
  color: #ffffff;
}
.cid-uJA4KMGk7l .mbr-desc,
.cid-uJA4KMGk7l .social-wrapper {
  color: #ffffff;
}
.cid-uJBduGo8P5 {
  z-index: 1000;
  width: 100%;
}
.cid-uJBduGo8P5 .navbar-dropdown {
  background-color: #0e0e10 !important;
  padding: 0;
  position: fixed;
}
.cid-uJBduGo8P5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e0e10 !important;
  background: #0e0e10;
}
.cid-uJBduGo8P5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uJBduGo8P5 .menu_box .navbar.opened,
  .cid-uJBduGo8P5 .menu_box .navbar-collapse {
    background-color: #0e0e10 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uJBduGo8P5 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uJBduGo8P5 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uJBduGo8P5 .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uJBduGo8P5 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uJBduGo8P5 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uJBduGo8P5 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uJBduGo8P5 .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #181a25;
  }
  .cid-uJBduGo8P5 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uJBduGo8P5 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uJBduGo8P5 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uJBduGo8P5 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uJBduGo8P5 .offcanvas-body .mbr-text,
  .cid-uJBduGo8P5 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uJBduGo8P5 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uJBduGo8P5 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uJBduGo8P5 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uJBduGo8P5 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uJBduGo8P5 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uJBduGo8P5 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uJBduGo8P5 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uJBduGo8P5 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uJBduGo8P5 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uJBduGo8P5 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uJBduGo8P5 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uJBduGo8P5 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uJBduGo8P5 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uJBduGo8P5 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uJBduGo8P5 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uJBduGo8P5 .nav-item {
    margin: 0 !important;
  }
}
.cid-uJBduGo8P5 .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-uJBduGo8P5 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #6567ee;
  transition: all 0.3s ease-out;
}
.cid-uJBduGo8P5 .nav-item .nav-link:hover {
  color: #6567ee !important;
}
.cid-uJBduGo8P5 .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uJBduGo8P5 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uJBduGo8P5 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uJBduGo8P5 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uJBduGo8P5 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uJBduGo8P5 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uJBduGo8P5 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uJBduGo8P5 .offcanvas_box {
    display: none;
  }
}
.cid-uJBduGo8P5 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uJBduGo8P5 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uJBduGo8P5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uJBduGo8P5 .container {
  display: flex;
  margin: auto;
}
.cid-uJBduGo8P5 .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uJBduGo8P5 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uJBduGo8P5 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uJBduGo8P5 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uJBduGo8P5 .navbar-nav {
    margin: 0;
  }
}
.cid-uJBduGo8P5 .dropdown-menu,
.cid-uJBduGo8P5 .navbar.opened {
  background-color: false !important;
}
.cid-uJBduGo8P5 .nav-item:focus,
.cid-uJBduGo8P5 .nav-link:focus {
  outline: none;
}
.cid-uJBduGo8P5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJBduGo8P5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJBduGo8P5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJBduGo8P5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJBduGo8P5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJBduGo8P5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJBduGo8P5 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uJBduGo8P5 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uJBduGo8P5 .navbar.opened {
  transition: all 0.3s;
}
.cid-uJBduGo8P5 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uJBduGo8P5 .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-uJBduGo8P5 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uJBduGo8P5 .navbar.collapsed {
  justify-content: center;
}
.cid-uJBduGo8P5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJBduGo8P5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uJBduGo8P5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJBduGo8P5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJBduGo8P5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJBduGo8P5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uJBduGo8P5 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uJBduGo8P5 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uJBduGo8P5 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uJBduGo8P5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJBduGo8P5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJBduGo8P5 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uJBduGo8P5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJBduGo8P5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uJBduGo8P5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJBduGo8P5 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uJBduGo8P5 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uJBduGo8P5 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uJBduGo8P5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uJBduGo8P5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJBduGo8P5 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uJBduGo8P5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uJBduGo8P5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJBduGo8P5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJBduGo8P5 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJBduGo8P5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uJBduGo8P5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJBduGo8P5 .dropdown-item.active,
.cid-uJBduGo8P5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uJBduGo8P5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJBduGo8P5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJBduGo8P5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJBduGo8P5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJBduGo8P5 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uJBduGo8P5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJBduGo8P5 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e0e10;
  background: #6567ee;
}
.cid-uJBduGo8P5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uJBduGo8P5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJBduGo8P5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJBduGo8P5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJBduGo8P5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJBduGo8P5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJBduGo8P5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJBduGo8P5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJBduGo8P5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJBduGo8P5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uJBduGo8P5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJBduGo8P5 .navbar {
    height: 70px;
  }
  .cid-uJBduGo8P5 .navbar.opened {
    height: auto;
  }
  .cid-uJBduGo8P5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJBduGo8P5 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uJBduGo8P5 .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .cid-uJBduGo8P5 .container-fluid {
    padding-left: 130px;
    padding-right: 130px;
  }
}
.cid-uJBduGo8P5 .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uJBduGo8P5 .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  padding: 20px 35px;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uJBduGo8P5 .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uJBduGo8P5 .navbar-caption:hover {
  opacity: .5;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uJBduGo8P5 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uJBduGo8P5 .text_widget {
  margin-bottom: 32px;
}
.cid-uJBduGo8P5 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uJBduGo8P5 .text_widget a:hover {
  color: #6567ee !important;
}
.cid-uJBduGo8P5 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uJBduGo8P5 .navbar-caption {
  color: #ffffff;
}
.cid-uJBduGo8P5 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uJBduGo8P5 .mbr-section-subtitle,
.cid-uJBduGo8P5 .text_widget,
.cid-uJBduGo8P5 .mbr-section-btn {
  text-align: left;
}
.cid-uJBduGo8P5 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uJBduH4cIC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uJBduH4cIC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJBduH4cIC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJBduH4cIC .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uJBduH4cIC .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uJBduH4cIC .container {
    padding: 0 20px;
  }
}
.cid-uJBduH4cIC .row {
  padding: 90px 82px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uJBduH4cIC .row {
    padding: 50px 16px;
  }
}
.cid-uJBduH4cIC .row .blur-wrap_1 {
  position: absolute;
  top: -8rem;
  left: 36%;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5fd7b;
  filter: blur(120px);
}
.cid-uJBduH4cIC .row .blur-wrap_2 {
  position: absolute;
  bottom: -8rem;
  right: 15%;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-color: #4448e5;
  filter: blur(150px);
}
.cid-uJBduH4cIC .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #000000;
  opacity: 1;
}
.cid-uJBduH4cIC .row .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uJBduH4cIC .row .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uJBduH4cIC .row .title-wrapper .desc-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uJBduH4cIC .row .title-wrapper .desc-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uJBduH4cIC .row .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding: 5px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  opacity: .5;
}
.cid-uJBduH4cIC .row .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uJBduH4cIC .row .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uJBduH4cIC .row .image-wrapper {
  height: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uJBduH4cIC .row .image-wrapper {
    min-height: 450px;
  }
}
.cid-uJBduH4cIC .row .image-wrapper img {
  position: absolute;
  right: 20%;
  border-radius: 50px;
  height: 400px;
  width: 270px;
  object-fit: cover;
  z-index: 2;
  transform: rotate(15deg);
}
.cid-uJBduH4cIC .row .image-wrapper img:nth-child(2) {
  height: 180px;
  width: 180px;
  right: 0;
  bottom: 12%;
  transform: rotate(45deg);
}
.cid-uJBduH4cIC .row .image-wrapper img:last-child {
  width: 250px;
  height: 550px;
  bottom: -12rem;
  right: auto;
  left: 6rem;
  z-index: 1;
  transform: rotate(-45deg);
  border-radius: 50%;
}
.cid-uJBduH4cIC .mbr-desc {
  color: #ffffff;
}
.cid-uJBduH4cIC .mbr-section-title {
  color: #ffffff;
}
.cid-uJBduH4cIC .mbr-text {
  color: #ffffff;
}
.cid-uJBduIiPyj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uJBduIiPyj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJBduIiPyj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJBduIiPyj .row {
  justify-content: center;
}
.cid-uJBduIiPyj .content-wrapper {
  padding-right: 68px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uJBduIiPyj .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uJBduIiPyj .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uJBduIiPyj .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uJBduIiPyj .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 22px 0 0 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uJBduIiPyj .content-wrapper .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 12px 12px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uJBduIiPyj .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uJBduIiPyj .content-wrapper .nav-wrapper .list .item-wrap:focus {
  background-image: linear-gradient(90deg, #ffffff, #0047ff 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uJBduIiPyj .content-wrapper .social {
  margin-top: 22px;
}
.cid-uJBduIiPyj .content-wrapper .social .mbr-desc {
  margin-bottom: 16px;
}
.cid-uJBduIiPyj .content-wrapper .social .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uJBduIiPyj .content-wrapper .social .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uJBduIiPyj .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uJBduIiPyj .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-image: linear-gradient(135deg, #a78aff, #0047ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uJBduIiPyj .content-wrapper .social .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #ffffff;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  margin: 0 26px 16px 0;
}
.cid-uJBduIiPyj .image-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uJBduIiPyj .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uJBduIiPyj .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uJBduIiPyj .mbr-copy {
  position: relative;
  margin-bottom: 0;
  padding-top: 22px;
  color: #ffffff;
  text-align: center;
}
.cid-uJBduIiPyj .mbr-copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uJBduIiPyj .mbr-section-title {
  color: #ffffff;
}
.cid-uJBduIiPyj .mbr-text {
  color: #ffffff;
}
.cid-uJBduIiPyj .mbr-desc {
  color: #ffffff;
}
.cid-uJBduIiPyj .list {
  color: #ffffff;
}
.cid-uJBduIiPyj .mbr-desc,
.cid-uJBduIiPyj .social-wrapper {
  color: #ffffff;
}
.cid-uKDx9tbh4k {
  z-index: 1000;
  width: 100%;
}
.cid-uKDx9tbh4k .navbar-dropdown {
  background-color: #0e0e10 !important;
  padding: 0;
  position: fixed;
}
.cid-uKDx9tbh4k .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #0e0e10 !important;
  background: #0e0e10;
}
.cid-uKDx9tbh4k .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-uKDx9tbh4k .menu_box .navbar.opened,
  .cid-uKDx9tbh4k .menu_box .navbar-collapse {
    background-color: #0e0e10 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uKDx9tbh4k nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uKDx9tbh4k .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-uKDx9tbh4k .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uKDx9tbh4k .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uKDx9tbh4k .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uKDx9tbh4k .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uKDx9tbh4k .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #181a25;
  }
  .cid-uKDx9tbh4k .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uKDx9tbh4k .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uKDx9tbh4k .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uKDx9tbh4k .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uKDx9tbh4k .offcanvas-body .mbr-text,
  .cid-uKDx9tbh4k .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uKDx9tbh4k .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uKDx9tbh4k .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uKDx9tbh4k .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-uKDx9tbh4k .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uKDx9tbh4k .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uKDx9tbh4k .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uKDx9tbh4k .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uKDx9tbh4k ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uKDx9tbh4k .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKDx9tbh4k .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uKDx9tbh4k .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uKDx9tbh4k li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uKDx9tbh4k .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uKDx9tbh4k .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uKDx9tbh4k .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uKDx9tbh4k .nav-item {
    margin: 0 !important;
  }
}
.cid-uKDx9tbh4k .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-out;
}
.cid-uKDx9tbh4k .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #6567ee;
  transition: all 0.3s ease-out;
}
.cid-uKDx9tbh4k .nav-item .nav-link:hover {
  color: #6567ee !important;
}
.cid-uKDx9tbh4k .nav-item .nav-link:hover::before {
  width: 100%;
}
.cid-uKDx9tbh4k .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uKDx9tbh4k .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uKDx9tbh4k .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uKDx9tbh4k .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uKDx9tbh4k .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uKDx9tbh4k .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uKDx9tbh4k .offcanvas_box {
    display: none;
  }
}
.cid-uKDx9tbh4k .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uKDx9tbh4k .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uKDx9tbh4k .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uKDx9tbh4k .container {
  display: flex;
  margin: auto;
}
.cid-uKDx9tbh4k .iconfont-wrapper {
  color: #ffffff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uKDx9tbh4k .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uKDx9tbh4k .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uKDx9tbh4k .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uKDx9tbh4k .navbar-nav {
    margin: 0;
  }
}
.cid-uKDx9tbh4k .dropdown-menu,
.cid-uKDx9tbh4k .navbar.opened {
  background-color: false !important;
}
.cid-uKDx9tbh4k .nav-item:focus,
.cid-uKDx9tbh4k .nav-link:focus {
  outline: none;
}
.cid-uKDx9tbh4k .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKDx9tbh4k .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKDx9tbh4k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKDx9tbh4k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKDx9tbh4k .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKDx9tbh4k .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKDx9tbh4k .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uKDx9tbh4k .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uKDx9tbh4k .navbar.opened {
  transition: all 0.3s;
}
.cid-uKDx9tbh4k .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uKDx9tbh4k .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
}
.cid-uKDx9tbh4k .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uKDx9tbh4k .navbar.collapsed {
  justify-content: center;
}
.cid-uKDx9tbh4k .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKDx9tbh4k .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uKDx9tbh4k .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKDx9tbh4k .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKDx9tbh4k .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKDx9tbh4k .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uKDx9tbh4k .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uKDx9tbh4k .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uKDx9tbh4k .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uKDx9tbh4k .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKDx9tbh4k .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKDx9tbh4k .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uKDx9tbh4k .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKDx9tbh4k .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uKDx9tbh4k .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uKDx9tbh4k .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uKDx9tbh4k .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uKDx9tbh4k .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uKDx9tbh4k .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKDx9tbh4k .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uKDx9tbh4k .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uKDx9tbh4k .navbar.navbar-short {
  min-height: 60px;
}
.cid-uKDx9tbh4k .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uKDx9tbh4k .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uKDx9tbh4k .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKDx9tbh4k .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uKDx9tbh4k .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKDx9tbh4k .dropdown-item.active,
.cid-uKDx9tbh4k .dropdown-item:active {
  background-color: transparent;
}
.cid-uKDx9tbh4k .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKDx9tbh4k .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKDx9tbh4k .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKDx9tbh4k .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKDx9tbh4k ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uKDx9tbh4k .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uKDx9tbh4k button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #0e0e10;
  background: #6567ee;
}
.cid-uKDx9tbh4k button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uKDx9tbh4k button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKDx9tbh4k button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKDx9tbh4k button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKDx9tbh4k button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKDx9tbh4k nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKDx9tbh4k nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKDx9tbh4k nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKDx9tbh4k nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKDx9tbh4k a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uKDx9tbh4k .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uKDx9tbh4k .navbar {
    height: 70px;
  }
  .cid-uKDx9tbh4k .navbar.opened {
    height: auto;
  }
  .cid-uKDx9tbh4k .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uKDx9tbh4k .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
.cid-uKDx9tbh4k .container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .cid-uKDx9tbh4k .container-fluid {
    padding-left: 130px;
    padding-right: 130px;
  }
}
.cid-uKDx9tbh4k .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uKDx9tbh4k .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
  padding: 20px 35px;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uKDx9tbh4k .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uKDx9tbh4k .navbar-caption:hover {
  opacity: .5;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uKDx9tbh4k .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uKDx9tbh4k .text_widget {
  margin-bottom: 32px;
}
.cid-uKDx9tbh4k .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uKDx9tbh4k .text_widget a:hover {
  color: #6567ee !important;
}
.cid-uKDx9tbh4k .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uKDx9tbh4k .navbar-caption {
  color: #ffffff;
}
.cid-uKDx9tbh4k .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uKDx9tbh4k .mbr-section-subtitle,
.cid-uKDx9tbh4k .text_widget,
.cid-uKDx9tbh4k .mbr-section-btn {
  text-align: left;
}
.cid-uKDx9tbh4k a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uKDx9tSkm5 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uKDx9tSkm5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKDx9tSkm5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKDx9tSkm5 .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uKDx9tSkm5 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uKDx9tSkm5 .container {
    padding: 0 20px;
  }
}
.cid-uKDx9tSkm5 .row {
  padding: 90px 82px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uKDx9tSkm5 .row {
    padding: 50px 16px;
  }
}
.cid-uKDx9tSkm5 .row .blur-wrap_1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-color: #ffffff;
  filter: blur(120px);
}
.cid-uKDx9tSkm5 .row .blur-wrap_2 {
  position: absolute;
  bottom: -8rem;
  right: 15%;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-color: #ffffff;
  filter: blur(150px);
}
.cid-uKDx9tSkm5 .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #ffffff;
  opacity: 1;
}
.cid-uKDx9tSkm5 .row .image-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}
.cid-uKDx9tSkm5 .row .image-wrapper img {
  height: 400px;
  width: 70%;
  object-fit: cover;
  border-radius: 50px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uKDx9tSkm5 .row .image-wrapper img {
    height: 300px;
    width: 100%;
    margin: 0;
  }
}
.cid-uKDx9tSkm5 .row .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uKDx9tSkm5 .row .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uKDx9tSkm5 .row .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uKDx9tSkm5 .row .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uKDx9tSkm5 .row .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uKDx9tSkm5 .mbr-desc {
  color: #ffffff;
}
.cid-uKDx9tSkm5 .mbr-section-title {
  color: #ffffff;
}
.cid-uKDx9tSkm5 .mbr-text {
  color: #000000;
}
.cid-uKDx9tSkm5 .mbr-section-title,
.cid-uKDx9tSkm5 .mbr-section-btn {
  color: #000000;
}
.cid-uKDx9uq0MM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uKDx9uq0MM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKDx9uq0MM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKDx9uq0MM .row {
  justify-content: center;
}
.cid-uKDx9uq0MM .content-wrapper {
  padding-right: 68px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uKDx9uq0MM .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uKDx9uq0MM .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uKDx9uq0MM .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uKDx9uq0MM .content-wrapper .nav-wrapper .list {
  padding: 0;
  margin: 22px 0 0 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uKDx9uq0MM .content-wrapper .nav-wrapper .list .item-wrap {
  position: relative;
  margin: 0 12px 12px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uKDx9uq0MM .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uKDx9uq0MM .content-wrapper .nav-wrapper .list .item-wrap:focus {
  background-image: linear-gradient(90deg, #ffffff, #0047ff 110%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uKDx9uq0MM .content-wrapper .social {
  margin-top: 22px;
}
.cid-uKDx9uq0MM .content-wrapper .social .mbr-desc {
  margin-bottom: 16px;
}
.cid-uKDx9uq0MM .content-wrapper .social .social-wrapper .social-wrap {
  display: inline-flex;
}
.cid-uKDx9uq0MM .content-wrapper .social .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uKDx9uq0MM .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uKDx9uq0MM .content-wrapper .social .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  background-image: linear-gradient(135deg, #a78aff, #0047ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uKDx9uq0MM .content-wrapper .social .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #ffffff;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  margin: 0 26px 16px 0;
}
.cid-uKDx9uq0MM .image-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uKDx9uq0MM .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uKDx9uq0MM .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uKDx9uq0MM .mbr-copy {
  position: relative;
  margin-bottom: 0;
  padding-top: 22px;
  color: #ffffff;
  text-align: center;
}
.cid-uKDx9uq0MM .mbr-copy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%, #ffffff 0%, transparent 50%);
  height: 1px;
  width: 100%;
}
.cid-uKDx9uq0MM .mbr-section-title {
  color: #ffffff;
}
.cid-uKDx9uq0MM .mbr-text {
  color: #ffffff;
}
.cid-uKDx9uq0MM .mbr-desc {
  color: #ffffff;
}
.cid-uKDx9uq0MM .list {
  color: #ffffff;
}
.cid-uKDx9uq0MM .mbr-desc,
.cid-uKDx9uq0MM .social-wrapper {
  color: #ffffff;
}
