.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  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: #0c2c68 !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: #0c2c68 !important;
  border-color: #0c2c68 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #113f96 !important;
  border-color: #113f96 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #113f96 !important;
  border-color: #113f96 !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: #0c2c68;
  color: #0c2c68;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #030b1a !important;
  background-color: transparent !important;
  border-color: #030b1a !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0c2c68 !important;
  border-color: #0c2c68 !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: #0c2c68 !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: #01050d !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) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #0c2c68;
}
.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: #0c2c68;
  border-color: #0c2c68;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #0c2c68;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #195cda;
}
.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: #0c2c68 !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: #0c2c68;
}
/* 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: #0c2c68;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0c2c68;
}
.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: #0c2c68;
  border-bottom-color: #0c2c68;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #0c2c68 !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='%230c2c68' %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;
  }
}
.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-uROIyAUVFN {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .cid-uROIyAUVFN {
    align-items: flex-end;
  }
  .cid-uROIyAUVFN .row {
    justify-content: center;
  }
  .cid-uROIyAUVFN .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uROIyAUVFN .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uROIyAUVFN {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uROIyAUVFN .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uROIyAUVFN .content-wrap {
    width: 100%;
  }
}
.cid-uROIyAUVFN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uROIyAUVFN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uROIyAUVFN .mbr-section-title,
.cid-uROIyAUVFN .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uROIyAUVFN .mbr-text,
.cid-uROIyAUVFN .mbr-section-btn {
  text-align: center;
}
.cid-uROIyAUVFN .mbr-section-title {
  text-align: center;
  color: #edefeb;
}
.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;
}
.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: #000000;
}
.cid-uWVDbjBgIC .mbr-section-btn {
  text-align: center;
}
.cid-uWVDbjBgIC .card-title,
.cid-uWVDbjBgIC .iconfont-wrapper {
  color: #f7f7f7;
}
.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: #02050a;
}
.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: #14161b;
  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: 0rem;
  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-uRPbCq2rJY {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRPbCq2rJY .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uRPbCq2rJY .mbr-section-subtitle {
  color: #000000;
}
.cid-uRPbCq2rJY .mbr-section-title {
  color: #ffffff;
}
.cid-uROQigDjyl {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uROQigDjyl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uROQigDjyl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uROQigDjyl .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uROQigDjyl .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uROQigDjyl .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uROQigDjyl .mbr-section-title {
  color: #191c25;
}
.cid-uROQigDjyl .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-uROQigDjyl .mbr-section-title,
.cid-uROQigDjyl .logo-wrapper {
  text-align: right;
  color: #ffffff;
}
.cid-uROQigDjyl .mbr-section-title,
.cid-uROQigDjyl .logo-wrapper DIV {
  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-uHvYzlNQGX {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #000000;
  position: relative;
}
.cid-uHvYzlNQGX::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(#000000 50%, transparent);
  pointer-events: none;
  z-index: 1;
}
.cid-uHvYzlNQGX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHvYzlNQGX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHvYzlNQGX .row {
  justify-content: center;
}
.cid-uHvYzlNQGX .content-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uHvYzlNQGX .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(0deg, #a78aff, #ffffff 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uHvYzlNQGX .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uHvYzlNQGX .mbr-section-title {
  color: #ffffff;
}
.cid-uHvYzlNQGX .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uHvYzlNQGX .mbr-section-title,
.cid-uHvYzlNQGX .mbr-section-btn {
  text-align: center;
}
.cid-uV1PQLZrgd {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-uV1PQLZrgd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uV1PQLZrgd .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uV1PQLZrgd .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uV1PQLZrgd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uV1PQLZrgd .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #d70081;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uV1PQLZrgd .card-title,
.cid-uV1PQLZrgd .iconfont-wrapper,
.cid-uV1PQLZrgd .card-text {
  color: #000000;
  text-align: center;
}
.cid-uV1PQLZrgd .content-head {
  max-width: 800px;
}
.cid-uV1PQLZrgd .mbr-section-title {
  color: #000000;
}
.cid-uV1PQLZrgd .mbr-section-btn {
  text-align: center;
}
.cid-uV1PQLZrgd .card-title,
.cid-uV1PQLZrgd .iconfont-wrapper {
  color: #f7f7f7;
}
.cid-uV1PQLZrgd .card-text,
.cid-uV1PQLZrgd .mbr-section-btn {
  color: #f7f7f7;
}
.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-uPWvxJGb2C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uPWvxJGb2C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPWvxJGb2C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPWvxJGb2C .card-wrapper {
  background: #0c2c68;
}
@media (max-width: 767px) {
  .cid-uPWvxJGb2C .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uPWvxJGb2C .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uPWvxJGb2C .card-wrapper {
    padding: 4rem;
  }
}
.cid-uPWvxJGb2C .mbr-text,
.cid-uPWvxJGb2C .mbr-section-btn {
  color: #f7f7f7;
  text-align: left;
}
.cid-uPWvxJGb2C .card-title,
.cid-uPWvxJGb2C .card-box {
  text-align: left;
  color: #f7f7f7;
}
.cid-uHvYZwRYA4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uHvYZwRYA4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHvYZwRYA4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHvYZwRYA4 .card-wrapper {
  background: #0c2c68;
}
@media (max-width: 767px) {
  .cid-uHvYZwRYA4 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uHvYZwRYA4 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uHvYZwRYA4 .card-wrapper {
    padding: 4rem;
  }
}
.cid-uHvYZwRYA4 .mbr-text,
.cid-uHvYZwRYA4 .mbr-section-btn {
  color: #f7f7f7;
  text-align: left;
}
.cid-uHvYZwRYA4 .card-title,
.cid-uHvYZwRYA4 .card-box {
  text-align: left;
  color: #f7f7f7;
}
.cid-uHw44kiEXs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uHw44kiEXs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHw44kiEXs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHw44kiEXs .card-wrapper {
  background: #0c2c68;
}
@media (max-width: 767px) {
  .cid-uHw44kiEXs .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uHw44kiEXs .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uHw44kiEXs .card-wrapper {
    padding: 4rem;
  }
}
.cid-uHw44kiEXs .mbr-text,
.cid-uHw44kiEXs .mbr-section-btn {
  color: #f7f7f7;
  text-align: left;
}
.cid-uHw44kiEXs .card-title,
.cid-uHw44kiEXs .card-box {
  text-align: left;
  color: #f7f7f7;
}
.cid-uPWwOsc8hE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0c2c68;
  background-image: linear-gradient(135deg, #000000 10%, #0c2c68 80%, #0c2c68 130%);
}
.cid-uPWwOsc8hE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPWwOsc8hE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPWwOsc8hE .row {
  justify-content: center;
}
.cid-uPWwOsc8hE .content-wrapper .logo-wrapper {
  margin-bottom: 22px;
}
.cid-uPWwOsc8hE .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 130px;
  height: 130px;
  object-fit: cover;
}
.cid-uPWwOsc8hE .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uPWwOsc8hE .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPWwOsc8hE .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uPWwOsc8hE .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
.cid-uPWwOsc8hE .content-wrapper .mbr-section-btn .mbr-section-title {
  margin-top: 22px;
}
.cid-uPWwOsc8hE .mbr-section-title {
  color: #ffffff;
}
.cid-uPWwOsc8hE .mbr-text,
.cid-uPWwOsc8hE .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uPWwOsc8hE .mbr-section-title,
.cid-uPWwOsc8hE .mbr-section-btn,
.cid-uPWwOsc8hE .logo-wrapper {
  text-align: center;
}
.cid-uPWGlWqwP9 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #0c2c68;
}
.cid-uPWGlWqwP9 .mbr-text {
  color: #ffffff;
}
.cid-uPWGlWqwP9 .mbr-section-subtitle {
  color: #000000;
}
.cid-uPWGlWqwP9 .mbr-section-title {
  color: #ffffff;
}
.cid-uPWwT6KFs5 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #0c2c68;
}
.cid-uPWwT6KFs5 .mbr-text {
  color: #ffffff;
}
.cid-uPWwT6KFs5 .mbr-section-subtitle {
  color: #000000;
}
.cid-uPWwT6KFs5 .mbr-section-title {
  color: #ffffff;
}
.cid-uPWywWMwkJ {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #0c2c68;
}
.cid-uPWywWMwkJ .mbr-text {
  color: #ffffff;
}
.cid-uPWywWMwkJ .mbr-section-subtitle {
  color: #000000;
}
.cid-uPWywWMwkJ .mbr-section-title {
  color: #ffffff;
}
.cid-uPWzf4hQX1 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #0c2c68;
}
.cid-uPWzf4hQX1 .mbr-text {
  color: #ffffff;
}
.cid-uPWzf4hQX1 .mbr-section-subtitle {
  color: #000000;
}
.cid-uPWzf4hQX1 .mbr-section-title {
  color: #ffffff;
}
.cid-uPWArtvR89 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #0c2c68;
}
.cid-uPWArtvR89 .mbr-text {
  color: #ffffff;
}
.cid-uPWArtvR89 .mbr-section-subtitle {
  color: #000000;
}
.cid-uPWArtvR89 .mbr-section-title {
  color: #ffffff;
}
.cid-uPWAPuuHpe {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #0c2c68;
}
.cid-uPWAPuuHpe .mbr-text {
  color: #ffffff;
}
.cid-uPWAPuuHpe .mbr-section-subtitle {
  color: #000000;
}
.cid-uPWAPuuHpe .mbr-section-title {
  color: #ffffff;
}
.cid-uPWB7l55ZS {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #0c2c68;
}
.cid-uPWB7l55ZS .mbr-text {
  color: #ffffff;
}
.cid-uPWB7l55ZS .mbr-section-subtitle {
  color: #000000;
}
.cid-uPWB7l55ZS .mbr-section-title {
  color: #ffffff;
}
.cid-uPWBtHaToY {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #0c2c68;
}
.cid-uPWBtHaToY .mbr-text {
  color: #ffffff;
}
.cid-uPWBtHaToY .mbr-section-subtitle {
  color: #000000;
}
.cid-uPWBtHaToY .mbr-section-title {
  color: #ffffff;
}
.cid-uPWEfosRf9 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #0c2c68;
}
.cid-uPWEfosRf9 .mbr-text {
  color: #ffffff;
}
.cid-uPWEfosRf9 .mbr-section-subtitle {
  color: #000000;
}
.cid-uPWEfosRf9 .mbr-section-title {
  color: #ffffff;
}
.cid-uPWEWAg0pU {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #0c2c68;
}
.cid-uPWEWAg0pU .mbr-text {
  color: #ffffff;
}
.cid-uPWEWAg0pU .mbr-section-subtitle {
  color: #000000;
}
.cid-uPWEWAg0pU .mbr-section-title {
  color: #ffffff;
}
.cid-uPWFrRKzbA {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #0c2c68;
}
.cid-uPWFrRKzbA .mbr-text {
  color: #ffffff;
}
.cid-uPWFrRKzbA .mbr-section-subtitle {
  color: #000000;
}
.cid-uPWFrRKzbA .mbr-section-title {
  color: #ffffff;
}
.cid-uPWFIsTSMn {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #0c2c68;
}
.cid-uPWFIsTSMn .mbr-text {
  color: #ffffff;
}
.cid-uPWFIsTSMn .mbr-section-subtitle {
  color: #000000;
}
.cid-uPWFIsTSMn .mbr-section-title {
  color: #ffffff;
}
.cid-uPWG2drdVf {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #0c2c68;
}
.cid-uPWG2drdVf .mbr-text {
  color: #ffffff;
}
.cid-uPWG2drdVf .mbr-section-subtitle {
  color: #000000;
}
.cid-uPWG2drdVf .mbr-section-title {
  color: #ffffff;
}
.cid-uPWHagM2Xn {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #0c2c68;
}
.cid-uPWHagM2Xn .mbr-text {
  color: #ffffff;
}
.cid-uPWHagM2Xn .mbr-section-subtitle {
  color: #000000;
}
.cid-uPWHagM2Xn .mbr-section-title {
  color: #ffffff;
}
.cid-uPWIq2NjgU {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #0c2c68;
}
.cid-uPWIq2NjgU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPWIq2NjgU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPWIq2NjgU .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uPWIq2NjgU .image-wrap img {
    display: block;
    margin: auto;
  }
}
.cid-uPWIq2NjgU .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uPWIq2NjgU .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uPWIq2NjgU .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uPWIq2NjgU .header-menu li p {
  margin: 0;
}
.cid-uPWIq2NjgU .mbr-section-title {
  color: #ffffff;
}
.cid-uPWIq2NjgU .header-menu-item {
  color: #ffffff;
}
.cid-uPWIq2NjgU .mbr-text,
.cid-uPWIq2NjgU .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uPWIq2NjgU .content-head {
  max-width: 800px;
}
.cid-uPWC390uO2 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #0c2c68;
}
.cid-uPWC390uO2 .mbr-text {
  color: #ffffff;
}
.cid-uPWC390uO2 .mbr-section-subtitle {
  color: #000000;
}
.cid-uPWC390uO2 .mbr-section-title {
  color: #ffffff;
}
.cid-uPWJxB6nNQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #0c2c68;
}
.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-uROQigDjyl {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uROQigDjyl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uROQigDjyl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uROQigDjyl .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uROQigDjyl .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uROQigDjyl .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uROQigDjyl .mbr-section-title {
  color: #191c25;
}
.cid-uROQigDjyl .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-uROQigDjyl .mbr-section-title,
.cid-uROQigDjyl .logo-wrapper {
  text-align: right;
  color: #ffffff;
}
.cid-uROQigDjyl .mbr-section-title,
.cid-uROQigDjyl .logo-wrapper DIV {
  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-v0KDIHkMFl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v0KDIHkMFl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0KDIHkMFl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0KDIHkMFl .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v0KDIHkMFl .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0KDIHkMFl .mbr-section-title {
  text-align: center;
  color: #f7f7f7;
}
.cid-v0KDIHkMFl .mbr-section-subtitle {
  text-align: center;
}
.cid-v0KDIHkMFl .image-wrapper {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  overflow: hidden;
}
.cid-v0KDIHkMFl .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-v0KDIHkMFl .content-head {
  max-width: 800px;
}
.cid-v0KDIHkMFl .img-box {
  display: flex;
  justify-content: center;
}
.cid-v0KDIHkMFl .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-v0KDIHkMFl .card-text {
  text-align: center;
  color: #f7f7f7;
}
.cid-v0KDIHkMFl .link {
  text-align: center;
}
.cid-v0KDI2z36k {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v0KDI2z36k .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0KDI2z36k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0KDI2z36k .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-v0KDI2z36k .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v0KDI2z36k .mbr-section-title {
  text-align: center;
  color: #f7f7f7;
}
.cid-v0KDI2z36k .mbr-section-subtitle {
  text-align: center;
}
.cid-v0KDI2z36k .image-wrapper {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  overflow: hidden;
}
.cid-v0KDI2z36k .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-v0KDI2z36k .content-head {
  max-width: 800px;
}
.cid-v0KDI2z36k .img-box {
  display: flex;
  justify-content: center;
}
.cid-v0KDI2z36k .card-title {
  text-align: center;
  color: #f7f7f7;
}
.cid-v0KDI2z36k .card-text {
  text-align: center;
  color: #f7f7f7;
}
.cid-v0KDI2z36k .link {
  text-align: center;
}
.cid-uROQigDjyl {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uROQigDjyl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uROQigDjyl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uROQigDjyl .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uROQigDjyl .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uROQigDjyl .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uROQigDjyl .mbr-section-title {
  color: #191c25;
}
.cid-uROQigDjyl .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-uROQigDjyl .mbr-section-title,
.cid-uROQigDjyl .logo-wrapper {
  text-align: right;
  color: #ffffff;
}
.cid-uROQigDjyl .mbr-section-title,
.cid-uROQigDjyl .logo-wrapper DIV {
  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-v0KoP1SDqT {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-993x662.jpg");
}
.cid-v0KoP1SDqT .mbr-overlay {
  background-color: #000000;
  opacity: 0.7;
}
@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-v0KyVZeqHs {
  background-color: #000000;
  overflow: hidden;
}
.cid-v0KyVZeqHs .card {
  position: relative;
}
.cid-v0KyVZeqHs .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-v0KyVZeqHs .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-v0KyVZeqHs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0KyVZeqHs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0KyVZeqHs .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v0KyVZeqHs .content-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v0KyVZeqHs .content-wrapper {
    width: 100%;
  }
}
.cid-v0KyVZeqHs .content-wrapper .label-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-v0KyVZeqHs .content-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-v0KyVZeqHs .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-v0KyVZeqHs .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-v0KyVZeqHs .content-wrapper .mbr-section-title {
    margin-bottom: 18px;
  }
}
.cid-v0KyVZeqHs .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v0KyVZeqHs .content-wrapper .mbr-section-btn {
  margin-top: 46px;
}
@media (max-width: 992px) {
  .cid-v0KyVZeqHs .content-wrapper .mbr-section-btn {
    margin-top: 18px;
  }
}
.cid-v0KyVZeqHs .mbr-label,
.cid-v0KyVZeqHs .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v0KyVZeqHs .mbr-section-title {
  color: #ffffff;
}
.cid-v0KyVZeqHs .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v0KyVZeqHs .mbr-section-title,
.cid-v0KyVZeqHs .mbr-section-btn {
  text-align: center;
}
.cid-uROQigDjyl {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uROQigDjyl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uROQigDjyl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uROQigDjyl .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uROQigDjyl .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uROQigDjyl .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uROQigDjyl .mbr-section-title {
  color: #191c25;
}
.cid-uROQigDjyl .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-uROQigDjyl .mbr-section-title,
.cid-uROQigDjyl .logo-wrapper {
  text-align: right;
  color: #ffffff;
}
.cid-uROQigDjyl .mbr-section-title,
.cid-uROQigDjyl .logo-wrapper DIV {
  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-v0LiJRGbdP {
  padding-top: 12rem;
  padding-bottom: 6rem;
  background-color: #190f2a;
}
.cid-v0LiJRGbdP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0LiJRGbdP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0LiJRGbdP .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-v0LiJRGbdP .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-v0LiJRGbdP .title-wrapper {
    width: 100%;
  }
}
.cid-v0LiJRGbdP .title-wrapper .label-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-v0LiJRGbdP .title-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-v0LiJRGbdP .title-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #362c52;
}
@media (max-width: 992px) {
  .cid-v0LiJRGbdP .title-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-v0LiJRGbdP .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-v0LiJRGbdP .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-v0LiJRGbdP .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v0LiJRGbdP .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v0LiJRGbdP .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-v0LiJRGbdP .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0LiJRGbdP .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-v0LiJRGbdP .title-wrapper .mbr-section-btn {
  margin-top: 42px;
}
@media (max-width: 992px) {
  .cid-v0LiJRGbdP .title-wrapper .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-v0LiJRGbdP .mbr-label,
.cid-v0LiJRGbdP .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v0LiJRGbdP .mbr-section-title {
  color: #ffffff;
}
.cid-v0LiJRGbdP .mbr-section-subtitle,
.cid-v0LiJRGbdP .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v0LiJRGbdP .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-v0LiJRGbdP .mbr-section-title,
.cid-v0LiJRGbdP .mbr-section-btn {
  text-align: center;
}
.cid-v0LiWtaaca {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #190f2a;
}
.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: #291f39;
  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: #a997ce;
  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: #a997ce;
  border-color: #a997ce;
}
.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-uROQigDjyl {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uROQigDjyl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uROQigDjyl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uROQigDjyl .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uROQigDjyl .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uROQigDjyl .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uROQigDjyl .mbr-section-title {
  color: #191c25;
}
.cid-uROQigDjyl .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-uROQigDjyl .mbr-section-title,
.cid-uROQigDjyl .logo-wrapper {
  text-align: right;
  color: #ffffff;
}
.cid-uROQigDjyl .mbr-section-title,
.cid-uROQigDjyl .logo-wrapper DIV {
  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-v21ncmmhmY {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #260a30;
}
.cid-v21ncmmhmY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v21ncmmhmY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v21ncmmhmY .row {
  justify-content: center;
}
.cid-v21ncmmhmY .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-v21ncmmhmY .title-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v21ncmmhmY .title-wrapper .title-wrapper {
    margin-bottom: 22px;
  }
}
.cid-v21ncmmhmY .title-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v21ncmmhmY .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-v21ncmmhmY .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v21ncmmhmY .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v21ncmmhmY .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-v21ncmmhmY .mbr-label,
.cid-v21ncmmhmY .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v21ncmmhmY .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v21ncmmhmY .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-v21ncmmhmY .mbr-text,
.cid-v21ncmmhmY .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v21ncmmhmY .mbr-section-title,
.cid-v21ncmmhmY .mbr-section-btn {
  text-align: center;
}
.cid-v21kC0W4BG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #260a30;
}
.cid-v21kC0W4BG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v21kC0W4BG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v21kC0W4BG .content-wrapper {
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .cid-v21kC0W4BG .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-v21kC0W4BG .content-wrapper .label-wrapper {
  margin-bottom: 32px;
}
.cid-v21kC0W4BG .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-v21kC0W4BG .content-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 16px;
  display: inline-block;
  margin-right: 8px;
}
.cid-v21kC0W4BG .content-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v21kC0W4BG .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
  position: relative;
  background-image: linear-gradient(-180deg, #000000, #ffffff 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-v21kC0W4BG .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v21kC0W4BG .form-wrap {
  background-color: #f5f5f5;
  border-top: 3px solid #ffffff;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  padding: 30px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v21kC0W4BG .form-wrap {
    padding: 24px;
  }
}
.cid-v21kC0W4BG .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-v21kC0W4BG .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-v21kC0W4BG .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-v21kC0W4BG .form-wrap .dragArea.row .form-group .form-control {
  padding: 13px 12px;
  background-color: #f5f5f5;
  border: none !important;
  border-top: 3px solid #ffffff !important;
  box-shadow: 0 8px 15px -8px #9c9c9c;
  margin-bottom: 20px;
}
.cid-v21kC0W4BG .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  opacity: .5;
}
.cid-v21kC0W4BG .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-v21kC0W4BG .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: 0 8px 15px -8px #9c9c9c;
  border: none !important;
  border-top: 3px solid #ffffff !important;
}
.cid-v21kC0W4BG .form-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-v21kC0W4BG .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-v21kC0W4BG .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-v21kC0W4BG .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-v21kC0W4BG .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-v21kC0W4BG .mbr-label,
.cid-v21kC0W4BG .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v21kC0W4BG .mbr-section-title,
.cid-v21kC0W4BG .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v21kC0W4BG .mbr-text,
.cid-v21kC0W4BG .text-wrapper {
  color: #515151;
  text-align: center;
}
.cid-v21kC0W4BG label {
  color: #000000;
}
.cid-v21ljYKFtD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #260a30;
}
.cid-v21ljYKFtD .fb-page,
.cid-v21ljYKFtD span,
.cid-v21ljYKFtD iframe {
  width: 500px;
  height: 620px;
}
.cid-v21ljYKFtD blockquote {
  display: none;
}
.cid-v21ljYKFtD .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-v21ljYKFtD .mbr-section-title {
  color: #ffffff;
}
.cid-v21m4smEeJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #260a30;
}
.cid-v21m4smEeJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v21m4smEeJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v21m4smEeJ .card-wrapper {
  background: #000000;
}
@media (max-width: 767px) {
  .cid-v21m4smEeJ .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v21m4smEeJ .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v21m4smEeJ .card-wrapper {
    padding: 9rem 4rem;
  }
}
.cid-v21m4smEeJ .mbr-text,
.cid-v21m4smEeJ .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-v21m4smEeJ .card-title,
.cid-v21m4smEeJ .card-box {
  text-align: center;
  color: #7f2887;
}
.cid-uROQigDjyl {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uROQigDjyl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uROQigDjyl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uROQigDjyl .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uROQigDjyl .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uROQigDjyl .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uROQigDjyl .mbr-section-title {
  color: #191c25;
}
.cid-uROQigDjyl .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-uROQigDjyl .mbr-section-title,
.cid-uROQigDjyl .logo-wrapper {
  text-align: right;
  color: #ffffff;
}
.cid-uROQigDjyl .mbr-section-title,
.cid-uROQigDjyl .logo-wrapper DIV {
  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-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: 11rem;
  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%, #a78aff 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, #a78aff, 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: #000000;
  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: #1f2329;
  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: #ffffff;
  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: #ffffff;
  border-color: #ffffff;
}
.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-uROQigDjyl {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uROQigDjyl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uROQigDjyl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uROQigDjyl .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uROQigDjyl .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uROQigDjyl .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uROQigDjyl .mbr-section-title {
  color: #191c25;
}
.cid-uROQigDjyl .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-uROQigDjyl .mbr-section-title,
.cid-uROQigDjyl .logo-wrapper {
  text-align: right;
  color: #ffffff;
}
.cid-uROQigDjyl .mbr-section-title,
.cid-uROQigDjyl .logo-wrapper DIV {
  text-align: center;
}
