.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-wrapper .mbr-overlay {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 0.8rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.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: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #f7f7f7 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #7f2887 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
  color: #787878 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #787878 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #393193 !important;
  border-color: #393193 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #483eb9 !important;
  border-color: #483eb9 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #483eb9 !important;
  border-color: #483eb9 !important;
}
.btn-info,
.btn-info:active {
  background-color: #7f2887 !important;
  border-color: #7f2887 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #a434ae !important;
  border-color: #a434ae !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #a434ae !important;
  border-color: #a434ae !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #f7f7f7;
  color: #f7f7f7;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #cccccc !important;
  background-color: transparent !important;
  border-color: #cccccc !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #787878 !important;
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #393193;
  color: #393193;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #201b52 !important;
  background-color: transparent !important;
  border-color: #201b52 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #393193 !important;
  border-color: #393193 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #7f2887;
  color: #7f2887;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #401444 !important;
  background-color: transparent !important;
  border-color: #401444 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #7f2887 !important;
  border-color: #7f2887 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #f7f7f7 !important;
}
.text-secondary {
  color: #393193 !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #7f2887 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #c4c4c4 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #1b1846 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #351138 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #f7f7f7;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #7f2887;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f7f7f7;
  border-color: #f7f7f7;
  color: #848484;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #f7f7f7;
}
.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: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c65fd0;
}
.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: 'Inter Tight', sans-serif;
  font-size: 0.8rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1rem;
}
.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: #f7f7f7 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 0.8rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1rem;
}
blockquote {
  border-color: #f7f7f7;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f7f7f7;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f7f7f7;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f7f7f7;
  border-bottom-color: #f7f7f7;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #f7f7f7 !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: #393193 !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='%23f7f7f7' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-uWVBvOgHB0 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uWVBvOgHB0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWVBvOgHB0 .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-uWVBvOgHB0 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uWVBvOgHB0 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uWVBvOgHB0 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uWVBvOgHB0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWVBvOgHB0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWVBvOgHB0 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uWVBvOgHB0 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uWVBvOgHB0 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uWVBvOgHB0 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uWVBvOgHB0 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uWVBvOgHB0 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uWVBvOgHB0 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uWVBvOgHB0 .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-uWVBvOgHB0 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uWVBvOgHB0 .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uWVBvOgHB0 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uWVBvOgHB0 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uWVBvOgHB0 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uWVBvOgHB0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uWVBvOgHB0 .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.4) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uWVBvOgHB0 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uWVBvOgHB0 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uWVBvOgHB0 .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-uWVBvOgHB0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uWVBvOgHB0 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.4) !important;
  backdrop-filter: blur(10px);
}
.cid-uWVBvOgHB0 .nav-item:focus,
.cid-uWVBvOgHB0 .nav-link:focus {
  outline: none;
}
.cid-uWVBvOgHB0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWVBvOgHB0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWVBvOgHB0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWVBvOgHB0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWVBvOgHB0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWVBvOgHB0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWVBvOgHB0 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uWVBvOgHB0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uWVBvOgHB0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWVBvOgHB0 .navbar .navbar-logo img {
  width: auto;
}
.cid-uWVBvOgHB0 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uWVBvOgHB0 .navbar.collapsed {
  justify-content: center;
}
.cid-uWVBvOgHB0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWVBvOgHB0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWVBvOgHB0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-uWVBvOgHB0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWVBvOgHB0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWVBvOgHB0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uWVBvOgHB0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWVBvOgHB0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWVBvOgHB0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uWVBvOgHB0 .navbar {
    min-height: 72px;
  }
  .cid-uWVBvOgHB0 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uWVBvOgHB0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWVBvOgHB0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWVBvOgHB0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uWVBvOgHB0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWVBvOgHB0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWVBvOgHB0 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uWVBvOgHB0 .dropdown-item.active,
.cid-uWVBvOgHB0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uWVBvOgHB0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWVBvOgHB0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWVBvOgHB0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWVBvOgHB0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uWVBvOgHB0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uWVBvOgHB0 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uWVBvOgHB0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWVBvOgHB0 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uWVBvOgHB0 .navbar-buttons {
    text-align: left;
  }
}
.cid-uWVBvOgHB0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWVBvOgHB0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uWVBvOgHB0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWVBvOgHB0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWVBvOgHB0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWVBvOgHB0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWVBvOgHB0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWVBvOgHB0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWVBvOgHB0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWVBvOgHB0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWVBvOgHB0 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uWVBvOgHB0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWVBvOgHB0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uWVBvOgHB0 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uWVBvOgHB0 .navbar {
    height: 70px;
  }
  .cid-uWVBvOgHB0 .navbar.opened {
    height: auto;
  }
  .cid-uWVBvOgHB0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uWVBvOgHB0 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uWVBvOgHB0 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uWVBvOgHB0 .navbar-brand {
    margin-right: auto;
  }
  .cid-uWVBvOgHB0 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.4) !important;
    background: rgba(255, 255, 255, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uWVBvOgHB0 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uWVBvOgHB0 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uWVBvOgHB0 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v2IZEtBgZT {
  background-color: #000000;
  overflow: hidden;
}
.cid-v2IZEtBgZT .card {
  position: relative;
}
.cid-v2IZEtBgZT .card .gradient-wrap {
  position: absolute;
  bottom: -40%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #1c4eff, #ca45ff 50%, #7f2887);
  filter: blur(4rem);
  pointer-events: none;
}
.cid-v2IZEtBgZT .card .gradient-wrap::before {
  content: '';
  position: absolute;
  top: -30%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #000000;
  filter: blur(5rem);
  pointer-events: none;
}
.cid-v2IZEtBgZT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2IZEtBgZT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2IZEtBgZT .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v2IZEtBgZT .content-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v2IZEtBgZT .content-wrapper {
    width: 100%;
  }
}
.cid-v2IZEtBgZT .content-wrapper .label-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-v2IZEtBgZT .content-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-v2IZEtBgZT .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-v2IZEtBgZT .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v2IZEtBgZT .content-wrapper .mbr-section-title {
    margin-bottom: 18px;
  }
}
.cid-v2IZEtBgZT .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v2IZEtBgZT .content-wrapper .mbr-section-btn {
  margin-top: 46px;
}
@media (max-width: 992px) {
  .cid-v2IZEtBgZT .content-wrapper .mbr-section-btn {
    margin-top: 18px;
  }
}
.cid-v2IZEtBgZT .mbr-label,
.cid-v2IZEtBgZT .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v2IZEtBgZT .mbr-section-title {
  color: #ffffff;
}
.cid-v2IZEtBgZT .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v2IZEtBgZT .mbr-section-title,
.cid-v2IZEtBgZT .mbr-section-btn {
  text-align: center;
}
.cid-v6kpF3SX71 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #190f2a;
}
.cid-v6kpF3SX71 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6kpF3SX71 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6kpF3SX71 .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v6kpF3SX71 .content-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v6kpF3SX71 .content-wrapper {
    width: 100%;
  }
}
.cid-v6kpF3SX71 .content-wrapper .subtitle-wrapper .mbr-section-title {
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-v6kpF3SX71 .content-wrapper .subtitle-wrapper .mbr-section-title {
    margin-bottom: 28px;
  }
}
.cid-v6kpF3SX71 .content-wrapper .gradient-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background-image: linear-gradient(135deg, #1c4eff, #ca45ff, #fe881b);
  filter: blur(4rem);
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-v6kpF3SX71 .content-wrapper .gradient-wrap {
    height: 50%;
  }
}
.cid-v6kpF3SX71 .content-wrapper .mbr-figure {
  position: relative;
  z-index: 1;
}
.cid-v6kpF3SX71 .mbr-section-title {
  color: #ffffff;
}
.cid-v6kpF3SX71 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v6kpF3SX71 .mbr-section-title,
.cid-v6kpF3SX71 .mbr-section-btn,
.cid-v6kpF3SX71 .subtitle-wrapper {
  text-align: center;
}
.cid-uRQ5e69VW9 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRQ5e69VW9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRQ5e69VW9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRQ5e69VW9 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uRQ5e69VW9 .image-wrap img {
    display: block;
    margin: auto;
  }
}
.cid-uRQ5e69VW9 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uRQ5e69VW9 .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uRQ5e69VW9 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uRQ5e69VW9 .header-menu li p {
  margin: 0;
}
.cid-uRQ5e69VW9 .mbr-section-title {
  color: #ffffff;
}
.cid-uRQ5e69VW9 .header-menu-item {
  color: #ffffff;
}
.cid-uRQ5e69VW9 .mbr-text,
.cid-uRQ5e69VW9 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uRQ5e69VW9 .content-head {
  max-width: 800px;
}
.cid-uWVuZCWTvv {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uWVuZCWTvv .card-wrapper {
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  width: 80%;
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 0;
  padding: 1rem;
  background: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uWVuZCWTvv .bottom,
.cid-uWVuZCWTvv .card-title {
  color: #ffffff;
}
.cid-uWVuZCWTvv .card-title {
  margin-bottom: 18px;
  color: #f7f7f7;
}
@media (max-width: 1150px) {
  .cid-uWVuZCWTvv .card-wrapper {
    top: -20px;
  }
}
@media (max-width: 990px) {
  .cid-uWVuZCWTvv {
    padding-bottom: 0;
  }
  .cid-uWVuZCWTvv .card-wrapper {
    position: initial;
  }
  .cid-uWVuZCWTvv .card-box {
    padding: 10%;
  }
}
.cid-uWVuZCWTvv .bottom {
  color: #8c8c95;
}
.cid-uWVuZCWTvv .plus1 {
  color: #fedb01;
}
.cid-uWVuZCWTvv .plus2 {
  color: #ff4433;
}
.cid-uWVuZCWTvv .plus3 {
  color: #4cc9f0;
}
.cid-uWVuZCWTvv .plus4 {
  color: #6c38ff;
}
.cid-uWVuZCWTvv .card-title,
.cid-uWVuZCWTvv .bottom {
  text-align: center;
}
.cid-uWVs5MEHLL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-uWVs5MEHLL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWVs5MEHLL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWVs5MEHLL .card-wrapper {
  position: relative;
  background-color: #000000;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uWVs5MEHLL .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uWVs5MEHLL .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uWVs5MEHLL .card-wrapper .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uWVs5MEHLL .card-wrapper .content-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uWVs5MEHLL .card-wrapper .content-wrapper {
    display: block;
  }
}
.cid-uWVs5MEHLL .card-wrapper .content-wrapper .image-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uWVs5MEHLL .card-wrapper .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uWVs5MEHLL .card-wrapper .content-wrapper .image-wrapper img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uWVs5MEHLL .card-wrapper .content-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-uWVs5MEHLL .card-wrapper .content-wrapper .content-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uWVs5MEHLL .card-wrapper .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uWVs5MEHLL .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uWVs5MEHLL .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uWVs5MEHLL .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 1440px) {
  .cid-uWVs5MEHLL .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uWVs5MEHLL .card-wrapper .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uWVs5MEHLL .mbr-section-title {
  color: #000000;
}
.cid-uWVs5MEHLL .mbr-text,
.cid-uWVs5MEHLL .text-wrapper {
  color: #ffffff;
}
.cid-uWVs5MEHLL .mbr-section-title,
.cid-uWVs5MEHLL .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-v3Rx82ltBf {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #000000;
}
.cid-v3Rx82ltBf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3Rx82ltBf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3Rx82ltBf .card-wrapper {
  overflow: hidden;
  background: #9c98cf;
}
.cid-v3Rx82ltBf .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v3Rx82ltBf .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-v3Rx82ltBf .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-v3Rx82ltBf .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-v3Rx82ltBf .image-wrapper {
  padding: 0 1rem;
}
.cid-v3Rx82ltBf img,
.cid-v3Rx82ltBf .image-wrapper {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v3Rx82ltBf img,
  .cid-v3Rx82ltBf .image-wrapper {
    max-height: 350px;
  }
}
.cid-v3Rx82ltBf .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v3Rx82ltBf .mbr-text {
  color: #000000;
}
.cid-v3Rx82ltBf .mbr-text,
.cid-v3Rx82ltBf .mbr-section-btn {
  text-align: left;
}
.cid-uWVEpChBjs {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uWVEpChBjs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWVEpChBjs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWVEpChBjs .card-wrapper {
  background: #9c98cf;
}
@media (max-width: 767px) {
  .cid-uWVEpChBjs .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uWVEpChBjs .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uWVEpChBjs .card-wrapper {
    padding: 4rem;
  }
}
.cid-uWVEpChBjs .mbr-text,
.cid-uWVEpChBjs .mbr-section-btn {
  text-align: center;
}
.cid-uWVDbjBgIC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uWVDbjBgIC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWVDbjBgIC .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uWVDbjBgIC .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uWVDbjBgIC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWVDbjBgIC .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #f7f7f7;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #393193;
  height: 80px;
  border-radius: 50%;
}
.cid-uWVDbjBgIC .card-title,
.cid-uWVDbjBgIC .iconfont-wrapper,
.cid-uWVDbjBgIC .card-text {
  color: #000000;
  text-align: center;
}
.cid-uWVDbjBgIC .content-head {
  max-width: 800px;
}
.cid-uWVDbjBgIC .mbr-section-title {
  color: #ffffff;
}
.cid-uWVDbjBgIC .mbr-section-btn {
  text-align: center;
}
.cid-uWVDbjBgIC .card-title,
.cid-uWVDbjBgIC .iconfont-wrapper {
  color: #f7f7f7;
}
.cid-uWVDbjBgIC .card-text,
.cid-uWVDbjBgIC .mbr-section-btn {
  color: #ffffff;
}
.cid-v5WwrTJ12n {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v5WwrTJ12n .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5WwrTJ12n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5WwrTJ12n .row {
  margin: 0 -20px;
}
.cid-v5WwrTJ12n .row .card {
  padding: 0 20px;
}
.cid-v5WwrTJ12n .content-wrapper {
  margin-bottom: 40px;
}
.cid-v5WwrTJ12n .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-v5WwrTJ12n .content-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
.cid-v5WwrTJ12n .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v5WwrTJ12n .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-v5WwrTJ12n .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v5WwrTJ12n .content-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 1200px) {
  .cid-v5WwrTJ12n .content-wrap {
    grid-template-columns: 1fr;
  }
}
.cid-v5WwrTJ12n .content-wrap .image-wrapper img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v5WwrTJ12n .mbr-label {
  color: #a8a8a8;
}
.cid-v5WwrTJ12n .mbr-section-title {
  color: #ffffff;
}
.cid-v5WwrTJ12n .mbr-text {
  color: #ffffff;
}
.cid-v5WwrTJ12n .mbr-section-title,
.cid-v5WwrTJ12n .mbr-section-btn {
  text-align: center;
  color: #ffeb69;
}
.cid-v5WwrTJ12n .mbr-text,
.cid-v5WwrTJ12n .text-wrapper {
  text-align: center;
  color: #ffeb69;
}
.cid-v5WwsFnVUf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v5WwsFnVUf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5WwsFnVUf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5WwsFnVUf .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .cid-v5WwsFnVUf .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v5WwsFnVUf .title-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-v5WwsFnVUf .title-wrapper .label-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v5WwsFnVUf .title-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-v5WwsFnVUf .title-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v5WwsFnVUf .title-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v5WwsFnVUf .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v5WwsFnVUf .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v5WwsFnVUf .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v5WwsFnVUf .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v5WwsFnVUf .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-v5WwsFnVUf .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5WwsFnVUf .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-v5WwsFnVUf .items-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -32px;
}
.cid-v5WwsFnVUf .items-wrapper .item {
  width: 25%;
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 1640px) {
  .cid-v5WwsFnVUf .items-wrapper .item {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-v5WwsFnVUf .items-wrapper .item {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-v5WwsFnVUf .items-wrapper .item .item-wrapper {
  position: relative;
  height: 100%;
  padding: 0 0 0 54px;
}
@media (max-width: 992px) {
  .cid-v5WwsFnVUf .items-wrapper .item .item-wrapper {
    padding: 18px 0;
  }
}
@media (max-width: 992px) {
  .cid-v5WwsFnVUf .items-wrapper .item .item-wrapper {
    padding: 18px;
  }
}
.cid-v5WwsFnVUf .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-image: linear-gradient(#fe881b, #ca45ff, #fe881b);
}
.cid-v5WwsFnVUf .items-wrapper .item .item-wrapper .title-wrap {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v5WwsFnVUf .items-wrapper .item .item-wrapper .title-wrap {
    margin-bottom: 22px;
  }
}
.cid-v5WwsFnVUf .items-wrapper .item .item-wrapper .title-wrap .title {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v5WwsFnVUf .items-wrapper .item .item-wrapper .title-wrap .title {
    padding: 10px 16px;
  }
}
.cid-v5WwsFnVUf .items-wrapper .item .item-wrapper .title-wrap .title .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v5WwsFnVUf .items-wrapper .item .item-wrapper .title-wrap .title .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v5WwsFnVUf .items-wrapper .item .item-wrapper .title-wrap .title .item-title {
  margin-bottom: 0;
}
.cid-v5WwsFnVUf .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v5WwsFnVUf .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 22px;
  width: 100%;
}
.cid-v5WwsFnVUf .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-v5WwsFnVUf .btn-wrapper {
  margin-top: -12%;
}
.cid-v5WwsFnVUf .mbr-label,
.cid-v5WwsFnVUf .label-wrapper {
  color: #1a0b54;
  text-align: center;
}
.cid-v5WwsFnVUf .mbr-section-title {
  color: #1a0b54;
  text-align: center;
}
.cid-v5WwsFnVUf .mbr-section-subtitle,
.cid-v5WwsFnVUf .subtitle-wrapper {
  color: #1a0b54;
  text-align: center;
}
.cid-v5WwsFnVUf .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v5WwsFnVUf .item-title {
  color: #1a0b54;
}
.cid-v5WwsFnVUf .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-uWVLKbIqKQ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uWVLKbIqKQ .item:focus,
.cid-uWVLKbIqKQ span:focus {
  outline: none;
}
.cid-uWVLKbIqKQ .item {
  cursor: pointer;
}
.cid-uWVLKbIqKQ .grid-container {
  grid-row-gap: 0;
}
.cid-uWVLKbIqKQ .grid-container-1,
.cid-uWVLKbIqKQ .grid-container-2,
.cid-uWVLKbIqKQ .grid-container-3 {
  gap: 0;
}
.cid-uWVLKbIqKQ .mbr-section-title {
  color: #9c98cf;
}
.cid-uWVLKbIqKQ .mbr-text,
.cid-uWVLKbIqKQ .mbr-section-btn {
  color: #000000;
}
.cid-uWVLKbIqKQ .content-head {
  max-width: 800px;
}
.cid-uWVLKbIqKQ .container,
.cid-uWVLKbIqKQ .container-fluid {
  overflow: hidden;
}
.cid-uWVLKbIqKQ .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uWVLKbIqKQ .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uWVLKbIqKQ .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uWVLKbIqKQ .grid-item img {
    min-width: 35vw;
  }
}
.cid-uWVLKbIqKQ .grid-container-1,
.cid-uWVLKbIqKQ .grid-container-2,
.cid-uWVLKbIqKQ .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uWVLKbIqKQ .grid-container-1 {
  align-items: flex-end;
}
.cid-uWVLKbIqKQ .grid-container-2 {
  align-items: flex-start;
}
.cid-uWVwCBh8DO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uWVwCBh8DO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWVwCBh8DO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWVwCBh8DO .row {
  flex-direction: row-reverse;
}
.cid-uWVwCBh8DO .mbr-description {
  color: #f7f7f7;
}
.cid-uWVFg7u1rJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uWVFg7u1rJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWVFg7u1rJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWVFg7u1rJ .card-wrapper {
  position: relative;
  background-color: #000000;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uWVFg7u1rJ .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uWVFg7u1rJ .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uWVFg7u1rJ .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uWVFg7u1rJ .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uWVFg7u1rJ .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 992px) {
  .cid-uWVFg7u1rJ .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uWVFg7u1rJ .card-wrapper .content-wrapper .panel-group .card {
  position: relative;
  padding: 0;
  background-color: transparent;
  border: 1px solid #9c9c9d;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-uWVFg7u1rJ .card-wrapper .content-wrapper .panel-group .card {
    margin-bottom: 6px;
  }
}
.cid-uWVFg7u1rJ .card-wrapper .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uWVFg7u1rJ .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 30px;
  background-color: #9c98cf;
}
@media (max-width: 992px) {
  .cid-uWVFg7u1rJ .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title {
    padding: 24px;
  }
}
.cid-uWVFg7u1rJ .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uWVFg7u1rJ .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 24px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
.cid-uWVFg7u1rJ .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  color: #02050a;
}
.cid-uWVFg7u1rJ .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title:hover .icon-wrapper {
  opacity: .8;
}
.cid-uWVFg7u1rJ .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title:hover .panel-title-edit {
  opacity: .8;
}
.cid-uWVFg7u1rJ .card-wrapper .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uWVFg7u1rJ .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 100px 64px;
}
@media (max-width: 992px) {
  .cid-uWVFg7u1rJ .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 48px 24px;
  }
}
.cid-uWVFg7u1rJ .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body .iconfont-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uWVFg7u1rJ .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body .iconfont-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uWVFg7u1rJ .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body .iconfont-wrapper .mbr-iconfont {
  width: 96px;
  height: 96px;
  min-width: 96px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #02050a;
  font-size: 50px;
  transition: all 0.3s ease-in-out;
}
.cid-uWVFg7u1rJ .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body .icon_1 .mbr-iconfont {
  background-color: #ff9340;
}
.cid-uWVFg7u1rJ .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body .icon_2 .mbr-iconfont {
  background-color: #ffa6e9;
}
.cid-uWVFg7u1rJ .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body .icon_3 .mbr-iconfont {
  background-color: #d0d4dd;
}
.cid-uWVFg7u1rJ .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body .icon_4 .mbr-iconfont {
  background-color: #7e9ef5;
}
.cid-uWVFg7u1rJ .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body .card-title {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uWVFg7u1rJ .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body .card-title {
    margin-bottom: 24px;
  }
}
.cid-uWVFg7u1rJ .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body .text-wrapper .panel-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uWVFg7u1rJ .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body .text-wrapper .panel-text {
    width: 100%;
  }
}
.cid-uWVFg7u1rJ .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn {
  margin-top: 54px;
}
@media (max-width: 992px) {
  .cid-uWVFg7u1rJ .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uWVFg7u1rJ .card-wrapper .content-wrapper .panel-group .card .panel-collapse .panel-body .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uWVFg7u1rJ .mbr-section-title {
  color: #f5f8ff;
  text-align: center;
}
.cid-uWVFg7u1rJ .panel-title-edit {
  color: #000000;
}
.cid-uWVFg7u1rJ .card-title {
  color: #f5f8ff;
}
.cid-uWVFg7u1rJ .panel-text,
.cid-uWVFg7u1rJ .text-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uWVFg7u1rJ .card-title,
.cid-uWVFg7u1rJ .mbr-section-btn,
.cid-uWVFg7u1rJ .iconfont-wrapper {
  text-align: center;
}
.cid-uXjh47TpA2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uXjh47TpA2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXjh47TpA2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXjh47TpA2 .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-uXjh47TpA2 .content-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  background-color: #f5f5f5;
  border-top: 2px solid #ffffff;
  box-shadow: 0 8px 20px -8px #9c9c9c;
}
.cid-uXjh47TpA2 .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-uXjh47TpA2 .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uXjh47TpA2 .content-wrapper .logo-wrapper {
  margin-bottom: 16px;
}
.cid-uXjh47TpA2 .content-wrapper .logo-wrapper img {
  width: 116px;
  height: 116px;
  object-fit: cover;
  display: inline-flex;
  border-radius: 100% !important;
  box-shadow: 0 20px 20px -5px #9c9c9c;
}
.cid-uXjh47TpA2 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-165deg, #f5f5f5, #393193 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-uXjh47TpA2 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    background-image: linear-gradient(-165deg, #f5f5f5, #393193 40%);
  }
}
.cid-uXjh47TpA2 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXjh47TpA2 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXjh47TpA2 .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uXjh47TpA2 .mbr-label,
.cid-uXjh47TpA2 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uXjh47TpA2 .mbr-section-title {
  color: #000000;
}
.cid-uXjh47TpA2 .mbr-text,
.cid-uXjh47TpA2 .text-wrapper {
  color: #f7f7f7;
  text-align: center;
}
.cid-uXjh47TpA2 .mbr-section-title,
.cid-uXjh47TpA2 .title-wrapper,
.cid-uXjh47TpA2 .mbr-section-btn,
.cid-uXjh47TpA2 .logo-wrapper {
  text-align: center;
}
.cid-v0KkHiO0rJ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v0KkHiO0rJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0KkHiO0rJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0KkHiO0rJ .row {
  justify-content: center;
}
.cid-v0KkHiO0rJ .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #a78aff 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v0KkHiO0rJ .title-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v0KkHiO0rJ .title-wrapper .title-wrapper {
    margin-bottom: 22px;
  }
}
.cid-v0KkHiO0rJ .title-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v0KkHiO0rJ .title-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #ffffff, #a78aff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v0KkHiO0rJ .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0KkHiO0rJ .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v0KkHiO0rJ .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-v0KkHiO0rJ .mbr-label,
.cid-v0KkHiO0rJ .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v0KkHiO0rJ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v0KkHiO0rJ .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-v0KkHiO0rJ .mbr-text,
.cid-v0KkHiO0rJ .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v0KkHiO0rJ .mbr-section-title,
.cid-v0KkHiO0rJ .mbr-section-btn {
  text-align: center;
}
.cid-uRPa0YbjWi {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uRPa0YbjWi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRPa0YbjWi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRPa0YbjWi .card-wrapper {
  background: #0c2c68;
}
@media (max-width: 767px) {
  .cid-uRPa0YbjWi .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uRPa0YbjWi .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uRPa0YbjWi .card-wrapper {
    padding: 4rem;
  }
}
.cid-uRPa0YbjWi .mbr-text,
.cid-uRPa0YbjWi .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uRPa0YbjWi .card-title,
.cid-uRPa0YbjWi .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-v2JvHGzxjs {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v2JvHGzxjs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2JvHGzxjs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2JvHGzxjs .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v2JvHGzxjs .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v2JvHGzxjs .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v2JvHGzxjs .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v2JvHGzxjs .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-v2JvHGzxjs .nav-wrapper .list .item-wrap:hover::before,
.cid-v2JvHGzxjs .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-v2JvHGzxjs .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all .3s ease;
}
.cid-v2JvHGzxjs .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2JvHGzxjs .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v2JvHGzxjs .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v2JvHGzxjs .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v2JvHGzxjs .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-v2JvHGzxjs .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-v2JvHGzxjs .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #232323;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-v2JvHGzxjs .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all .3s ease;
}
.cid-v2JvHGzxjs .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-v2JvHGzxjs .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v2JvHGzxjs .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-v2JvHGzxjs .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v2JvHGzxjs .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-v2JvHGzxjs .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v2JvHGzxjs .list {
  color: #ffffff;
}
.cid-v2JvHGzxjs .mbr-section-title {
  color: #ffffff;
}
.cid-v2JvHGzxjs .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v2JvHGzxjs .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-v2JvHGzxjs .mbr-section-title,
.cid-v2JvHGzxjs .mbr-section-btn {
  text-align: center;
}
.cid-uWVBvOgHB0 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uWVBvOgHB0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWVBvOgHB0 .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-uWVBvOgHB0 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uWVBvOgHB0 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uWVBvOgHB0 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uWVBvOgHB0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWVBvOgHB0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWVBvOgHB0 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uWVBvOgHB0 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uWVBvOgHB0 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uWVBvOgHB0 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uWVBvOgHB0 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uWVBvOgHB0 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uWVBvOgHB0 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uWVBvOgHB0 .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-uWVBvOgHB0 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uWVBvOgHB0 .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uWVBvOgHB0 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uWVBvOgHB0 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uWVBvOgHB0 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uWVBvOgHB0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uWVBvOgHB0 .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.4) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uWVBvOgHB0 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uWVBvOgHB0 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uWVBvOgHB0 .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-uWVBvOgHB0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uWVBvOgHB0 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.4) !important;
  backdrop-filter: blur(10px);
}
.cid-uWVBvOgHB0 .nav-item:focus,
.cid-uWVBvOgHB0 .nav-link:focus {
  outline: none;
}
.cid-uWVBvOgHB0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWVBvOgHB0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWVBvOgHB0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWVBvOgHB0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWVBvOgHB0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWVBvOgHB0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWVBvOgHB0 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uWVBvOgHB0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uWVBvOgHB0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWVBvOgHB0 .navbar .navbar-logo img {
  width: auto;
}
.cid-uWVBvOgHB0 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uWVBvOgHB0 .navbar.collapsed {
  justify-content: center;
}
.cid-uWVBvOgHB0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWVBvOgHB0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWVBvOgHB0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-uWVBvOgHB0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWVBvOgHB0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWVBvOgHB0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uWVBvOgHB0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWVBvOgHB0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWVBvOgHB0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uWVBvOgHB0 .navbar {
    min-height: 72px;
  }
  .cid-uWVBvOgHB0 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uWVBvOgHB0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWVBvOgHB0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWVBvOgHB0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uWVBvOgHB0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWVBvOgHB0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWVBvOgHB0 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uWVBvOgHB0 .dropdown-item.active,
.cid-uWVBvOgHB0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uWVBvOgHB0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWVBvOgHB0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWVBvOgHB0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWVBvOgHB0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uWVBvOgHB0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uWVBvOgHB0 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uWVBvOgHB0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWVBvOgHB0 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uWVBvOgHB0 .navbar-buttons {
    text-align: left;
  }
}
.cid-uWVBvOgHB0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWVBvOgHB0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uWVBvOgHB0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWVBvOgHB0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWVBvOgHB0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWVBvOgHB0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWVBvOgHB0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWVBvOgHB0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWVBvOgHB0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWVBvOgHB0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWVBvOgHB0 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uWVBvOgHB0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWVBvOgHB0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uWVBvOgHB0 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uWVBvOgHB0 .navbar {
    height: 70px;
  }
  .cid-uWVBvOgHB0 .navbar.opened {
    height: auto;
  }
  .cid-uWVBvOgHB0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uWVBvOgHB0 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uWVBvOgHB0 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uWVBvOgHB0 .navbar-brand {
    margin-right: auto;
  }
  .cid-uWVBvOgHB0 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.4) !important;
    background: rgba(255, 255, 255, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uWVBvOgHB0 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uWVBvOgHB0 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uWVBvOgHB0 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v2J3eUu7f0 {
  background-color: #000000;
  overflow: hidden;
}
.cid-v2J3eUu7f0 .card {
  position: relative;
}
.cid-v2J3eUu7f0 .card .gradient-wrap {
  position: absolute;
  bottom: -40%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #1c4eff, #ca45ff 50%, #7f2887);
  filter: blur(4rem);
  pointer-events: none;
}
.cid-v2J3eUu7f0 .card .gradient-wrap::before {
  content: '';
  position: absolute;
  top: -30%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #000000;
  filter: blur(5rem);
  pointer-events: none;
}
.cid-v2J3eUu7f0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2J3eUu7f0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2J3eUu7f0 .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v2J3eUu7f0 .content-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v2J3eUu7f0 .content-wrapper {
    width: 100%;
  }
}
.cid-v2J3eUu7f0 .content-wrapper .label-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-v2J3eUu7f0 .content-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-v2J3eUu7f0 .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-v2J3eUu7f0 .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v2J3eUu7f0 .content-wrapper .mbr-section-title {
    margin-bottom: 18px;
  }
}
.cid-v2J3eUu7f0 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v2J3eUu7f0 .content-wrapper .mbr-section-btn {
  margin-top: 46px;
}
@media (max-width: 992px) {
  .cid-v2J3eUu7f0 .content-wrapper .mbr-section-btn {
    margin-top: 18px;
  }
}
.cid-v2J3eUu7f0 .mbr-label,
.cid-v2J3eUu7f0 .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v2J3eUu7f0 .mbr-section-title {
  color: #ffffff;
}
.cid-v2J3eUu7f0 .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v2J3eUu7f0 .mbr-section-title,
.cid-v2J3eUu7f0 .mbr-section-btn {
  text-align: center;
}
.cid-v5TsyoHqZi {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v5TsyoHqZi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5TsyoHqZi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5TsyoHqZi .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v5TsyoHqZi .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v5TsyoHqZi .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v5TsyoHqZi .panel-group .card {
  position: relative;
  background-color: transparent;
  border-top: 1px solid #a6a99c;
  transition: all 0.3s ease-in-out;
  padding: 40px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v5TsyoHqZi .panel-group .card {
    padding: 16px 0;
  }
}
.cid-v5TsyoHqZi .panel-group .card::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #232b45;
  transition: all .5s ease;
}
.cid-v5TsyoHqZi .panel-group .card:hover::before {
  width: 100%;
}
.cid-v5TsyoHqZi .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v5TsyoHqZi .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v5TsyoHqZi .panel-group .card .card-header .panel-title {
    display: block;
  }
}
.cid-v5TsyoHqZi .panel-group .card .card-header .panel-title .panel-number {
  width: 55px;
  min-width: 55px;
  padding-right: 12px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5TsyoHqZi .panel-group .card .card-header .panel-title .panel-number {
    padding-right: 0;
    min-width: auto;
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-v5TsyoHqZi .panel-group .card .card-header .panel-title .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v5TsyoHqZi .panel-group .card .card-header .panel-title .panel-title-edit {
    margin-bottom: 8px;
  }
}
.cid-v5TsyoHqZi .panel-group .card .card-header .panel-title .panel-date {
  padding-left: 24px;
  width: 280px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5TsyoHqZi .panel-group .card .card-header .panel-title .panel-date {
    padding-left: 0;
    width: 100%;
  }
}
.cid-v5TsyoHqZi .panel-group .card .panel-collapse .panel-body {
  transition: all 0.3s ease-in-out;
  margin-top: 24px;
}
.cid-v5TsyoHqZi .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5TsyoHqZi .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-v5TsyoHqZi .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v5TsyoHqZi .panel-number {
  color: #808080;
}
.cid-v5TsyoHqZi .panel-title-edit {
  color: #d70081;
}
.cid-v5TsyoHqZi .panel-date {
  color: #808080;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v5TsyoHqZi .panel-date {
    text-align: left;
  }
}
.cid-v5TsyoHqZi .panel-text {
  color: #808080;
}
.cid-v5TsyoHqZi .panel-text,
.cid-v5TsyoHqZi .panel-body {
  color: #edefeb;
}
.cid-v2KQDWSNyo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-v2KQDWSNyo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2KQDWSNyo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2KQDWSNyo .content-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.cid-v2KQDWSNyo .content-wrapper::before,
.cid-v2KQDWSNyo .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #000000;
}
.cid-v2KQDWSNyo .content-wrapper::before {
  left: 0;
}
.cid-v2KQDWSNyo .content-wrapper::after {
  right: 0;
}
.cid-v2KQDWSNyo .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
}
.cid-v2KQDWSNyo .mbr-section-title {
  margin-bottom: 24px;
  padding: 0 20px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v2KQDWSNyo .mbr-section-title {
    padding: 0 16px;
    margin-bottom: 16px;
  }
}
.cid-v2KQDWSNyo .panel-group .card {
  position: relative;
  background-color: transparent;
  border-bottom: none;
  transition: all 0.3s ease-in-out;
  margin: 0 1px;
  will-change: transform;
  border-bottom: 1px solid #000000;
}
.cid-v2KQDWSNyo .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v2KQDWSNyo .panel-group .card .card-header .panel-title {
  padding: 40px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v2KQDWSNyo .panel-group .card .card-header .panel-title {
    padding: 24px 16px;
    flex-wrap: wrap;
  }
}
.cid-v2KQDWSNyo .panel-group .card .card-header .panel-title .panel-number {
  width: 33.33%;
}
@media (max-width: 992px) {
  .cid-v2KQDWSNyo .panel-group .card .card-header .panel-title .panel-number {
    width: 100%;
  }
}
.cid-v2KQDWSNyo .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  width: 33.33%;
}
@media (max-width: 992px) {
  .cid-v2KQDWSNyo .panel-group .card .card-header .panel-title .panel-title-edit {
    width: 80%;
  }
}
.cid-v2KQDWSNyo .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 33.33%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-v2KQDWSNyo .panel-group .card .card-header .panel-title .icon-wrapper {
    width: 20%;
  }
}
.cid-v2KQDWSNyo .panel-group .card .card-header .panel-title .icon-wrapper .icon-wrap {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
  background-color: #000000;
}
.cid-v2KQDWSNyo .panel-group .card .card-header .panel-title .icon-wrapper .icon-wrap .mbr-iconfont {
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
}
.cid-v2KQDWSNyo .panel-group .card .card-header .panel-title:not(.collapsed) {
  background-color: #232b45;
}
.cid-v2KQDWSNyo .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .icon-wrap {
  background-color: #000000;
}
.cid-v2KQDWSNyo .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .icon-wrap .mbr-iconfont {
  transform: rotate(45deg);
  color: #ffffff;
}
.cid-v2KQDWSNyo .panel-group .card .panel-collapse .panel-body {
  padding: 0 33.33% 100px;
  background-color: #232b45;
}
@media (max-width: 992px) {
  .cid-v2KQDWSNyo .panel-group .card .panel-collapse .panel-body {
    padding: 0 16px 32px;
  }
}
.cid-v2KQDWSNyo .panel-group .card .panel-collapse .panel-body .image-wrapper {
  margin-bottom: 24px;
}
.cid-v2KQDWSNyo .panel-group .card .panel-collapse .panel-body .image-wrapper img {
  height: 210px;
  width: 100%;
  object-fit: cover;
}
.cid-v2KQDWSNyo .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v2KQDWSNyo .panel-group .card .panel-collapse .panel-body .tags-wrapper {
  margin-top: 24px;
}
.cid-v2KQDWSNyo .panel-group .card .panel-collapse .panel-body .tags-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v2KQDWSNyo .panel-group .card .panel-collapse .panel-body .tags-wrapper .list .item-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 2px 6px;
  background-color: #ff4306;
}
.cid-v2KQDWSNyo .panel-group .card .panel-collapse .panel-body .mbr-section-btn {
  margin-top: 24px;
}
.cid-v2KQDWSNyo .panel-number {
  color: #ffffff;
}
.cid-v2KQDWSNyo .panel-title-edit {
  color: #ffffff;
}
.cid-v2KQDWSNyo .panel-text {
  color: #ffffff;
}
.cid-v2KQDWSNyo .list {
  color: #ffffff;
}
.cid-v2KQDWSNyo P {
  color: #ffffff;
}
.cid-v2L2YhRUOP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v2L2YhRUOP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2L2YhRUOP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2L2YhRUOP .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v2L2YhRUOP .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v2L2YhRUOP .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2L2YhRUOP .panel-group .card {
  position: relative;
  background-color: transparent;
  border-top: 1px solid #757b62;
  transition: all 0.3s ease-in-out;
  padding: 40px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v2L2YhRUOP .panel-group .card {
    padding: 16px 0;
  }
}
.cid-v2L2YhRUOP .panel-group .card::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #232b45;
  transition: all .5s ease;
}
.cid-v2L2YhRUOP .panel-group .card:hover::before {
  width: 100%;
}
.cid-v2L2YhRUOP .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v2L2YhRUOP .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v2L2YhRUOP .panel-group .card .card-header .panel-title {
    display: block;
  }
}
.cid-v2L2YhRUOP .panel-group .card .card-header .panel-title .panel-number {
  width: 55px;
  min-width: 55px;
  padding-right: 12px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2L2YhRUOP .panel-group .card .card-header .panel-title .panel-number {
    padding-right: 0;
    min-width: auto;
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-v2L2YhRUOP .panel-group .card .card-header .panel-title .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v2L2YhRUOP .panel-group .card .card-header .panel-title .panel-title-edit {
    margin-bottom: 8px;
  }
}
.cid-v2L2YhRUOP .panel-group .card .card-header .panel-title .panel-date {
  padding-left: 24px;
  width: 280px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2L2YhRUOP .panel-group .card .card-header .panel-title .panel-date {
    padding-left: 0;
    width: 100%;
  }
}
.cid-v2L2YhRUOP .panel-group .card .panel-collapse .panel-body {
  transition: all 0.3s ease-in-out;
  margin-top: 24px;
}
.cid-v2L2YhRUOP .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2L2YhRUOP .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-v2L2YhRUOP .mbr-section-title {
  color: #7f2887;
  text-align: center;
}
.cid-v2L2YhRUOP .panel-number {
  color: #808080;
}
.cid-v2L2YhRUOP .panel-title-edit {
  color: #ffffff;
}
.cid-v2L2YhRUOP .panel-date {
  color: #808080;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v2L2YhRUOP .panel-date {
    text-align: left;
  }
}
.cid-v2L2YhRUOP .panel-text {
  color: #808080;
}
.cid-v2L2YhRUOP .panel-text,
.cid-v2L2YhRUOP .panel-body {
  color: #edefeb;
}
.cid-v2L2Z9Z9sb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v2L2Z9Z9sb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2L2Z9Z9sb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2L2Z9Z9sb .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v2L2Z9Z9sb .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v2L2Z9Z9sb .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2L2Z9Z9sb .panel-group .card {
  position: relative;
  background-color: transparent;
  border-top: 1px solid #a6a99c;
  transition: all 0.3s ease-in-out;
  padding: 40px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v2L2Z9Z9sb .panel-group .card {
    padding: 16px 0;
  }
}
.cid-v2L2Z9Z9sb .panel-group .card::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #232b45;
  transition: all .5s ease;
}
.cid-v2L2Z9Z9sb .panel-group .card:hover::before {
  width: 100%;
}
.cid-v2L2Z9Z9sb .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v2L2Z9Z9sb .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v2L2Z9Z9sb .panel-group .card .card-header .panel-title {
    display: block;
  }
}
.cid-v2L2Z9Z9sb .panel-group .card .card-header .panel-title .panel-number {
  width: 55px;
  min-width: 55px;
  padding-right: 12px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2L2Z9Z9sb .panel-group .card .card-header .panel-title .panel-number {
    padding-right: 0;
    min-width: auto;
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-v2L2Z9Z9sb .panel-group .card .card-header .panel-title .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v2L2Z9Z9sb .panel-group .card .card-header .panel-title .panel-title-edit {
    margin-bottom: 8px;
  }
}
.cid-v2L2Z9Z9sb .panel-group .card .card-header .panel-title .panel-date {
  padding-left: 24px;
  width: 280px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2L2Z9Z9sb .panel-group .card .card-header .panel-title .panel-date {
    padding-left: 0;
    width: 100%;
  }
}
.cid-v2L2Z9Z9sb .panel-group .card .panel-collapse .panel-body {
  transition: all 0.3s ease-in-out;
  margin-top: 24px;
}
.cid-v2L2Z9Z9sb .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2L2Z9Z9sb .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-v2L2Z9Z9sb .mbr-section-title {
  color: #7f2887;
  text-align: center;
}
.cid-v2L2Z9Z9sb .panel-number {
  color: #808080;
}
.cid-v2L2Z9Z9sb .panel-title-edit {
  color: #ffffff;
}
.cid-v2L2Z9Z9sb .panel-date {
  color: #808080;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v2L2Z9Z9sb .panel-date {
    text-align: left;
  }
}
.cid-v2L2Z9Z9sb .panel-text {
  color: #808080;
}
.cid-v2L2Z9Z9sb .panel-text,
.cid-v2L2Z9Z9sb .panel-body {
  color: #edefeb;
}
.cid-v2Le2yOJ0c {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v2Le2yOJ0c .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2Le2yOJ0c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2Le2yOJ0c .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v2Le2yOJ0c .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v2Le2yOJ0c .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2Le2yOJ0c .panel-group .card {
  position: relative;
  background-color: transparent;
  border-top: 1px solid #a6a99c;
  transition: all 0.3s ease-in-out;
  padding: 40px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v2Le2yOJ0c .panel-group .card {
    padding: 16px 0;
  }
}
.cid-v2Le2yOJ0c .panel-group .card::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #232b45;
  transition: all .5s ease;
}
.cid-v2Le2yOJ0c .panel-group .card:hover::before {
  width: 100%;
}
.cid-v2Le2yOJ0c .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v2Le2yOJ0c .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v2Le2yOJ0c .panel-group .card .card-header .panel-title {
    display: block;
  }
}
.cid-v2Le2yOJ0c .panel-group .card .card-header .panel-title .panel-number {
  width: 55px;
  min-width: 55px;
  padding-right: 12px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2Le2yOJ0c .panel-group .card .card-header .panel-title .panel-number {
    padding-right: 0;
    min-width: auto;
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-v2Le2yOJ0c .panel-group .card .card-header .panel-title .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v2Le2yOJ0c .panel-group .card .card-header .panel-title .panel-title-edit {
    margin-bottom: 8px;
  }
}
.cid-v2Le2yOJ0c .panel-group .card .card-header .panel-title .panel-date {
  padding-left: 24px;
  width: 280px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2Le2yOJ0c .panel-group .card .card-header .panel-title .panel-date {
    padding-left: 0;
    width: 100%;
  }
}
.cid-v2Le2yOJ0c .panel-group .card .panel-collapse .panel-body {
  transition: all 0.3s ease-in-out;
  margin-top: 24px;
}
.cid-v2Le2yOJ0c .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2Le2yOJ0c .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-v2Le2yOJ0c .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v2Le2yOJ0c .panel-number {
  color: #808080;
}
.cid-v2Le2yOJ0c .panel-title-edit {
  color: #ffffff;
}
.cid-v2Le2yOJ0c .panel-date {
  color: #808080;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v2Le2yOJ0c .panel-date {
    text-align: left;
  }
}
.cid-v2Le2yOJ0c .panel-text {
  color: #808080;
}
.cid-v2Le2yOJ0c .panel-text,
.cid-v2Le2yOJ0c .panel-body {
  color: #edefeb;
}
.cid-v3Rm6Xy5BL {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v3Rm6Xy5BL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3Rm6Xy5BL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3Rm6Xy5BL .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v3Rm6Xy5BL .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3Rm6Xy5BL .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v3Rm6Xy5BL .panel-group .card {
  position: relative;
  background-color: transparent;
  border-top: 1px solid #a6a99c;
  transition: all 0.3s ease-in-out;
  padding: 40px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v3Rm6Xy5BL .panel-group .card {
    padding: 16px 0;
  }
}
.cid-v3Rm6Xy5BL .panel-group .card::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #232b45;
  transition: all .5s ease;
}
.cid-v3Rm6Xy5BL .panel-group .card:hover::before {
  width: 100%;
}
.cid-v3Rm6Xy5BL .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v3Rm6Xy5BL .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v3Rm6Xy5BL .panel-group .card .card-header .panel-title {
    display: block;
  }
}
.cid-v3Rm6Xy5BL .panel-group .card .card-header .panel-title .panel-number {
  width: 55px;
  min-width: 55px;
  padding-right: 12px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v3Rm6Xy5BL .panel-group .card .card-header .panel-title .panel-number {
    padding-right: 0;
    min-width: auto;
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-v3Rm6Xy5BL .panel-group .card .card-header .panel-title .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v3Rm6Xy5BL .panel-group .card .card-header .panel-title .panel-title-edit {
    margin-bottom: 8px;
  }
}
.cid-v3Rm6Xy5BL .panel-group .card .card-header .panel-title .panel-date {
  padding-left: 24px;
  width: 280px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v3Rm6Xy5BL .panel-group .card .card-header .panel-title .panel-date {
    padding-left: 0;
    width: 100%;
  }
}
.cid-v3Rm6Xy5BL .panel-group .card .panel-collapse .panel-body {
  transition: all 0.3s ease-in-out;
  margin-top: 24px;
}
.cid-v3Rm6Xy5BL .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v3Rm6Xy5BL .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-v3Rm6Xy5BL .mbr-section-title {
  color: #7f2887;
  text-align: center;
}
.cid-v3Rm6Xy5BL .panel-number {
  color: #808080;
}
.cid-v3Rm6Xy5BL .panel-title-edit {
  color: #ffffff;
}
.cid-v3Rm6Xy5BL .panel-date {
  color: #808080;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v3Rm6Xy5BL .panel-date {
    text-align: left;
  }
}
.cid-v3Rm6Xy5BL .panel-text {
  color: #808080;
}
.cid-v3Rm6Xy5BL .panel-text,
.cid-v3Rm6Xy5BL .panel-body {
  color: #edefeb;
}
.cid-v3zpw9I5rL {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v3zpw9I5rL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3zpw9I5rL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3zpw9I5rL .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v3zpw9I5rL .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v3zpw9I5rL .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v3zpw9I5rL .panel-group .card {
  position: relative;
  background-color: transparent;
  border-top: 1px solid #a6a99c;
  transition: all 0.3s ease-in-out;
  padding: 40px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v3zpw9I5rL .panel-group .card {
    padding: 16px 0;
  }
}
.cid-v3zpw9I5rL .panel-group .card::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #232b45;
  transition: all .5s ease;
}
.cid-v3zpw9I5rL .panel-group .card:hover::before {
  width: 100%;
}
.cid-v3zpw9I5rL .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v3zpw9I5rL .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v3zpw9I5rL .panel-group .card .card-header .panel-title {
    display: block;
  }
}
.cid-v3zpw9I5rL .panel-group .card .card-header .panel-title .panel-number {
  width: 55px;
  min-width: 55px;
  padding-right: 12px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v3zpw9I5rL .panel-group .card .card-header .panel-title .panel-number {
    padding-right: 0;
    min-width: auto;
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-v3zpw9I5rL .panel-group .card .card-header .panel-title .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v3zpw9I5rL .panel-group .card .card-header .panel-title .panel-title-edit {
    margin-bottom: 8px;
  }
}
.cid-v3zpw9I5rL .panel-group .card .card-header .panel-title .panel-date {
  padding-left: 24px;
  width: 280px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v3zpw9I5rL .panel-group .card .card-header .panel-title .panel-date {
    padding-left: 0;
    width: 100%;
  }
}
.cid-v3zpw9I5rL .panel-group .card .panel-collapse .panel-body {
  transition: all 0.3s ease-in-out;
  margin-top: 24px;
}
.cid-v3zpw9I5rL .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v3zpw9I5rL .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-v3zpw9I5rL .mbr-section-title {
  color: #7f2887;
  text-align: center;
}
.cid-v3zpw9I5rL .panel-number {
  color: #808080;
}
.cid-v3zpw9I5rL .panel-title-edit {
  color: #ffffff;
}
.cid-v3zpw9I5rL .panel-date {
  color: #808080;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v3zpw9I5rL .panel-date {
    text-align: left;
  }
}
.cid-v3zpw9I5rL .panel-text {
  color: #808080;
}
.cid-v3zpw9I5rL .panel-text,
.cid-v3zpw9I5rL .panel-body {
  color: #edefeb;
}
.cid-v55HdFWycM {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v55HdFWycM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v55HdFWycM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v55HdFWycM .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v55HdFWycM .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v55HdFWycM .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v55HdFWycM .panel-group .card {
  position: relative;
  background-color: transparent;
  border-top: 1px solid #a6a99c;
  transition: all 0.3s ease-in-out;
  padding: 40px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v55HdFWycM .panel-group .card {
    padding: 16px 0;
  }
}
.cid-v55HdFWycM .panel-group .card::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #232b45;
  transition: all .5s ease;
}
.cid-v55HdFWycM .panel-group .card:hover::before {
  width: 100%;
}
.cid-v55HdFWycM .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v55HdFWycM .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v55HdFWycM .panel-group .card .card-header .panel-title {
    display: block;
  }
}
.cid-v55HdFWycM .panel-group .card .card-header .panel-title .panel-number {
  width: 55px;
  min-width: 55px;
  padding-right: 12px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v55HdFWycM .panel-group .card .card-header .panel-title .panel-number {
    padding-right: 0;
    min-width: auto;
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-v55HdFWycM .panel-group .card .card-header .panel-title .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v55HdFWycM .panel-group .card .card-header .panel-title .panel-title-edit {
    margin-bottom: 8px;
  }
}
.cid-v55HdFWycM .panel-group .card .card-header .panel-title .panel-date {
  padding-left: 24px;
  width: 280px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v55HdFWycM .panel-group .card .card-header .panel-title .panel-date {
    padding-left: 0;
    width: 100%;
  }
}
.cid-v55HdFWycM .panel-group .card .panel-collapse .panel-body {
  transition: all 0.3s ease-in-out;
  margin-top: 24px;
}
.cid-v55HdFWycM .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v55HdFWycM .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-v55HdFWycM .mbr-section-title {
  color: #7f2887;
  text-align: center;
}
.cid-v55HdFWycM .panel-number {
  color: #808080;
}
.cid-v55HdFWycM .panel-title-edit {
  color: #ffffff;
}
.cid-v55HdFWycM .panel-date {
  color: #808080;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v55HdFWycM .panel-date {
    text-align: left;
  }
}
.cid-v55HdFWycM .panel-text {
  color: #808080;
}
.cid-v55HdFWycM .panel-text,
.cid-v55HdFWycM .panel-body {
  color: #edefeb;
}
.cid-uPWJxB6nNQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uPWJxB6nNQ .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uPWJxB6nNQ .panel-group {
  border: none;
}
.cid-uPWJxB6nNQ .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uPWJxB6nNQ .card-header {
    padding: 0rem;
  }
}
.cid-uPWJxB6nNQ .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uPWJxB6nNQ .img-col {
  padding: 0;
}
.cid-uPWJxB6nNQ .img-item {
  height: 100%;
}
.cid-uPWJxB6nNQ img {
  height: 100%;
  object-fit: cover;
}
.cid-uPWJxB6nNQ .collapsed span {
  transform: rotate(0deg);
}
.cid-uPWJxB6nNQ .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uPWJxB6nNQ p {
  margin-bottom: 0.3rem;
}
.cid-uPWJxB6nNQ .panel-title-edit {
  color: #000000;
}
.cid-uPWJxB6nNQ .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uPWJxB6nNQ .card {
  background: #ffffff;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uPWJxB6nNQ .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uPWJxB6nNQ .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uPWJxB6nNQ .panel-text {
  color: #000000;
}
.cid-uPWJxB6nNQ .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uPWJxB6nNQ .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uPWJxB6nNQ .panel-title-edit,
.cid-uPWJxB6nNQ .mbr-iconfont {
  color: #000000;
}
.cid-uHw6GeZWnI {
  padding-top: 12rem;
  padding-bottom: 8rem;
  background-color: #000000;
}
.cid-uHw6GeZWnI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHw6GeZWnI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHw6GeZWnI .row {
  justify-content: center;
}
.cid-uHw6GeZWnI .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #a78aff 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uHw6GeZWnI .title-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uHw6GeZWnI .title-wrapper .title-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uHw6GeZWnI .title-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uHw6GeZWnI .title-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #ffffff, #a78aff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uHw6GeZWnI .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uHw6GeZWnI .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uHw6GeZWnI .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uHw6GeZWnI .mbr-label,
.cid-uHw6GeZWnI .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uHw6GeZWnI .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uHw6GeZWnI .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uHw6GeZWnI .mbr-text,
.cid-uHw6GeZWnI .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uHw6GeZWnI .mbr-section-title,
.cid-uHw6GeZWnI .mbr-section-btn {
  text-align: center;
}
.cid-v2LhVHhF4D {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v2LhVHhF4D .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2LhVHhF4D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2LhVHhF4D .row {
  justify-content: center;
}
.cid-v2LhVHhF4D .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #a78aff 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v2LhVHhF4D .title-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v2LhVHhF4D .title-wrapper .title-wrapper {
    margin-bottom: 22px;
  }
}
.cid-v2LhVHhF4D .title-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2LhVHhF4D .title-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #ffffff, #a78aff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v2LhVHhF4D .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2LhVHhF4D .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v2LhVHhF4D .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-v2LhVHhF4D .mbr-label,
.cid-v2LhVHhF4D .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v2LhVHhF4D .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v2LhVHhF4D .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-v2LhVHhF4D .mbr-text,
.cid-v2LhVHhF4D .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v2LhVHhF4D .mbr-section-title,
.cid-v2LhVHhF4D .mbr-section-btn {
  text-align: center;
}
.cid-uVbvjgJoRo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uVbvjgJoRo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVbvjgJoRo .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-uVbvjgJoRo .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uVbvjgJoRo .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uVbvjgJoRo .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uVbvjgJoRo .media-content,
.cid-uVbvjgJoRo .mbr-figure {
  align-self: center;
}
.cid-uVbvjgJoRo .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uVbvjgJoRo .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uVbvjgJoRo .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uVbvjgJoRo .mbr-section-maintitle {
  text-align: center;
  color: #ffffff;
}
.cid-uVbvjgJoRo .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uVbvjgJoRo .mbr-text,
.cid-uVbvjgJoRo .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-v2JvHGzxjs {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v2JvHGzxjs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2JvHGzxjs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2JvHGzxjs .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v2JvHGzxjs .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v2JvHGzxjs .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v2JvHGzxjs .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v2JvHGzxjs .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-v2JvHGzxjs .nav-wrapper .list .item-wrap:hover::before,
.cid-v2JvHGzxjs .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-v2JvHGzxjs .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all .3s ease;
}
.cid-v2JvHGzxjs .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2JvHGzxjs .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v2JvHGzxjs .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v2JvHGzxjs .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v2JvHGzxjs .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-v2JvHGzxjs .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-v2JvHGzxjs .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #232323;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-v2JvHGzxjs .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all .3s ease;
}
.cid-v2JvHGzxjs .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-v2JvHGzxjs .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v2JvHGzxjs .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-v2JvHGzxjs .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v2JvHGzxjs .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-v2JvHGzxjs .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v2JvHGzxjs .list {
  color: #ffffff;
}
.cid-v2JvHGzxjs .mbr-section-title {
  color: #ffffff;
}
.cid-v2JvHGzxjs .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v2JvHGzxjs .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-v2JvHGzxjs .mbr-section-title,
.cid-v2JvHGzxjs .mbr-section-btn {
  text-align: center;
}
.cid-uWVBvOgHB0 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uWVBvOgHB0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWVBvOgHB0 .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-uWVBvOgHB0 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uWVBvOgHB0 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uWVBvOgHB0 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uWVBvOgHB0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWVBvOgHB0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWVBvOgHB0 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uWVBvOgHB0 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uWVBvOgHB0 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uWVBvOgHB0 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uWVBvOgHB0 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uWVBvOgHB0 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uWVBvOgHB0 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uWVBvOgHB0 .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-uWVBvOgHB0 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uWVBvOgHB0 .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uWVBvOgHB0 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uWVBvOgHB0 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uWVBvOgHB0 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uWVBvOgHB0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uWVBvOgHB0 .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.4) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uWVBvOgHB0 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uWVBvOgHB0 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uWVBvOgHB0 .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-uWVBvOgHB0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uWVBvOgHB0 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.4) !important;
  backdrop-filter: blur(10px);
}
.cid-uWVBvOgHB0 .nav-item:focus,
.cid-uWVBvOgHB0 .nav-link:focus {
  outline: none;
}
.cid-uWVBvOgHB0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWVBvOgHB0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWVBvOgHB0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWVBvOgHB0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWVBvOgHB0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWVBvOgHB0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWVBvOgHB0 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uWVBvOgHB0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uWVBvOgHB0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWVBvOgHB0 .navbar .navbar-logo img {
  width: auto;
}
.cid-uWVBvOgHB0 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uWVBvOgHB0 .navbar.collapsed {
  justify-content: center;
}
.cid-uWVBvOgHB0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWVBvOgHB0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWVBvOgHB0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-uWVBvOgHB0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWVBvOgHB0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWVBvOgHB0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uWVBvOgHB0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWVBvOgHB0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWVBvOgHB0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uWVBvOgHB0 .navbar {
    min-height: 72px;
  }
  .cid-uWVBvOgHB0 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uWVBvOgHB0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWVBvOgHB0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWVBvOgHB0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uWVBvOgHB0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWVBvOgHB0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWVBvOgHB0 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uWVBvOgHB0 .dropdown-item.active,
.cid-uWVBvOgHB0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uWVBvOgHB0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWVBvOgHB0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWVBvOgHB0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWVBvOgHB0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uWVBvOgHB0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uWVBvOgHB0 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uWVBvOgHB0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWVBvOgHB0 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uWVBvOgHB0 .navbar-buttons {
    text-align: left;
  }
}
.cid-uWVBvOgHB0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWVBvOgHB0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uWVBvOgHB0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWVBvOgHB0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWVBvOgHB0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWVBvOgHB0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWVBvOgHB0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWVBvOgHB0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWVBvOgHB0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWVBvOgHB0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWVBvOgHB0 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uWVBvOgHB0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWVBvOgHB0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uWVBvOgHB0 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uWVBvOgHB0 .navbar {
    height: 70px;
  }
  .cid-uWVBvOgHB0 .navbar.opened {
    height: auto;
  }
  .cid-uWVBvOgHB0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uWVBvOgHB0 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uWVBvOgHB0 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uWVBvOgHB0 .navbar-brand {
    margin-right: auto;
  }
  .cid-uWVBvOgHB0 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.4) !important;
    background: rgba(255, 255, 255, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uWVBvOgHB0 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uWVBvOgHB0 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uWVBvOgHB0 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uSDiQRZKxI {
  padding-top: 12rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uSDiQRZKxI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSDiQRZKxI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSDiQRZKxI .row {
  justify-content: center;
}
.cid-uSDiQRZKxI .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #a78aff 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uSDiQRZKxI .title-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uSDiQRZKxI .title-wrapper .title-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uSDiQRZKxI .title-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSDiQRZKxI .title-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #ffffff, #a78aff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uSDiQRZKxI .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uSDiQRZKxI .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uSDiQRZKxI .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uSDiQRZKxI .mbr-label,
.cid-uSDiQRZKxI .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uSDiQRZKxI .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uSDiQRZKxI .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uSDiQRZKxI .mbr-text,
.cid-uSDiQRZKxI .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uSDiQRZKxI .mbr-section-title,
.cid-uSDiQRZKxI .mbr-section-btn {
  text-align: center;
}
.cid-uSDfpZJRZQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uSDfpZJRZQ .mbr-text {
  color: #ffffff;
}
.cid-uSDfpZJRZQ .mbr-section-subtitle {
  color: #000000;
}
.cid-uSDfpZJRZQ .mbr-section-title {
  color: #f7f7f7;
}
.cid-uSDfpZJRZQ P {
  color: #ffffff;
}
.cid-v2JvHGzxjs {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v2JvHGzxjs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2JvHGzxjs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2JvHGzxjs .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v2JvHGzxjs .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v2JvHGzxjs .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v2JvHGzxjs .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v2JvHGzxjs .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-v2JvHGzxjs .nav-wrapper .list .item-wrap:hover::before,
.cid-v2JvHGzxjs .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-v2JvHGzxjs .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all .3s ease;
}
.cid-v2JvHGzxjs .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2JvHGzxjs .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v2JvHGzxjs .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v2JvHGzxjs .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v2JvHGzxjs .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-v2JvHGzxjs .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-v2JvHGzxjs .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #232323;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-v2JvHGzxjs .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all .3s ease;
}
.cid-v2JvHGzxjs .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-v2JvHGzxjs .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v2JvHGzxjs .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-v2JvHGzxjs .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v2JvHGzxjs .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-v2JvHGzxjs .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v2JvHGzxjs .list {
  color: #ffffff;
}
.cid-v2JvHGzxjs .mbr-section-title {
  color: #ffffff;
}
.cid-v2JvHGzxjs .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v2JvHGzxjs .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-v2JvHGzxjs .mbr-section-title,
.cid-v2JvHGzxjs .mbr-section-btn {
  text-align: center;
}
.cid-uWVBvOgHB0 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uWVBvOgHB0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWVBvOgHB0 .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-uWVBvOgHB0 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uWVBvOgHB0 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uWVBvOgHB0 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uWVBvOgHB0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWVBvOgHB0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWVBvOgHB0 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uWVBvOgHB0 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uWVBvOgHB0 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uWVBvOgHB0 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uWVBvOgHB0 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uWVBvOgHB0 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uWVBvOgHB0 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uWVBvOgHB0 .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-uWVBvOgHB0 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uWVBvOgHB0 .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uWVBvOgHB0 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uWVBvOgHB0 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uWVBvOgHB0 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uWVBvOgHB0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uWVBvOgHB0 .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.4) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uWVBvOgHB0 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uWVBvOgHB0 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uWVBvOgHB0 .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-uWVBvOgHB0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uWVBvOgHB0 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.4) !important;
  backdrop-filter: blur(10px);
}
.cid-uWVBvOgHB0 .nav-item:focus,
.cid-uWVBvOgHB0 .nav-link:focus {
  outline: none;
}
.cid-uWVBvOgHB0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWVBvOgHB0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWVBvOgHB0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWVBvOgHB0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWVBvOgHB0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWVBvOgHB0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWVBvOgHB0 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uWVBvOgHB0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uWVBvOgHB0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWVBvOgHB0 .navbar .navbar-logo img {
  width: auto;
}
.cid-uWVBvOgHB0 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uWVBvOgHB0 .navbar.collapsed {
  justify-content: center;
}
.cid-uWVBvOgHB0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWVBvOgHB0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWVBvOgHB0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-uWVBvOgHB0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWVBvOgHB0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWVBvOgHB0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uWVBvOgHB0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWVBvOgHB0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWVBvOgHB0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uWVBvOgHB0 .navbar {
    min-height: 72px;
  }
  .cid-uWVBvOgHB0 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uWVBvOgHB0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWVBvOgHB0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWVBvOgHB0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uWVBvOgHB0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWVBvOgHB0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWVBvOgHB0 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uWVBvOgHB0 .dropdown-item.active,
.cid-uWVBvOgHB0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uWVBvOgHB0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWVBvOgHB0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWVBvOgHB0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWVBvOgHB0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uWVBvOgHB0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uWVBvOgHB0 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uWVBvOgHB0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWVBvOgHB0 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uWVBvOgHB0 .navbar-buttons {
    text-align: left;
  }
}
.cid-uWVBvOgHB0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWVBvOgHB0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uWVBvOgHB0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWVBvOgHB0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWVBvOgHB0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWVBvOgHB0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWVBvOgHB0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWVBvOgHB0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWVBvOgHB0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWVBvOgHB0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWVBvOgHB0 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uWVBvOgHB0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWVBvOgHB0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uWVBvOgHB0 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uWVBvOgHB0 .navbar {
    height: 70px;
  }
  .cid-uWVBvOgHB0 .navbar.opened {
    height: auto;
  }
  .cid-uWVBvOgHB0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uWVBvOgHB0 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uWVBvOgHB0 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uWVBvOgHB0 .navbar-brand {
    margin-right: auto;
  }
  .cid-uWVBvOgHB0 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.4) !important;
    background: rgba(255, 255, 255, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uWVBvOgHB0 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uWVBvOgHB0 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uWVBvOgHB0 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v2J40XUWNH {
  background-color: #000000;
  overflow: hidden;
}
.cid-v2J40XUWNH .card {
  position: relative;
}
.cid-v2J40XUWNH .card .gradient-wrap {
  position: absolute;
  bottom: -40%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #1c4eff, #ca45ff 50%, #7f2887);
  filter: blur(4rem);
  pointer-events: none;
}
.cid-v2J40XUWNH .card .gradient-wrap::before {
  content: '';
  position: absolute;
  top: -30%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #000000;
  filter: blur(5rem);
  pointer-events: none;
}
.cid-v2J40XUWNH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2J40XUWNH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2J40XUWNH .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v2J40XUWNH .content-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v2J40XUWNH .content-wrapper {
    width: 100%;
  }
}
.cid-v2J40XUWNH .content-wrapper .label-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-v2J40XUWNH .content-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-v2J40XUWNH .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-v2J40XUWNH .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v2J40XUWNH .content-wrapper .mbr-section-title {
    margin-bottom: 18px;
  }
}
.cid-v2J40XUWNH .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v2J40XUWNH .content-wrapper .mbr-section-btn {
  margin-top: 46px;
}
@media (max-width: 992px) {
  .cid-v2J40XUWNH .content-wrapper .mbr-section-btn {
    margin-top: 18px;
  }
}
.cid-v2J40XUWNH .mbr-label,
.cid-v2J40XUWNH .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v2J40XUWNH .mbr-section-title {
  color: #ffffff;
}
.cid-v2J40XUWNH .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v2J40XUWNH .mbr-section-title,
.cid-v2J40XUWNH .mbr-section-btn {
  text-align: center;
}
.cid-v0KoP1SDqT {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
@media (min-width: 768px) {
  .cid-v0KoP1SDqT {
    align-items: flex-end;
  }
  .cid-v0KoP1SDqT .row {
    justify-content: center;
  }
  .cid-v0KoP1SDqT .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v0KoP1SDqT .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v0KoP1SDqT {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-v0KoP1SDqT .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v0KoP1SDqT .content-wrap {
    width: 100%;
  }
}
.cid-v0KoP1SDqT .mbr-section-title,
.cid-v0KoP1SDqT .mbr-section-subtitle {
  text-align: center;
}
.cid-v0KoP1SDqT .mbr-text,
.cid-v0KoP1SDqT .mbr-section-btn {
  text-align: center;
}
.cid-v0Kr4CIIwQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-v0Kr4CIIwQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0Kr4CIIwQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0Kr4CIIwQ .card-wrapper {
  position: relative;
  background-color: #000000;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-v0Kr4CIIwQ .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-v0Kr4CIIwQ .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-v0Kr4CIIwQ .card-wrapper .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-v0Kr4CIIwQ .card-wrapper .content-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-v0Kr4CIIwQ .card-wrapper .content-wrapper {
    display: block;
  }
}
.cid-v0Kr4CIIwQ .card-wrapper .content-wrapper .image-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v0Kr4CIIwQ .card-wrapper .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-v0Kr4CIIwQ .card-wrapper .content-wrapper .image-wrapper img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v0Kr4CIIwQ .card-wrapper .content-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-v0Kr4CIIwQ .card-wrapper .content-wrapper .content-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-v0Kr4CIIwQ .card-wrapper .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-v0Kr4CIIwQ .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-v0Kr4CIIwQ .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v0Kr4CIIwQ .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 1440px) {
  .cid-v0Kr4CIIwQ .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-v0Kr4CIIwQ .card-wrapper .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v0Kr4CIIwQ .mbr-section-title {
  color: #000000;
}
.cid-v0Kr4CIIwQ .mbr-text,
.cid-v0Kr4CIIwQ .text-wrapper {
  color: #ffffff;
}
.cid-v0Kr4CIIwQ .mbr-section-title,
.cid-v0Kr4CIIwQ .mbr-section-btn {
  color: #ffffff;
}
.cid-v0KwYnDv4p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v0KwYnDv4p .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0KwYnDv4p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0KwYnDv4p .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .cid-v0KwYnDv4p .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v0KwYnDv4p .title-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-v0KwYnDv4p .title-wrapper .label-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v0KwYnDv4p .title-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-v0KwYnDv4p .title-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #362c52;
}
@media (max-width: 992px) {
  .cid-v0KwYnDv4p .title-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v0KwYnDv4p .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v0KwYnDv4p .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v0KwYnDv4p .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0KwYnDv4p .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v0KwYnDv4p .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-v0KwYnDv4p .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0KwYnDv4p .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-v0KwYnDv4p .card {
  justify-content: center;
}
.cid-v0KwYnDv4p .image-wrapper {
  position: relative;
  z-index: 1;
  align-items: center;
}
.cid-v0KwYnDv4p .image-wrapper .gradient-wrap {
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #1c4eff 50%, #ca45ff 40%, #fe881b 0);
  filter: blur(4rem);
  pointer-events: none;
}
@media (max-width: 425px) {
  .cid-v0KwYnDv4p .image-wrapper .gradient-wrap {
    width: 260px;
    height: 260px;
  }
}
.cid-v0KwYnDv4p .image-wrapper .image-wrap {
  position: relative;
  z-index: 2;
  width: 330px;
  height: 330px;
  border-radius: 100%;
  overflow: hidden;
  padding: 6px;
  background-image: linear-gradient(135deg, #1c4eff, #ca45ff 40%, #fe881b);
}
@media (max-width: 992px) {
  .cid-v0KwYnDv4p .image-wrapper .image-wrap {
    padding: 5px;
  }
}
@media (max-width: 1440px) {
  .cid-v0KwYnDv4p .image-wrapper .image-wrap {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-v0KwYnDv4p .image-wrapper .image-wrap {
    margin-bottom: 28px;
  }
}
@media (max-width: 425px) {
  .cid-v0KwYnDv4p .image-wrapper .image-wrap {
    width: 260px;
    height: 260px;
  }
}
.cid-v0KwYnDv4p .image-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-v0KwYnDv4p .card-wrapper {
  padding: 82px;
  background-image: radial-gradient(circle at 5% 113%, #362c52, #190f2a 110%);
}
@media (max-width: 1440px) {
  .cid-v0KwYnDv4p .card-wrapper {
    padding: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v0KwYnDv4p .card-wrapper {
    padding: 18px;
  }
}
.cid-v0KwYnDv4p .card-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v0KwYnDv4p .card-wrapper .item {
    margin-bottom: 22px;
  }
}
.cid-v0KwYnDv4p .card-wrapper .item:last-child {
  margin-bottom: 0;
}
.cid-v0KwYnDv4p .card-wrapper .item .item-wrapper .card-box {
  position: relative;
  padding-left: 38px;
}
.cid-v0KwYnDv4p .card-wrapper .item .item-wrapper .card-box::before {
  content: '✓';
  position: absolute;
  top: 4px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #1c4eff, #ca45ff);
  color: #ffffff;
  font-size: 15px;
}
.cid-v0KwYnDv4p .card-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-v0KwYnDv4p .card-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-v0KwYnDv4p .btn-wrapper {
  margin-top: -5%;
}
.cid-v0KwYnDv4p .mbr-label,
.cid-v0KwYnDv4p .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v0KwYnDv4p .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v0KwYnDv4p .mbr-section-subtitle,
.cid-v0KwYnDv4p .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v0KwYnDv4p .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v0KwYnDv4p .item-title {
  color: #ffffff;
}
.cid-v0KwYnDv4p .item-text {
  color: #a997ce;
}
.cid-v2IDdsZTtd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v2IDdsZTtd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2IDdsZTtd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2IDdsZTtd .card {
  justify-content: center;
}
.cid-v2IDdsZTtd .content-wrapper {
  padding-right: 115px;
}
@media (max-width: 992px) {
  .cid-v2IDdsZTtd .content-wrapper {
    margin-bottom: 22px;
    padding-right: 0;
  }
}
.cid-v2IDdsZTtd .content-wrapper .label-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v2IDdsZTtd .content-wrapper .label-wrapper {
    margin-bottom: 22px;
  }
}
.cid-v2IDdsZTtd .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-v2IDdsZTtd .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-v2IDdsZTtd .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v2IDdsZTtd .form-wrap {
  position: relative;
  background-image: radial-gradient(circle at 5% 113%, #362c52, #190f2a 100%);
  padding: 82px;
}
@media (max-width: 1440px) {
  .cid-v2IDdsZTtd .form-wrap {
    padding: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v2IDdsZTtd .form-wrap {
    padding: 18px;
  }
}
.cid-v2IDdsZTtd .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
  margin: 0 -9.6px;
}
.cid-v2IDdsZTtd .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-v2IDdsZTtd .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px;
}
.cid-v2IDdsZTtd .form-wrap .dragArea.row .form-group .form-control {
  padding: 18px 24px;
  background-color: #ffffff;
  border: 1px solid #000000 !important;
  box-shadow: none;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v2IDdsZTtd .form-wrap .dragArea.row .form-group .form-control {
    margin-bottom: 22px;
  }
}
.cid-v2IDdsZTtd .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  opacity: .5;
}
.cid-v2IDdsZTtd .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-v2IDdsZTtd .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #000000 !important;
}
.cid-v2IDdsZTtd .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
  padding: 24px;
}
.cid-v2IDdsZTtd .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-v2IDdsZTtd .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-v2IDdsZTtd .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-v2IDdsZTtd .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.cid-v2IDdsZTtd .mbr-label,
.cid-v2IDdsZTtd .label-wrapper {
  color: #ffffff;
}
.cid-v2IDdsZTtd .mbr-section-title {
  color: #ffffff;
}
.cid-v2IDdsZTtd .mbr-text {
  color: #a997ce;
}
.cid-v2IDdsZTtd label {
  color: #a997ce;
}
.cid-v2IDdsZTtd LABEL {
  color: #ffffff;
}
.cid-v2JvHGzxjs {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v2JvHGzxjs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2JvHGzxjs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2JvHGzxjs .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v2JvHGzxjs .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v2JvHGzxjs .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v2JvHGzxjs .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v2JvHGzxjs .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-v2JvHGzxjs .nav-wrapper .list .item-wrap:hover::before,
.cid-v2JvHGzxjs .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-v2JvHGzxjs .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all .3s ease;
}
.cid-v2JvHGzxjs .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2JvHGzxjs .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v2JvHGzxjs .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v2JvHGzxjs .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v2JvHGzxjs .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-v2JvHGzxjs .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-v2JvHGzxjs .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #232323;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-v2JvHGzxjs .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all .3s ease;
}
.cid-v2JvHGzxjs .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-v2JvHGzxjs .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v2JvHGzxjs .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-v2JvHGzxjs .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v2JvHGzxjs .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-v2JvHGzxjs .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v2JvHGzxjs .list {
  color: #ffffff;
}
.cid-v2JvHGzxjs .mbr-section-title {
  color: #ffffff;
}
.cid-v2JvHGzxjs .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v2JvHGzxjs .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-v2JvHGzxjs .mbr-section-title,
.cid-v2JvHGzxjs .mbr-section-btn {
  text-align: center;
}
.cid-uWVBvOgHB0 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uWVBvOgHB0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWVBvOgHB0 .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-uWVBvOgHB0 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uWVBvOgHB0 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uWVBvOgHB0 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uWVBvOgHB0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWVBvOgHB0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWVBvOgHB0 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uWVBvOgHB0 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uWVBvOgHB0 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uWVBvOgHB0 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uWVBvOgHB0 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uWVBvOgHB0 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uWVBvOgHB0 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uWVBvOgHB0 .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-uWVBvOgHB0 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uWVBvOgHB0 .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uWVBvOgHB0 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uWVBvOgHB0 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uWVBvOgHB0 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uWVBvOgHB0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uWVBvOgHB0 .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.4) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uWVBvOgHB0 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uWVBvOgHB0 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uWVBvOgHB0 .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-uWVBvOgHB0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uWVBvOgHB0 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.4) !important;
  backdrop-filter: blur(10px);
}
.cid-uWVBvOgHB0 .nav-item:focus,
.cid-uWVBvOgHB0 .nav-link:focus {
  outline: none;
}
.cid-uWVBvOgHB0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWVBvOgHB0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWVBvOgHB0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWVBvOgHB0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWVBvOgHB0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWVBvOgHB0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWVBvOgHB0 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uWVBvOgHB0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uWVBvOgHB0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWVBvOgHB0 .navbar .navbar-logo img {
  width: auto;
}
.cid-uWVBvOgHB0 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uWVBvOgHB0 .navbar.collapsed {
  justify-content: center;
}
.cid-uWVBvOgHB0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWVBvOgHB0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWVBvOgHB0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-uWVBvOgHB0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWVBvOgHB0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWVBvOgHB0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uWVBvOgHB0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWVBvOgHB0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWVBvOgHB0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uWVBvOgHB0 .navbar {
    min-height: 72px;
  }
  .cid-uWVBvOgHB0 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uWVBvOgHB0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWVBvOgHB0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWVBvOgHB0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uWVBvOgHB0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWVBvOgHB0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWVBvOgHB0 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uWVBvOgHB0 .dropdown-item.active,
.cid-uWVBvOgHB0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uWVBvOgHB0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWVBvOgHB0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWVBvOgHB0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWVBvOgHB0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uWVBvOgHB0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uWVBvOgHB0 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uWVBvOgHB0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWVBvOgHB0 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uWVBvOgHB0 .navbar-buttons {
    text-align: left;
  }
}
.cid-uWVBvOgHB0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWVBvOgHB0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uWVBvOgHB0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWVBvOgHB0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWVBvOgHB0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWVBvOgHB0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWVBvOgHB0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWVBvOgHB0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWVBvOgHB0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWVBvOgHB0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWVBvOgHB0 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uWVBvOgHB0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWVBvOgHB0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uWVBvOgHB0 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uWVBvOgHB0 .navbar {
    height: 70px;
  }
  .cid-uWVBvOgHB0 .navbar.opened {
    height: auto;
  }
  .cid-uWVBvOgHB0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uWVBvOgHB0 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uWVBvOgHB0 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uWVBvOgHB0 .navbar-brand {
    margin-right: auto;
  }
  .cid-uWVBvOgHB0 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.4) !important;
    background: rgba(255, 255, 255, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uWVBvOgHB0 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uWVBvOgHB0 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uWVBvOgHB0 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v2Jb4ePnPa {
  background-color: #000000;
  overflow: hidden;
}
.cid-v2Jb4ePnPa .card {
  position: relative;
}
.cid-v2Jb4ePnPa .card .gradient-wrap {
  position: absolute;
  bottom: -40%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #1c4eff, #ca45ff 50%, #7f2887);
  filter: blur(4rem);
  pointer-events: none;
}
.cid-v2Jb4ePnPa .card .gradient-wrap::before {
  content: '';
  position: absolute;
  top: -30%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #000000;
  filter: blur(5rem);
  pointer-events: none;
}
.cid-v2Jb4ePnPa .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2Jb4ePnPa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2Jb4ePnPa .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v2Jb4ePnPa .content-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v2Jb4ePnPa .content-wrapper {
    width: 100%;
  }
}
.cid-v2Jb4ePnPa .content-wrapper .label-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-v2Jb4ePnPa .content-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-v2Jb4ePnPa .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-v2Jb4ePnPa .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v2Jb4ePnPa .content-wrapper .mbr-section-title {
    margin-bottom: 18px;
  }
}
.cid-v2Jb4ePnPa .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v2Jb4ePnPa .content-wrapper .mbr-section-btn {
  margin-top: 46px;
}
@media (max-width: 992px) {
  .cid-v2Jb4ePnPa .content-wrapper .mbr-section-btn {
    margin-top: 18px;
  }
}
.cid-v2Jb4ePnPa .mbr-label,
.cid-v2Jb4ePnPa .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v2Jb4ePnPa .mbr-section-title {
  color: #ffffff;
}
.cid-v2Jb4ePnPa .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v2Jb4ePnPa .mbr-section-title,
.cid-v2Jb4ePnPa .mbr-section-btn {
  text-align: center;
}
.cid-v2DH1oA9iZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v2DH1oA9iZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2DH1oA9iZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2DH1oA9iZ .card-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 64px;
  background-image: linear-gradient(45deg, #ffffff -10%, #ff398a 30%, #a78aff 80%);
  overflow: hidden;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-v2DH1oA9iZ .card-wrapper {
    display: block;
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .cid-v2DH1oA9iZ .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v2DH1oA9iZ .card-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #ff398a, #a78aff, transparent);
  height: 1px;
  width: 100%;
}
.cid-v2DH1oA9iZ .card-wrapper .title-wrapper {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-v2DH1oA9iZ .card-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-v2DH1oA9iZ .card-wrapper .title-wrapper .mbr-title {
  margin-bottom: 16px;
}
.cid-v2DH1oA9iZ .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v2DH1oA9iZ .card-wrapper .form-wrapper {
  width: 50%;
  background-color: #000000;
  padding: 45px 36px;
  margin-bottom: -6rem;
}
@media (max-width: 992px) {
  .cid-v2DH1oA9iZ .card-wrapper .form-wrapper {
    width: 100%;
    padding: 22px 16px;
    margin-bottom: 0;
  }
}
.cid-v2DH1oA9iZ .card-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-v2DH1oA9iZ .card-wrapper .form-wrapper .dragArea.row h5 {
  margin-bottom: 20px !important;
  background-image: linear-gradient(90deg, #ffffff, #ff398a 30%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v2DH1oA9iZ .card-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
@media (max-width: 992px) {
  .cid-v2DH1oA9iZ .card-wrapper .form-wrapper .dragArea.row .form-group {
    margin-bottom: 16px;
  }
}
.cid-v2DH1oA9iZ .card-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-v2DH1oA9iZ .card-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  padding: 10px 20px;
  border: 1px solid #2c2f35 !important;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
}
.cid-v2DH1oA9iZ .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-v2DH1oA9iZ .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ff398a !important;
  box-shadow: none;
}
.cid-v2DH1oA9iZ .card-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  opacity: .5;
}
.cid-v2DH1oA9iZ .card-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-v2DH1oA9iZ .card-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-v2DH1oA9iZ .card-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-v2DH1oA9iZ .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0;
}
.cid-v2DH1oA9iZ .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin: 0;
}
.cid-v2DH1oA9iZ .mbr-section-btn {
  text-align: right;
}
.cid-v2DH1oA9iZ .mbr-title {
  color: #ffffff;
}
.cid-v2DH1oA9iZ .mbr-text {
  color: #ffffff;
}
.cid-v2DH1oA9iZ label {
  color: #ffffff;
}
.cid-v2Jddx2XyX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v2Jddx2XyX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2Jddx2XyX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2Jddx2XyX .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v2Jddx2XyX .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v2Jddx2XyX .title-wrapper {
    width: 100%;
  }
}
.cid-v2Jddx2XyX .title-wrapper .subtitle-wrapper .mbr-section-title {
  display: inline-block;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v2Jddx2XyX .title-wrapper .subtitle-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-v2Jddx2XyX .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v2Jddx2XyX .title-wrapper .mbr-section-btn {
  margin-top: 42px;
}
@media (max-width: 992px) {
  .cid-v2Jddx2XyX .title-wrapper .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-v2Jddx2XyX .mbr-section-title {
  color: #ffffff;
}
.cid-v2Jddx2XyX .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v2Jddx2XyX .mbr-section-title,
.cid-v2Jddx2XyX .mbr-section-btn,
.cid-v2Jddx2XyX .subtitle-wrapper {
  text-align: center;
}
.cid-v2DI8hWsIE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v2DI8hWsIE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2DI8hWsIE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2DI8hWsIE .title-wrapper {
  margin-bottom: 40px;
}
.cid-v2DI8hWsIE .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-v2DI8hWsIE .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2DI8hWsIE .items-wrapper {
  margin: 0 -20px;
}
.cid-v2DI8hWsIE .items-wrapper .item {
  padding: 0 20px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v2DI8hWsIE .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-v2DI8hWsIE .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v2DI8hWsIE .items-wrapper .item .item-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v2DI8hWsIE .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-v2DI8hWsIE .items-wrapper .item .item-wrapper .icon-wrapper {
  margin-right: 60px;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .cid-v2DI8hWsIE .items-wrapper .item .item-wrapper .icon-wrapper {
    margin-bottom: 20px;
    margin-right: 0;
    margin-top: 0;
  }
}
.cid-v2DI8hWsIE .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #386bb7, #e24c4a);
  font-size: 80px;
}
@media (max-width: 992px) {
  .cid-v2DI8hWsIE .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 50px;
  }
}
.cid-v2DI8hWsIE .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v2DI8hWsIE .mbr-section-title {
  color: #ffffff;
}
.cid-v2DI8hWsIE .mbr-tag {
  color: #adadad;
}
.cid-v2DI8hWsIE .item-title {
  color: #ffffff;
}
.cid-v2JvHGzxjs {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v2JvHGzxjs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2JvHGzxjs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2JvHGzxjs .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v2JvHGzxjs .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v2JvHGzxjs .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v2JvHGzxjs .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v2JvHGzxjs .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-v2JvHGzxjs .nav-wrapper .list .item-wrap:hover::before,
.cid-v2JvHGzxjs .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-v2JvHGzxjs .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all .3s ease;
}
.cid-v2JvHGzxjs .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2JvHGzxjs .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v2JvHGzxjs .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v2JvHGzxjs .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v2JvHGzxjs .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-v2JvHGzxjs .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-v2JvHGzxjs .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #232323;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-v2JvHGzxjs .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all .3s ease;
}
.cid-v2JvHGzxjs .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-v2JvHGzxjs .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v2JvHGzxjs .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-v2JvHGzxjs .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v2JvHGzxjs .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-v2JvHGzxjs .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v2JvHGzxjs .list {
  color: #ffffff;
}
.cid-v2JvHGzxjs .mbr-section-title {
  color: #ffffff;
}
.cid-v2JvHGzxjs .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v2JvHGzxjs .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-v2JvHGzxjs .mbr-section-title,
.cid-v2JvHGzxjs .mbr-section-btn {
  text-align: center;
}
.cid-uWVBvOgHB0 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uWVBvOgHB0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWVBvOgHB0 .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-uWVBvOgHB0 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uWVBvOgHB0 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uWVBvOgHB0 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uWVBvOgHB0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWVBvOgHB0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWVBvOgHB0 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uWVBvOgHB0 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uWVBvOgHB0 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uWVBvOgHB0 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uWVBvOgHB0 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uWVBvOgHB0 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uWVBvOgHB0 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uWVBvOgHB0 .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-uWVBvOgHB0 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uWVBvOgHB0 .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uWVBvOgHB0 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uWVBvOgHB0 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uWVBvOgHB0 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uWVBvOgHB0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uWVBvOgHB0 .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.4) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uWVBvOgHB0 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uWVBvOgHB0 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uWVBvOgHB0 .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-uWVBvOgHB0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uWVBvOgHB0 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.4) !important;
  backdrop-filter: blur(10px);
}
.cid-uWVBvOgHB0 .nav-item:focus,
.cid-uWVBvOgHB0 .nav-link:focus {
  outline: none;
}
.cid-uWVBvOgHB0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWVBvOgHB0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWVBvOgHB0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWVBvOgHB0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWVBvOgHB0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWVBvOgHB0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWVBvOgHB0 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uWVBvOgHB0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uWVBvOgHB0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWVBvOgHB0 .navbar .navbar-logo img {
  width: auto;
}
.cid-uWVBvOgHB0 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uWVBvOgHB0 .navbar.collapsed {
  justify-content: center;
}
.cid-uWVBvOgHB0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWVBvOgHB0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWVBvOgHB0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-uWVBvOgHB0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWVBvOgHB0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWVBvOgHB0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uWVBvOgHB0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWVBvOgHB0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWVBvOgHB0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uWVBvOgHB0 .navbar {
    min-height: 72px;
  }
  .cid-uWVBvOgHB0 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uWVBvOgHB0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWVBvOgHB0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWVBvOgHB0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uWVBvOgHB0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWVBvOgHB0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWVBvOgHB0 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uWVBvOgHB0 .dropdown-item.active,
.cid-uWVBvOgHB0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uWVBvOgHB0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWVBvOgHB0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWVBvOgHB0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWVBvOgHB0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uWVBvOgHB0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uWVBvOgHB0 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uWVBvOgHB0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWVBvOgHB0 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uWVBvOgHB0 .navbar-buttons {
    text-align: left;
  }
}
.cid-uWVBvOgHB0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWVBvOgHB0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uWVBvOgHB0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWVBvOgHB0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWVBvOgHB0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWVBvOgHB0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWVBvOgHB0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWVBvOgHB0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWVBvOgHB0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWVBvOgHB0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWVBvOgHB0 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uWVBvOgHB0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWVBvOgHB0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uWVBvOgHB0 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uWVBvOgHB0 .navbar {
    height: 70px;
  }
  .cid-uWVBvOgHB0 .navbar.opened {
    height: auto;
  }
  .cid-uWVBvOgHB0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uWVBvOgHB0 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uWVBvOgHB0 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uWVBvOgHB0 .navbar-brand {
    margin-right: auto;
  }
  .cid-uWVBvOgHB0 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.4) !important;
    background: rgba(255, 255, 255, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uWVBvOgHB0 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uWVBvOgHB0 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uWVBvOgHB0 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v2J96Se00n {
  background-color: #000000;
  overflow: hidden;
}
.cid-v2J96Se00n .card {
  position: relative;
}
.cid-v2J96Se00n .card .gradient-wrap {
  position: absolute;
  bottom: -40%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #1c4eff, #ca45ff 50%, #7f2887);
  filter: blur(4rem);
  pointer-events: none;
}
.cid-v2J96Se00n .card .gradient-wrap::before {
  content: '';
  position: absolute;
  top: -30%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #000000;
  filter: blur(5rem);
  pointer-events: none;
}
.cid-v2J96Se00n .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2J96Se00n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2J96Se00n .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v2J96Se00n .content-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v2J96Se00n .content-wrapper {
    width: 100%;
  }
}
.cid-v2J96Se00n .content-wrapper .label-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-v2J96Se00n .content-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-v2J96Se00n .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-v2J96Se00n .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v2J96Se00n .content-wrapper .mbr-section-title {
    margin-bottom: 18px;
  }
}
.cid-v2J96Se00n .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v2J96Se00n .content-wrapper .mbr-section-btn {
  margin-top: 46px;
}
@media (max-width: 992px) {
  .cid-v2J96Se00n .content-wrapper .mbr-section-btn {
    margin-top: 18px;
  }
}
.cid-v2J96Se00n .mbr-label,
.cid-v2J96Se00n .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v2J96Se00n .mbr-section-title {
  color: #ffffff;
}
.cid-v2J96Se00n .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v2J96Se00n .mbr-section-title,
.cid-v2J96Se00n .mbr-section-btn {
  text-align: center;
}
.cid-v2DerKeEk7 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-v2DerKeEk7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2DerKeEk7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2DerKeEk7 .card-wrapper {
  position: relative;
  background-color: #000000;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-v2DerKeEk7 .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-v2DerKeEk7 .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-v2DerKeEk7 .card-wrapper .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-v2DerKeEk7 .card-wrapper .content-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-v2DerKeEk7 .card-wrapper .content-wrapper {
    display: block;
  }
}
.cid-v2DerKeEk7 .card-wrapper .content-wrapper .image-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-v2DerKeEk7 .card-wrapper .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-v2DerKeEk7 .card-wrapper .content-wrapper .image-wrapper img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v2DerKeEk7 .card-wrapper .content-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-v2DerKeEk7 .card-wrapper .content-wrapper .content-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-v2DerKeEk7 .card-wrapper .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-v2DerKeEk7 .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-v2DerKeEk7 .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v2DerKeEk7 .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 1440px) {
  .cid-v2DerKeEk7 .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-v2DerKeEk7 .card-wrapper .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v2DerKeEk7 .mbr-section-title {
  color: #000000;
}
.cid-v2DerKeEk7 .mbr-text,
.cid-v2DerKeEk7 .text-wrapper {
  color: #ffffff;
}
.cid-v2DerKeEk7 .mbr-section-title,
.cid-v2DerKeEk7 .mbr-section-btn {
  color: #ffffff;
}
.cid-v2Dg7ue5zC {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v2Dg7ue5zC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2Dg7ue5zC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2Dg7ue5zC .card-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 64px;
  background-image: linear-gradient(45deg, #000000 -10%, #000000 30%, #000000 80%);
  overflow: hidden;
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-v2Dg7ue5zC .card-wrapper {
    display: block;
    padding: 16px;
  }
}
@media (max-width: 992px) {
  .cid-v2Dg7ue5zC .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v2Dg7ue5zC .card-wrapper::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, transparent, #000000, #000000, transparent);
  height: 1px;
  width: 100%;
}
.cid-v2Dg7ue5zC .card-wrapper .title-wrapper {
  width: 42%;
}
@media (max-width: 992px) {
  .cid-v2Dg7ue5zC .card-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-v2Dg7ue5zC .card-wrapper .title-wrapper .mbr-title {
  margin-bottom: 16px;
}
.cid-v2Dg7ue5zC .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v2Dg7ue5zC .card-wrapper .form-wrapper {
  width: 50%;
  background-color: #232323;
  padding: 45px 36px;
  margin-bottom: -6rem;
}
@media (max-width: 992px) {
  .cid-v2Dg7ue5zC .card-wrapper .form-wrapper {
    width: 100%;
    padding: 22px 16px;
    margin-bottom: 0;
  }
}
.cid-v2Dg7ue5zC .card-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-v2Dg7ue5zC .card-wrapper .form-wrapper .dragArea.row h5 {
  margin-bottom: 20px !important;
  background-image: linear-gradient(90deg, #ffffff, #ff398a 30%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v2Dg7ue5zC .card-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
@media (max-width: 992px) {
  .cid-v2Dg7ue5zC .card-wrapper .form-wrapper .dragArea.row .form-group {
    margin-bottom: 16px;
  }
}
.cid-v2Dg7ue5zC .card-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-v2Dg7ue5zC .card-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  padding: 10px 20px;
  border: 1px solid #2c2f35 !important;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
}
.cid-v2Dg7ue5zC .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-v2Dg7ue5zC .card-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ff398a !important;
  box-shadow: none;
}
.cid-v2Dg7ue5zC .card-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  opacity: .5;
}
.cid-v2Dg7ue5zC .card-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-v2Dg7ue5zC .card-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-v2Dg7ue5zC .card-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-v2Dg7ue5zC .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
  padding: 0;
}
.cid-v2Dg7ue5zC .card-wrapper .form-wrapper .dragArea.row .mbr-section-btn .btn {
  margin: 0;
}
.cid-v2Dg7ue5zC .mbr-section-btn {
  text-align: right;
}
.cid-v2Dg7ue5zC .mbr-title {
  color: #ffffff;
}
.cid-v2Dg7ue5zC .mbr-text {
  color: #ffffff;
}
.cid-v2Dg7ue5zC label {
  color: #ffffff;
}
.cid-v2DKBlnzNK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v2DKBlnzNK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2DKBlnzNK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2DKBlnzNK .card {
  justify-content: center;
}
.cid-v2DKBlnzNK .content-wrapper {
  padding-right: 115px;
}
@media (max-width: 992px) {
  .cid-v2DKBlnzNK .content-wrapper {
    margin-bottom: 22px;
    padding-right: 0;
  }
}
.cid-v2DKBlnzNK .content-wrapper .label-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v2DKBlnzNK .content-wrapper .label-wrapper {
    margin-bottom: 22px;
  }
}
.cid-v2DKBlnzNK .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-v2DKBlnzNK .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-v2DKBlnzNK .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v2DKBlnzNK .form-wrap {
  position: relative;
  background-image: radial-gradient(circle at 5% 113%, #362c52, #190f2a 100%);
  padding: 82px;
}
@media (max-width: 1440px) {
  .cid-v2DKBlnzNK .form-wrap {
    padding: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v2DKBlnzNK .form-wrap {
    padding: 18px;
  }
}
.cid-v2DKBlnzNK .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
  margin: 0 -9.6px;
}
.cid-v2DKBlnzNK .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-v2DKBlnzNK .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px;
}
.cid-v2DKBlnzNK .form-wrap .dragArea.row .form-group .form-control {
  padding: 18px 24px;
  background-color: #ffffff;
  border: 1px solid #000000 !important;
  box-shadow: none;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v2DKBlnzNK .form-wrap .dragArea.row .form-group .form-control {
    margin-bottom: 22px;
  }
}
.cid-v2DKBlnzNK .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #a997ce;
  opacity: .5;
}
.cid-v2DKBlnzNK .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-v2DKBlnzNK .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #000000 !important;
}
.cid-v2DKBlnzNK .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
  padding: 24px;
}
.cid-v2DKBlnzNK .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-v2DKBlnzNK .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #a997ce;
  border-color: #a997ce;
}
.cid-v2DKBlnzNK .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-v2DKBlnzNK .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.cid-v2DKBlnzNK .mbr-label,
.cid-v2DKBlnzNK .label-wrapper {
  color: #ffffff;
}
.cid-v2DKBlnzNK .mbr-section-title {
  color: #ffffff;
}
.cid-v2DKBlnzNK .mbr-text {
  color: #a997ce;
}
.cid-v2DKBlnzNK label {
  color: #a997ce;
}
.cid-v2DKBlnzNK LABEL {
  color: #ffffff;
}
.cid-v2JvHGzxjs {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v2JvHGzxjs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2JvHGzxjs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2JvHGzxjs .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v2JvHGzxjs .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v2JvHGzxjs .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v2JvHGzxjs .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v2JvHGzxjs .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-v2JvHGzxjs .nav-wrapper .list .item-wrap:hover::before,
.cid-v2JvHGzxjs .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-v2JvHGzxjs .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all .3s ease;
}
.cid-v2JvHGzxjs .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2JvHGzxjs .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v2JvHGzxjs .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v2JvHGzxjs .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v2JvHGzxjs .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-v2JvHGzxjs .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-v2JvHGzxjs .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #232323;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-v2JvHGzxjs .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all .3s ease;
}
.cid-v2JvHGzxjs .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-v2JvHGzxjs .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v2JvHGzxjs .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-v2JvHGzxjs .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v2JvHGzxjs .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-v2JvHGzxjs .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v2JvHGzxjs .list {
  color: #ffffff;
}
.cid-v2JvHGzxjs .mbr-section-title {
  color: #ffffff;
}
.cid-v2JvHGzxjs .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v2JvHGzxjs .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-v2JvHGzxjs .mbr-section-title,
.cid-v2JvHGzxjs .mbr-section-btn {
  text-align: center;
}
.cid-uWVBvOgHB0 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uWVBvOgHB0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWVBvOgHB0 .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-uWVBvOgHB0 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uWVBvOgHB0 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uWVBvOgHB0 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uWVBvOgHB0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWVBvOgHB0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWVBvOgHB0 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uWVBvOgHB0 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uWVBvOgHB0 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uWVBvOgHB0 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uWVBvOgHB0 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uWVBvOgHB0 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uWVBvOgHB0 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uWVBvOgHB0 .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-uWVBvOgHB0 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uWVBvOgHB0 .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uWVBvOgHB0 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uWVBvOgHB0 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uWVBvOgHB0 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uWVBvOgHB0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uWVBvOgHB0 .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.4) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uWVBvOgHB0 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uWVBvOgHB0 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uWVBvOgHB0 .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-uWVBvOgHB0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uWVBvOgHB0 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.4) !important;
  backdrop-filter: blur(10px);
}
.cid-uWVBvOgHB0 .nav-item:focus,
.cid-uWVBvOgHB0 .nav-link:focus {
  outline: none;
}
.cid-uWVBvOgHB0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWVBvOgHB0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWVBvOgHB0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWVBvOgHB0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWVBvOgHB0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWVBvOgHB0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWVBvOgHB0 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uWVBvOgHB0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uWVBvOgHB0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWVBvOgHB0 .navbar .navbar-logo img {
  width: auto;
}
.cid-uWVBvOgHB0 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uWVBvOgHB0 .navbar.collapsed {
  justify-content: center;
}
.cid-uWVBvOgHB0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWVBvOgHB0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWVBvOgHB0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-uWVBvOgHB0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWVBvOgHB0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWVBvOgHB0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uWVBvOgHB0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWVBvOgHB0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWVBvOgHB0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uWVBvOgHB0 .navbar {
    min-height: 72px;
  }
  .cid-uWVBvOgHB0 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uWVBvOgHB0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWVBvOgHB0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWVBvOgHB0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uWVBvOgHB0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWVBvOgHB0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWVBvOgHB0 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uWVBvOgHB0 .dropdown-item.active,
.cid-uWVBvOgHB0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uWVBvOgHB0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWVBvOgHB0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWVBvOgHB0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWVBvOgHB0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uWVBvOgHB0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uWVBvOgHB0 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uWVBvOgHB0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWVBvOgHB0 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uWVBvOgHB0 .navbar-buttons {
    text-align: left;
  }
}
.cid-uWVBvOgHB0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWVBvOgHB0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uWVBvOgHB0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWVBvOgHB0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWVBvOgHB0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWVBvOgHB0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWVBvOgHB0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWVBvOgHB0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWVBvOgHB0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWVBvOgHB0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWVBvOgHB0 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uWVBvOgHB0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWVBvOgHB0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uWVBvOgHB0 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uWVBvOgHB0 .navbar {
    height: 70px;
  }
  .cid-uWVBvOgHB0 .navbar.opened {
    height: auto;
  }
  .cid-uWVBvOgHB0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uWVBvOgHB0 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uWVBvOgHB0 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uWVBvOgHB0 .navbar-brand {
    margin-right: auto;
  }
  .cid-uWVBvOgHB0 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.4) !important;
    background: rgba(255, 255, 255, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uWVBvOgHB0 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uWVBvOgHB0 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uWVBvOgHB0 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v2J24zdrJk {
  background-color: #000000;
  overflow: hidden;
}
.cid-v2J24zdrJk .card {
  position: relative;
}
.cid-v2J24zdrJk .card .gradient-wrap {
  position: absolute;
  bottom: -40%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #1c4eff, #ca45ff 50%, #7f2887);
  filter: blur(4rem);
  pointer-events: none;
}
.cid-v2J24zdrJk .card .gradient-wrap::before {
  content: '';
  position: absolute;
  top: -30%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #000000;
  filter: blur(5rem);
  pointer-events: none;
}
.cid-v2J24zdrJk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2J24zdrJk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2J24zdrJk .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v2J24zdrJk .content-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v2J24zdrJk .content-wrapper {
    width: 100%;
  }
}
.cid-v2J24zdrJk .content-wrapper .label-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-v2J24zdrJk .content-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-v2J24zdrJk .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-v2J24zdrJk .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v2J24zdrJk .content-wrapper .mbr-section-title {
    margin-bottom: 18px;
  }
}
.cid-v2J24zdrJk .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v2J24zdrJk .content-wrapper .mbr-section-btn {
  margin-top: 46px;
}
@media (max-width: 992px) {
  .cid-v2J24zdrJk .content-wrapper .mbr-section-btn {
    margin-top: 18px;
  }
}
.cid-v2J24zdrJk .mbr-label,
.cid-v2J24zdrJk .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v2J24zdrJk .mbr-section-title {
  color: #ffffff;
}
.cid-v2J24zdrJk .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v2J24zdrJk .mbr-section-title,
.cid-v2J24zdrJk .mbr-section-btn {
  text-align: center;
}
.cid-v2ITjMX7bW {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background-color: #000000;
  overflow: hidden;
  position: relative;
}
.cid-v2ITjMX7bW .gradient-wrap {
  position: absolute;
  bottom: -30%;
  left: 0;
  width: 100%;
  height: 70%;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #000000 0, #000000 40%, #000000 0);
  filter: blur(8rem);
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-v2ITjMX7bW .gradient-wrap {
    bottom: -25%;
    height: 100%;
  }
}
.cid-v2ITjMX7bW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2ITjMX7bW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2ITjMX7bW .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .cid-v2ITjMX7bW .content-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v2ITjMX7bW .content-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-v2ITjMX7bW .content-wrapper .title-wrapper {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v2ITjMX7bW .content-wrapper .title-wrapper {
    margin-bottom: 18px;
  }
}
.cid-v2ITjMX7bW .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2ITjMX7bW .content-wrapper .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-v2ITjMX7bW .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v2ITjMX7bW .items-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -7px;
}
.cid-v2ITjMX7bW .items-wrapper .item {
  width: 25%;
  padding: 0 7px;
  margin-bottom: 14px;
  animation: none !important;
}
@media (max-width: 1640px) {
  .cid-v2ITjMX7bW .items-wrapper .item {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-v2ITjMX7bW .items-wrapper .item {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-v2ITjMX7bW .items-wrapper .item:hover .item-wrapper::after,
.cid-v2ITjMX7bW .items-wrapper .item:focus .item-wrapper::after {
  width: 100%;
  height: 200px;
  top: -155px;
}
.cid-v2ITjMX7bW .items-wrapper .item .item-wrapper {
  position: relative;
  padding: 38px 46px 46px 46px;
  min-height: 485px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden !important;
}
@media (max-width: 992px) {
  .cid-v2ITjMX7bW .items-wrapper .item .item-wrapper {
    min-height: auto;
    padding: 18px;
  }
}
.cid-v2ITjMX7bW .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #190f2a;
  opacity: .5;
  backdrop-filter: blur(36px);
  z-index: 1;
  pointer-events: none;
}
.cid-v2ITjMX7bW .items-wrapper .item .item-wrapper::after {
  content: '';
  position: absolute;
  top: -200px;
  left: 0;
  width: 0;
  height: 0;
  border-radius: 100%;
  background-image: linear-gradient(45deg, #ca45ff 30%, #fe881b);
  filter: blur(2rem);
  z-index: 1;
  pointer-events: none;
  transition: all .5s ease;
}
.cid-v2ITjMX7bW .items-wrapper .item .item-wrapper .label-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.cid-v2ITjMX7bW .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #362c52;
}
@media (max-width: 992px) {
  .cid-v2ITjMX7bW .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v2ITjMX7bW .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v2ITjMX7bW .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v2ITjMX7bW .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-v2ITjMX7bW .items-wrapper .item .item-wrapper .card-box {
  position: relative;
  z-index: 2;
}
.cid-v2ITjMX7bW .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 22px;
}
.cid-v2ITjMX7bW .items-wrapper .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v2ITjMX7bW .items-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 38px;
  margin-bottom: 14px;
}
.cid-v2ITjMX7bW .items-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #1c4eff, #ca45ff);
  color: #ffffff;
  font-size: 15px;
}
.cid-v2ITjMX7bW .items-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v2ITjMX7bW .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 22px;
  width: 100%;
}
.cid-v2ITjMX7bW .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-v2ITjMX7bW .btn-wrapper {
  margin-top: 0;
}
.cid-v2ITjMX7bW .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v2ITjMX7bW .mbr-section-subtitle,
.cid-v2ITjMX7bW .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v2ITjMX7bW .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v2ITjMX7bW .item-label {
  color: #ffffff;
}
.cid-v2ITjMX7bW .item-title {
  color: #ffffff;
}
.cid-v2ITjMX7bW .list {
  color: #a997ce;
}
.cid-v2JxLGeF9Z {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v2JxLGeF9Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2JxLGeF9Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2JxLGeF9Z .card-wrapper {
  overflow: hidden;
  background: #9c98cf;
}
.cid-v2JxLGeF9Z .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v2JxLGeF9Z .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-v2JxLGeF9Z .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-v2JxLGeF9Z .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-v2JxLGeF9Z .image-wrapper {
  padding: 0 1rem;
}
.cid-v2JxLGeF9Z img,
.cid-v2JxLGeF9Z .image-wrapper {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v2JxLGeF9Z img,
  .cid-v2JxLGeF9Z .image-wrapper {
    max-height: 350px;
  }
}
.cid-v2JxLGeF9Z .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-v2JxLGeF9Z .mbr-text {
  color: #000000;
}
.cid-v2JyyzPhcT {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v2JyyzPhcT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2JyyzPhcT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2JyyzPhcT .card-wrapper {
  overflow: hidden;
  background: #9c98cf;
}
.cid-v2JyyzPhcT .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v2JyyzPhcT .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-v2JyyzPhcT .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-v2JyyzPhcT .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-v2JyyzPhcT .row {
  flex-direction: row-reverse;
}
.cid-v2JyyzPhcT .image-wrapper {
  padding: 0 1rem;
}
.cid-v2JyyzPhcT img,
.cid-v2JyyzPhcT .image-wrapper {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v2JyyzPhcT img,
  .cid-v2JyyzPhcT .image-wrapper {
    max-height: 350px;
  }
}
.cid-v2JyyzPhcT .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-v2JyyzPhcT .mbr-text {
  color: #000000;
}
.cid-v2JyyzPhcT .mbr-text,
.cid-v2JyyzPhcT .mbr-section-btn {
  text-align: left;
}
.cid-v2JyFRx3qd {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v2JyFRx3qd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2JyFRx3qd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2JyFRx3qd .card-wrapper {
  overflow: hidden;
  background: #9c98cf;
}
.cid-v2JyFRx3qd .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v2JyFRx3qd .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-v2JyFRx3qd .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-v2JyFRx3qd .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-v2JyFRx3qd .image-wrapper {
  padding: 0 1rem;
}
.cid-v2JyFRx3qd img,
.cid-v2JyFRx3qd .image-wrapper {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v2JyFRx3qd img,
  .cid-v2JyFRx3qd .image-wrapper {
    max-height: 350px;
  }
}
.cid-v2JyFRx3qd .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-v2JyFRx3qd .mbr-text {
  color: #000000;
}
.cid-v2JyFRx3qd .mbr-text,
.cid-v2JyFRx3qd .mbr-section-btn {
  text-align: left;
}
.cid-v2JyNN8mD7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v2JyNN8mD7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2JyNN8mD7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2JyNN8mD7 .card-wrapper {
  overflow: hidden;
  background: #9c98cf;
}
.cid-v2JyNN8mD7 .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v2JyNN8mD7 .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-v2JyNN8mD7 .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-v2JyNN8mD7 .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-v2JyNN8mD7 .image-wrapper {
  padding: 0 1rem;
}
.cid-v2JyNN8mD7 img,
.cid-v2JyNN8mD7 .image-wrapper {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-v2JyNN8mD7 img,
  .cid-v2JyNN8mD7 .image-wrapper {
    max-height: 350px;
  }
}
.cid-v2JyNN8mD7 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-v2JyNN8mD7 .mbr-text {
  color: #000000;
}
.cid-v2JyNN8mD7 .mbr-text,
.cid-v2JyNN8mD7 .mbr-section-btn {
  text-align: left;
}
.cid-v2IYivrpzk {
  padding-top: 40px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-v2IYivrpzk .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-v2IYivrpzk .mbr-overlay {
  background: #c33764;
  background: linear-gradient(#c33764 -10%, #1d2671 75%);
}
.cid-v2IYivrpzk .mbr-section-title {
  margin: 0;
}
.cid-v2IYivrpzk .separator {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  max-width: 125px;
  margin-left: auto;
  margin-right: auto;
}
.cid-v2IYivrpzk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2IYivrpzk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2JvHGzxjs {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v2JvHGzxjs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2JvHGzxjs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2JvHGzxjs .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v2JvHGzxjs .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v2JvHGzxjs .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v2JvHGzxjs .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v2JvHGzxjs .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-v2JvHGzxjs .nav-wrapper .list .item-wrap:hover::before,
.cid-v2JvHGzxjs .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-v2JvHGzxjs .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all .3s ease;
}
.cid-v2JvHGzxjs .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2JvHGzxjs .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v2JvHGzxjs .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v2JvHGzxjs .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v2JvHGzxjs .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-v2JvHGzxjs .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-v2JvHGzxjs .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #232323;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-v2JvHGzxjs .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all .3s ease;
}
.cid-v2JvHGzxjs .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-v2JvHGzxjs .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v2JvHGzxjs .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-v2JvHGzxjs .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v2JvHGzxjs .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-v2JvHGzxjs .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v2JvHGzxjs .list {
  color: #ffffff;
}
.cid-v2JvHGzxjs .mbr-section-title {
  color: #ffffff;
}
.cid-v2JvHGzxjs .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v2JvHGzxjs .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-v2JvHGzxjs .mbr-section-title,
.cid-v2JvHGzxjs .mbr-section-btn {
  text-align: center;
}
.cid-uWVBvOgHB0 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uWVBvOgHB0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWVBvOgHB0 .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-uWVBvOgHB0 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uWVBvOgHB0 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uWVBvOgHB0 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uWVBvOgHB0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWVBvOgHB0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWVBvOgHB0 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uWVBvOgHB0 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uWVBvOgHB0 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uWVBvOgHB0 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uWVBvOgHB0 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uWVBvOgHB0 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uWVBvOgHB0 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uWVBvOgHB0 .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-uWVBvOgHB0 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uWVBvOgHB0 .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uWVBvOgHB0 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uWVBvOgHB0 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uWVBvOgHB0 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uWVBvOgHB0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uWVBvOgHB0 .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.4) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uWVBvOgHB0 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uWVBvOgHB0 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uWVBvOgHB0 .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-uWVBvOgHB0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uWVBvOgHB0 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.4) !important;
  backdrop-filter: blur(10px);
}
.cid-uWVBvOgHB0 .nav-item:focus,
.cid-uWVBvOgHB0 .nav-link:focus {
  outline: none;
}
.cid-uWVBvOgHB0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWVBvOgHB0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWVBvOgHB0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWVBvOgHB0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWVBvOgHB0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWVBvOgHB0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWVBvOgHB0 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uWVBvOgHB0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uWVBvOgHB0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWVBvOgHB0 .navbar .navbar-logo img {
  width: auto;
}
.cid-uWVBvOgHB0 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uWVBvOgHB0 .navbar.collapsed {
  justify-content: center;
}
.cid-uWVBvOgHB0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWVBvOgHB0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWVBvOgHB0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-uWVBvOgHB0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWVBvOgHB0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWVBvOgHB0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uWVBvOgHB0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWVBvOgHB0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWVBvOgHB0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uWVBvOgHB0 .navbar {
    min-height: 72px;
  }
  .cid-uWVBvOgHB0 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uWVBvOgHB0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWVBvOgHB0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWVBvOgHB0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uWVBvOgHB0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWVBvOgHB0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWVBvOgHB0 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uWVBvOgHB0 .dropdown-item.active,
.cid-uWVBvOgHB0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uWVBvOgHB0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWVBvOgHB0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWVBvOgHB0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWVBvOgHB0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uWVBvOgHB0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uWVBvOgHB0 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uWVBvOgHB0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWVBvOgHB0 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uWVBvOgHB0 .navbar-buttons {
    text-align: left;
  }
}
.cid-uWVBvOgHB0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWVBvOgHB0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uWVBvOgHB0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWVBvOgHB0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWVBvOgHB0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWVBvOgHB0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWVBvOgHB0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWVBvOgHB0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWVBvOgHB0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWVBvOgHB0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWVBvOgHB0 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uWVBvOgHB0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWVBvOgHB0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uWVBvOgHB0 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uWVBvOgHB0 .navbar {
    height: 70px;
  }
  .cid-uWVBvOgHB0 .navbar.opened {
    height: auto;
  }
  .cid-uWVBvOgHB0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uWVBvOgHB0 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uWVBvOgHB0 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uWVBvOgHB0 .navbar-brand {
    margin-right: auto;
  }
  .cid-uWVBvOgHB0 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.4) !important;
    background: rgba(255, 255, 255, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uWVBvOgHB0 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uWVBvOgHB0 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uWVBvOgHB0 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v2JpL4VKPe {
  background-color: #000000;
  overflow: hidden;
}
.cid-v2JpL4VKPe .card {
  position: relative;
}
.cid-v2JpL4VKPe .card .gradient-wrap {
  position: absolute;
  bottom: -40%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #1c4eff, #ca45ff 50%, #7f2887);
  filter: blur(4rem);
  pointer-events: none;
}
.cid-v2JpL4VKPe .card .gradient-wrap::before {
  content: '';
  position: absolute;
  top: -30%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #000000;
  filter: blur(5rem);
  pointer-events: none;
}
.cid-v2JpL4VKPe .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2JpL4VKPe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2JpL4VKPe .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v2JpL4VKPe .content-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v2JpL4VKPe .content-wrapper {
    width: 100%;
  }
}
.cid-v2JpL4VKPe .content-wrapper .label-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-v2JpL4VKPe .content-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-v2JpL4VKPe .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-v2JpL4VKPe .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v2JpL4VKPe .content-wrapper .mbr-section-title {
    margin-bottom: 18px;
  }
}
.cid-v2JpL4VKPe .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v2JpL4VKPe .content-wrapper .mbr-section-btn {
  margin-top: 46px;
}
@media (max-width: 992px) {
  .cid-v2JpL4VKPe .content-wrapper .mbr-section-btn {
    margin-top: 18px;
  }
}
.cid-v2JpL4VKPe .mbr-label,
.cid-v2JpL4VKPe .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v2JpL4VKPe .mbr-section-title {
  color: #ffffff;
}
.cid-v2JpL4VKPe .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v2JpL4VKPe .mbr-section-title,
.cid-v2JpL4VKPe .mbr-section-btn {
  text-align: center;
}
.cid-v2Jqh4WGcZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v2Jqh4WGcZ .mbr-text {
  color: #ffffff;
}
.cid-v2Jqh4WGcZ .mbr-section-subtitle {
  color: #000000;
}
.cid-v2Jqh4WGcZ .mbr-section-title {
  color: #ffffff;
}
.cid-v2JqWsGnyy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v2JqWsGnyy .mbr-text {
  color: #ffffff;
}
.cid-v2JqWsGnyy .mbr-section-subtitle {
  color: #000000;
}
.cid-v2JqWsGnyy .mbr-section-title {
  color: #ffffff;
}
.cid-v2Jrt4ZPWi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v2Jrt4ZPWi .mbr-text {
  color: #ffffff;
}
.cid-v2Jrt4ZPWi .mbr-section-subtitle {
  color: #000000;
}
.cid-v2Jrt4ZPWi .mbr-section-title {
  color: #ffffff;
}
.cid-v2JsbbUcaJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v2JsbbUcaJ .mbr-text {
  color: #ffffff;
}
.cid-v2JsbbUcaJ .mbr-section-subtitle {
  color: #000000;
}
.cid-v2JsbbUcaJ .mbr-section-title {
  color: #ffffff;
}
.cid-v2JtdASuep {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v2JtdASuep .mbr-text {
  color: #ffffff;
}
.cid-v2JtdASuep .mbr-section-subtitle {
  color: #000000;
}
.cid-v2JtdASuep .mbr-section-title {
  color: #ffffff;
}
.cid-v2JtLVU4OH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v2JtLVU4OH .mbr-text {
  color: #ffffff;
}
.cid-v2JtLVU4OH .mbr-section-subtitle {
  color: #000000;
}
.cid-v2JtLVU4OH .mbr-section-title {
  color: #ffffff;
}
.cid-v3wyExdScc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v3wyExdScc .mbr-text {
  color: #f7f7f7;
}
.cid-v3wyExdScc .mbr-section-subtitle {
  color: #000000;
}
.cid-v3wyExdScc .mbr-section-title {
  color: #ff4306;
  text-align: center;
}
.cid-v2JuiY60uH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v2JuiY60uH .mbr-text {
  color: #ffffff;
}
.cid-v2JuiY60uH .mbr-section-subtitle {
  color: #000000;
}
.cid-v2JuiY60uH .mbr-section-title {
  color: #ffffff;
}
.cid-v2JvHGzxjs {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v2JvHGzxjs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2JvHGzxjs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2JvHGzxjs .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v2JvHGzxjs .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v2JvHGzxjs .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v2JvHGzxjs .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v2JvHGzxjs .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-v2JvHGzxjs .nav-wrapper .list .item-wrap:hover::before,
.cid-v2JvHGzxjs .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-v2JvHGzxjs .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all .3s ease;
}
.cid-v2JvHGzxjs .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2JvHGzxjs .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v2JvHGzxjs .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v2JvHGzxjs .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v2JvHGzxjs .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-v2JvHGzxjs .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-v2JvHGzxjs .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #232323;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-v2JvHGzxjs .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all .3s ease;
}
.cid-v2JvHGzxjs .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-v2JvHGzxjs .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v2JvHGzxjs .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-v2JvHGzxjs .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v2JvHGzxjs .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-v2JvHGzxjs .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v2JvHGzxjs .list {
  color: #ffffff;
}
.cid-v2JvHGzxjs .mbr-section-title {
  color: #ffffff;
}
.cid-v2JvHGzxjs .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v2JvHGzxjs .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-v2JvHGzxjs .mbr-section-title,
.cid-v2JvHGzxjs .mbr-section-btn {
  text-align: center;
}
.cid-uWVBvOgHB0 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uWVBvOgHB0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWVBvOgHB0 .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-uWVBvOgHB0 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uWVBvOgHB0 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uWVBvOgHB0 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uWVBvOgHB0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWVBvOgHB0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWVBvOgHB0 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uWVBvOgHB0 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uWVBvOgHB0 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uWVBvOgHB0 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uWVBvOgHB0 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uWVBvOgHB0 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uWVBvOgHB0 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uWVBvOgHB0 .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-uWVBvOgHB0 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uWVBvOgHB0 .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uWVBvOgHB0 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uWVBvOgHB0 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uWVBvOgHB0 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uWVBvOgHB0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uWVBvOgHB0 .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.4) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uWVBvOgHB0 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uWVBvOgHB0 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uWVBvOgHB0 .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-uWVBvOgHB0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uWVBvOgHB0 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.4) !important;
  backdrop-filter: blur(10px);
}
.cid-uWVBvOgHB0 .nav-item:focus,
.cid-uWVBvOgHB0 .nav-link:focus {
  outline: none;
}
.cid-uWVBvOgHB0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWVBvOgHB0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWVBvOgHB0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWVBvOgHB0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWVBvOgHB0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWVBvOgHB0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWVBvOgHB0 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uWVBvOgHB0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uWVBvOgHB0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWVBvOgHB0 .navbar .navbar-logo img {
  width: auto;
}
.cid-uWVBvOgHB0 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uWVBvOgHB0 .navbar.collapsed {
  justify-content: center;
}
.cid-uWVBvOgHB0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWVBvOgHB0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWVBvOgHB0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-uWVBvOgHB0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWVBvOgHB0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWVBvOgHB0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uWVBvOgHB0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWVBvOgHB0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWVBvOgHB0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uWVBvOgHB0 .navbar {
    min-height: 72px;
  }
  .cid-uWVBvOgHB0 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uWVBvOgHB0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWVBvOgHB0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWVBvOgHB0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uWVBvOgHB0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWVBvOgHB0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWVBvOgHB0 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uWVBvOgHB0 .dropdown-item.active,
.cid-uWVBvOgHB0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uWVBvOgHB0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWVBvOgHB0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWVBvOgHB0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWVBvOgHB0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uWVBvOgHB0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uWVBvOgHB0 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uWVBvOgHB0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWVBvOgHB0 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uWVBvOgHB0 .navbar-buttons {
    text-align: left;
  }
}
.cid-uWVBvOgHB0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWVBvOgHB0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uWVBvOgHB0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWVBvOgHB0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWVBvOgHB0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWVBvOgHB0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWVBvOgHB0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWVBvOgHB0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWVBvOgHB0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWVBvOgHB0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWVBvOgHB0 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uWVBvOgHB0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWVBvOgHB0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uWVBvOgHB0 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uWVBvOgHB0 .navbar {
    height: 70px;
  }
  .cid-uWVBvOgHB0 .navbar.opened {
    height: auto;
  }
  .cid-uWVBvOgHB0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uWVBvOgHB0 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uWVBvOgHB0 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uWVBvOgHB0 .navbar-brand {
    margin-right: auto;
  }
  .cid-uWVBvOgHB0 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.4) !important;
    background: rgba(255, 255, 255, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uWVBvOgHB0 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uWVBvOgHB0 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uWVBvOgHB0 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v3IQls311E {
  background-color: #000000;
  overflow: hidden;
}
.cid-v3IQls311E .card {
  position: relative;
}
.cid-v3IQls311E .card .gradient-wrap {
  position: absolute;
  bottom: -40%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #1c4eff, #ca45ff 50%, #7f2887);
  filter: blur(4rem);
  pointer-events: none;
}
.cid-v3IQls311E .card .gradient-wrap::before {
  content: '';
  position: absolute;
  top: -30%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #000000;
  filter: blur(5rem);
  pointer-events: none;
}
.cid-v3IQls311E .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3IQls311E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3IQls311E .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v3IQls311E .content-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v3IQls311E .content-wrapper {
    width: 100%;
  }
}
.cid-v3IQls311E .content-wrapper .label-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-v3IQls311E .content-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-v3IQls311E .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-v3IQls311E .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v3IQls311E .content-wrapper .mbr-section-title {
    margin-bottom: 18px;
  }
}
.cid-v3IQls311E .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3IQls311E .content-wrapper .mbr-section-btn {
  margin-top: 46px;
}
@media (max-width: 992px) {
  .cid-v3IQls311E .content-wrapper .mbr-section-btn {
    margin-top: 18px;
  }
}
.cid-v3IQls311E .mbr-label,
.cid-v3IQls311E .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v3IQls311E .mbr-section-title {
  color: #ffffff;
}
.cid-v3IQls311E .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v3IQls311E .mbr-section-title,
.cid-v3IQls311E .mbr-section-btn {
  text-align: center;
}
.cid-v3IS6qSjOF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v3IS6qSjOF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3IS6qSjOF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3IS6qSjOF .card {
  justify-content: center;
}
.cid-v3IS6qSjOF .content-wrapper {
  padding-right: 115px;
}
@media (max-width: 992px) {
  .cid-v3IS6qSjOF .content-wrapper {
    margin-bottom: 22px;
    padding-right: 0;
  }
}
.cid-v3IS6qSjOF .content-wrapper .label-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v3IS6qSjOF .content-wrapper .label-wrapper {
    margin-bottom: 22px;
  }
}
.cid-v3IS6qSjOF .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-v3IS6qSjOF .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-v3IS6qSjOF .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3IS6qSjOF .form-wrap {
  position: relative;
  background-image: radial-gradient(circle at 5% 113%, #393193, #190f2a 100%);
  padding: 82px;
}
@media (max-width: 1440px) {
  .cid-v3IS6qSjOF .form-wrap {
    padding: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v3IS6qSjOF .form-wrap {
    padding: 18px;
  }
}
.cid-v3IS6qSjOF .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
  margin: 0 -9.6px;
}
.cid-v3IS6qSjOF .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-v3IS6qSjOF .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px;
}
.cid-v3IS6qSjOF .form-wrap .dragArea.row .form-group .form-control {
  padding: 18px 24px;
  background-color: #f7f7f7;
  border: 1px solid #000000 !important;
  box-shadow: none;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v3IS6qSjOF .form-wrap .dragArea.row .form-group .form-control {
    margin-bottom: 22px;
  }
}
.cid-v3IS6qSjOF .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  opacity: .5;
}
.cid-v3IS6qSjOF .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-v3IS6qSjOF .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #000000 !important;
}
.cid-v3IS6qSjOF .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
  padding: 24px;
}
.cid-v3IS6qSjOF .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-v3IS6qSjOF .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-v3IS6qSjOF .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-v3IS6qSjOF .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.cid-v3IS6qSjOF .mbr-label,
.cid-v3IS6qSjOF .label-wrapper {
  color: #ffffff;
}
.cid-v3IS6qSjOF .mbr-section-title {
  color: #ffffff;
}
.cid-v3IS6qSjOF .mbr-text {
  color: #a997ce;
}
.cid-v3IS6qSjOF label {
  color: #a997ce;
}
.cid-v2JvHGzxjs {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v2JvHGzxjs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2JvHGzxjs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2JvHGzxjs .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v2JvHGzxjs .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v2JvHGzxjs .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v2JvHGzxjs .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v2JvHGzxjs .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-v2JvHGzxjs .nav-wrapper .list .item-wrap:hover::before,
.cid-v2JvHGzxjs .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-v2JvHGzxjs .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all .3s ease;
}
.cid-v2JvHGzxjs .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2JvHGzxjs .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v2JvHGzxjs .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v2JvHGzxjs .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v2JvHGzxjs .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-v2JvHGzxjs .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-v2JvHGzxjs .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #232323;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-v2JvHGzxjs .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all .3s ease;
}
.cid-v2JvHGzxjs .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-v2JvHGzxjs .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v2JvHGzxjs .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-v2JvHGzxjs .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v2JvHGzxjs .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-v2JvHGzxjs .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v2JvHGzxjs .list {
  color: #ffffff;
}
.cid-v2JvHGzxjs .mbr-section-title {
  color: #ffffff;
}
.cid-v2JvHGzxjs .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v2JvHGzxjs .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-v2JvHGzxjs .mbr-section-title,
.cid-v2JvHGzxjs .mbr-section-btn {
  text-align: center;
}
.cid-uWVBvOgHB0 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uWVBvOgHB0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWVBvOgHB0 .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-uWVBvOgHB0 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uWVBvOgHB0 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uWVBvOgHB0 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uWVBvOgHB0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWVBvOgHB0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWVBvOgHB0 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uWVBvOgHB0 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uWVBvOgHB0 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uWVBvOgHB0 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uWVBvOgHB0 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uWVBvOgHB0 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uWVBvOgHB0 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uWVBvOgHB0 .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-uWVBvOgHB0 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uWVBvOgHB0 .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uWVBvOgHB0 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uWVBvOgHB0 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uWVBvOgHB0 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uWVBvOgHB0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uWVBvOgHB0 .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.4) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uWVBvOgHB0 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uWVBvOgHB0 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uWVBvOgHB0 .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-uWVBvOgHB0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uWVBvOgHB0 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.4) !important;
  backdrop-filter: blur(10px);
}
.cid-uWVBvOgHB0 .nav-item:focus,
.cid-uWVBvOgHB0 .nav-link:focus {
  outline: none;
}
.cid-uWVBvOgHB0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWVBvOgHB0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWVBvOgHB0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWVBvOgHB0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWVBvOgHB0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWVBvOgHB0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWVBvOgHB0 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uWVBvOgHB0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uWVBvOgHB0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWVBvOgHB0 .navbar .navbar-logo img {
  width: auto;
}
.cid-uWVBvOgHB0 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uWVBvOgHB0 .navbar.collapsed {
  justify-content: center;
}
.cid-uWVBvOgHB0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWVBvOgHB0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWVBvOgHB0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-uWVBvOgHB0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWVBvOgHB0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWVBvOgHB0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uWVBvOgHB0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWVBvOgHB0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWVBvOgHB0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uWVBvOgHB0 .navbar {
    min-height: 72px;
  }
  .cid-uWVBvOgHB0 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uWVBvOgHB0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWVBvOgHB0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWVBvOgHB0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uWVBvOgHB0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWVBvOgHB0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWVBvOgHB0 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uWVBvOgHB0 .dropdown-item.active,
.cid-uWVBvOgHB0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uWVBvOgHB0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWVBvOgHB0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWVBvOgHB0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWVBvOgHB0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uWVBvOgHB0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uWVBvOgHB0 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uWVBvOgHB0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWVBvOgHB0 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uWVBvOgHB0 .navbar-buttons {
    text-align: left;
  }
}
.cid-uWVBvOgHB0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWVBvOgHB0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uWVBvOgHB0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWVBvOgHB0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWVBvOgHB0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWVBvOgHB0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWVBvOgHB0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWVBvOgHB0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWVBvOgHB0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWVBvOgHB0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWVBvOgHB0 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uWVBvOgHB0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWVBvOgHB0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uWVBvOgHB0 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uWVBvOgHB0 .navbar {
    height: 70px;
  }
  .cid-uWVBvOgHB0 .navbar.opened {
    height: auto;
  }
  .cid-uWVBvOgHB0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uWVBvOgHB0 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uWVBvOgHB0 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uWVBvOgHB0 .navbar-brand {
    margin-right: auto;
  }
  .cid-uWVBvOgHB0 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.4) !important;
    background: rgba(255, 255, 255, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uWVBvOgHB0 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uWVBvOgHB0 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uWVBvOgHB0 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v2Jl0mp8F9 {
  background-color: #000000;
  overflow: hidden;
}
.cid-v2Jl0mp8F9 .card {
  position: relative;
}
.cid-v2Jl0mp8F9 .card .gradient-wrap {
  position: absolute;
  bottom: -40%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #1c4eff, #ca45ff 50%, #7f2887);
  filter: blur(4rem);
  pointer-events: none;
}
.cid-v2Jl0mp8F9 .card .gradient-wrap::before {
  content: '';
  position: absolute;
  top: -30%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #000000;
  filter: blur(5rem);
  pointer-events: none;
}
.cid-v2Jl0mp8F9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2Jl0mp8F9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2Jl0mp8F9 .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v2Jl0mp8F9 .content-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v2Jl0mp8F9 .content-wrapper {
    width: 100%;
  }
}
.cid-v2Jl0mp8F9 .content-wrapper .label-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-v2Jl0mp8F9 .content-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-v2Jl0mp8F9 .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-v2Jl0mp8F9 .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v2Jl0mp8F9 .content-wrapper .mbr-section-title {
    margin-bottom: 18px;
  }
}
.cid-v2Jl0mp8F9 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v2Jl0mp8F9 .content-wrapper .mbr-section-btn {
  margin-top: 46px;
}
@media (max-width: 992px) {
  .cid-v2Jl0mp8F9 .content-wrapper .mbr-section-btn {
    margin-top: 18px;
  }
}
.cid-v2Jl0mp8F9 .mbr-label,
.cid-v2Jl0mp8F9 .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v2Jl0mp8F9 .mbr-section-title {
  color: #ffffff;
}
.cid-v2Jl0mp8F9 .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v2Jl0mp8F9 .mbr-section-title,
.cid-v2Jl0mp8F9 .mbr-section-btn {
  text-align: center;
}
.cid-v0LiWtaaca {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v0LiWtaaca .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0LiWtaaca .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0LiWtaaca .card {
  justify-content: center;
}
.cid-v0LiWtaaca .content-wrapper {
  padding-right: 115px;
}
@media (max-width: 992px) {
  .cid-v0LiWtaaca .content-wrapper {
    margin-bottom: 22px;
    padding-right: 0;
  }
}
.cid-v0LiWtaaca .content-wrapper .label-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v0LiWtaaca .content-wrapper .label-wrapper {
    margin-bottom: 22px;
  }
}
.cid-v0LiWtaaca .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-v0LiWtaaca .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-v0LiWtaaca .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v0LiWtaaca .form-wrap {
  position: relative;
  background-image: radial-gradient(circle at 5% 113%, #362c52, #190f2a 100%);
  padding: 82px;
}
@media (max-width: 1440px) {
  .cid-v0LiWtaaca .form-wrap {
    padding: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v0LiWtaaca .form-wrap {
    padding: 18px;
  }
}
.cid-v0LiWtaaca .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
  margin: 0 -9.6px;
}
.cid-v0LiWtaaca .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-v0LiWtaaca .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px;
}
.cid-v0LiWtaaca .form-wrap .dragArea.row .form-group .form-control {
  padding: 18px 24px;
  background-color: #ffffff;
  border: 1px solid #362c52 !important;
  box-shadow: none;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v0LiWtaaca .form-wrap .dragArea.row .form-group .form-control {
    margin-bottom: 22px;
  }
}
.cid-v0LiWtaaca .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  opacity: .5;
}
.cid-v0LiWtaaca .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-v0LiWtaaca .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #362c52 !important;
}
.cid-v0LiWtaaca .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
  padding: 24px;
}
.cid-v0LiWtaaca .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-v0LiWtaaca .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-v0LiWtaaca .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-v0LiWtaaca .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.cid-v0LiWtaaca .mbr-label,
.cid-v0LiWtaaca .label-wrapper {
  color: #ffffff;
}
.cid-v0LiWtaaca .mbr-section-title {
  color: #ffffff;
}
.cid-v0LiWtaaca .mbr-text {
  color: #a997ce;
}
.cid-v0LiWtaaca label {
  color: #a997ce;
}
.cid-v0LiWtaaca LABEL {
  color: #ffffff;
}
.cid-v5olAdL5iZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v5olAdL5iZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5olAdL5iZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5olAdL5iZ .card {
  justify-content: center;
}
.cid-v5olAdL5iZ .content-wrapper {
  padding-right: 115px;
}
@media (max-width: 992px) {
  .cid-v5olAdL5iZ .content-wrapper {
    margin-bottom: 22px;
    padding-right: 0;
  }
}
.cid-v5olAdL5iZ .content-wrapper .label-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v5olAdL5iZ .content-wrapper .label-wrapper {
    margin-bottom: 22px;
  }
}
.cid-v5olAdL5iZ .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-v5olAdL5iZ .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-v5olAdL5iZ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v5olAdL5iZ .form-wrap {
  position: relative;
  background-image: radial-gradient(circle at 5% 113%, #393193, #190f2a 100%);
  padding: 82px;
}
@media (max-width: 1440px) {
  .cid-v5olAdL5iZ .form-wrap {
    padding: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v5olAdL5iZ .form-wrap {
    padding: 18px;
  }
}
.cid-v5olAdL5iZ .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
  margin: 0 -9.6px;
}
.cid-v5olAdL5iZ .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-v5olAdL5iZ .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px;
}
.cid-v5olAdL5iZ .form-wrap .dragArea.row .form-group .form-control {
  padding: 18px 24px;
  background-color: #f7f7f7;
  border: 1px solid #000000 !important;
  box-shadow: none;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v5olAdL5iZ .form-wrap .dragArea.row .form-group .form-control {
    margin-bottom: 22px;
  }
}
.cid-v5olAdL5iZ .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  opacity: .5;
}
.cid-v5olAdL5iZ .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-v5olAdL5iZ .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #000000 !important;
}
.cid-v5olAdL5iZ .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
  padding: 24px;
}
.cid-v5olAdL5iZ .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-v5olAdL5iZ .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-v5olAdL5iZ .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-v5olAdL5iZ .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.cid-v5olAdL5iZ .mbr-label,
.cid-v5olAdL5iZ .label-wrapper {
  color: #ffffff;
}
.cid-v5olAdL5iZ .mbr-section-title {
  color: #ffffff;
}
.cid-v5olAdL5iZ .mbr-text {
  color: #a997ce;
}
.cid-v5olAdL5iZ label {
  color: #a997ce;
}
.cid-v2JvHGzxjs {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v2JvHGzxjs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2JvHGzxjs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2JvHGzxjs .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v2JvHGzxjs .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v2JvHGzxjs .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v2JvHGzxjs .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v2JvHGzxjs .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-v2JvHGzxjs .nav-wrapper .list .item-wrap:hover::before,
.cid-v2JvHGzxjs .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-v2JvHGzxjs .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all .3s ease;
}
.cid-v2JvHGzxjs .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2JvHGzxjs .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v2JvHGzxjs .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v2JvHGzxjs .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v2JvHGzxjs .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-v2JvHGzxjs .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-v2JvHGzxjs .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #232323;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-v2JvHGzxjs .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all .3s ease;
}
.cid-v2JvHGzxjs .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-v2JvHGzxjs .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v2JvHGzxjs .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-v2JvHGzxjs .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v2JvHGzxjs .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-v2JvHGzxjs .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v2JvHGzxjs .list {
  color: #ffffff;
}
.cid-v2JvHGzxjs .mbr-section-title {
  color: #ffffff;
}
.cid-v2JvHGzxjs .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v2JvHGzxjs .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-v2JvHGzxjs .mbr-section-title,
.cid-v2JvHGzxjs .mbr-section-btn {
  text-align: center;
}
.cid-uWVBvOgHB0 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uWVBvOgHB0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWVBvOgHB0 .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-uWVBvOgHB0 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uWVBvOgHB0 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uWVBvOgHB0 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uWVBvOgHB0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWVBvOgHB0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWVBvOgHB0 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uWVBvOgHB0 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uWVBvOgHB0 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uWVBvOgHB0 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uWVBvOgHB0 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uWVBvOgHB0 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uWVBvOgHB0 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uWVBvOgHB0 .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-uWVBvOgHB0 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uWVBvOgHB0 .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uWVBvOgHB0 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uWVBvOgHB0 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uWVBvOgHB0 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uWVBvOgHB0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uWVBvOgHB0 .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.4) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uWVBvOgHB0 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uWVBvOgHB0 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uWVBvOgHB0 .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-uWVBvOgHB0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uWVBvOgHB0 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.4) !important;
  backdrop-filter: blur(10px);
}
.cid-uWVBvOgHB0 .nav-item:focus,
.cid-uWVBvOgHB0 .nav-link:focus {
  outline: none;
}
.cid-uWVBvOgHB0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWVBvOgHB0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWVBvOgHB0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWVBvOgHB0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWVBvOgHB0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWVBvOgHB0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWVBvOgHB0 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uWVBvOgHB0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uWVBvOgHB0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWVBvOgHB0 .navbar .navbar-logo img {
  width: auto;
}
.cid-uWVBvOgHB0 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uWVBvOgHB0 .navbar.collapsed {
  justify-content: center;
}
.cid-uWVBvOgHB0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWVBvOgHB0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWVBvOgHB0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-uWVBvOgHB0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWVBvOgHB0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWVBvOgHB0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uWVBvOgHB0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWVBvOgHB0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWVBvOgHB0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uWVBvOgHB0 .navbar {
    min-height: 72px;
  }
  .cid-uWVBvOgHB0 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uWVBvOgHB0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWVBvOgHB0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWVBvOgHB0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uWVBvOgHB0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWVBvOgHB0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWVBvOgHB0 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uWVBvOgHB0 .dropdown-item.active,
.cid-uWVBvOgHB0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uWVBvOgHB0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWVBvOgHB0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWVBvOgHB0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWVBvOgHB0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uWVBvOgHB0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uWVBvOgHB0 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uWVBvOgHB0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWVBvOgHB0 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uWVBvOgHB0 .navbar-buttons {
    text-align: left;
  }
}
.cid-uWVBvOgHB0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWVBvOgHB0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uWVBvOgHB0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWVBvOgHB0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWVBvOgHB0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWVBvOgHB0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWVBvOgHB0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWVBvOgHB0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWVBvOgHB0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWVBvOgHB0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWVBvOgHB0 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uWVBvOgHB0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWVBvOgHB0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uWVBvOgHB0 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uWVBvOgHB0 .navbar {
    height: 70px;
  }
  .cid-uWVBvOgHB0 .navbar.opened {
    height: auto;
  }
  .cid-uWVBvOgHB0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uWVBvOgHB0 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uWVBvOgHB0 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uWVBvOgHB0 .navbar-brand {
    margin-right: auto;
  }
  .cid-uWVBvOgHB0 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.4) !important;
    background: rgba(255, 255, 255, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uWVBvOgHB0 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uWVBvOgHB0 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uWVBvOgHB0 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v3OGBeX8Oz {
  padding-top: 10rem;
  padding-bottom: 12rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-v3OGBeX8Oz .card {
  position: relative;
}
.cid-v3OGBeX8Oz .card .gradient-wrap {
  position: absolute;
  bottom: -40%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #1c4eff, #ca45ff 50%, #7f2887);
  filter: blur(4rem);
  pointer-events: none;
}
.cid-v3OGBeX8Oz .card .gradient-wrap::before {
  content: '';
  position: absolute;
  top: -30%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #000000;
  filter: blur(5rem);
  pointer-events: none;
}
.cid-v3OGBeX8Oz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3OGBeX8Oz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3OGBeX8Oz .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v3OGBeX8Oz .content-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v3OGBeX8Oz .content-wrapper {
    width: 100%;
  }
}
.cid-v3OGBeX8Oz .content-wrapper .label-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-v3OGBeX8Oz .content-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-v3OGBeX8Oz .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-v3OGBeX8Oz .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v3OGBeX8Oz .content-wrapper .mbr-section-title {
    margin-bottom: 18px;
  }
}
.cid-v3OGBeX8Oz .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3OGBeX8Oz .content-wrapper .mbr-section-btn {
  margin-top: 46px;
}
@media (max-width: 992px) {
  .cid-v3OGBeX8Oz .content-wrapper .mbr-section-btn {
    margin-top: 18px;
  }
}
.cid-v3OGBeX8Oz .mbr-label,
.cid-v3OGBeX8Oz .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v3OGBeX8Oz .mbr-section-title {
  color: #ffffff;
}
.cid-v3OGBeX8Oz .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v3OGBeX8Oz .mbr-section-title,
.cid-v3OGBeX8Oz .mbr-section-btn {
  text-align: center;
}
.cid-v4nMgR7peA {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v4nMgR7peA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4nMgR7peA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4nMgR7peA .row {
  justify-content: center;
}
.cid-v4nMgR7peA .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #a78aff 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v4nMgR7peA .title-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v4nMgR7peA .title-wrapper .title-wrapper {
    margin-bottom: 22px;
  }
}
.cid-v4nMgR7peA .title-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v4nMgR7peA .title-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #ffffff, #a78aff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v4nMgR7peA .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v4nMgR7peA .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v4nMgR7peA .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-v4nMgR7peA .mbr-label,
.cid-v4nMgR7peA .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v4nMgR7peA .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v4nMgR7peA .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-v4nMgR7peA .mbr-text,
.cid-v4nMgR7peA .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v4nMgR7peA .mbr-section-title,
.cid-v4nMgR7peA .mbr-section-btn {
  text-align: center;
}
.cid-v4nMhkOuJ9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v4nMhkOuJ9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4nMhkOuJ9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4nMhkOuJ9 .card {
  justify-content: center;
}
.cid-v4nMhkOuJ9 .content-wrapper {
  padding-right: 115px;
}
@media (max-width: 992px) {
  .cid-v4nMhkOuJ9 .content-wrapper {
    margin-bottom: 22px;
    padding-right: 0;
  }
}
.cid-v4nMhkOuJ9 .content-wrapper .label-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v4nMhkOuJ9 .content-wrapper .label-wrapper {
    margin-bottom: 22px;
  }
}
.cid-v4nMhkOuJ9 .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #9c98cf, #7f2887 50%, #fe881b);
}
.cid-v4nMhkOuJ9 .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-v4nMhkOuJ9 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v4nMhkOuJ9 .form-wrap {
  position: relative;
  background-image: radial-gradient(circle at 5% 113%, #7f2887, #190f2a 100%);
  padding: 82px;
}
@media (max-width: 1440px) {
  .cid-v4nMhkOuJ9 .form-wrap {
    padding: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v4nMhkOuJ9 .form-wrap {
    padding: 18px;
  }
}
.cid-v4nMhkOuJ9 .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
  margin: 0 -9.6px;
}
.cid-v4nMhkOuJ9 .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-v4nMhkOuJ9 .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px;
}
.cid-v4nMhkOuJ9 .form-wrap .dragArea.row .form-group .form-control {
  padding: 18px 24px;
  background-color: #f7f7f7;
  border: 1px solid #362c52 !important;
  box-shadow: none;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v4nMhkOuJ9 .form-wrap .dragArea.row .form-group .form-control {
    margin-bottom: 22px;
  }
}
.cid-v4nMhkOuJ9 .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #161616;
  opacity: .5;
}
.cid-v4nMhkOuJ9 .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-v4nMhkOuJ9 .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #362c52 !important;
}
.cid-v4nMhkOuJ9 .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
  padding: 24px;
}
.cid-v4nMhkOuJ9 .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-v4nMhkOuJ9 .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #161616;
  border-color: #161616;
}
.cid-v4nMhkOuJ9 .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-v4nMhkOuJ9 .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.cid-v4nMhkOuJ9 .mbr-label,
.cid-v4nMhkOuJ9 .label-wrapper {
  color: #ffffff;
}
.cid-v4nMhkOuJ9 .mbr-section-title {
  color: #ffffff;
}
.cid-v4nMhkOuJ9 .mbr-text {
  color: #f7f7f7;
  text-align: left;
}
.cid-v4nMhkOuJ9 label {
  color: #a997ce;
}
.cid-v4nMhkOuJ9 LABEL {
  color: #f7f7f7;
}
.cid-v2JvHGzxjs {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v2JvHGzxjs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2JvHGzxjs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2JvHGzxjs .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v2JvHGzxjs .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v2JvHGzxjs .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v2JvHGzxjs .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v2JvHGzxjs .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-v2JvHGzxjs .nav-wrapper .list .item-wrap:hover::before,
.cid-v2JvHGzxjs .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-v2JvHGzxjs .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all .3s ease;
}
.cid-v2JvHGzxjs .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2JvHGzxjs .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v2JvHGzxjs .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v2JvHGzxjs .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v2JvHGzxjs .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-v2JvHGzxjs .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-v2JvHGzxjs .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #232323;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-v2JvHGzxjs .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all .3s ease;
}
.cid-v2JvHGzxjs .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-v2JvHGzxjs .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v2JvHGzxjs .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-v2JvHGzxjs .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v2JvHGzxjs .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-v2JvHGzxjs .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v2JvHGzxjs .list {
  color: #ffffff;
}
.cid-v2JvHGzxjs .mbr-section-title {
  color: #ffffff;
}
.cid-v2JvHGzxjs .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v2JvHGzxjs .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-v2JvHGzxjs .mbr-section-title,
.cid-v2JvHGzxjs .mbr-section-btn {
  text-align: center;
}
.cid-v3YYxfrwAk {
  background-color: #000000;
  overflow: hidden;
}
.cid-v3YYxfrwAk .card {
  position: relative;
}
.cid-v3YYxfrwAk .card .gradient-wrap {
  position: absolute;
  bottom: -40%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #1c4eff, #ca45ff 50%, #7f2887);
  filter: blur(4rem);
  pointer-events: none;
}
.cid-v3YYxfrwAk .card .gradient-wrap::before {
  content: '';
  position: absolute;
  top: -30%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #000000;
  filter: blur(5rem);
  pointer-events: none;
}
.cid-v3YYxfrwAk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3YYxfrwAk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3YYxfrwAk .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v3YYxfrwAk .content-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v3YYxfrwAk .content-wrapper {
    width: 100%;
  }
}
.cid-v3YYxfrwAk .content-wrapper .label-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-v3YYxfrwAk .content-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-v3YYxfrwAk .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-v3YYxfrwAk .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v3YYxfrwAk .content-wrapper .mbr-section-title {
    margin-bottom: 18px;
  }
}
.cid-v3YYxfrwAk .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3YYxfrwAk .content-wrapper .mbr-section-btn {
  margin-top: 46px;
}
@media (max-width: 992px) {
  .cid-v3YYxfrwAk .content-wrapper .mbr-section-btn {
    margin-top: 18px;
  }
}
.cid-v3YYxfrwAk .mbr-label,
.cid-v3YYxfrwAk .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v3YYxfrwAk .mbr-section-title {
  color: #ffffff;
}
.cid-v3YYxfrwAk .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v3YYxfrwAk .mbr-section-title,
.cid-v3YYxfrwAk .mbr-section-btn {
  text-align: center;
}
.cid-v3YYxh13EF {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v3YYxh13EF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3YYxh13EF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3YYxh13EF .row {
  justify-content: center;
}
.cid-v3YYxh13EF .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #a78aff 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v3YYxh13EF .title-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v3YYxh13EF .title-wrapper .title-wrapper {
    margin-bottom: 22px;
  }
}
.cid-v3YYxh13EF .title-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v3YYxh13EF .title-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #ffffff, #a78aff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v3YYxh13EF .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v3YYxh13EF .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v3YYxh13EF .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-v3YYxh13EF .mbr-label,
.cid-v3YYxh13EF .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v3YYxh13EF .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v3YYxh13EF .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-v3YYxh13EF .mbr-text,
.cid-v3YYxh13EF .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v3YYxh13EF .mbr-section-title,
.cid-v3YYxh13EF .mbr-section-btn {
  text-align: center;
}
.cid-v3YYxfRX3z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v3YYxfRX3z .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3YYxfRX3z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3YYxfRX3z .card {
  justify-content: center;
}
.cid-v3YYxfRX3z .content-wrapper {
  padding-right: 115px;
}
@media (max-width: 992px) {
  .cid-v3YYxfRX3z .content-wrapper {
    margin-bottom: 22px;
    padding-right: 0;
  }
}
.cid-v3YYxfRX3z .content-wrapper .label-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v3YYxfRX3z .content-wrapper .label-wrapper {
    margin-bottom: 22px;
  }
}
.cid-v3YYxfRX3z .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #9c98cf, #7f2887 50%, #fe881b);
}
.cid-v3YYxfRX3z .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-v3YYxfRX3z .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3YYxfRX3z .form-wrap {
  position: relative;
  background-image: radial-gradient(circle at 5% 113%, #7f2887, #190f2a 100%);
  padding: 82px;
}
@media (max-width: 1440px) {
  .cid-v3YYxfRX3z .form-wrap {
    padding: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v3YYxfRX3z .form-wrap {
    padding: 18px;
  }
}
.cid-v3YYxfRX3z .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
  margin: 0 -9.6px;
}
.cid-v3YYxfRX3z .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-v3YYxfRX3z .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px;
}
.cid-v3YYxfRX3z .form-wrap .dragArea.row .form-group .form-control {
  padding: 18px 24px;
  background-color: #f7f7f7;
  border: 1px solid #362c52 !important;
  box-shadow: none;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v3YYxfRX3z .form-wrap .dragArea.row .form-group .form-control {
    margin-bottom: 22px;
  }
}
.cid-v3YYxfRX3z .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #161616;
  opacity: .5;
}
.cid-v3YYxfRX3z .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-v3YYxfRX3z .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #362c52 !important;
}
.cid-v3YYxfRX3z .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
  padding: 24px;
}
.cid-v3YYxfRX3z .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-v3YYxfRX3z .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #161616;
  border-color: #161616;
}
.cid-v3YYxfRX3z .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-v3YYxfRX3z .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.cid-v3YYxfRX3z .mbr-label,
.cid-v3YYxfRX3z .label-wrapper {
  color: #ffffff;
}
.cid-v3YYxfRX3z .mbr-section-title {
  color: #ffffff;
}
.cid-v3YYxfRX3z .mbr-text {
  color: #f7f7f7;
  text-align: left;
}
.cid-v3YYxfRX3z label {
  color: #a997ce;
}
.cid-v3YYxfRX3z LABEL {
  color: #f7f7f7;
}
.cid-v3YYxhvk3i {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v3YYxhvk3i .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3YYxhvk3i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3YYxhvk3i .row {
  justify-content: center;
}
.cid-v3YYxhvk3i .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #a78aff 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v3YYxhvk3i .title-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v3YYxhvk3i .title-wrapper .title-wrapper {
    margin-bottom: 22px;
  }
}
.cid-v3YYxhvk3i .title-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v3YYxhvk3i .title-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #ffffff, #a78aff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v3YYxhvk3i .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v3YYxhvk3i .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v3YYxhvk3i .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-v3YYxhvk3i .mbr-label,
.cid-v3YYxhvk3i .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v3YYxhvk3i .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v3YYxhvk3i .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-v3YYxhvk3i .mbr-text,
.cid-v3YYxhvk3i .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v3YYxhvk3i .mbr-section-title,
.cid-v3YYxhvk3i .mbr-section-btn {
  text-align: center;
}
.cid-uWVBvOgHB0 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uWVBvOgHB0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWVBvOgHB0 .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-uWVBvOgHB0 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uWVBvOgHB0 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uWVBvOgHB0 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uWVBvOgHB0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWVBvOgHB0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWVBvOgHB0 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uWVBvOgHB0 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uWVBvOgHB0 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uWVBvOgHB0 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uWVBvOgHB0 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uWVBvOgHB0 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uWVBvOgHB0 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uWVBvOgHB0 .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-uWVBvOgHB0 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uWVBvOgHB0 .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uWVBvOgHB0 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uWVBvOgHB0 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uWVBvOgHB0 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uWVBvOgHB0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uWVBvOgHB0 .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.4) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uWVBvOgHB0 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uWVBvOgHB0 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uWVBvOgHB0 .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-uWVBvOgHB0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uWVBvOgHB0 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.4) !important;
  backdrop-filter: blur(10px);
}
.cid-uWVBvOgHB0 .nav-item:focus,
.cid-uWVBvOgHB0 .nav-link:focus {
  outline: none;
}
.cid-uWVBvOgHB0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWVBvOgHB0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWVBvOgHB0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWVBvOgHB0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWVBvOgHB0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWVBvOgHB0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWVBvOgHB0 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uWVBvOgHB0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uWVBvOgHB0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWVBvOgHB0 .navbar .navbar-logo img {
  width: auto;
}
.cid-uWVBvOgHB0 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uWVBvOgHB0 .navbar.collapsed {
  justify-content: center;
}
.cid-uWVBvOgHB0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWVBvOgHB0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWVBvOgHB0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-uWVBvOgHB0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWVBvOgHB0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWVBvOgHB0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uWVBvOgHB0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWVBvOgHB0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWVBvOgHB0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uWVBvOgHB0 .navbar {
    min-height: 72px;
  }
  .cid-uWVBvOgHB0 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uWVBvOgHB0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWVBvOgHB0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWVBvOgHB0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uWVBvOgHB0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWVBvOgHB0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWVBvOgHB0 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uWVBvOgHB0 .dropdown-item.active,
.cid-uWVBvOgHB0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uWVBvOgHB0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWVBvOgHB0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWVBvOgHB0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWVBvOgHB0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uWVBvOgHB0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uWVBvOgHB0 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uWVBvOgHB0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWVBvOgHB0 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uWVBvOgHB0 .navbar-buttons {
    text-align: left;
  }
}
.cid-uWVBvOgHB0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWVBvOgHB0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uWVBvOgHB0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWVBvOgHB0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWVBvOgHB0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWVBvOgHB0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWVBvOgHB0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWVBvOgHB0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWVBvOgHB0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWVBvOgHB0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWVBvOgHB0 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uWVBvOgHB0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWVBvOgHB0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uWVBvOgHB0 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uWVBvOgHB0 .navbar {
    height: 70px;
  }
  .cid-uWVBvOgHB0 .navbar.opened {
    height: auto;
  }
  .cid-uWVBvOgHB0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uWVBvOgHB0 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uWVBvOgHB0 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uWVBvOgHB0 .navbar-brand {
    margin-right: auto;
  }
  .cid-uWVBvOgHB0 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.4) !important;
    background: rgba(255, 255, 255, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uWVBvOgHB0 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uWVBvOgHB0 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uWVBvOgHB0 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v4BNtgwOYZ {
  background-image: url("../../../assets/images/background1.jpg");
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.cid-v4BNtgwOYZ .gradient-wrap {
  position: absolute;
  bottom: 20%;
  width: 105%;
  height: 135%;
  border-radius: 100%;
  background-color: #190f2a;
  filter: blur(2rem);
  pointer-events: none;
}
@media (max-width: 1440px) {
  .cid-v4BNtgwOYZ .gradient-wrap {
    width: 150%;
  }
}
@media (max-width: 758px) {
  .cid-v4BNtgwOYZ .gradient-wrap {
    width: 250%;
  }
}
.cid-v4BNtgwOYZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4BNtgwOYZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4BNtgwOYZ .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v4BNtgwOYZ .content-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v4BNtgwOYZ .content-wrapper {
    width: 100%;
  }
}
.cid-v4BNtgwOYZ .content-wrapper .label-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-v4BNtgwOYZ .content-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-v4BNtgwOYZ .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-v4BNtgwOYZ .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v4BNtgwOYZ .content-wrapper .mbr-section-title {
    margin-bottom: 18px;
  }
}
.cid-v4BNtgwOYZ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v4BNtgwOYZ .content-wrapper .mbr-section-btn {
  margin-top: 46px;
}
@media (max-width: 992px) {
  .cid-v4BNtgwOYZ .content-wrapper .mbr-section-btn {
    margin-top: 18px;
  }
}
.cid-v4BNtgwOYZ .mbr-label,
.cid-v4BNtgwOYZ .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v4BNtgwOYZ .mbr-section-title {
  color: #ffffff;
}
.cid-v4BNtgwOYZ .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v4BNtgwOYZ .mbr-section-title,
.cid-v4BNtgwOYZ .mbr-section-btn {
  text-align: center;
}
.cid-v65k9yUTEW {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #000000;
}
.cid-v65k9yUTEW .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-v65k9yUTEW H4 {
  color: #f7f7f7;
}
.cid-v2JvHGzxjs {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v2JvHGzxjs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2JvHGzxjs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2JvHGzxjs .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v2JvHGzxjs .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v2JvHGzxjs .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v2JvHGzxjs .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v2JvHGzxjs .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-v2JvHGzxjs .nav-wrapper .list .item-wrap:hover::before,
.cid-v2JvHGzxjs .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-v2JvHGzxjs .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all .3s ease;
}
.cid-v2JvHGzxjs .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2JvHGzxjs .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v2JvHGzxjs .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v2JvHGzxjs .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v2JvHGzxjs .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-v2JvHGzxjs .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-v2JvHGzxjs .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #232323;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-v2JvHGzxjs .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all .3s ease;
}
.cid-v2JvHGzxjs .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-v2JvHGzxjs .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v2JvHGzxjs .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-v2JvHGzxjs .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v2JvHGzxjs .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-v2JvHGzxjs .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v2JvHGzxjs .list {
  color: #ffffff;
}
.cid-v2JvHGzxjs .mbr-section-title {
  color: #ffffff;
}
.cid-v2JvHGzxjs .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v2JvHGzxjs .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-v2JvHGzxjs .mbr-section-title,
.cid-v2JvHGzxjs .mbr-section-btn {
  text-align: center;
}
.cid-v5WIC5DZIK {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-v5WIC5DZIK .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5WIC5DZIK .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-v5WIC5DZIK .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-v5WIC5DZIK .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v5WIC5DZIK .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-v5WIC5DZIK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5WIC5DZIK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5WIC5DZIK .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-v5WIC5DZIK .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-v5WIC5DZIK .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-v5WIC5DZIK .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-v5WIC5DZIK .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-v5WIC5DZIK .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-v5WIC5DZIK .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-v5WIC5DZIK .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-v5WIC5DZIK .nav-link {
  width: fit-content;
  position: relative;
}
.cid-v5WIC5DZIK .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-v5WIC5DZIK .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-v5WIC5DZIK .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-v5WIC5DZIK .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-v5WIC5DZIK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-v5WIC5DZIK .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.4) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v5WIC5DZIK .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v5WIC5DZIK .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-v5WIC5DZIK .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-v5WIC5DZIK .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5WIC5DZIK .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.4) !important;
  backdrop-filter: blur(10px);
}
.cid-v5WIC5DZIK .nav-item:focus,
.cid-v5WIC5DZIK .nav-link:focus {
  outline: none;
}
.cid-v5WIC5DZIK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5WIC5DZIK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5WIC5DZIK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5WIC5DZIK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5WIC5DZIK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5WIC5DZIK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5WIC5DZIK .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-v5WIC5DZIK .navbar.opened {
  transition: all 0.3s;
}
.cid-v5WIC5DZIK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5WIC5DZIK .navbar .navbar-logo img {
  width: auto;
}
.cid-v5WIC5DZIK .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-v5WIC5DZIK .navbar.collapsed {
  justify-content: center;
}
.cid-v5WIC5DZIK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5WIC5DZIK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5WIC5DZIK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-v5WIC5DZIK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5WIC5DZIK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5WIC5DZIK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v5WIC5DZIK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5WIC5DZIK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5WIC5DZIK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-v5WIC5DZIK .navbar {
    min-height: 72px;
  }
  .cid-v5WIC5DZIK .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-v5WIC5DZIK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5WIC5DZIK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5WIC5DZIK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5WIC5DZIK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5WIC5DZIK .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v5WIC5DZIK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5WIC5DZIK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-v5WIC5DZIK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5WIC5DZIK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v5WIC5DZIK .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-v5WIC5DZIK .dropdown-item.active,
.cid-v5WIC5DZIK .dropdown-item:active {
  background-color: transparent;
}
.cid-v5WIC5DZIK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5WIC5DZIK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5WIC5DZIK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5WIC5DZIK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v5WIC5DZIK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-v5WIC5DZIK .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-v5WIC5DZIK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5WIC5DZIK .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-v5WIC5DZIK .navbar-buttons {
    text-align: left;
  }
}
.cid-v5WIC5DZIK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v5WIC5DZIK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-v5WIC5DZIK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v5WIC5DZIK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5WIC5DZIK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v5WIC5DZIK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v5WIC5DZIK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5WIC5DZIK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5WIC5DZIK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5WIC5DZIK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5WIC5DZIK .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v5WIC5DZIK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5WIC5DZIK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v5WIC5DZIK .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5WIC5DZIK .navbar {
    height: 70px;
  }
  .cid-v5WIC5DZIK .navbar.opened {
    height: auto;
  }
  .cid-v5WIC5DZIK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5WIC5DZIK .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-v5WIC5DZIK .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-v5WIC5DZIK .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-v5WIC5DZIK .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-v5WIC5DZIK .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-v5WIC5DZIK .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-v5WIC5DZIK .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-v5WIC5DZIK .navbar-brand {
    margin-right: auto;
  }
  .cid-v5WIC5DZIK .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.4) !important;
    background: rgba(255, 255, 255, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-v5WIC5DZIK .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-v5WIC5DZIK .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-v5WIC5DZIK .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v5WIC5DZIK .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-v5WIC5DZIK .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-v5WIC5DZIK .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-v5WIC5DZIK .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-v5WIC5DZIK .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-v5WIC5DZIK .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-v5WIC5DZIK .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v3YNLr1MnY {
  padding-top: 11rem;
  padding-bottom: 12rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-v3YNLr1MnY .card {
  position: relative;
}
.cid-v3YNLr1MnY .card .gradient-wrap {
  position: absolute;
  bottom: -40%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #1c4eff, #ca45ff 50%, #7f2887);
  filter: blur(4rem);
  pointer-events: none;
}
.cid-v3YNLr1MnY .card .gradient-wrap::before {
  content: '';
  position: absolute;
  top: -30%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #000000;
  filter: blur(5rem);
  pointer-events: none;
}
.cid-v3YNLr1MnY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3YNLr1MnY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3YNLr1MnY .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v3YNLr1MnY .content-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v3YNLr1MnY .content-wrapper {
    width: 100%;
  }
}
.cid-v3YNLr1MnY .content-wrapper .label-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-v3YNLr1MnY .content-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-v3YNLr1MnY .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-v3YNLr1MnY .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v3YNLr1MnY .content-wrapper .mbr-section-title {
    margin-bottom: 18px;
  }
}
.cid-v3YNLr1MnY .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3YNLr1MnY .content-wrapper .mbr-section-btn {
  margin-top: 46px;
}
@media (max-width: 992px) {
  .cid-v3YNLr1MnY .content-wrapper .mbr-section-btn {
    margin-top: 18px;
  }
}
.cid-v3YNLr1MnY .mbr-label,
.cid-v3YNLr1MnY .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v3YNLr1MnY .mbr-section-title {
  color: #ffffff;
}
.cid-v3YNLr1MnY .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v3YNLr1MnY .mbr-section-title,
.cid-v3YNLr1MnY .mbr-section-btn {
  text-align: center;
}
.cid-v4LmUqqDyz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v4LmUqqDyz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4LmUqqDyz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4LmUqqDyz .row {
  justify-content: center;
}
.cid-v4LmUqqDyz .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #a78aff 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v4LmUqqDyz .title-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v4LmUqqDyz .title-wrapper .title-wrapper {
    margin-bottom: 22px;
  }
}
.cid-v4LmUqqDyz .title-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v4LmUqqDyz .title-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #ffffff, #a78aff 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v4LmUqqDyz .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v4LmUqqDyz .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v4LmUqqDyz .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-v4LmUqqDyz .mbr-label,
.cid-v4LmUqqDyz .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v4LmUqqDyz .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v4LmUqqDyz .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-v4LmUqqDyz .mbr-text,
.cid-v4LmUqqDyz .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v4LmUqqDyz .mbr-section-title,
.cid-v4LmUqqDyz .mbr-section-btn {
  text-align: center;
}
.cid-v4Lixr03PC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v4Lixr03PC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v4Lixr03PC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v4Lixr03PC .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v4Lixr03PC .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v4Lixr03PC .mbr-section-title {
  text-align: center;
  color: #f7f7f7;
}
.cid-v4Lixr03PC .mbr-section-subtitle {
  text-align: center;
  color: #f7f7f7;
}
.cid-v4Lixr03PC .image-wrapper {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  overflow: hidden;
}
.cid-v4Lixr03PC .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-v4Lixr03PC .content-head {
  max-width: 800px;
}
.cid-v4Lixr03PC .img-box {
  display: flex;
  justify-content: center;
}
.cid-v4Lixr03PC .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-v4Lixr03PC .card-text {
  text-align: center;
  color: #f7f7f7;
}
.cid-v4Lixr03PC .link {
  text-align: center;
}
.cid-v3YPCNN3N4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v3YPCNN3N4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3YPCNN3N4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3YPCNN3N4 .card {
  justify-content: center;
}
.cid-v3YPCNN3N4 .content-wrapper {
  padding-right: 115px;
}
@media (max-width: 992px) {
  .cid-v3YPCNN3N4 .content-wrapper {
    margin-bottom: 22px;
    padding-right: 0;
  }
}
.cid-v3YPCNN3N4 .content-wrapper .label-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v3YPCNN3N4 .content-wrapper .label-wrapper {
    margin-bottom: 22px;
  }
}
.cid-v3YPCNN3N4 .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #9c98cf, #7f2887 50%, #fe881b);
}
.cid-v3YPCNN3N4 .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-v3YPCNN3N4 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v3YPCNN3N4 .form-wrap {
  position: relative;
  background-image: radial-gradient(circle at 5% 113%, #7f2887, #190f2a 100%);
  padding: 82px;
}
@media (max-width: 1440px) {
  .cid-v3YPCNN3N4 .form-wrap {
    padding: 46px;
  }
}
@media (max-width: 992px) {
  .cid-v3YPCNN3N4 .form-wrap {
    padding: 18px;
  }
}
.cid-v3YPCNN3N4 .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
  margin: 0 -9.6px;
}
.cid-v3YPCNN3N4 .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-v3YPCNN3N4 .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px;
}
.cid-v3YPCNN3N4 .form-wrap .dragArea.row .form-group .form-control {
  padding: 18px 24px;
  background-color: #f7f7f7;
  border: 1px solid #362c52 !important;
  box-shadow: none;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v3YPCNN3N4 .form-wrap .dragArea.row .form-group .form-control {
    margin-bottom: 22px;
  }
}
.cid-v3YPCNN3N4 .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #161616;
  opacity: .5;
}
.cid-v3YPCNN3N4 .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-v3YPCNN3N4 .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #362c52 !important;
}
.cid-v3YPCNN3N4 .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
  padding: 24px;
}
.cid-v3YPCNN3N4 .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-v3YPCNN3N4 .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #161616;
  border-color: #161616;
}
.cid-v3YPCNN3N4 .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-v3YPCNN3N4 .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.cid-v3YPCNN3N4 .mbr-label,
.cid-v3YPCNN3N4 .label-wrapper {
  color: #ffffff;
}
.cid-v3YPCNN3N4 .mbr-section-title {
  color: #ffffff;
}
.cid-v3YPCNN3N4 .mbr-text {
  color: #f7f7f7;
  text-align: left;
}
.cid-v3YPCNN3N4 label {
  color: #a997ce;
}
.cid-v3YPCNN3N4 LABEL {
  color: #f7f7f7;
}
.cid-uWVBvOgHB0 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uWVBvOgHB0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWVBvOgHB0 .btn {
  padding: .6rem 1.3rem;
}
@media (max-width: 767px) {
  .cid-uWVBvOgHB0 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uWVBvOgHB0 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uWVBvOgHB0 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uWVBvOgHB0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWVBvOgHB0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWVBvOgHB0 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-uWVBvOgHB0 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uWVBvOgHB0 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uWVBvOgHB0 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uWVBvOgHB0 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uWVBvOgHB0 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uWVBvOgHB0 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uWVBvOgHB0 .navbar-nav {
    padding: 0 1rem;
  }
}
.cid-uWVBvOgHB0 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uWVBvOgHB0 .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uWVBvOgHB0 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uWVBvOgHB0 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uWVBvOgHB0 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uWVBvOgHB0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uWVBvOgHB0 .container {
  display: flex;
  height: 64px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.4) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2rem;
  margin-top: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uWVBvOgHB0 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uWVBvOgHB0 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-uWVBvOgHB0 .container {
    width: auto;
    margin-left: 6.8rem;
  }
}
.cid-uWVBvOgHB0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uWVBvOgHB0 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.4) !important;
  backdrop-filter: blur(10px);
}
.cid-uWVBvOgHB0 .nav-item:focus,
.cid-uWVBvOgHB0 .nav-link:focus {
  outline: none;
}
.cid-uWVBvOgHB0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWVBvOgHB0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWVBvOgHB0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWVBvOgHB0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWVBvOgHB0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWVBvOgHB0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWVBvOgHB0 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uWVBvOgHB0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uWVBvOgHB0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWVBvOgHB0 .navbar .navbar-logo img {
  width: auto;
}
.cid-uWVBvOgHB0 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uWVBvOgHB0 .navbar.collapsed {
  justify-content: center;
}
.cid-uWVBvOgHB0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWVBvOgHB0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWVBvOgHB0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-uWVBvOgHB0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWVBvOgHB0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWVBvOgHB0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uWVBvOgHB0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWVBvOgHB0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWVBvOgHB0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uWVBvOgHB0 .navbar {
    min-height: 72px;
  }
  .cid-uWVBvOgHB0 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uWVBvOgHB0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWVBvOgHB0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWVBvOgHB0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uWVBvOgHB0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWVBvOgHB0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWVBvOgHB0 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uWVBvOgHB0 .dropdown-item.active,
.cid-uWVBvOgHB0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uWVBvOgHB0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWVBvOgHB0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWVBvOgHB0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWVBvOgHB0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uWVBvOgHB0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uWVBvOgHB0 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uWVBvOgHB0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWVBvOgHB0 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uWVBvOgHB0 .navbar-buttons {
    text-align: left;
  }
}
.cid-uWVBvOgHB0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWVBvOgHB0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uWVBvOgHB0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWVBvOgHB0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWVBvOgHB0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWVBvOgHB0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWVBvOgHB0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWVBvOgHB0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWVBvOgHB0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWVBvOgHB0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWVBvOgHB0 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uWVBvOgHB0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWVBvOgHB0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uWVBvOgHB0 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uWVBvOgHB0 .navbar {
    height: 70px;
  }
  .cid-uWVBvOgHB0 .navbar.opened {
    height: auto;
  }
  .cid-uWVBvOgHB0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uWVBvOgHB0 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uWVBvOgHB0 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uWVBvOgHB0 .navbar-brand {
    margin-right: auto;
  }
  .cid-uWVBvOgHB0 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.4) !important;
    background: rgba(255, 255, 255, 0.4) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uWVBvOgHB0 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uWVBvOgHB0 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uWVBvOgHB0 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uWVBvOgHB0 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uWVBvOgHB0 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v6kAG9JOfS {
  background-color: #190f2a;
  overflow: hidden;
}
.cid-v6kAG9JOfS .card {
  position: relative;
}
.cid-v6kAG9JOfS .card .gradient-wrap {
  position: absolute;
  bottom: -40%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #1c4eff, #ca45ff 50%, #fe881b);
  filter: blur(4rem);
  pointer-events: none;
}
.cid-v6kAG9JOfS .card .gradient-wrap::before {
  content: '';
  position: absolute;
  top: -30%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #190f2a;
  filter: blur(5rem);
  pointer-events: none;
}
.cid-v6kAG9JOfS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6kAG9JOfS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6kAG9JOfS .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v6kAG9JOfS .content-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v6kAG9JOfS .content-wrapper {
    width: 100%;
  }
}
.cid-v6kAG9JOfS .content-wrapper .label-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-v6kAG9JOfS .content-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-v6kAG9JOfS .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-v6kAG9JOfS .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v6kAG9JOfS .content-wrapper .mbr-section-title {
    margin-bottom: 18px;
  }
}
.cid-v6kAG9JOfS .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v6kAG9JOfS .content-wrapper .mbr-section-btn {
  margin-top: 46px;
}
@media (max-width: 992px) {
  .cid-v6kAG9JOfS .content-wrapper .mbr-section-btn {
    margin-top: 18px;
  }
}
.cid-v6kAG9JOfS .mbr-label,
.cid-v6kAG9JOfS .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v6kAG9JOfS .mbr-section-title {
  color: #ffffff;
}
.cid-v6kAG9JOfS .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v6kAG9JOfS .mbr-section-title,
.cid-v6kAG9JOfS .mbr-section-btn {
  text-align: center;
}
.cid-v6kAPQjoEe {
  background-color: #000000;
}
.cid-v6kAPQjoEe .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6kAPQjoEe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6kAPQjoEe .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-v6kAPQjoEe .mbr-text,
.cid-v6kAPQjoEe .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v6kAPQjoEe b,
.cid-v6kAPQjoEe strong {
  font-weight: 900;
}
.cid-v6kAPQjoEe .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-v6kBkDwikR {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v6kBkDwikR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6kBkDwikR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6kBkDwikR .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v6kBkDwikR .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v6kBkDwikR .title-wrapper {
    width: 100%;
  }
}
.cid-v6kBkDwikR .title-wrapper .label-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v6kBkDwikR .title-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-v6kBkDwikR .title-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #362c52;
}
@media (max-width: 992px) {
  .cid-v6kBkDwikR .title-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v6kBkDwikR .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v6kBkDwikR .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v6kBkDwikR .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v6kBkDwikR .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v6kBkDwikR .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-v6kBkDwikR .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6kBkDwikR .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-v6kBkDwikR .title-wrapper .mbr-section-btn {
  margin-top: 42px;
}
@media (max-width: 992px) {
  .cid-v6kBkDwikR .title-wrapper .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-v6kBkDwikR .mbr-label,
.cid-v6kBkDwikR .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v6kBkDwikR .mbr-section-title {
  color: #ffffff;
}
.cid-v6kBkDwikR .mbr-section-subtitle,
.cid-v6kBkDwikR .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v6kBkDwikR .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v6kBkDwikR .mbr-section-title,
.cid-v6kBkDwikR .mbr-section-btn {
  text-align: center;
}
.cid-v6kGy68C5y {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v6kGy68C5y .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6kGy68C5y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6kGy68C5y .items-wrapper {
  justify-content: space-between;
}
.cid-v6kGy68C5y .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v6kGy68C5y .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v6kGy68C5y .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v6kGy68C5y .title-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v6kGy68C5y .title-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-v6kGy68C5y .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-v6kGy68C5y .image-wrapper {
    justify-content: center;
  }
}
.cid-v6kGy68C5y .image-wrapper img {
  width: 346px;
  height: 346px;
  min-width: 346px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-v6kGy68C5y .image-wrapper img {
    width: 300px;
    height: 300px;
    min-width: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-v6kGy68C5y .image-wrapper img {
    width: 250px;
    height: 250px;
    min-width: 250px;
  }
}
.cid-v6kGy68C5y .mbr-section-title {
  color: #ffffff;
}
.cid-v6kJOCjj15 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v6kJOCjj15 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6kJOCjj15 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6kJOCjj15 .items-wrapper {
  justify-content: space-between;
}
.cid-v6kJOCjj15 .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v6kJOCjj15 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v6kJOCjj15 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v6kJOCjj15 .title-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v6kJOCjj15 .title-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-v6kJOCjj15 .image-wrapper {
  display: flex;
  justify-content: flex-end;
  justify-content: flex-start;
}
@media (max-width: 992px) {
  .cid-v6kJOCjj15 .image-wrapper {
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .cid-v6kJOCjj15 .image-wrapper {
    justify-content: center;
  }
}
.cid-v6kJOCjj15 .image-wrapper img {
  width: 346px;
  height: 346px;
  min-width: 346px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-v6kJOCjj15 .image-wrapper img {
    width: 300px;
    height: 300px;
    min-width: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-v6kJOCjj15 .image-wrapper img {
    width: 250px;
    height: 250px;
    min-width: 250px;
  }
}
.cid-v6kJOCjj15 .mbr-section-title {
  color: #ffffff;
}
.cid-v6kKFoUqUd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v6kKFoUqUd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6kKFoUqUd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6kKFoUqUd .items-wrapper {
  justify-content: space-between;
}
.cid-v6kKFoUqUd .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v6kKFoUqUd .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v6kKFoUqUd .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v6kKFoUqUd .title-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v6kKFoUqUd .title-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-v6kKFoUqUd .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-v6kKFoUqUd .image-wrapper {
    justify-content: center;
  }
}
.cid-v6kKFoUqUd .image-wrapper img {
  width: 346px;
  height: 346px;
  min-width: 346px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-v6kKFoUqUd .image-wrapper img {
    width: 300px;
    height: 300px;
    min-width: 300px;
  }
}
@media (max-width: 1200px) {
  .cid-v6kKFoUqUd .image-wrapper img {
    width: 250px;
    height: 250px;
    min-width: 250px;
  }
}
.cid-v6kKFoUqUd .mbr-section-title {
  color: #ffffff;
}
.cid-v6kH6tyai1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #190f2a;
  overflow: hidden;
}
.cid-v6kH6tyai1 .items-wrapper {
  position: relative;
  align-items: center;
}
.cid-v6kH6tyai1 .items-wrapper .gradient-wrap {
  position: absolute;
  top: -4rem;
  width: 600px;
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #ca45ff, transparent);
  filter: blur(0.5rem);
  pointer-events: none;
}
.cid-v6kH6tyai1 .items-wrapper .gradient-wrap::before {
  content: '';
  position: absolute;
  width: 98%;
  height: 98%;
  border-radius: 50%;
  background-color: #190f2a;
  pointer-events: none;
}
.cid-v6kH6tyai1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6kH6tyai1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6kH6tyai1 .content-wrapper {
  position: relative;
  z-index: 1;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 992px) {
  .cid-v6kH6tyai1 .content-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-v6kH6tyai1 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v6kH6tyai1 .content-wrapper .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-v6kH6tyai1 .items-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -7px;
}
.cid-v6kH6tyai1 .items-wrapper .item {
  width: 33.33%;
  padding: 0 7px;
  margin-bottom: 14px;
  animation: none !important;
}
@media (max-width: 1640px) {
  .cid-v6kH6tyai1 .items-wrapper .item {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-v6kH6tyai1 .items-wrapper .item {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-v6kH6tyai1 .items-wrapper .item:hover .item-wrapper::after,
.cid-v6kH6tyai1 .items-wrapper .item:focus .item-wrapper::after {
  width: 90%;
  height: 200px;
  top: -155px;
}
.cid-v6kH6tyai1 .items-wrapper .item .item-wrapper {
  position: relative;
  padding: 38px 46px 46px 46px;
  min-height: 485px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  overflow: hidden !important;
  min-height: auto;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-v6kH6tyai1 .items-wrapper .item .item-wrapper {
    min-height: auto;
    padding: 18px;
  }
}
.cid-v6kH6tyai1 .items-wrapper .item .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #291f39;
  opacity: .5;
  backdrop-filter: blur(36px);
  z-index: 1;
  pointer-events: none;
}
.cid-v6kH6tyai1 .items-wrapper .item .item-wrapper::after {
  content: '';
  position: absolute;
  top: -200px;
  width: 0;
  height: 0;
  border-radius: 100%;
  background-image: linear-gradient(45deg, #ca45ff 30%, #fe881b);
  filter: blur(2rem);
  z-index: 1;
  pointer-events: none;
  transition: all .5s ease;
}
.cid-v6kH6tyai1 .items-wrapper .item .item-wrapper .label-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
  width: 100%;
}
.cid-v6kH6tyai1 .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #362c52;
}
@media (max-width: 992px) {
  .cid-v6kH6tyai1 .items-wrapper .item .item-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v6kH6tyai1 .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v6kH6tyai1 .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v6kH6tyai1 .items-wrapper .item .item-wrapper .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-v6kH6tyai1 .items-wrapper .item .item-wrapper .card-box {
  position: relative;
  z-index: 2;
}
.cid-v6kH6tyai1 .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 22px;
}
.cid-v6kH6tyai1 .items-wrapper .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v6kH6tyai1 .items-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 38px;
  margin-bottom: 14px;
}
.cid-v6kH6tyai1 .items-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #1c4eff, #ca45ff);
  color: #ffffff;
  font-size: 15px;
}
.cid-v6kH6tyai1 .items-wrapper .item .item-wrapper .card-box .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v6kH6tyai1 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 22px;
  width: 100%;
}
.cid-v6kH6tyai1 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-v6kH6tyai1 .btn-wrapper {
  margin-top: 0;
}
.cid-v6kH6tyai1 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v6kH6tyai1 .mbr-section-subtitle,
.cid-v6kH6tyai1 .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v6kH6tyai1 .item-label {
  color: #ffffff;
}
.cid-v6kH6tyai1 .item-title {
  color: #ffffff;
}
.cid-v6kH6tyai1 .list {
  color: #a997ce;
}
.cid-v6laUc5Bpg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-v6laUc5Bpg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6laUc5Bpg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6laUc5Bpg .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v6laUc5Bpg .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v6laUc5Bpg .title-wrapper {
    width: 100%;
  }
}
.cid-v6laUc5Bpg .title-wrapper .label-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v6laUc5Bpg .title-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-v6laUc5Bpg .title-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #362c52;
}
@media (max-width: 992px) {
  .cid-v6laUc5Bpg .title-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v6laUc5Bpg .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v6laUc5Bpg .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v6laUc5Bpg .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v6laUc5Bpg .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v6laUc5Bpg .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-v6laUc5Bpg .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6laUc5Bpg .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-v6laUc5Bpg .title-wrapper .mbr-section-btn {
  margin-top: 42px;
}
@media (max-width: 992px) {
  .cid-v6laUc5Bpg .title-wrapper .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-v6laUc5Bpg .mbr-label,
.cid-v6laUc5Bpg .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v6laUc5Bpg .mbr-section-title {
  color: #ffffff;
}
.cid-v6laUc5Bpg .mbr-section-subtitle,
.cid-v6laUc5Bpg .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v6laUc5Bpg .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v6laUc5Bpg .mbr-section-title,
.cid-v6laUc5Bpg .mbr-section-btn {
  text-align: center;
}
.cid-v6kC6jYqZQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v6kC6jYqZQ .fb-page,
.cid-v6kC6jYqZQ span,
.cid-v6kC6jYqZQ iframe {
  width: 500px;
  height: 620px;
}
.cid-v6kC6jYqZQ blockquote {
  display: none;
}
.cid-v6kC6jYqZQ .fb-page {
  background-color: #1877f2;
  border-radius: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  color: #fff;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='xMinYMin meet' viewBox='0 0 262 266.895'><path id='path3087' fill='%23fff' d='M182.409,262.307v-99.803h33.499l5.016-38.895h-38.515V98.777c0-11.261,3.127-18.935,19.275-18.935 l20.596-0.009V45.045c-3.562-0.474-15.788-1.533-30.012-1.533c-29.695,0-50.025,18.126-50.025,51.413v28.684h-33.585v38.895h33.585 v99.803H182.409z'></path></svg>");
}
.cid-v6kC6jYqZQ .mbr-section-title {
  color: #f7f7f7;
}
.cid-v2JvHGzxjs {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-v2JvHGzxjs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2JvHGzxjs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2JvHGzxjs .nav-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v2JvHGzxjs .nav-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v2JvHGzxjs .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-v2JvHGzxjs .nav-wrapper .list .item-wrap {
  width: fit-content;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v2JvHGzxjs .nav-wrapper .list .item-wrap {
    margin-bottom: 15px;
  }
}
.cid-v2JvHGzxjs .nav-wrapper .list .item-wrap:hover::before,
.cid-v2JvHGzxjs .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-v2JvHGzxjs .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all .3s ease;
}
.cid-v2JvHGzxjs .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2JvHGzxjs .social-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v2JvHGzxjs .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v2JvHGzxjs .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v2JvHGzxjs .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after,
.cid-v2JvHGzxjs .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont::after {
  width: 100%;
}
.cid-v2JvHGzxjs .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #232323;
  font-size: 28px;
  margin: 0 18px 18px 0;
}
.cid-v2JvHGzxjs .social-wrapper .social-wrap .soc-item a .mbr-iconfont::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #e2fa0e;
  transition: all .3s ease;
}
.cid-v2JvHGzxjs .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-v2JvHGzxjs .content-wrapper .mbr-section-btn {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v2JvHGzxjs .content-wrapper .mbr-section-btn {
    margin-bottom: 15px;
  }
}
.cid-v2JvHGzxjs .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v2JvHGzxjs .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-v2JvHGzxjs .content-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-v2JvHGzxjs .list {
  color: #ffffff;
}
.cid-v2JvHGzxjs .mbr-section-title {
  color: #ffffff;
}
.cid-v2JvHGzxjs .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-v2JvHGzxjs .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-v2JvHGzxjs .mbr-section-title,
.cid-v2JvHGzxjs .mbr-section-btn {
  text-align: center;
}
