.btn {
  border-width: 1px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Google Sans', sans-serif;
  font-size: 4.1rem;
  line-height: 1.22;
}
.display-1 > .mbr-iconfont {
  font-size: 5.125rem;
}
.display-2 {
  font-family: 'Google Sans', sans-serif;
  font-size: 3.2rem;
  line-height: 1.2;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Google Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Google Sans', sans-serif;
  font-size: 1.6rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Google Sans', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.28rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.87rem;
    font-size: calc( 2.085rem + (4.1 - 2.085) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.22 * (2.085rem + (4.1 - 2.085) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.87rem;
    font-size: calc( 2.085rem + (4.1 - 2.085) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.22 * (2.085rem + (4.1 - 2.085) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.2 * (1.77rem + (3.2 - 1.77) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.5 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.5 * (1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.5 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #12e19f !important;
}
.bg-success {
  background-color: #9ba9c4 !important;
}
.bg-info {
  background-color: #fafafa !important;
}
.bg-warning {
  background-color: #ff6a00 !important;
}
.bg-danger {
  background-color: #3283fb !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #12e19f !important;
  border-color: #12e19f !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #37efb4 !important;
  border-color: #37efb4 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #000000 !important;
  background-color: #37efb4 !important;
  border-color: #37efb4 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff5e3a !important;
  border-color: #ff5e3a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ff886d !important;
  border-color: #ff886d !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff886d !important;
  border-color: #ff886d !important;
}
.btn-info,
.btn-info:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #616161 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #616161 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #9ba9c4 !important;
  border-color: #9ba9c4 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #bbc5d7 !important;
  border-color: #bbc5d7 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #bbc5d7 !important;
  border-color: #bbc5d7 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff6a00 !important;
  border-color: #ff6a00 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ff8833 !important;
  border-color: #ff8833 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ff8833 !important;
  border-color: #ff8833 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #3283fb !important;
  border-color: #3283fb !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #64a1fc !important;
  border-color: #64a1fc !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #64a1fc !important;
  border-color: #64a1fc !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #666666 !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: #666666 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #12e19f;
  color: #12e19f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0c9166 !important;
  background-color: transparent !important;
  border-color: #0c9166 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #12e19f !important;
  border-color: #12e19f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff5e3a;
  color: #ff5e3a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #e22900 !important;
  background-color: transparent !important;
  border-color: #e22900 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff5e3a !important;
  border-color: #ff5e3a !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #9ba9c4;
  color: #9ba9c4;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #647aa4 !important;
  background-color: transparent !important;
  border-color: #647aa4 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #9ba9c4 !important;
  border-color: #9ba9c4 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ff6a00;
  color: #ff6a00;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #a84600 !important;
  background-color: transparent !important;
  border-color: #a84600 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6a00 !important;
  border-color: #ff6a00 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #3283fb;
  color: #3283fb;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #0457d2 !important;
  background-color: transparent !important;
  border-color: #0457d2 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #3283fb !important;
  border-color: #3283fb !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.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: #000000 !important;
  border-color: #000000 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.text-primary {
  color: #12e19f !important;
}
.text-secondary {
  color: #ff5e3a !important;
}
.text-success {
  color: #9ba9c4 !important;
}
.text-info {
  color: #fafafa !important;
}
.text-warning {
  color: #ff6a00 !important;
}
.text-danger {
  color: #3283fb !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0a835c !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #d32700 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #5c729d !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #c7c7c7 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #994000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #0451c3 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #cccccc !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: #12e19f;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #fafafa;
}
.alert-warning {
  background-color: #ff6a00;
}
.alert-danger {
  background-color: #3283fb;
}
.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: #12e19f;
  border-color: #12e19f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #12e19f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c5fae9;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ebeef3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffe1cc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fafcff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Google Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 10px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #12e19f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Google Sans', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5625rem;
}
blockquote {
  border-color: #12e19f;
}
/* 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: #12e19f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #12e19f;
}
.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: #12e19f;
  border-bottom-color: #12e19f;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #12e19f !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: #ff5e3a !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='%2312e19f' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn {
  padding: 11px 28px;
  border-radius: 15px !important;
  font-weight: 400;
}
.mbr-section-btn .btn-black {
  background-color: #000000 !important;
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  box-shadow: inset -4px 3px 9px 0px #12e19f, inset 3px -2px 8px 0px #ff5e3a;
  transition: all .5s ease;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn .btn-black.focus,
.mbr-section-btn .btn-black.active {
  box-shadow: inset 0px 36px 25px 0px #12e19f, inset 0px -33px 25px 0px #ff5e3a;
  color: #000000 !important;
}
.mbr-section-btn .btn-white {
  background-color: #ffffff !important;
  border: 1px solid #000000 !important;
  box-shadow: inset -4px 3px 9px 0px #12e19f, inset 3px -2px 8px 0px #ff5e3a;
  transition: all .5s ease;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn .btn-white.focus,
.mbr-section-btn .btn-white.active {
  box-shadow: inset 0px 36px 25px 0px #12e19f, inset 0px -33px 25px 0px #ff5e3a;
  color: #000000 !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 24px !important;
}
.little-radius,
.google-map iframe,
.dropdown-item {
  border-radius: 10px !important;
}
ul.navbar-nav,
ul.navbar-nav::before {
  border-radius: 100px !important;
}
@media (max-width: 992px) {
  ul.navbar-nav,
  ul.navbar-nav::before {
    border-radius: 24px !important;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-v6cbxBcyBt .navbar-dropdown {
  position: relative !important;
}
.cid-v6cbxBcyBt .navbar-dropdown {
  position: absolute !important;
}
.cid-v6cbxBcyBt .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-v6cbxBcyBt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-v6cbxBcyBt .dropdown-menu {
    text-align: center;
  }
}
.cid-v6cbxBcyBt .dropdown-item {
  border: 1px solid #ff5e3a;
  background: #000000 !important;
  color: #12e19f !important;
}
.cid-v6cbxBcyBt .dropdown-item:hover,
.cid-v6cbxBcyBt .dropdown-item:focus {
  background: #000000 !important;
}
.cid-v6cbxBcyBt .dropdown-item:hover span {
  color: white;
}
.cid-v6cbxBcyBt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v6cbxBcyBt .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v6cbxBcyBt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v6cbxBcyBt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v6cbxBcyBt .nav-link {
  position: relative;
}
.cid-v6cbxBcyBt .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .cid-v6cbxBcyBt .container {
    flex-wrap: nowrap;
  }
}
.cid-v6cbxBcyBt .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v6cbxBcyBt .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v6cbxBcyBt .dropdown-menu,
.cid-v6cbxBcyBt .navbar.opened {
  background: #000000 !important;
}
.cid-v6cbxBcyBt .nav-item:focus,
.cid-v6cbxBcyBt .nav-link:focus {
  outline: none;
}
.cid-v6cbxBcyBt .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-v6cbxBcyBt .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v6cbxBcyBt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v6cbxBcyBt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v6cbxBcyBt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v6cbxBcyBt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  transition: none;
  margin: 0 !important;
}
.cid-v6cbxBcyBt .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-v6cbxBcyBt .navbar {
    min-height: 80px;
  }
}
.cid-v6cbxBcyBt .navbar.opened {
  transition: all 0.3s;
}
.cid-v6cbxBcyBt .navbar .dropdown-item {
  padding: 1px 2rem 1px 12px;
  border-radius: 0;
  font-weight: 400;
}
.cid-v6cbxBcyBt .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v6cbxBcyBt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v6cbxBcyBt .navbar.collapsed {
  justify-content: center;
}
.cid-v6cbxBcyBt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v6cbxBcyBt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v6cbxBcyBt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v6cbxBcyBt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v6cbxBcyBt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v6cbxBcyBt .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%;
  right: .8rem;
}
.cid-v6cbxBcyBt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v6cbxBcyBt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  text-align: center;
}
.cid-v6cbxBcyBt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v6cbxBcyBt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v6cbxBcyBt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v6cbxBcyBt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v6cbxBcyBt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v6cbxBcyBt .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%;
    right: .8rem;
  }
  .cid-v6cbxBcyBt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v6cbxBcyBt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v6cbxBcyBt .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 12px;
    text-align: center;
  }
  .cid-v6cbxBcyBt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v6cbxBcyBt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v6cbxBcyBt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v6cbxBcyBt .navbar.navbar-short {
  min-height: 96px;
}
.cid-v6cbxBcyBt .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v6cbxBcyBt .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .cid-v6cbxBcyBt .navbar-brand {
    min-height: 80px;
  }
}
.cid-v6cbxBcyBt .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v6cbxBcyBt .navbar-brand .navbar-caption:hover,
.cid-v6cbxBcyBt .navbar-brand .navbar-caption:focus {
  color: #ff5e3a !important;
}
.cid-v6cbxBcyBt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v6cbxBcyBt .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v6cbxBcyBt .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #12e19f !important;
}
.cid-v6cbxBcyBt .dropdown-item.active,
.cid-v6cbxBcyBt .dropdown-item:active {
  background-color: transparent;
}
.cid-v6cbxBcyBt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v6cbxBcyBt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v6cbxBcyBt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v6cbxBcyBt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-v6cbxBcyBt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-v6cbxBcyBt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v6cbxBcyBt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v6cbxBcyBt ul.navbar-nav {
  position: relative;
  flex-wrap: wrap;
  animation: none !important;
}
@media (min-width: 991px) {
  .cid-v6cbxBcyBt ul.navbar-nav {
    padding: 0 24px;
    background-color: transparent;
    backdrop-filter: blur(10px);
  }
}
.cid-v6cbxBcyBt ul.navbar-nav::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #ff5e3a;
  -webkit-mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
  mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
}
.cid-v6cbxBcyBt .navbar-buttons {
  text-align: center;
}
.cid-v6cbxBcyBt .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-v6cbxBcyBt .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v6cbxBcyBt button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v6cbxBcyBt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #9ba9c4;
}
.cid-v6cbxBcyBt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v6cbxBcyBt button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v6cbxBcyBt button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v6cbxBcyBt button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v6cbxBcyBt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6cbxBcyBt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v6cbxBcyBt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v6cbxBcyBt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6cbxBcyBt .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v6cbxBcyBt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v6cbxBcyBt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v6cbxBcyBt .navbar {
    height: 70px;
  }
  .cid-v6cbxBcyBt .navbar.opened {
    height: auto;
  }
  .cid-v6cbxBcyBt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v6cbxBcyBt .navbar-nav {
  margin: 0 auto;
}
.cid-v6cbxBcyBt .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v6cbxBcyBt .nav-item .nav-link {
  padding: 0 !important;
  margin: 15px 14px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v6cbxBcyBt .nav-item .nav-link::after {
  color: #ff5e3a !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v6cbxBcyBt .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px !important;
  background-color: #12e19f;
  transition: all 0.5s ease-in-out;
}
.cid-v6cbxBcyBt .nav-item .nav-link:hover,
.cid-v6cbxBcyBt .nav-item .nav-link:focus {
  background-color: transparent;
  color: #12e19f !important;
}
.cid-v6cbxBcyBt .nav-item .nav-link:hover::after,
.cid-v6cbxBcyBt .nav-item .nav-link:focus::after {
  color: #12e19f !important;
}
.cid-v6cbxBcyBt .nav-item .nav-link:hover::before,
.cid-v6cbxBcyBt .nav-item .nav-link:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-v6cbxBcyBt .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v6cbxBcyBt .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v6cbxBcyBt .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v6cbxBcyBt .nav-item .dropdown-menu .dropdown-item {
  color: #12e19f !important;
}
.cid-v6cbxBcyBt .nav-item .dropdown-menu .dropdown-item:hover,
.cid-v6cbxBcyBt .nav-item .dropdown-menu .dropdown-item:focus {
  color: #ff5e3a !important;
}
@media (max-width: 991px) {
  .cid-v6cbxBcyBt .navbar {
    justify-content: flex-start !important;
  }
  .cid-v6cbxBcyBt .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v6cbxBcyBt .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v6cbxBcyBt .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v6cbxBcyBt .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-v6cbxBcyBt .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-v6cbxBcyBt .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v6cbxBcyBt .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v6cbxBcyBt .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-v6cbxBcyBt .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-v6cbxBcyBt .content-wrap {
    min-height: 80px;
  }
}
.cid-v6cbEoYnt1 {
  padding-top: 12rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/vol-hero-bg1.gif");
}
@media (max-width: 992px) {
  .cid-v6cbEoYnt1 {
    padding-top: 7rem;
    padding-bottom: 1rem;
  }
}
.cid-v6cbEoYnt1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6cbEoYnt1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6cbEoYnt1 .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v6cbEoYnt1 .content-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.cid-v6cbEoYnt1 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v6cbEoYnt1 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6cbEoYnt1 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v6cbEoYnt1 .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v6cbEoYnt1 .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-v6cbEoYnt1 .mbr-label,
.cid-v6cbEoYnt1 .label-wrapper {
  color: #12e19f;
  text-align: center;
}
.cid-v6cbEoYnt1 .mbr-section-title {
  color: #ffffff;
}
.cid-v6cbEoYnt1 .mbr-text,
.cid-v6cbEoYnt1 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v6cbEoYnt1 .mbr-section-title,
.cid-v6cbEoYnt1 .mbr-section-btn {
  text-align: center;
  color: #d1d4e3;
}
.cid-v6coifmIX0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v6coifmIX0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6coifmIX0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6coifmIX0 .content-wrap {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v6coifmIX0 .content-wrap {
    margin-bottom: 20px;
  }
}
.cid-v6coifmIX0 .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-v6coifmIX0 .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-v6coifmIX0 .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-v6coifmIX0 .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v6coifmIX0 .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6coifmIX0 .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v6coifmIX0 .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v6coifmIX0 .content-wrap .card {
  justify-content: center;
}
.cid-v6coifmIX0 .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v6coifmIX0 .item {
    margin-bottom: 20px;
  }
  .cid-v6coifmIX0 .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v6coifmIX0 .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: relative;
  padding: 20px;
  background-color: #000000;
  border: 1px solid #242a3c;
  animation: none !important;
  overflow: hidden;
}
.cid-v6coifmIX0 .item .item-wrapper::before {
  content: '';
  position: absolute;
  bottom: -30%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ff6a00 10%, #3d4459 25%, #0175ff 100%);
  filter: blur(50px);
  pointer-events: none;
}
.cid-v6coifmIX0 .item .item-wrapper::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-image: linear-gradient(transparent 0, #000000 80%);
  pointer-events: none;
}
.cid-v6coifmIX0 .item .item-wrapper .item-img {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  margin: 20px 0 40px 0;
}
@media (max-width: 992px) {
  .cid-v6coifmIX0 .item .item-wrapper .item-img {
    margin: 0 0 20px 0;
  }
}
.cid-v6coifmIX0 .item .item-wrapper .item-img img {
  height: 275px;
  width: 85%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v6coifmIX0 .item .item-wrapper .item-img img {
    width: 100%;
    height: 250px;
  }
}
.cid-v6coifmIX0 .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 20px;
  backdrop-filter: blur(10px);
}
.cid-v6coifmIX0 .item .item-wrapper .item-content .border-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #12e19f;
  -webkit-mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
  mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
}
.cid-v6coifmIX0 .item .item-wrapper .item-content .card-box {
  position: relative;
  z-index: 1;
}
.cid-v6coifmIX0 .item .item-wrapper .item-content .card-box .item-title {
  margin-bottom: 6px;
}
.cid-v6coifmIX0 .item .item-wrapper .item-content .card-box .item-text {
  margin-bottom: 0;
}
.cid-v6coifmIX0 .item .item-wrapper .item-content .card-box .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v6coifmIX0 .item .item-wrapper .item-content .card-box .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-v6coifmIX0 .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v6coifmIX0 .item .card_2 .item-img img {
  height: 210px;
  width: 70%;
}
@media (max-width: 992px) {
  .cid-v6coifmIX0 .item .card_2 .item-img img {
    width: 100%;
  }
}
.cid-v6coifmIX0 .mbr-label {
  color: #9ba9c4;
}
.cid-v6coifmIX0 .mbr-section-title {
  color: #12e19f;
}
.cid-v6coifmIX0 .mbr-text,
.cid-v6coifmIX0 .text-wrapper {
  color: #c8d1e1;
}
.cid-v6coifmIX0 .item-title {
  color: #ffffff;
}
.cid-v6coifmIX0 .item-text {
  color: #c8d1e1;
}
.cid-v6coifmIX0 .mbr-label,
.cid-v6coifmIX0 .label-wrapper {
  color: #c8d1e1;
}
.cid-v6coifmIX0 .item-title,
.cid-v6coifmIX0 .mbr-section-btn {
  color: #ffffff;
}
.cid-v7p9VI0ynn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/vol-home-the-brain-of-you-business-1280x720.webp");
}
@media (max-width: 992px) {
  .cid-v7p9VI0ynn {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cid-v7p9VI0ynn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7p9VI0ynn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7p9VI0ynn .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v7p9VI0ynn .content-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.cid-v7p9VI0ynn .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v7p9VI0ynn .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-v7p9VI0ynn .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v7p9VI0ynn .content-wrapper .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 992px) {
  .cid-v7p9VI0ynn .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-v7p9VI0ynn .mbr-label,
.cid-v7p9VI0ynn .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v7p9VI0ynn .mbr-section-title {
  color: #ffffff;
}
.cid-v7p9VI0ynn .mbr-text,
.cid-v7p9VI0ynn .text-wrapper {
  color: #ffffff;
  text-align: center;
  margin-bottom: 10px;
}
.cid-v7p9VI0ynn .mbr-section-title,
.cid-v7p9VI0ynn .mbr-section-btn {
  text-align: center;
  color: #12e19f;
}
.cid-v6cyB5RRgf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v6cyB5RRgf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6cyB5RRgf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6cyB5RRgf .content-wrap {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v6cyB5RRgf .content-wrap {
    margin-bottom: 20px;
  }
}
.cid-v6cyB5RRgf .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-v6cyB5RRgf .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-v6cyB5RRgf .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-v6cyB5RRgf .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v6cyB5RRgf .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6cyB5RRgf .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v6cyB5RRgf .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v6cyB5RRgf .content-wrap .card {
  justify-content: center;
}
.cid-v6cyB5RRgf .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v6cyB5RRgf .item {
    margin-bottom: 20px;
  }
  .cid-v6cyB5RRgf .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v6cyB5RRgf .item .item-wrapper {
  position: relative;
  padding: 24px;
  background-color: #0c0f16;
  border: 1px solid #242a3c;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 470px;
  min-height: auto;
}
@media (max-width: 992px) {
  .cid-v6cyB5RRgf .item .item-wrapper {
    padding: 20px;
    min-height: auto;
  }
}
.cid-v6cyB5RRgf .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-v6cyB5RRgf .item .item-wrapper .item-content .item-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v6cyB5RRgf .item .item-wrapper .item-content .item-title {
    margin-top: 20px;
  }
}
.cid-v6cyB5RRgf .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v6cyB5RRgf .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-v6cyB5RRgf .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
  text-align: center;
}
.cid-v6cyB5RRgf .item .item-wrapper .item-date {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v6cyB5RRgf .item .item-wrapper .item-date {
    margin-top: 20px;
    margin-bottom: 0;
  }
}
.cid-v6cyB5RRgf .mbr-label {
  color: #9ba9c4;
}
.cid-v6cyB5RRgf .mbr-section-title {
  color: #12e19f;
}
.cid-v6cyB5RRgf .mbr-text,
.cid-v6cyB5RRgf .text-wrapper {
  color: #c8d1e1;
}
.cid-v6cyB5RRgf .item-title {
  color: #ffffff;
}
.cid-v6cyB5RRgf .item-text {
  color: #9ba9c4;
}
.cid-v6cyB5RRgf .item-date {
  color: #d1d4e3;
}
.cid-v6cyB5RRgf .mbr-section-btn {
  text-align: center;
}
.cid-v6cyB5RRgf .mbr-label,
.cid-v6cyB5RRgf .label-wrapper {
  color: #c8d1e1;
}
.cid-v6cyB5RRgf .item-text,
.cid-v6cyB5RRgf .text-wrap {
  color: #c8d1e1;
}
.cid-v6KdV5bJnt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v6KdV5bJnt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6KdV5bJnt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6KdV5bJnt .content-wrap {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v6KdV5bJnt .content-wrap {
    margin-bottom: 10px;
  }
}
.cid-v6KdV5bJnt .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-v6KdV5bJnt .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-v6KdV5bJnt .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-v6KdV5bJnt .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v6KdV5bJnt .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6KdV5bJnt .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v6KdV5bJnt .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v6KdV5bJnt .content-wrap .card {
  justify-content: center;
}
.cid-v6KdV5bJnt .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-v6KdV5bJnt .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v6KdV5bJnt .embla__slide .slide-content {
  width: 100%;
}
.cid-v6KdV5bJnt .embla__slide .slide-content .item-wrapper {
  padding: 24px;
  backdrop-filter: blur(10px);
  position: relative;
  display: grid;
  gap: 32px;
  grid-template-columns: 0.55fr 1fr;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v6KdV5bJnt .embla__slide .slide-content .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-v6KdV5bJnt .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.1;
}
.cid-v6KdV5bJnt .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-v6KdV5bJnt .embla__slide .slide-content .item-wrapper .item-img {
    margin-bottom: 40px;
  }
}
.cid-v6KdV5bJnt .embla__slide .slide-content .item-wrapper .item-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v6KdV5bJnt .embla__slide .slide-content .item-wrapper .item-img img {
    height: 250px;
  }
}
.cid-v6KdV5bJnt .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-v6KdV5bJnt .embla__slide .slide-content .item-wrapper .item-content .item-text,
.cid-v6KdV5bJnt .embla__slide .slide-content .item-wrapper .item-content .item-text1 {
  margin-bottom: 0px;
}
.cid-v6KdV5bJnt .embla__slide .slide-content .item-wrapper .item-content .name-wrapper {
  padding-top: 20px;
  border-top: 1px solid #454545;
}
.cid-v6KdV5bJnt .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .item-name {
  margin-bottom: 0;
}
.cid-v6KdV5bJnt .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .item-role {
  margin-bottom: 0px;
}
.cid-v6KdV5bJnt .embla__button--next,
.cid-v6KdV5bJnt .embla__button--prev {
  display: flex;
}
.cid-v6KdV5bJnt .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 14px;
  background-color: #262526 !important;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v6KdV5bJnt .embla__button:hover {
  opacity: .5 !important;
}
.cid-v6KdV5bJnt .embla__button:disabled {
  opacity: .3 !important;
}
.cid-v6KdV5bJnt .embla__button.embla__button--prev {
  margin-left: -60px;
}
.cid-v6KdV5bJnt .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-v6KdV5bJnt .embla__button.embla__button--next {
  margin-right: -60px;
}
.cid-v6KdV5bJnt .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-v6KdV5bJnt .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 60px;
}
.cid-v6KdV5bJnt .embla::before {
  content: '';
  position: absolute;
  width: 80%;
  height: 80%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ff6a00 10%, #0175ff 25%, #ffcd7d 100%);
  filter: blur(150px);
  pointer-events: none;
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-v6KdV5bJnt .embla::before {
    width: 300px;
    height: 300px;
  }
}
.cid-v6KdV5bJnt .embla__viewport {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-v6KdV5bJnt .embla__viewport {
    padding: 0;
  }
}
.cid-v6KdV5bJnt .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v6KdV5bJnt .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v6KdV5bJnt .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v6KdV5bJnt .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v6KdV5bJnt .mbr-label {
  color: #9ba9c4;
}
.cid-v6KdV5bJnt .mbr-section-title {
  color: #12e19f;
  text-align: center;
}
.cid-v6KdV5bJnt .mbr-text,
.cid-v6KdV5bJnt .text-wrapper {
  color: #9ba9c4;
}
.cid-v6KdV5bJnt .item-text {
  color: #12e19f;
}
.cid-v6KdV5bJnt .item-name {
  color: #ffffff;
  text-align: justify;
}
.cid-v6KdV5bJnt .item-role {
  color: #c8d1e1;
  text-align: left;
}
.cid-v6KdV5bJnt .item-text1 {
  color: #c8d1e1;
}
@media (max-width: 992px) {
  .cid-v6KdV5bJnt .item-text1 {
    margin-top: 20px;
  }
}
.cid-v6Kk3qsuEe {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v6Kk3qsuEe {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cid-v6Kk3qsuEe::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ff6a00 10%, #ffcd7d 25%, #0175ff 100%);
  filter: blur(150px);
  pointer-events: none;
}
.cid-v6Kk3qsuEe::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #000000 100%);
  pointer-events: none;
}
.cid-v6Kk3qsuEe .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6Kk3qsuEe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6Kk3qsuEe .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v6Kk3qsuEe .content-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.cid-v6Kk3qsuEe .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v6Kk3qsuEe .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-v6Kk3qsuEe .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v6Kk3qsuEe .content-wrapper .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 992px) {
  .cid-v6Kk3qsuEe .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-v6Kk3qsuEe .mbr-label,
.cid-v6Kk3qsuEe .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v6Kk3qsuEe .mbr-section-title {
  color: #ffffff;
}
.cid-v6Kk3qsuEe .mbr-text,
.cid-v6Kk3qsuEe .text-wrapper {
  color: #ffffff;
  text-align: center;
  margin-bottom: 10px;
}
.cid-v6Kk3qsuEe .mbr-section-title,
.cid-v6Kk3qsuEe .mbr-section-btn {
  text-align: center;
  color: #12e19f;
}
.cid-v6MoF1HZRX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v6MoF1HZRX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6MoF1HZRX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6MoF1HZRX .row {
  margin: 0 -15px;
}
.cid-v6MoF1HZRX .row .card {
  padding: 0 40px;
}
.cid-v6MoF1HZRX .title-wrapper {
  margin-bottom: 25px;
}
.cid-v6MoF1HZRX .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v6MoF1HZRX .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
    text-align: center;
  }
}
.cid-v6MoF1HZRX .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6MoF1HZRX .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v6MoF1HZRX .title-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v6MoF1HZRX .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v6MoF1HZRX .nav-wrapper {
  display: flex;
  justify-content: flex-end;
  gap: 60px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v6MoF1HZRX .nav-wrapper {
    display: none;
  }
}
.cid-v6MoF1HZRX .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v6MoF1HZRX .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 10px;
  border-bottom: 3px dashed transparent;
  transition: all 0.3s ease-in-out;
  width: fit-content;
}
.cid-v6MoF1HZRX .nav-wrap .list .item-wrap:hover,
.cid-v6MoF1HZRX .nav-wrap .list .item-wrap:focus {
  color: #12e19f;
  border-bottom: 3px dashed #12e19f;
}
.cid-v6MoF1HZRX .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v6MoF1HZRX .border-wrap {
  width: 100%;
  height: 0.5px;
  background-color: #9ba9c4;
  margin-bottom: 40px;
}
.cid-v6MoF1HZRX .mbr-copy {
  margin-bottom: 0;
  color: #9ba9c4;
  text-align: center;
}
.cid-v6MoF1HZRX .mbr-section-title {
  color: #fefff5;
}
.cid-v6MoF1HZRX .mbr-text {
  color: #fefff5;
}
.cid-v6MoF1HZRX .list {
  color: #a1a1a1;
}
.cid-v6MoF1HZRX .list,
.cid-v6MoF1HZRX .item-wrap {
  color: #12e19f;
}
.cid-v6MoF1HZRX .mbr-section-title,
.cid-v6MoF1HZRX .mbr-section-btn {
  color: #12e19f;
}
.cid-v6MoF1HZRX .mbr-text,
.cid-v6MoF1HZRX .text-wrapper {
  color: #c8d1e1;
  margin-bottom: 10px;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-v6MoF1HZRX .mbr-text,
  .cid-v6MoF1HZRX .text-wrapper {
    text-align: center;
  }
}
.cid-v6cbxBcyBt .navbar-dropdown {
  position: relative !important;
}
.cid-v6cbxBcyBt .navbar-dropdown {
  position: absolute !important;
}
.cid-v6cbxBcyBt .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-v6cbxBcyBt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-v6cbxBcyBt .dropdown-menu {
    text-align: center;
  }
}
.cid-v6cbxBcyBt .dropdown-item {
  border: 1px solid #ff5e3a;
  background: #000000 !important;
  color: #12e19f !important;
}
.cid-v6cbxBcyBt .dropdown-item:hover,
.cid-v6cbxBcyBt .dropdown-item:focus {
  background: #000000 !important;
}
.cid-v6cbxBcyBt .dropdown-item:hover span {
  color: white;
}
.cid-v6cbxBcyBt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v6cbxBcyBt .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v6cbxBcyBt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v6cbxBcyBt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v6cbxBcyBt .nav-link {
  position: relative;
}
.cid-v6cbxBcyBt .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .cid-v6cbxBcyBt .container {
    flex-wrap: nowrap;
  }
}
.cid-v6cbxBcyBt .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v6cbxBcyBt .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v6cbxBcyBt .dropdown-menu,
.cid-v6cbxBcyBt .navbar.opened {
  background: #000000 !important;
}
.cid-v6cbxBcyBt .nav-item:focus,
.cid-v6cbxBcyBt .nav-link:focus {
  outline: none;
}
.cid-v6cbxBcyBt .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-v6cbxBcyBt .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v6cbxBcyBt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v6cbxBcyBt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v6cbxBcyBt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v6cbxBcyBt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  transition: none;
  margin: 0 !important;
}
.cid-v6cbxBcyBt .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-v6cbxBcyBt .navbar {
    min-height: 80px;
  }
}
.cid-v6cbxBcyBt .navbar.opened {
  transition: all 0.3s;
}
.cid-v6cbxBcyBt .navbar .dropdown-item {
  padding: 1px 2rem 1px 12px;
  border-radius: 0;
  font-weight: 400;
}
.cid-v6cbxBcyBt .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v6cbxBcyBt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v6cbxBcyBt .navbar.collapsed {
  justify-content: center;
}
.cid-v6cbxBcyBt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v6cbxBcyBt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v6cbxBcyBt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v6cbxBcyBt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v6cbxBcyBt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v6cbxBcyBt .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%;
  right: .8rem;
}
.cid-v6cbxBcyBt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v6cbxBcyBt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  text-align: center;
}
.cid-v6cbxBcyBt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v6cbxBcyBt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v6cbxBcyBt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v6cbxBcyBt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v6cbxBcyBt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v6cbxBcyBt .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%;
    right: .8rem;
  }
  .cid-v6cbxBcyBt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v6cbxBcyBt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v6cbxBcyBt .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 12px;
    text-align: center;
  }
  .cid-v6cbxBcyBt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v6cbxBcyBt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v6cbxBcyBt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v6cbxBcyBt .navbar.navbar-short {
  min-height: 96px;
}
.cid-v6cbxBcyBt .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v6cbxBcyBt .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .cid-v6cbxBcyBt .navbar-brand {
    min-height: 80px;
  }
}
.cid-v6cbxBcyBt .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v6cbxBcyBt .navbar-brand .navbar-caption:hover,
.cid-v6cbxBcyBt .navbar-brand .navbar-caption:focus {
  color: #ff5e3a !important;
}
.cid-v6cbxBcyBt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v6cbxBcyBt .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v6cbxBcyBt .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #12e19f !important;
}
.cid-v6cbxBcyBt .dropdown-item.active,
.cid-v6cbxBcyBt .dropdown-item:active {
  background-color: transparent;
}
.cid-v6cbxBcyBt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v6cbxBcyBt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v6cbxBcyBt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v6cbxBcyBt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-v6cbxBcyBt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-v6cbxBcyBt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v6cbxBcyBt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v6cbxBcyBt ul.navbar-nav {
  position: relative;
  flex-wrap: wrap;
  animation: none !important;
}
@media (min-width: 991px) {
  .cid-v6cbxBcyBt ul.navbar-nav {
    padding: 0 24px;
    background-color: transparent;
    backdrop-filter: blur(10px);
  }
}
.cid-v6cbxBcyBt ul.navbar-nav::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #ff5e3a;
  -webkit-mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
  mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
}
.cid-v6cbxBcyBt .navbar-buttons {
  text-align: center;
}
.cid-v6cbxBcyBt .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-v6cbxBcyBt .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v6cbxBcyBt button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v6cbxBcyBt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #9ba9c4;
}
.cid-v6cbxBcyBt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v6cbxBcyBt button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v6cbxBcyBt button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v6cbxBcyBt button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v6cbxBcyBt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6cbxBcyBt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v6cbxBcyBt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v6cbxBcyBt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6cbxBcyBt .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v6cbxBcyBt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v6cbxBcyBt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v6cbxBcyBt .navbar {
    height: 70px;
  }
  .cid-v6cbxBcyBt .navbar.opened {
    height: auto;
  }
  .cid-v6cbxBcyBt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v6cbxBcyBt .navbar-nav {
  margin: 0 auto;
}
.cid-v6cbxBcyBt .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v6cbxBcyBt .nav-item .nav-link {
  padding: 0 !important;
  margin: 15px 14px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v6cbxBcyBt .nav-item .nav-link::after {
  color: #ff5e3a !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v6cbxBcyBt .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px !important;
  background-color: #12e19f;
  transition: all 0.5s ease-in-out;
}
.cid-v6cbxBcyBt .nav-item .nav-link:hover,
.cid-v6cbxBcyBt .nav-item .nav-link:focus {
  background-color: transparent;
  color: #12e19f !important;
}
.cid-v6cbxBcyBt .nav-item .nav-link:hover::after,
.cid-v6cbxBcyBt .nav-item .nav-link:focus::after {
  color: #12e19f !important;
}
.cid-v6cbxBcyBt .nav-item .nav-link:hover::before,
.cid-v6cbxBcyBt .nav-item .nav-link:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-v6cbxBcyBt .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v6cbxBcyBt .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v6cbxBcyBt .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v6cbxBcyBt .nav-item .dropdown-menu .dropdown-item {
  color: #12e19f !important;
}
.cid-v6cbxBcyBt .nav-item .dropdown-menu .dropdown-item:hover,
.cid-v6cbxBcyBt .nav-item .dropdown-menu .dropdown-item:focus {
  color: #ff5e3a !important;
}
@media (max-width: 991px) {
  .cid-v6cbxBcyBt .navbar {
    justify-content: flex-start !important;
  }
  .cid-v6cbxBcyBt .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v6cbxBcyBt .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v6cbxBcyBt .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v6cbxBcyBt .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-v6cbxBcyBt .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-v6cbxBcyBt .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v6cbxBcyBt .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v6cbxBcyBt .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-v6cbxBcyBt .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-v6cbxBcyBt .content-wrap {
    min-height: 80px;
  }
}
.cid-v6PRfmSEAt {
  padding-top: 12rem;
  padding-bottom: 6rem;
  background-color: #000000;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v6PRfmSEAt {
    padding-top: 7rem;
    padding-bottom: 2rem;
  }
}
.cid-v6PRfmSEAt::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ff6a00 10%, #ffcd7d 25%, #0175ff 100%);
  filter: blur(150px);
  pointer-events: none;
}
.cid-v6PRfmSEAt::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #000000 100%);
  pointer-events: none;
}
.cid-v6PRfmSEAt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6PRfmSEAt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6PRfmSEAt .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v6PRfmSEAt .content-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.cid-v6PRfmSEAt .content-wrapper .mbr-section-title {
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .cid-v6PRfmSEAt .content-wrapper .mbr-section-title {
    margin-bottom: 0;
  }
}
.cid-v6PRfmSEAt .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6PRfmSEAt .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v6PRfmSEAt .content-wrapper .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 992px) {
  .cid-v6PRfmSEAt .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-v6PRfmSEAt .mbr-label,
.cid-v6PRfmSEAt .label-wrapper {
  color: #12e19f;
  text-align: center;
}
.cid-v6PRfmSEAt .mbr-section-title {
  color: #ffffff;
}
.cid-v6PRfmSEAt .mbr-text,
.cid-v6PRfmSEAt .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v6PRfmSEAt .mbr-section-title,
.cid-v6PRfmSEAt .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v6PS9BBv75 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1357.webp");
}
.cid-v6PS9BBv75 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6PS9BBv75 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6PS9BBv75 .image-wrapper {
  margin-bottom: 40px;
  -webkit-mask: linear-gradient(#000000 50%, transparent 100%);
  mask: linear-gradient(#000000 50%, transparent 100%);
}
.cid-v6PS9BBv75 .image-wrapper img {
  width: 100%;
  height: 350px;
  margin-top: 40px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v6PS9BBv75 .image-wrapper img {
    height: 300px;
  }
}
.cid-v6PS9BBv75 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v6PS9BBv75 .title-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v6PS9BBv75 .title-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-v6PS9BBv75 .mbr-section-title {
  color: #ffffff;
  font-size: 40px;
}
@media (max-width: 992px) {
  .cid-v6PS9BBv75 .mbr-section-title {
    font-size: 28px;
  }
}
.cid-v6PS9BBv75 .mbr-section-title,
.cid-v6PS9BBv75 .mbr-section-btn {
  text-align: left;
  color: #12e19f;
}
@media (max-width: 992px) {
  .cid-v6PS9BBv75 .mbr-section-title,
  .cid-v6PS9BBv75 .mbr-section-btn {
    text-align: center;
  }
}
.cid-v6PS9BBv75 .item-text,
.cid-v6PS9BBv75 .text-wrap,
.cid-v6PS9BBv75 .mbr-text {
  color: #c8d1e1;
}
.cid-v6PS9BBv75 .mbr-section-subtitle {
  text-align: left;
  color: #c8d1e1;
}
@media (max-width: 992px) {
  .cid-v6PS9BBv75 .mbr-section-subtitle {
    text-align: center;
  }
}
.cid-v6PS9BBv75 .mbr-section-subtitle,
.cid-v6PS9BBv75 .mbr-section-btn {
  color: #c8d1e1;
}
.cid-v6PS9BBv75 .items-wrapper {
  margin: 0 -30px;
}
.cid-v6PS9BBv75 .item {
  padding: 0 30px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v6PS9BBv75 .item {
    margin-bottom: 40px;
  }
  .cid-v6PS9BBv75 .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v6PS9BBv75 .item .item-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
.cid-v6PS9BBv75 .item .item-wrapper .icon-wrapper .icon-wrap {
  background-image: linear-gradient(40deg, #ffcd7d 0%, #000000 45%, #0175ff 100%);
  box-shadow: 0 6px 30px -12px #ffcd7d;
  display: inline-flex;
  padding: 2px;
}
.cid-v6PS9BBv75 .item .item-wrapper .icon-wrapper .icon-wrap .mbr-iconfont {
  padding: 16px;
  font-size: 36px;
  background-color: #000000;
}
.cid-v6PS9BBv75 .item .item-wrapper .item-title {
  margin-bottom: 6px;
}
.cid-v6PS9BBv75 .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v6PS9BBv75 .item .item-wrapper .mbr-section-btn {
  margin-top: 10px;
  width: 100%;
}
.cid-v6PS9BBv75 .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
}
.cid-v6PS9BBv75 .item-title {
  color: #ffffff;
}
.cid-v6PS9BBv75 .item-text {
  color: #9ba9c4;
}
.cid-v6PW1wJcvy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v6PW1wJcvy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6PW1wJcvy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6PW1wJcvy .content-wrap {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v6PW1wJcvy .content-wrap {
    margin-bottom: 10px;
  }
}
.cid-v6PW1wJcvy .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-v6PW1wJcvy .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-v6PW1wJcvy .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-v6PW1wJcvy .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v6PW1wJcvy .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v6PW1wJcvy .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v6PW1wJcvy .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v6PW1wJcvy .content-wrap .card {
  justify-content: center;
}
.cid-v6PW1wJcvy .item {
  margin-bottom: 30px;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v6PW1wJcvy .item {
    margin-bottom: 40px;
  }
  .cid-v6PW1wJcvy .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v6PW1wJcvy .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 24px;
  min-height: 440px;
  min-height: auto;
}
@media (max-width: 992px) {
  .cid-v6PW1wJcvy .item .item-wrapper {
    padding: 20px;
    min-height: auto;
  }
}
.cid-v6PW1wJcvy .item .item-wrapper .item-content .item-title {
  margin-bottom: 6px;
}
.cid-v6PW1wJcvy .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v6PW1wJcvy .item .item-wrapper .mbr-section-btn {
  margin-top: 10px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v6PW1wJcvy .item .item-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-v6PW1wJcvy .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-v6PW1wJcvy .item .item-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
.cid-v6PW1wJcvy .item .item-wrapper .icon-wrapper .icon-wrap {
  background-image: linear-gradient(40deg, #ffcd7d 0%, #000000 45%, #0175ff 100%);
  box-shadow: 0 6px 30px -12px #ffcd7d;
  display: inline-flex;
  padding: 2px;
}
.cid-v6PW1wJcvy .item .item-wrapper .icon-wrapper .icon-wrap .mbr-iconfont {
  padding: 16px;
  font-size: 36px;
  background-color: #000000;
}
.cid-v6PW1wJcvy .item .item-wrapper .item-title {
  margin-bottom: 6px;
}
.cid-v6PW1wJcvy .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v6PW1wJcvy .mbr-label {
  color: #9ba9c4;
}
.cid-v6PW1wJcvy .mbr-section-title {
  color: #ffffff;
}
.cid-v6PW1wJcvy .mbr-text,
.cid-v6PW1wJcvy .text-wrapper {
  color: #c8d1e1;
}
.cid-v6PW1wJcvy .item-title {
  color: #ffffff;
}
.cid-v6PW1wJcvy .item-text {
  color: #9ba9c4;
}
.cid-v6PW1wJcvy .items-wrapper {
  margin: 0 -40px;
}
.cid-v6PW1wJcvy .item-title,
.cid-v6PW1wJcvy .mbr-section-btn,
.cid-v6PW1wJcvy .icon-wrapper {
  color: #c8d1e1;
}
.cid-v6PW1wJcvy .item-text,
.cid-v6PW1wJcvy .text-wrap {
  color: #c8d1e1;
}
.cid-v6PW1wJcvy .mbr-label,
.cid-v6PW1wJcvy .label-wrapper {
  color: #9ba9c4;
}
.cid-v6Q2yu8HqI {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v6Q2yu8HqI {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cid-v6Q2yu8HqI::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ff6a00 10%, #ffcd7d 25%, #0175ff 100%);
  filter: blur(150px);
  pointer-events: none;
}
.cid-v6Q2yu8HqI::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #000000 100%);
  pointer-events: none;
}
.cid-v6Q2yu8HqI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6Q2yu8HqI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6Q2yu8HqI .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v6Q2yu8HqI .content-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.cid-v6Q2yu8HqI .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v6Q2yu8HqI .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6Q2yu8HqI .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v6Q2yu8HqI .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v6Q2yu8HqI .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-v6Q2yu8HqI .mbr-label,
.cid-v6Q2yu8HqI .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v6Q2yu8HqI .mbr-section-title {
  color: #ffffff;
}
.cid-v6Q2yu8HqI .mbr-text,
.cid-v6Q2yu8HqI .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v6Q2yu8HqI .mbr-section-title,
.cid-v6Q2yu8HqI .mbr-section-btn {
  text-align: center;
  color: #12e19f;
}
.cid-v6Q2yu8HqI .tags-wrapper .tags-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-v6Q2yu8HqI .tags-wrapper .tags-wrap .tag-wrap {
  display: inline-flex;
  align-items: center;
  margin: 30px 20px 10px 0;
  padding: 10px 14px;
  position: relative;
  overflow: hidden;
  background-color: #6d7fa3;
  background-color: transparent;
}
.cid-v6Q2yu8HqI .tags-wrapper .tags-wrap .tag-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #6d7fa3;
  opacity: .7;
}
.cid-v6Q2yu8HqI .tags-wrapper .tags-wrap .tag-wrap .icon-wrapper {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 100%;
  background-color: #12e19f;
  margin-right: 10px;
}
.cid-v6Q2yu8HqI .tags-wrapper .tags-wrap .tag-wrap .icon-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #ffffff;
  color: transparent;
  background: linear-gradient(#ffffff 40%, transparent);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .cid-v6Q2yu8HqI .tags-wrapper .tags-wrap .tag-wrap .icon-wrapper .mbr-iconfont {
    align-items: center;
  }
}
.cid-v6Q2yu8HqI .tags-wrapper .tags-wrap .tag-wrap .mbr-tag {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-v6QU1qjF3Q {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v6QU1qjF3Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6QU1qjF3Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6QU1qjF3Q .content-wrap {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v6QU1qjF3Q .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-v6QU1qjF3Q .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-v6QU1qjF3Q .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-v6QU1qjF3Q .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-v6QU1qjF3Q .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v6QU1qjF3Q .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6QU1qjF3Q .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v6QU1qjF3Q .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v6QU1qjF3Q .content-wrap .card {
  justify-content: center;
}
.cid-v6QU1qjF3Q .tabs-wrapper {
  margin-bottom: 24px;
  text-align: center;
}
.cid-v6QU1qjF3Q .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  gap: 16px;
  flex-wrap: wrap;
}
.cid-v6QU1qjF3Q .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
}
.cid-v6QU1qjF3Q .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid #242a3c;
  transition: all 0.3s ease-in-out;
  align-items: center;
  justify-content: center;
  background-color: #262526;
}
.cid-v6QU1qjF3Q .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #12e19f;
  color: #000000;
  border: 1px solid #12e19f;
}
.cid-v6QU1qjF3Q .tab-content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v6QU1qjF3Q .tab-content::before {
  content: '';
  position: absolute;
  width: 90%;
  height: 80%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ff6a00 10%, #ffcd7d 25%, #0175ff 100%);
  filter: blur(150px);
  pointer-events: none;
  opacity: .3;
}
@media (max-width: 992px) {
  .cid-v6QU1qjF3Q .tab-content::before {
    width: 300px;
    height: 300px;
  }
}
.cid-v6QU1qjF3Q .tab-content .tab-pane {
  width: 100%;
}
.cid-v6QU1qjF3Q .tab-content .tab-pane .item-content {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  padding: 40px;
  border: 1px solid #454545;
}
@media (max-width: 992px) {
  .cid-v6QU1qjF3Q .tab-content .tab-pane .item-content {
    display: block;
    padding: 20px;
  }
}
.cid-v6QU1qjF3Q .tab-content .tab-pane .item-content .card-box {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-v6QU1qjF3Q .tab-content .tab-pane .item-content .card-box {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-v6QU1qjF3Q .tab-content .tab-pane .item-content .card-box .item-title {
  margin-bottom: 16px;
}
.cid-v6QU1qjF3Q .tab-content .tab-pane .item-content .card-box .text-wrapper .item-text {
  margin-bottom: 10px;
}
.cid-v6QU1qjF3Q .tab-content .tab-pane .item-content .card-box .list-wrapper {
  margin-top: 20px;
}
@media (max-width: 992px) {
  .cid-v6QU1qjF3Q .tab-content .tab-pane .item-content .card-box .list-wrapper {
    margin-top: 20px;
  }
}
.cid-v6QU1qjF3Q .tab-content .tab-pane .item-content .card-box .list-wrapper .list {
  display: inline-flex;
  flex-direction: column;
  width: 80%;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-v6QU1qjF3Q .tab-content .tab-pane .item-content .card-box .list-wrapper .list {
    width: 100%;
  }
}
.cid-v6QU1qjF3Q .tab-content .tab-pane .item-content .card-box .list-wrapper .list .item-wrap {
  position: relative;
  width: 100%;
  border: 1px solid #454545;
  padding: 11px 16px 11px 50px;
  margin-bottom: 0;
  min-height: 48px;
}
.cid-v6QU1qjF3Q .tab-content .tab-pane .item-content .card-box .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 13px;
  left: 16px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  font-size: 16px;
  color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #0175ff 40%, #ffcd7d 50%);
  box-shadow: inset 0 0 7px -1px #ffffff;
}
.cid-v6QU1qjF3Q .tab-content .tab-pane .item-content .card-box .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v6QU1qjF3Q .tab-content .tab-pane .item-content .card-box .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-v6QU1qjF3Q .tab-content .tab-pane .item-content .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v6QU1qjF3Q .tab-content .tab-pane .item-content .image-wrap {
  width: 35%;
}
@media (max-width: 992px) {
  .cid-v6QU1qjF3Q .tab-content .tab-pane .item-content .image-wrap {
    width: 100%;
  }
}
.cid-v6QU1qjF3Q .tab-content .tab-pane .item-content .image-wrap img {
  width: 100%;
  object-fit: cover;
}
.cid-v6QU1qjF3Q .mbr-label {
  color: #9ba9c4;
}
.cid-v6QU1qjF3Q .mbr-section-title {
  color: #ffffff;
}
.cid-v6QU1qjF3Q .mbr-text,
.cid-v6QU1qjF3Q .text-wrapper {
  color: #9ba9c4;
}
.cid-v6QU1qjF3Q .item-title {
  color: #ffffff;
}
.cid-v6QU1qjF3Q .item-text {
  color: #9ba9c4;
}
.cid-v6QU1qjF3Q .list {
  color: #d1d4e3;
}
.cid-v6QU1qjF3Q .item-text,
.cid-v6QU1qjF3Q .text-wrapper {
  color: #c8d1e1;
}
.cid-v6QU1qjF3Q .img1 {
  height: 550px;
}
.cid-v6QU1qjF3Q .img2 {
  height: 620px;
}
.cid-v6QU1qjF3Q .img3 {
  height: 560px;
}
.cid-v6QU1qjF3Q .img4 {
  height: 750px;
}
@media (max-width: 992px) {
  .cid-v6QU1qjF3Q .img1,
  .cid-v6QU1qjF3Q .img2,
  .cid-v6QU1qjF3Q .img3,
  .cid-v6QU1qjF3Q .img4 {
    height: 300px;
    width: 100%;
  }
}
.cid-v6QU1qjF3Q .item-title,
.cid-v6QU1qjF3Q .mbr-section-btn {
  color: #12e19f;
}
.cid-v6QU1qjF3Q .mbr-label,
.cid-v6QU1qjF3Q .label-wrapper {
  color: #9ba9c4;
}
.cid-v76SGQPbfX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v76SGQPbfX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v76SGQPbfX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v76SGQPbfX .content-wrap {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v76SGQPbfX .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-v76SGQPbfX .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-v76SGQPbfX .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-v76SGQPbfX .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-v76SGQPbfX .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v76SGQPbfX .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v76SGQPbfX .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 0px;
  }
}
.cid-v76SGQPbfX .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v76SGQPbfX .content-wrap .card {
  justify-content: center;
}
.cid-v76SGQPbfX .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v76SGQPbfX .item {
    margin-bottom: 20px;
  }
  .cid-v76SGQPbfX .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v76SGQPbfX .item .item-wrapper {
  position: relative;
  padding: 24px;
  background-color: #000000;
  border: 1px solid #242a3c;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 470px;
  min-height: auto;
}
@media (max-width: 992px) {
  .cid-v76SGQPbfX .item .item-wrapper {
    padding: 20px;
    min-height: auto;
  }
}
.cid-v76SGQPbfX .item .item-wrapper::before {
  content: '';
  position: absolute;
  bottom: -100px;
  left: -250px;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-color: #0175ff;
  filter: blur(80px);
  pointer-events: none;
  opacity: .3;
}
@media (max-width: 992px) {
  .cid-v76SGQPbfX .item .item-wrapper::before {
    bottom: -200px;
    left: -150px;
    width: 300px;
    height: 300px;
  }
}
.cid-v76SGQPbfX .item .item-wrapper::after {
  content: '';
  position: absolute;
  bottom: -250px;
  right: -250px;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-color: #ff6a00;
  filter: blur(80px);
  pointer-events: none;
  opacity: .3;
}
@media (max-width: 992px) {
  .cid-v76SGQPbfX .item .item-wrapper::after {
    bottom: -150px;
    right: -150px;
    width: 300px;
    height: 300px;
  }
}
.cid-v76SGQPbfX .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-v76SGQPbfX .item .item-wrapper .item-content .item-title {
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .cid-v76SGQPbfX .item .item-wrapper .item-content .item-title {
    margin-top: 20px;
  }
}
.cid-v76SGQPbfX .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v76SGQPbfX .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 10px;
}
.cid-v76SGQPbfX .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v76SGQPbfX .item .item-wrapper .item-date {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v76SGQPbfX .item .item-wrapper .item-date {
    margin-top: 20px;
    margin-bottom: 0;
  }
}
.cid-v76SGQPbfX .mbr-label {
  color: #9ba9c4;
}
.cid-v76SGQPbfX .mbr-section-title {
  color: #12e19f;
  text-align: left;
}
.cid-v76SGQPbfX .mbr-text,
.cid-v76SGQPbfX .text-wrapper {
  color: #9ba9c4;
}
.cid-v76SGQPbfX .item-title {
  color: #ffffff;
}
.cid-v76SGQPbfX .item-text {
  color: #9ba9c4;
}
.cid-v76SGQPbfX .item-date {
  color: #d1d4e3;
}
.cid-v76SGQPbfX .mbr-label,
.cid-v76SGQPbfX .label-wrapper {
  color: #c8d1e1;
}
.cid-v76SGQPbfX .item-title,
.cid-v76SGQPbfX .mbr-section-btn {
  text-align: center;
}
.cid-v77D2X1uzT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v77D2X1uzT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v77D2X1uzT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v77D2X1uzT .content-wrap .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v77D2X1uzT .content-wrap .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v77D2X1uzT .content-wrap .title-wrapper .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-v77D2X1uzT .content-wrap .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-v77D2X1uzT .content-wrap .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-v77D2X1uzT .content-wrap .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v77D2X1uzT .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v77D2X1uzT .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v77D2X1uzT .content-wrap .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v77D2X1uzT .content-wrap .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v77D2X1uzT .items-wrapper .items-wrap {
  display: inline-flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v77D2X1uzT .items-wrapper .items-wrap {
    width: 100%;
  }
}
.cid-v77D2X1uzT .item {
  width: 100%;
}
.cid-v77D2X1uzT .item .item-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  padding: 11px 16px;
  background-color: #000000;
  border: 1px solid #242a3c;
  animation: none !important;
}
.cid-v77D2X1uzT .item .item-wrapper .icon-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
  width: 24px;
}
.cid-v77D2X1uzT .item .item-wrapper .item-title {
  width: 100%;
  margin-bottom: 0;
}
.cid-v77D2X1uzT .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v77D2X1uzT .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-v77D2X1uzT .image-wrapper {
  -webkit-mask: linear-gradient(#000000 50%, transparent 100%);
  mask: linear-gradient(#000000 50%, transparent 100%);
}
@media (max-width: 992px) {
  .cid-v77D2X1uzT .image-wrapper {
    margin-top: 40px;
  }
}
.cid-v77D2X1uzT .image-wrapper img {
  height: 500px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v77D2X1uzT .image-wrapper img {
    height: 300px;
  }
}
.cid-v77D2X1uzT .btn-wrapper {
  margin-top: 0;
  margin-right: -2rem;
}
.cid-v77D2X1uzT .mbr-label {
  color: #9ba9c4;
}
.cid-v77D2X1uzT .mbr-section-title {
  color: #ffffff;
}
.cid-v77D2X1uzT .mbr-text,
.cid-v77D2X1uzT .text-wrapper {
  color: #9ba9c4;
}
.cid-v77D2X1uzT .item-title {
  color: #d1d4e3;
}
.cid-v77D2X1uzT .mbr-section-title,
.cid-v77D2X1uzT .mbr-section-btn {
  color: #12e19f;
}
.cid-v77D2X1uzT .item-title,
.cid-v77D2X1uzT .items-wrapper {
  color: #c8d1e1;
}
.cid-v77K3AC37n {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v77K3AC37n {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cid-v77K3AC37n::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ff6a00 10%, #ffcd7d 25%, #0175ff 100%);
  filter: blur(150px);
  pointer-events: none;
}
.cid-v77K3AC37n::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #000000 100%);
  pointer-events: none;
}
.cid-v77K3AC37n .mbr-fallback-image.disabled {
  display: none;
}
.cid-v77K3AC37n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v77K3AC37n .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v77K3AC37n .content-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.cid-v77K3AC37n .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v77K3AC37n .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-v77K3AC37n .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v77K3AC37n .content-wrapper .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 992px) {
  .cid-v77K3AC37n .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-v77K3AC37n .mbr-label,
.cid-v77K3AC37n .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v77K3AC37n .mbr-section-title {
  color: #ffffff;
}
.cid-v77K3AC37n .mbr-text,
.cid-v77K3AC37n .text-wrapper {
  color: #ffffff;
  text-align: center;
  margin-bottom: 10px;
}
.cid-v77K3AC37n .mbr-section-title,
.cid-v77K3AC37n .mbr-section-btn {
  text-align: center;
  color: #12e19f;
}
.cid-v6MoF1HZRX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v6MoF1HZRX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6MoF1HZRX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6MoF1HZRX .row {
  margin: 0 -15px;
}
.cid-v6MoF1HZRX .row .card {
  padding: 0 40px;
}
.cid-v6MoF1HZRX .title-wrapper {
  margin-bottom: 25px;
}
.cid-v6MoF1HZRX .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v6MoF1HZRX .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
    text-align: center;
  }
}
.cid-v6MoF1HZRX .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6MoF1HZRX .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v6MoF1HZRX .title-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v6MoF1HZRX .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v6MoF1HZRX .nav-wrapper {
  display: flex;
  justify-content: flex-end;
  gap: 60px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v6MoF1HZRX .nav-wrapper {
    display: none;
  }
}
.cid-v6MoF1HZRX .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v6MoF1HZRX .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 10px;
  border-bottom: 3px dashed transparent;
  transition: all 0.3s ease-in-out;
  width: fit-content;
}
.cid-v6MoF1HZRX .nav-wrap .list .item-wrap:hover,
.cid-v6MoF1HZRX .nav-wrap .list .item-wrap:focus {
  color: #12e19f;
  border-bottom: 3px dashed #12e19f;
}
.cid-v6MoF1HZRX .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v6MoF1HZRX .border-wrap {
  width: 100%;
  height: 0.5px;
  background-color: #9ba9c4;
  margin-bottom: 40px;
}
.cid-v6MoF1HZRX .mbr-copy {
  margin-bottom: 0;
  color: #9ba9c4;
  text-align: center;
}
.cid-v6MoF1HZRX .mbr-section-title {
  color: #fefff5;
}
.cid-v6MoF1HZRX .mbr-text {
  color: #fefff5;
}
.cid-v6MoF1HZRX .list {
  color: #a1a1a1;
}
.cid-v6MoF1HZRX .list,
.cid-v6MoF1HZRX .item-wrap {
  color: #12e19f;
}
.cid-v6MoF1HZRX .mbr-section-title,
.cid-v6MoF1HZRX .mbr-section-btn {
  color: #12e19f;
}
.cid-v6MoF1HZRX .mbr-text,
.cid-v6MoF1HZRX .text-wrapper {
  color: #c8d1e1;
  margin-bottom: 10px;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-v6MoF1HZRX .mbr-text,
  .cid-v6MoF1HZRX .text-wrapper {
    text-align: center;
  }
}
.cid-v6cbxBcyBt .navbar-dropdown {
  position: relative !important;
}
.cid-v6cbxBcyBt .navbar-dropdown {
  position: absolute !important;
}
.cid-v6cbxBcyBt .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-v6cbxBcyBt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-v6cbxBcyBt .dropdown-menu {
    text-align: center;
  }
}
.cid-v6cbxBcyBt .dropdown-item {
  border: 1px solid #ff5e3a;
  background: #000000 !important;
  color: #12e19f !important;
}
.cid-v6cbxBcyBt .dropdown-item:hover,
.cid-v6cbxBcyBt .dropdown-item:focus {
  background: #000000 !important;
}
.cid-v6cbxBcyBt .dropdown-item:hover span {
  color: white;
}
.cid-v6cbxBcyBt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v6cbxBcyBt .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v6cbxBcyBt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v6cbxBcyBt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v6cbxBcyBt .nav-link {
  position: relative;
}
.cid-v6cbxBcyBt .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .cid-v6cbxBcyBt .container {
    flex-wrap: nowrap;
  }
}
.cid-v6cbxBcyBt .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v6cbxBcyBt .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v6cbxBcyBt .dropdown-menu,
.cid-v6cbxBcyBt .navbar.opened {
  background: #000000 !important;
}
.cid-v6cbxBcyBt .nav-item:focus,
.cid-v6cbxBcyBt .nav-link:focus {
  outline: none;
}
.cid-v6cbxBcyBt .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-v6cbxBcyBt .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v6cbxBcyBt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v6cbxBcyBt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v6cbxBcyBt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v6cbxBcyBt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  transition: none;
  margin: 0 !important;
}
.cid-v6cbxBcyBt .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-v6cbxBcyBt .navbar {
    min-height: 80px;
  }
}
.cid-v6cbxBcyBt .navbar.opened {
  transition: all 0.3s;
}
.cid-v6cbxBcyBt .navbar .dropdown-item {
  padding: 1px 2rem 1px 12px;
  border-radius: 0;
  font-weight: 400;
}
.cid-v6cbxBcyBt .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v6cbxBcyBt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v6cbxBcyBt .navbar.collapsed {
  justify-content: center;
}
.cid-v6cbxBcyBt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v6cbxBcyBt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v6cbxBcyBt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v6cbxBcyBt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v6cbxBcyBt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v6cbxBcyBt .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%;
  right: .8rem;
}
.cid-v6cbxBcyBt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v6cbxBcyBt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  text-align: center;
}
.cid-v6cbxBcyBt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v6cbxBcyBt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v6cbxBcyBt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v6cbxBcyBt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v6cbxBcyBt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v6cbxBcyBt .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%;
    right: .8rem;
  }
  .cid-v6cbxBcyBt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v6cbxBcyBt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v6cbxBcyBt .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 12px;
    text-align: center;
  }
  .cid-v6cbxBcyBt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v6cbxBcyBt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v6cbxBcyBt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v6cbxBcyBt .navbar.navbar-short {
  min-height: 96px;
}
.cid-v6cbxBcyBt .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v6cbxBcyBt .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .cid-v6cbxBcyBt .navbar-brand {
    min-height: 80px;
  }
}
.cid-v6cbxBcyBt .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v6cbxBcyBt .navbar-brand .navbar-caption:hover,
.cid-v6cbxBcyBt .navbar-brand .navbar-caption:focus {
  color: #ff5e3a !important;
}
.cid-v6cbxBcyBt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v6cbxBcyBt .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v6cbxBcyBt .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #12e19f !important;
}
.cid-v6cbxBcyBt .dropdown-item.active,
.cid-v6cbxBcyBt .dropdown-item:active {
  background-color: transparent;
}
.cid-v6cbxBcyBt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v6cbxBcyBt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v6cbxBcyBt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v6cbxBcyBt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-v6cbxBcyBt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-v6cbxBcyBt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v6cbxBcyBt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v6cbxBcyBt ul.navbar-nav {
  position: relative;
  flex-wrap: wrap;
  animation: none !important;
}
@media (min-width: 991px) {
  .cid-v6cbxBcyBt ul.navbar-nav {
    padding: 0 24px;
    background-color: transparent;
    backdrop-filter: blur(10px);
  }
}
.cid-v6cbxBcyBt ul.navbar-nav::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #ff5e3a;
  -webkit-mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
  mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
}
.cid-v6cbxBcyBt .navbar-buttons {
  text-align: center;
}
.cid-v6cbxBcyBt .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-v6cbxBcyBt .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v6cbxBcyBt button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v6cbxBcyBt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #9ba9c4;
}
.cid-v6cbxBcyBt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v6cbxBcyBt button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v6cbxBcyBt button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v6cbxBcyBt button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v6cbxBcyBt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6cbxBcyBt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v6cbxBcyBt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v6cbxBcyBt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6cbxBcyBt .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v6cbxBcyBt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v6cbxBcyBt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v6cbxBcyBt .navbar {
    height: 70px;
  }
  .cid-v6cbxBcyBt .navbar.opened {
    height: auto;
  }
  .cid-v6cbxBcyBt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v6cbxBcyBt .navbar-nav {
  margin: 0 auto;
}
.cid-v6cbxBcyBt .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v6cbxBcyBt .nav-item .nav-link {
  padding: 0 !important;
  margin: 15px 14px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v6cbxBcyBt .nav-item .nav-link::after {
  color: #ff5e3a !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v6cbxBcyBt .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px !important;
  background-color: #12e19f;
  transition: all 0.5s ease-in-out;
}
.cid-v6cbxBcyBt .nav-item .nav-link:hover,
.cid-v6cbxBcyBt .nav-item .nav-link:focus {
  background-color: transparent;
  color: #12e19f !important;
}
.cid-v6cbxBcyBt .nav-item .nav-link:hover::after,
.cid-v6cbxBcyBt .nav-item .nav-link:focus::after {
  color: #12e19f !important;
}
.cid-v6cbxBcyBt .nav-item .nav-link:hover::before,
.cid-v6cbxBcyBt .nav-item .nav-link:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-v6cbxBcyBt .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v6cbxBcyBt .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v6cbxBcyBt .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v6cbxBcyBt .nav-item .dropdown-menu .dropdown-item {
  color: #12e19f !important;
}
.cid-v6cbxBcyBt .nav-item .dropdown-menu .dropdown-item:hover,
.cid-v6cbxBcyBt .nav-item .dropdown-menu .dropdown-item:focus {
  color: #ff5e3a !important;
}
@media (max-width: 991px) {
  .cid-v6cbxBcyBt .navbar {
    justify-content: flex-start !important;
  }
  .cid-v6cbxBcyBt .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v6cbxBcyBt .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v6cbxBcyBt .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v6cbxBcyBt .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-v6cbxBcyBt .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-v6cbxBcyBt .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v6cbxBcyBt .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v6cbxBcyBt .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-v6cbxBcyBt .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-v6cbxBcyBt .content-wrap {
    min-height: 80px;
  }
}
.cid-v6MCdafDUE {
  padding-top: 12rem;
  padding-bottom: 6rem;
  background-color: #000000;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v6MCdafDUE {
    padding-top: 7rem;
    padding-bottom: 2rem;
  }
}
.cid-v6MCdafDUE::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ff6a00 10%, #ffcd7d 25%, #0175ff 100%);
  filter: blur(150px);
  pointer-events: none;
}
.cid-v6MCdafDUE::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #000000 100%);
  pointer-events: none;
}
.cid-v6MCdafDUE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6MCdafDUE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6MCdafDUE .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v6MCdafDUE .content-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.cid-v6MCdafDUE .content-wrapper .mbr-section-title {
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .cid-v6MCdafDUE .content-wrapper .mbr-section-title {
    margin-bottom: 0;
  }
}
.cid-v6MCdafDUE .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6MCdafDUE .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v6MCdafDUE .content-wrapper .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 992px) {
  .cid-v6MCdafDUE .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-v6MCdafDUE .mbr-label,
.cid-v6MCdafDUE .label-wrapper {
  color: #12e19f;
  text-align: center;
}
.cid-v6MCdafDUE .mbr-section-title {
  color: #ffffff;
}
.cid-v6MCdafDUE .mbr-text,
.cid-v6MCdafDUE .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v6MCdafDUE .mbr-section-title,
.cid-v6MCdafDUE .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v6MDIIzAkY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v6MDIIzAkY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6MDIIzAkY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6MDIIzAkY .content-wrap {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v6MDIIzAkY .content-wrap {
    margin-bottom: 10px;
  }
}
.cid-v6MDIIzAkY .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-v6MDIIzAkY .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-v6MDIIzAkY .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-v6MDIIzAkY .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v6MDIIzAkY .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6MDIIzAkY .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v6MDIIzAkY .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v6MDIIzAkY .content-wrap .card {
  justify-content: center;
}
.cid-v6MDIIzAkY .item {
  margin-bottom: 48px;
}
.cid-v6MDIIzAkY .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6MDIIzAkY .item {
    margin-bottom: 20px;
  }
  .cid-v6MDIIzAkY .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v6MDIIzAkY .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  height: 100%;
  position: relative;
  padding: 40px;
  background-color: #000000;
  border: 1px solid #242a3c;
  animation: none !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v6MDIIzAkY .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-v6MDIIzAkY .item .item-wrapper .item-content {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-v6MDIIzAkY .item .item-wrapper .item-content {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v6MDIIzAkY .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-v6MDIIzAkY .item .item-wrapper .item-content .text-wrap .item-text {
  margin-bottom: 10px;
}
.cid-v6MDIIzAkY .item .item-wrapper .item-content .list-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-v6MDIIzAkY .item .item-wrapper .item-content .list-wrapper {
    margin-top: 20px;
  }
}
.cid-v6MDIIzAkY .item .item-wrapper .item-content .list-wrapper .list {
  display: inline-flex;
  flex-direction: column;
  width: 100%;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-v6MDIIzAkY .item .item-wrapper .item-content .list-wrapper .list {
    width: 100%;
  }
}
.cid-v6MDIIzAkY .item .item-wrapper .item-content .list-wrapper .list .item-wrap {
  position: relative;
  width: 100%;
  border: 1px solid #242a3c;
  padding: 11px 16px 11px 50px;
  margin-bottom: 0;
  min-height: 48px;
}
.cid-v6MDIIzAkY .item .item-wrapper .item-content .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 13px;
  left: 16px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  font-size: 16px;
  color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #0175ff 40%, #ffcd7d 50%);
  box-shadow: inset 0 0 7px -1px #ffffff;
}
.cid-v6MDIIzAkY .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v6MDIIzAkY .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-v6MDIIzAkY .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v6MDIIzAkY .item .item-wrapper .image-wrapper {
  position: relative;
  z-index: 1;
  padding: 20px;
  width: 35%;
}
@media (max-width: 992px) {
  .cid-v6MDIIzAkY .item .item-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-v6MDIIzAkY .item .item-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  right: -30%;
  width: 100%;
  height: 85%;
  border-radius: 100%;
  background-image: linear-gradient(#ff6a00 10%, #ffcd7d 25%, #0175ff 100%);
  filter: blur(80px);
  pointer-events: none;
}
.cid-v6MDIIzAkY .item .item-wrapper .image-wrapper .border-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #ffffff;
  -webkit-mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
  mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
}
.cid-v6MDIIzAkY .item .item-wrapper .image-wrapper .item-img {
  position: relative;
  z-index: 1;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v6MDIIzAkY .item .item-wrapper .image-wrapper .item-img {
    min-height: auto;
    height: 300px;
  }
}
.cid-v6MDIIzAkY .item .item-wrapper .image-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v6MDIIzAkY .mbr-label {
  color: #9ba9c4;
}
.cid-v6MDIIzAkY .mbr-section-title {
  color: #12e19f;
  text-align: left;
}
.cid-v6MDIIzAkY .mbr-text,
.cid-v6MDIIzAkY .text-wrapper {
  color: #9ba9c4;
}
.cid-v6MDIIzAkY .item-title {
  color: #ffffff;
}
.cid-v6MDIIzAkY .item-text {
  color: #9ba9c4;
}
.cid-v6MDIIzAkY .list {
  color: #d1d4e3;
}
.cid-v6MDIIzAkY .item-text,
.cid-v6MDIIzAkY .text-wrap {
  color: #c8d1e1;
  text-align: left;
}
.cid-v6MDIIzAkY .item-title,
.cid-v6MDIIzAkY .mbr-section-btn {
  color: #c8d1e1;
  text-align: left;
}
.cid-v6MDIIzAkY .mbr-label,
.cid-v6MDIIzAkY .label-wrapper {
  color: #12e19f;
}
.cid-v6MN45PNJi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1357.webp");
}
.cid-v6MN45PNJi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6MN45PNJi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6MN45PNJi .image-wrapper {
  margin-bottom: 30px;
  -webkit-mask: linear-gradient(#000000 50%, transparent 100%);
  mask: linear-gradient(#000000 50%, transparent 100%);
}
.cid-v6MN45PNJi .image-wrapper img {
  width: 100%;
  height: 350px;
  margin-top: 40px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v6MN45PNJi .image-wrapper img {
    height: 300px;
  }
}
.cid-v6MN45PNJi .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v6MN45PNJi .title-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v6MN45PNJi .title-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-v6MN45PNJi .mbr-section-title {
  color: #ffffff;
}
.cid-v6MN45PNJi .mbr-section-title,
.cid-v6MN45PNJi .mbr-section-btn {
  text-align: justify;
  color: #12e19f;
}
.cid-v6MN45PNJi .item-text,
.cid-v6MN45PNJi .text-wrap,
.cid-v6MN45PNJi .mbr-text {
  color: #c8d1e1;
}
.cid-v6MN45PNJi .mbr-section-subtitle {
  text-align: left;
  color: #c8d1e1;
}
.cid-v6MN45PNJi .mbr-section-subtitle,
.cid-v6MN45PNJi .mbr-section-btn {
  color: #c8d1e1;
}
.cid-v6MV1XstMr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v6MV1XstMr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6MV1XstMr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6MV1XstMr .content-wrap {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v6MV1XstMr .content-wrap {
    margin-bottom: 10px;
  }
}
.cid-v6MV1XstMr .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-v6MV1XstMr .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-v6MV1XstMr .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-v6MV1XstMr .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v6MV1XstMr .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6MV1XstMr .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v6MV1XstMr .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v6MV1XstMr .content-wrap .card {
  justify-content: center;
}
.cid-v6MV1XstMr .item {
  margin-bottom: 48px;
}
.cid-v6MV1XstMr .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6MV1XstMr .item {
    margin-bottom: 20px;
  }
  .cid-v6MV1XstMr .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v6MV1XstMr .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  height: 100%;
  position: relative;
  padding: 40px;
  background-color: #000000;
  border: 1px solid #242a3c;
  animation: none !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v6MV1XstMr .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-v6MV1XstMr .item .item-wrapper .item-content {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-v6MV1XstMr .item .item-wrapper .item-content {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v6MV1XstMr .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-v6MV1XstMr .item .item-wrapper .item-content .text-wrap .item-text {
  margin-bottom: 10px;
}
.cid-v6MV1XstMr .item .item-wrapper .item-content .list-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-v6MV1XstMr .item .item-wrapper .item-content .list-wrapper {
    margin-top: 20px;
  }
}
.cid-v6MV1XstMr .item .item-wrapper .item-content .list-wrapper .list {
  display: inline-flex;
  flex-direction: column;
  width: 100%;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-v6MV1XstMr .item .item-wrapper .item-content .list-wrapper .list {
    width: 100%;
  }
}
.cid-v6MV1XstMr .item .item-wrapper .item-content .list-wrapper .list .item-wrap {
  position: relative;
  width: 100%;
  border: 1px solid #242a3c;
  padding: 11px 16px 11px 50px;
  margin-bottom: 0;
  min-height: 48px;
}
.cid-v6MV1XstMr .item .item-wrapper .item-content .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 13px;
  left: 16px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  font-size: 16px;
  color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #0175ff 40%, #ffcd7d 50%);
  box-shadow: inset 0 0 7px -1px #ffffff;
}
.cid-v6MV1XstMr .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v6MV1XstMr .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-v6MV1XstMr .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v6MV1XstMr .item .item-wrapper .image-wrapper {
  position: relative;
  z-index: 1;
  padding: 20px;
  width: 35%;
}
@media (max-width: 992px) {
  .cid-v6MV1XstMr .item .item-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-v6MV1XstMr .item .item-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  right: -30%;
  width: 100%;
  height: 85%;
  border-radius: 100%;
  background-image: linear-gradient(#ff6a00 10%, #ffcd7d 25%, #0175ff 100%);
  filter: blur(80px);
  pointer-events: none;
}
.cid-v6MV1XstMr .item .item-wrapper .image-wrapper .border-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #ffffff;
  -webkit-mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
  mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
}
.cid-v6MV1XstMr .item .item-wrapper .image-wrapper .item-img {
  position: relative;
  z-index: 1;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v6MV1XstMr .item .item-wrapper .image-wrapper .item-img {
    min-height: auto;
    height: 300px;
  }
}
.cid-v6MV1XstMr .item .item-wrapper .image-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v6MV1XstMr .mbr-label {
  color: #9ba9c4;
}
.cid-v6MV1XstMr .mbr-section-title {
  color: #12e19f;
  text-align: left;
}
.cid-v6MV1XstMr .mbr-text,
.cid-v6MV1XstMr .text-wrapper {
  color: #9ba9c4;
}
.cid-v6MV1XstMr .item-title {
  color: #ffffff;
}
.cid-v6MV1XstMr .item-text {
  color: #9ba9c4;
}
.cid-v6MV1XstMr .list {
  color: #d1d4e3;
}
.cid-v6MV1XstMr .item-text,
.cid-v6MV1XstMr .text-wrap {
  color: #c8d1e1;
}
.cid-v6MV1XstMr .item-title,
.cid-v6MV1XstMr .mbr-section-btn {
  color: #c8d1e1;
}
.cid-v6MV1XstMr .mbr-label,
.cid-v6MV1XstMr .label-wrapper {
  color: #c8d1e1;
}
.cid-v6MBRVZwuU {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v6MBRVZwuU {
    padding-top: 7rem;
    padding-bottom: 2rem;
  }
}
.cid-v6MBRVZwuU::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ff6a00 10%, #ffcd7d 25%, #0175ff 100%);
  filter: blur(150px);
  pointer-events: none;
}
.cid-v6MBRVZwuU::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #000000 100%);
  pointer-events: none;
}
.cid-v6MBRVZwuU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6MBRVZwuU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6MBRVZwuU .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v6MBRVZwuU .content-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.cid-v6MBRVZwuU .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v6MBRVZwuU .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-v6MBRVZwuU .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v6MBRVZwuU .content-wrapper .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 992px) {
  .cid-v6MBRVZwuU .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-v6MBRVZwuU .mbr-label,
.cid-v6MBRVZwuU .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v6MBRVZwuU .mbr-section-title {
  color: #ffffff;
}
.cid-v6MBRVZwuU .mbr-text,
.cid-v6MBRVZwuU .text-wrapper {
  color: #ffffff;
  text-align: center;
  margin-bottom: 10px;
}
.cid-v6MBRVZwuU .mbr-section-title,
.cid-v6MBRVZwuU .mbr-section-btn {
  text-align: center;
  color: #12e19f;
}
.cid-v6MoF1HZRX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v6MoF1HZRX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6MoF1HZRX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6MoF1HZRX .row {
  margin: 0 -15px;
}
.cid-v6MoF1HZRX .row .card {
  padding: 0 40px;
}
.cid-v6MoF1HZRX .title-wrapper {
  margin-bottom: 25px;
}
.cid-v6MoF1HZRX .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v6MoF1HZRX .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
    text-align: center;
  }
}
.cid-v6MoF1HZRX .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6MoF1HZRX .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v6MoF1HZRX .title-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v6MoF1HZRX .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v6MoF1HZRX .nav-wrapper {
  display: flex;
  justify-content: flex-end;
  gap: 60px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v6MoF1HZRX .nav-wrapper {
    display: none;
  }
}
.cid-v6MoF1HZRX .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v6MoF1HZRX .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 10px;
  border-bottom: 3px dashed transparent;
  transition: all 0.3s ease-in-out;
  width: fit-content;
}
.cid-v6MoF1HZRX .nav-wrap .list .item-wrap:hover,
.cid-v6MoF1HZRX .nav-wrap .list .item-wrap:focus {
  color: #12e19f;
  border-bottom: 3px dashed #12e19f;
}
.cid-v6MoF1HZRX .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v6MoF1HZRX .border-wrap {
  width: 100%;
  height: 0.5px;
  background-color: #9ba9c4;
  margin-bottom: 40px;
}
.cid-v6MoF1HZRX .mbr-copy {
  margin-bottom: 0;
  color: #9ba9c4;
  text-align: center;
}
.cid-v6MoF1HZRX .mbr-section-title {
  color: #fefff5;
}
.cid-v6MoF1HZRX .mbr-text {
  color: #fefff5;
}
.cid-v6MoF1HZRX .list {
  color: #a1a1a1;
}
.cid-v6MoF1HZRX .list,
.cid-v6MoF1HZRX .item-wrap {
  color: #12e19f;
}
.cid-v6MoF1HZRX .mbr-section-title,
.cid-v6MoF1HZRX .mbr-section-btn {
  color: #12e19f;
}
.cid-v6MoF1HZRX .mbr-text,
.cid-v6MoF1HZRX .text-wrapper {
  color: #c8d1e1;
  margin-bottom: 10px;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-v6MoF1HZRX .mbr-text,
  .cid-v6MoF1HZRX .text-wrapper {
    text-align: center;
  }
}
.cid-v7k6CxJQOI .navbar-dropdown {
  position: relative !important;
}
.cid-v7k6CxJQOI .navbar-dropdown {
  position: absolute !important;
}
.cid-v7k6CxJQOI .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-v7k6CxJQOI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-v7k6CxJQOI .dropdown-menu {
    text-align: center;
  }
}
.cid-v7k6CxJQOI .dropdown-item {
  border: 1px solid #ff5e3a;
  background: #000000 !important;
  color: #12e19f !important;
}
.cid-v7k6CxJQOI .dropdown-item:hover,
.cid-v7k6CxJQOI .dropdown-item:focus {
  background: #000000 !important;
}
.cid-v7k6CxJQOI .dropdown-item:hover span {
  color: white;
}
.cid-v7k6CxJQOI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v7k6CxJQOI .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v7k6CxJQOI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v7k6CxJQOI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v7k6CxJQOI .nav-link {
  position: relative;
}
.cid-v7k6CxJQOI .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .cid-v7k6CxJQOI .container {
    flex-wrap: nowrap;
  }
}
.cid-v7k6CxJQOI .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v7k6CxJQOI .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v7k6CxJQOI .dropdown-menu,
.cid-v7k6CxJQOI .navbar.opened {
  background: #000000 !important;
}
.cid-v7k6CxJQOI .nav-item:focus,
.cid-v7k6CxJQOI .nav-link:focus {
  outline: none;
}
.cid-v7k6CxJQOI .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-v7k6CxJQOI .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v7k6CxJQOI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v7k6CxJQOI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7k6CxJQOI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7k6CxJQOI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  transition: none;
  margin: 0 !important;
}
.cid-v7k6CxJQOI .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-v7k6CxJQOI .navbar {
    min-height: 80px;
  }
}
.cid-v7k6CxJQOI .navbar.opened {
  transition: all 0.3s;
}
.cid-v7k6CxJQOI .navbar .dropdown-item {
  padding: 1px 2rem 1px 12px;
  border-radius: 0;
  font-weight: 400;
}
.cid-v7k6CxJQOI .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v7k6CxJQOI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7k6CxJQOI .navbar.collapsed {
  justify-content: center;
}
.cid-v7k6CxJQOI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7k6CxJQOI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v7k6CxJQOI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v7k6CxJQOI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7k6CxJQOI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7k6CxJQOI .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%;
  right: .8rem;
}
.cid-v7k6CxJQOI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7k6CxJQOI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  text-align: center;
}
.cid-v7k6CxJQOI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v7k6CxJQOI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7k6CxJQOI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7k6CxJQOI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7k6CxJQOI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7k6CxJQOI .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%;
    right: .8rem;
  }
  .cid-v7k6CxJQOI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v7k6CxJQOI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v7k6CxJQOI .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 12px;
    text-align: center;
  }
  .cid-v7k6CxJQOI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v7k6CxJQOI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v7k6CxJQOI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v7k6CxJQOI .navbar.navbar-short {
  min-height: 96px;
}
.cid-v7k6CxJQOI .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v7k6CxJQOI .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .cid-v7k6CxJQOI .navbar-brand {
    min-height: 80px;
  }
}
.cid-v7k6CxJQOI .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v7k6CxJQOI .navbar-brand .navbar-caption:hover,
.cid-v7k6CxJQOI .navbar-brand .navbar-caption:focus {
  color: #ff5e3a !important;
}
.cid-v7k6CxJQOI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7k6CxJQOI .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v7k6CxJQOI .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #12e19f !important;
}
.cid-v7k6CxJQOI .dropdown-item.active,
.cid-v7k6CxJQOI .dropdown-item:active {
  background-color: transparent;
}
.cid-v7k6CxJQOI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7k6CxJQOI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7k6CxJQOI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7k6CxJQOI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-v7k6CxJQOI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-v7k6CxJQOI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v7k6CxJQOI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7k6CxJQOI ul.navbar-nav {
  position: relative;
  flex-wrap: wrap;
  animation: none !important;
}
@media (min-width: 991px) {
  .cid-v7k6CxJQOI ul.navbar-nav {
    padding: 0 24px;
    background-color: transparent;
    backdrop-filter: blur(10px);
  }
}
.cid-v7k6CxJQOI ul.navbar-nav::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #ff5e3a;
  -webkit-mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
  mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
}
.cid-v7k6CxJQOI .navbar-buttons {
  text-align: center;
}
.cid-v7k6CxJQOI .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-v7k6CxJQOI .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v7k6CxJQOI button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v7k6CxJQOI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #9ba9c4;
}
.cid-v7k6CxJQOI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v7k6CxJQOI button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7k6CxJQOI button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7k6CxJQOI button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v7k6CxJQOI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7k6CxJQOI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7k6CxJQOI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7k6CxJQOI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7k6CxJQOI .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v7k6CxJQOI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7k6CxJQOI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v7k6CxJQOI .navbar {
    height: 70px;
  }
  .cid-v7k6CxJQOI .navbar.opened {
    height: auto;
  }
  .cid-v7k6CxJQOI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7k6CxJQOI .navbar-nav {
  margin: 0 auto;
}
.cid-v7k6CxJQOI .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v7k6CxJQOI .nav-item .nav-link {
  padding: 0 !important;
  margin: 15px 14px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v7k6CxJQOI .nav-item .nav-link::after {
  color: #ff5e3a !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v7k6CxJQOI .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px !important;
  background-color: #12e19f;
  transition: all 0.5s ease-in-out;
}
.cid-v7k6CxJQOI .nav-item .nav-link:hover,
.cid-v7k6CxJQOI .nav-item .nav-link:focus {
  background-color: transparent;
  color: #12e19f !important;
}
.cid-v7k6CxJQOI .nav-item .nav-link:hover::after,
.cid-v7k6CxJQOI .nav-item .nav-link:focus::after {
  color: #12e19f !important;
}
.cid-v7k6CxJQOI .nav-item .nav-link:hover::before,
.cid-v7k6CxJQOI .nav-item .nav-link:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-v7k6CxJQOI .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v7k6CxJQOI .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v7k6CxJQOI .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v7k6CxJQOI .nav-item .dropdown-menu .dropdown-item {
  color: #12e19f !important;
}
.cid-v7k6CxJQOI .nav-item .dropdown-menu .dropdown-item:hover,
.cid-v7k6CxJQOI .nav-item .dropdown-menu .dropdown-item:focus {
  color: #ff5e3a !important;
}
@media (max-width: 991px) {
  .cid-v7k6CxJQOI .navbar {
    justify-content: flex-start !important;
  }
  .cid-v7k6CxJQOI .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v7k6CxJQOI .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v7k6CxJQOI .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v7k6CxJQOI .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-v7k6CxJQOI .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-v7k6CxJQOI .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v7k6CxJQOI .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v7k6CxJQOI .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-v7k6CxJQOI .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-v7k6CxJQOI .content-wrap {
    min-height: 80px;
  }
}
.cid-v7k6CyDMkk {
  padding-top: 12rem;
  padding-bottom: 6rem;
  background-color: #000000;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v7k6CyDMkk {
    padding-top: 7rem;
    padding-bottom: 2rem;
  }
}
.cid-v7k6CyDMkk::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ff6a00 10%, #ffcd7d 25%, #0175ff 100%);
  filter: blur(150px);
  pointer-events: none;
}
.cid-v7k6CyDMkk::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #000000 100%);
  pointer-events: none;
}
.cid-v7k6CyDMkk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7k6CyDMkk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7k6CyDMkk .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v7k6CyDMkk .content-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.cid-v7k6CyDMkk .content-wrapper .mbr-section-title {
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .cid-v7k6CyDMkk .content-wrapper .mbr-section-title {
    margin-bottom: 0;
  }
}
.cid-v7k6CyDMkk .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7k6CyDMkk .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v7k6CyDMkk .content-wrapper .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 992px) {
  .cid-v7k6CyDMkk .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-v7k6CyDMkk .mbr-label,
.cid-v7k6CyDMkk .label-wrapper {
  color: #12e19f;
  text-align: center;
}
.cid-v7k6CyDMkk .mbr-section-title {
  color: #ffffff;
}
.cid-v7k6CyDMkk .mbr-text,
.cid-v7k6CyDMkk .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v7k6CyDMkk .mbr-section-title,
.cid-v7k6CyDMkk .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v7k9XO2xUq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v7k9XO2xUq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7k9XO2xUq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7k9XO2xUq .content-wrap {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v7k9XO2xUq .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-v7k9XO2xUq .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-v7k9XO2xUq .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-v7k9XO2xUq .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-v7k9XO2xUq .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v7k9XO2xUq .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7k9XO2xUq .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 0;
    text-align: center;
  }
}
.cid-v7k9XO2xUq .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v7k9XO2xUq .content-wrap .card {
  justify-content: center;
}
.cid-v7k9XO2xUq .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v7k9XO2xUq .item {
    margin-bottom: 20px;
  }
  .cid-v7k9XO2xUq .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v7k9XO2xUq .item .item-wrapper {
  position: relative;
  padding: 32px;
  background-color: #0c0f16;
  border: 1px solid #242a3c;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v7k9XO2xUq .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v7k9XO2xUq .item .item-wrapper .item-content .item-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  padding: 50px 0;
}
.cid-v7k9XO2xUq .item .item-wrapper .item-content .item-img img {
  position: relative;
  z-index: 1;
  height: 275px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v7k9XO2xUq .item .item-wrapper .item-content .item-img img {
    height: 230px;
  }
}
@media (max-width: 992px) {
  .cid-v7k9XO2xUq .item .item-wrapper .item-content .item-img {
    padding: 40px 0;
  }
}
.cid-v7k9XO2xUq .item .item-wrapper .item-content .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #ff6a00 10%, #ffcd7d 25%, #0175ff 100%);
  filter: blur(50px);
  pointer-events: none;
}
.cid-v7k9XO2xUq .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-v7k9XO2xUq .item .item-wrapper .item-content .text-wrap .item-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7k9XO2xUq .item .item-wrapper .item-content .text-wrap .item-text {
    width: 100%;
  }
}
.cid-v7k9XO2xUq .item .item-wrapper .mbr-section-btn {
  margin-top: 10px;
  width: 100%;
}
.cid-v7k9XO2xUq .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-v7k9XO2xUq .mbr-label {
  color: #9ba9c4;
}
.cid-v7k9XO2xUq .mbr-section-title {
  color: #ffffff;
}
.cid-v7k9XO2xUq .mbr-text,
.cid-v7k9XO2xUq .text-wrapper {
  color: #9ba9c4;
}
.cid-v7k9XO2xUq .item-title {
  color: #ffffff;
}
.cid-v7k9XO2xUq .item-text {
  color: #9ba9c4;
}
.cid-v7k9XO2xUq .item-price {
  color: #d1d4e3;
}
.cid-v7k9XO2xUq .item-text,
.cid-v7k9XO2xUq .text-wrap {
  color: #c8d1e1;
}
.cid-v7k9XO2xUq .mbr-label,
.cid-v7k9XO2xUq .label-wrapper {
  text-align: left;
}
@media (max-width: 992px) {
  .cid-v7k9XO2xUq .mbr-label,
  .cid-v7k9XO2xUq .label-wrapper {
    text-align: center;
  }
}
.cid-v7khjyafCt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-v7khjyafCt::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ff6a00 10%, #ffcd7d 25%, #0175ff 100%);
  filter: blur(150px);
  pointer-events: none;
}
.cid-v7khjyafCt::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #000000 100%);
  pointer-events: none;
}
.cid-v7khjyafCt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7khjyafCt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7khjyafCt .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v7khjyafCt .content-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.cid-v7khjyafCt .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v7khjyafCt .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-v7khjyafCt .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v7khjyafCt .content-wrapper .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 992px) {
  .cid-v7khjyafCt .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-v7khjyafCt .mbr-label,
.cid-v7khjyafCt .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v7khjyafCt .mbr-section-title {
  color: #ffffff;
}
.cid-v7khjyafCt .mbr-text,
.cid-v7khjyafCt .text-wrapper {
  color: #ffffff;
  text-align: center;
  margin-bottom: 10px;
}
.cid-v7khjyafCt .mbr-section-title,
.cid-v7khjyafCt .mbr-section-btn {
  text-align: center;
  color: #12e19f;
}
.cid-v7k6CCat3O {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v7k6CCat3O .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7k6CCat3O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7k6CCat3O .row {
  margin: 0 -15px;
}
.cid-v7k6CCat3O .row .card {
  padding: 0 40px;
}
.cid-v7k6CCat3O .title-wrapper {
  margin-bottom: 25px;
}
.cid-v7k6CCat3O .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v7k6CCat3O .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
    text-align: center;
  }
}
.cid-v7k6CCat3O .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7k6CCat3O .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v7k6CCat3O .title-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v7k6CCat3O .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v7k6CCat3O .nav-wrapper {
  display: flex;
  justify-content: flex-end;
  gap: 60px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v7k6CCat3O .nav-wrapper {
    display: none;
  }
}
.cid-v7k6CCat3O .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v7k6CCat3O .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 10px;
  border-bottom: 3px dashed transparent;
  transition: all 0.3s ease-in-out;
  width: fit-content;
}
.cid-v7k6CCat3O .nav-wrap .list .item-wrap:hover,
.cid-v7k6CCat3O .nav-wrap .list .item-wrap:focus {
  color: #12e19f;
  border-bottom: 3px dashed #12e19f;
}
.cid-v7k6CCat3O .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v7k6CCat3O .border-wrap {
  width: 100%;
  height: 0.5px;
  background-color: #9ba9c4;
  margin-bottom: 40px;
}
.cid-v7k6CCat3O .mbr-copy {
  margin-bottom: 0;
  color: #9ba9c4;
  text-align: center;
}
.cid-v7k6CCat3O .mbr-section-title {
  color: #fefff5;
}
.cid-v7k6CCat3O .mbr-text {
  color: #fefff5;
}
.cid-v7k6CCat3O .list {
  color: #a1a1a1;
}
.cid-v7k6CCat3O .list,
.cid-v7k6CCat3O .item-wrap {
  color: #12e19f;
}
.cid-v7k6CCat3O .mbr-section-title,
.cid-v7k6CCat3O .mbr-section-btn {
  color: #12e19f;
}
.cid-v7k6CCat3O .mbr-text,
.cid-v7k6CCat3O .text-wrapper {
  color: #c8d1e1;
  margin-bottom: 10px;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-v7k6CCat3O .mbr-text,
  .cid-v7k6CCat3O .text-wrapper {
    text-align: center;
  }
}
.cid-v6cbxBcyBt .navbar-dropdown {
  position: relative !important;
}
.cid-v6cbxBcyBt .navbar-dropdown {
  position: absolute !important;
}
.cid-v6cbxBcyBt .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-v6cbxBcyBt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-v6cbxBcyBt .dropdown-menu {
    text-align: center;
  }
}
.cid-v6cbxBcyBt .dropdown-item {
  border: 1px solid #ff5e3a;
  background: #000000 !important;
  color: #12e19f !important;
}
.cid-v6cbxBcyBt .dropdown-item:hover,
.cid-v6cbxBcyBt .dropdown-item:focus {
  background: #000000 !important;
}
.cid-v6cbxBcyBt .dropdown-item:hover span {
  color: white;
}
.cid-v6cbxBcyBt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v6cbxBcyBt .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v6cbxBcyBt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v6cbxBcyBt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v6cbxBcyBt .nav-link {
  position: relative;
}
.cid-v6cbxBcyBt .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .cid-v6cbxBcyBt .container {
    flex-wrap: nowrap;
  }
}
.cid-v6cbxBcyBt .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v6cbxBcyBt .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v6cbxBcyBt .dropdown-menu,
.cid-v6cbxBcyBt .navbar.opened {
  background: #000000 !important;
}
.cid-v6cbxBcyBt .nav-item:focus,
.cid-v6cbxBcyBt .nav-link:focus {
  outline: none;
}
.cid-v6cbxBcyBt .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-v6cbxBcyBt .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v6cbxBcyBt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v6cbxBcyBt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v6cbxBcyBt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v6cbxBcyBt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  transition: none;
  margin: 0 !important;
}
.cid-v6cbxBcyBt .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-v6cbxBcyBt .navbar {
    min-height: 80px;
  }
}
.cid-v6cbxBcyBt .navbar.opened {
  transition: all 0.3s;
}
.cid-v6cbxBcyBt .navbar .dropdown-item {
  padding: 1px 2rem 1px 12px;
  border-radius: 0;
  font-weight: 400;
}
.cid-v6cbxBcyBt .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v6cbxBcyBt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v6cbxBcyBt .navbar.collapsed {
  justify-content: center;
}
.cid-v6cbxBcyBt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v6cbxBcyBt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v6cbxBcyBt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v6cbxBcyBt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v6cbxBcyBt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v6cbxBcyBt .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%;
  right: .8rem;
}
.cid-v6cbxBcyBt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v6cbxBcyBt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  text-align: center;
}
.cid-v6cbxBcyBt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v6cbxBcyBt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v6cbxBcyBt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v6cbxBcyBt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v6cbxBcyBt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v6cbxBcyBt .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%;
    right: .8rem;
  }
  .cid-v6cbxBcyBt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v6cbxBcyBt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v6cbxBcyBt .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 12px;
    text-align: center;
  }
  .cid-v6cbxBcyBt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v6cbxBcyBt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v6cbxBcyBt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v6cbxBcyBt .navbar.navbar-short {
  min-height: 96px;
}
.cid-v6cbxBcyBt .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v6cbxBcyBt .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .cid-v6cbxBcyBt .navbar-brand {
    min-height: 80px;
  }
}
.cid-v6cbxBcyBt .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v6cbxBcyBt .navbar-brand .navbar-caption:hover,
.cid-v6cbxBcyBt .navbar-brand .navbar-caption:focus {
  color: #ff5e3a !important;
}
.cid-v6cbxBcyBt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v6cbxBcyBt .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v6cbxBcyBt .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #12e19f !important;
}
.cid-v6cbxBcyBt .dropdown-item.active,
.cid-v6cbxBcyBt .dropdown-item:active {
  background-color: transparent;
}
.cid-v6cbxBcyBt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v6cbxBcyBt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v6cbxBcyBt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v6cbxBcyBt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-v6cbxBcyBt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-v6cbxBcyBt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v6cbxBcyBt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v6cbxBcyBt ul.navbar-nav {
  position: relative;
  flex-wrap: wrap;
  animation: none !important;
}
@media (min-width: 991px) {
  .cid-v6cbxBcyBt ul.navbar-nav {
    padding: 0 24px;
    background-color: transparent;
    backdrop-filter: blur(10px);
  }
}
.cid-v6cbxBcyBt ul.navbar-nav::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #ff5e3a;
  -webkit-mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
  mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
}
.cid-v6cbxBcyBt .navbar-buttons {
  text-align: center;
}
.cid-v6cbxBcyBt .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-v6cbxBcyBt .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v6cbxBcyBt button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v6cbxBcyBt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #9ba9c4;
}
.cid-v6cbxBcyBt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v6cbxBcyBt button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v6cbxBcyBt button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v6cbxBcyBt button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v6cbxBcyBt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6cbxBcyBt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v6cbxBcyBt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v6cbxBcyBt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6cbxBcyBt .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v6cbxBcyBt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v6cbxBcyBt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v6cbxBcyBt .navbar {
    height: 70px;
  }
  .cid-v6cbxBcyBt .navbar.opened {
    height: auto;
  }
  .cid-v6cbxBcyBt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v6cbxBcyBt .navbar-nav {
  margin: 0 auto;
}
.cid-v6cbxBcyBt .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v6cbxBcyBt .nav-item .nav-link {
  padding: 0 !important;
  margin: 15px 14px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v6cbxBcyBt .nav-item .nav-link::after {
  color: #ff5e3a !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v6cbxBcyBt .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px !important;
  background-color: #12e19f;
  transition: all 0.5s ease-in-out;
}
.cid-v6cbxBcyBt .nav-item .nav-link:hover,
.cid-v6cbxBcyBt .nav-item .nav-link:focus {
  background-color: transparent;
  color: #12e19f !important;
}
.cid-v6cbxBcyBt .nav-item .nav-link:hover::after,
.cid-v6cbxBcyBt .nav-item .nav-link:focus::after {
  color: #12e19f !important;
}
.cid-v6cbxBcyBt .nav-item .nav-link:hover::before,
.cid-v6cbxBcyBt .nav-item .nav-link:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-v6cbxBcyBt .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v6cbxBcyBt .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v6cbxBcyBt .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v6cbxBcyBt .nav-item .dropdown-menu .dropdown-item {
  color: #12e19f !important;
}
.cid-v6cbxBcyBt .nav-item .dropdown-menu .dropdown-item:hover,
.cid-v6cbxBcyBt .nav-item .dropdown-menu .dropdown-item:focus {
  color: #ff5e3a !important;
}
@media (max-width: 991px) {
  .cid-v6cbxBcyBt .navbar {
    justify-content: flex-start !important;
  }
  .cid-v6cbxBcyBt .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v6cbxBcyBt .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v6cbxBcyBt .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v6cbxBcyBt .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-v6cbxBcyBt .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-v6cbxBcyBt .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v6cbxBcyBt .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v6cbxBcyBt .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-v6cbxBcyBt .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-v6cbxBcyBt .content-wrap {
    min-height: 80px;
  }
}
.cid-v6Mhu2tSKw {
  padding-top: 12rem;
  padding-bottom: 6rem;
  background-color: #000000;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v6Mhu2tSKw {
    padding-top: 7rem;
    padding-bottom: 2rem;
  }
}
.cid-v6Mhu2tSKw::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ff6a00 10%, #ffcd7d 25%, #0175ff 100%);
  filter: blur(150px);
  pointer-events: none;
}
.cid-v6Mhu2tSKw::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #000000 100%);
  pointer-events: none;
}
.cid-v6Mhu2tSKw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6Mhu2tSKw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6Mhu2tSKw .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v6Mhu2tSKw .content-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.cid-v6Mhu2tSKw .content-wrapper .mbr-section-title {
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .cid-v6Mhu2tSKw .content-wrapper .mbr-section-title {
    margin-bottom: 0;
  }
}
.cid-v6Mhu2tSKw .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6Mhu2tSKw .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v6Mhu2tSKw .content-wrapper .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 992px) {
  .cid-v6Mhu2tSKw .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-v6Mhu2tSKw .mbr-label,
.cid-v6Mhu2tSKw .label-wrapper {
  color: #12e19f;
  text-align: center;
}
.cid-v6Mhu2tSKw .mbr-section-title {
  color: #ffffff;
}
.cid-v6Mhu2tSKw .mbr-text,
.cid-v6Mhu2tSKw .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v6Mhu2tSKw .mbr-section-title,
.cid-v6Mhu2tSKw .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v6MmrFSdiI {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v6MmrFSdiI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6MmrFSdiI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6MmrFSdiI .content-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v6MmrFSdiI .content-wrapper::before {
  content: '';
  position: absolute;
  width: 80%;
  height: 80%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ff6a00 10%, #ffcd7d 25%, #0175ff 100%);
  filter: blur(150px);
  pointer-events: none;
  opacity: .3;
}
@media (max-width: 992px) {
  .cid-v6MmrFSdiI .content-wrapper::before {
    width: 300px;
    height: 300px;
  }
}
.cid-v6MmrFSdiI .content-wrap {
  position: relative;
  margin: 0 -40px;
}
.cid-v6MmrFSdiI .content-wrap .card {
  padding: 0 40px;
}
.cid-v6MmrFSdiI .content-wrap .title-wrapper .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-v6MmrFSdiI .content-wrap .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-v6MmrFSdiI .content-wrap .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-v6MmrFSdiI .content-wrap .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v6MmrFSdiI .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v6MmrFSdiI .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
    text-align: center;
  }
}
.cid-v6MmrFSdiI .content-wrap .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6MmrFSdiI .content-wrap .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
    text-align: center;
  }
}
.cid-v6MmrFSdiI .mbr-section-btn {
  margin-top: 30px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v6MmrFSdiI .mbr-section-btn {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-v6MmrFSdiI .form-wrap {
  position: relative;
  z-index: 1;
  background-color: #000000;
  border: 1px solid #242a3c;
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-v6MmrFSdiI .form-wrap {
    padding: 20px;
  }
}
.cid-v6MmrFSdiI .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
  margin: 0 -9.6px;
}
.cid-v6MmrFSdiI .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-v6MmrFSdiI .form-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-v6MmrFSdiI .form-wrap .dragArea.row .form-group .form-control {
  padding: 12px;
  background-color: #0c0f16;
  border: 1px solid #242a3c !important;
  box-shadow: none;
  margin-bottom: 20px;
  color: #d1d4e3;
}
.cid-v6MmrFSdiI .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #d1d4e3;
}
.cid-v6MmrFSdiI .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-v6MmrFSdiI .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #0175ff !important;
}
.cid-v6MmrFSdiI .form-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-v6MmrFSdiI .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-v6MmrFSdiI .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #d1d4e3;
  border-color: #d1d4e3;
}
.cid-v6MmrFSdiI .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.cid-v6MmrFSdiI .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
  text-align: center;
}
.cid-v6MmrFSdiI .mbr-label {
  color: #9ba9c4;
}
.cid-v6MmrFSdiI .mbr-section-title {
  color: #ffffff;
}
.cid-v6MmrFSdiI .mbr-text,
.cid-v6MmrFSdiI .text-wrapper {
  color: #c8d1e1;
}
.cid-v6MmrFSdiI label {
  color: #9ba9c4;
}
.cid-v6MmrFSdiI .mbr-section-title,
.cid-v6MmrFSdiI .mbr-section-btn {
  color: #12e19f;
}
.cid-v6MmrFSdiI .mbr-label,
.cid-v6MmrFSdiI .label-wrapper {
  color: #c8d1e1;
}
@media (max-width: 992px) {
  .cid-v6MmrFSdiI .mbr-text2 {
    margin-bottom: 30px;
    text-align: center;
  }
}
.cid-v6MoF1HZRX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v6MoF1HZRX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6MoF1HZRX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6MoF1HZRX .row {
  margin: 0 -15px;
}
.cid-v6MoF1HZRX .row .card {
  padding: 0 40px;
}
.cid-v6MoF1HZRX .title-wrapper {
  margin-bottom: 25px;
}
.cid-v6MoF1HZRX .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v6MoF1HZRX .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
    text-align: center;
  }
}
.cid-v6MoF1HZRX .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6MoF1HZRX .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v6MoF1HZRX .title-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v6MoF1HZRX .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v6MoF1HZRX .nav-wrapper {
  display: flex;
  justify-content: flex-end;
  gap: 60px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v6MoF1HZRX .nav-wrapper {
    display: none;
  }
}
.cid-v6MoF1HZRX .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v6MoF1HZRX .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 10px;
  border-bottom: 3px dashed transparent;
  transition: all 0.3s ease-in-out;
  width: fit-content;
}
.cid-v6MoF1HZRX .nav-wrap .list .item-wrap:hover,
.cid-v6MoF1HZRX .nav-wrap .list .item-wrap:focus {
  color: #12e19f;
  border-bottom: 3px dashed #12e19f;
}
.cid-v6MoF1HZRX .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v6MoF1HZRX .border-wrap {
  width: 100%;
  height: 0.5px;
  background-color: #9ba9c4;
  margin-bottom: 40px;
}
.cid-v6MoF1HZRX .mbr-copy {
  margin-bottom: 0;
  color: #9ba9c4;
  text-align: center;
}
.cid-v6MoF1HZRX .mbr-section-title {
  color: #fefff5;
}
.cid-v6MoF1HZRX .mbr-text {
  color: #fefff5;
}
.cid-v6MoF1HZRX .list {
  color: #a1a1a1;
}
.cid-v6MoF1HZRX .list,
.cid-v6MoF1HZRX .item-wrap {
  color: #12e19f;
}
.cid-v6MoF1HZRX .mbr-section-title,
.cid-v6MoF1HZRX .mbr-section-btn {
  color: #12e19f;
}
.cid-v6MoF1HZRX .mbr-text,
.cid-v6MoF1HZRX .text-wrapper {
  color: #c8d1e1;
  margin-bottom: 10px;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-v6MoF1HZRX .mbr-text,
  .cid-v6MoF1HZRX .text-wrapper {
    text-align: center;
  }
}
.cid-v7khVG1Ofu .navbar-dropdown {
  position: relative !important;
}
.cid-v7khVG1Ofu .navbar-dropdown {
  position: absolute !important;
}
.cid-v7khVG1Ofu .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-v7khVG1Ofu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-v7khVG1Ofu .dropdown-menu {
    text-align: center;
  }
}
.cid-v7khVG1Ofu .dropdown-item {
  border: 1px solid #ff5e3a;
  background: #000000 !important;
  color: #12e19f !important;
}
.cid-v7khVG1Ofu .dropdown-item:hover,
.cid-v7khVG1Ofu .dropdown-item:focus {
  background: #000000 !important;
}
.cid-v7khVG1Ofu .dropdown-item:hover span {
  color: white;
}
.cid-v7khVG1Ofu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v7khVG1Ofu .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v7khVG1Ofu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v7khVG1Ofu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v7khVG1Ofu .nav-link {
  position: relative;
}
.cid-v7khVG1Ofu .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .cid-v7khVG1Ofu .container {
    flex-wrap: nowrap;
  }
}
.cid-v7khVG1Ofu .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v7khVG1Ofu .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v7khVG1Ofu .dropdown-menu,
.cid-v7khVG1Ofu .navbar.opened {
  background: #000000 !important;
}
.cid-v7khVG1Ofu .nav-item:focus,
.cid-v7khVG1Ofu .nav-link:focus {
  outline: none;
}
.cid-v7khVG1Ofu .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-v7khVG1Ofu .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v7khVG1Ofu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v7khVG1Ofu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7khVG1Ofu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7khVG1Ofu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  transition: none;
  margin: 0 !important;
}
.cid-v7khVG1Ofu .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-v7khVG1Ofu .navbar {
    min-height: 80px;
  }
}
.cid-v7khVG1Ofu .navbar.opened {
  transition: all 0.3s;
}
.cid-v7khVG1Ofu .navbar .dropdown-item {
  padding: 1px 2rem 1px 12px;
  border-radius: 0;
  font-weight: 400;
}
.cid-v7khVG1Ofu .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v7khVG1Ofu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7khVG1Ofu .navbar.collapsed {
  justify-content: center;
}
.cid-v7khVG1Ofu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7khVG1Ofu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v7khVG1Ofu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v7khVG1Ofu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7khVG1Ofu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7khVG1Ofu .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%;
  right: .8rem;
}
.cid-v7khVG1Ofu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7khVG1Ofu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  text-align: center;
}
.cid-v7khVG1Ofu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v7khVG1Ofu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7khVG1Ofu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7khVG1Ofu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7khVG1Ofu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7khVG1Ofu .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%;
    right: .8rem;
  }
  .cid-v7khVG1Ofu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v7khVG1Ofu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v7khVG1Ofu .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 12px;
    text-align: center;
  }
  .cid-v7khVG1Ofu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v7khVG1Ofu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v7khVG1Ofu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v7khVG1Ofu .navbar.navbar-short {
  min-height: 96px;
}
.cid-v7khVG1Ofu .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v7khVG1Ofu .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .cid-v7khVG1Ofu .navbar-brand {
    min-height: 80px;
  }
}
.cid-v7khVG1Ofu .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v7khVG1Ofu .navbar-brand .navbar-caption:hover,
.cid-v7khVG1Ofu .navbar-brand .navbar-caption:focus {
  color: #ff5e3a !important;
}
.cid-v7khVG1Ofu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7khVG1Ofu .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v7khVG1Ofu .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #12e19f !important;
}
.cid-v7khVG1Ofu .dropdown-item.active,
.cid-v7khVG1Ofu .dropdown-item:active {
  background-color: transparent;
}
.cid-v7khVG1Ofu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7khVG1Ofu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7khVG1Ofu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7khVG1Ofu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-v7khVG1Ofu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-v7khVG1Ofu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v7khVG1Ofu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7khVG1Ofu ul.navbar-nav {
  position: relative;
  flex-wrap: wrap;
  animation: none !important;
}
@media (min-width: 991px) {
  .cid-v7khVG1Ofu ul.navbar-nav {
    padding: 0 24px;
    background-color: transparent;
    backdrop-filter: blur(10px);
  }
}
.cid-v7khVG1Ofu ul.navbar-nav::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #ff5e3a;
  -webkit-mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
  mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
}
.cid-v7khVG1Ofu .navbar-buttons {
  text-align: center;
}
.cid-v7khVG1Ofu .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-v7khVG1Ofu .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v7khVG1Ofu button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v7khVG1Ofu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #9ba9c4;
}
.cid-v7khVG1Ofu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v7khVG1Ofu button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7khVG1Ofu button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7khVG1Ofu button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v7khVG1Ofu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7khVG1Ofu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7khVG1Ofu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7khVG1Ofu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7khVG1Ofu .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v7khVG1Ofu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7khVG1Ofu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v7khVG1Ofu .navbar {
    height: 70px;
  }
  .cid-v7khVG1Ofu .navbar.opened {
    height: auto;
  }
  .cid-v7khVG1Ofu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7khVG1Ofu .navbar-nav {
  margin: 0 auto;
}
.cid-v7khVG1Ofu .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v7khVG1Ofu .nav-item .nav-link {
  padding: 0 !important;
  margin: 15px 14px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v7khVG1Ofu .nav-item .nav-link::after {
  color: #ff5e3a !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v7khVG1Ofu .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px !important;
  background-color: #12e19f;
  transition: all 0.5s ease-in-out;
}
.cid-v7khVG1Ofu .nav-item .nav-link:hover,
.cid-v7khVG1Ofu .nav-item .nav-link:focus {
  background-color: transparent;
  color: #12e19f !important;
}
.cid-v7khVG1Ofu .nav-item .nav-link:hover::after,
.cid-v7khVG1Ofu .nav-item .nav-link:focus::after {
  color: #12e19f !important;
}
.cid-v7khVG1Ofu .nav-item .nav-link:hover::before,
.cid-v7khVG1Ofu .nav-item .nav-link:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-v7khVG1Ofu .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v7khVG1Ofu .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v7khVG1Ofu .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v7khVG1Ofu .nav-item .dropdown-menu .dropdown-item {
  color: #12e19f !important;
}
.cid-v7khVG1Ofu .nav-item .dropdown-menu .dropdown-item:hover,
.cid-v7khVG1Ofu .nav-item .dropdown-menu .dropdown-item:focus {
  color: #ff5e3a !important;
}
@media (max-width: 991px) {
  .cid-v7khVG1Ofu .navbar {
    justify-content: flex-start !important;
  }
  .cid-v7khVG1Ofu .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v7khVG1Ofu .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v7khVG1Ofu .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v7khVG1Ofu .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-v7khVG1Ofu .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-v7khVG1Ofu .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v7khVG1Ofu .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v7khVG1Ofu .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-v7khVG1Ofu .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-v7khVG1Ofu .content-wrap {
    min-height: 80px;
  }
}
.cid-v7khVGKP9s {
  padding-top: 12rem;
  padding-bottom: 6rem;
  background-color: #000000;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v7khVGKP9s {
    padding-top: 7rem;
    padding-bottom: 2rem;
  }
}
.cid-v7khVGKP9s::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ff6a00 10%, #ffcd7d 25%, #0175ff 100%);
  filter: blur(150px);
  pointer-events: none;
}
.cid-v7khVGKP9s::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #000000 100%);
  pointer-events: none;
}
.cid-v7khVGKP9s .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7khVGKP9s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7khVGKP9s .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v7khVGKP9s .content-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.cid-v7khVGKP9s .content-wrapper .mbr-section-title {
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .cid-v7khVGKP9s .content-wrapper .mbr-section-title {
    margin-bottom: 0;
  }
}
.cid-v7khVGKP9s .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7khVGKP9s .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v7khVGKP9s .content-wrapper .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 992px) {
  .cid-v7khVGKP9s .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-v7khVGKP9s .mbr-label,
.cid-v7khVGKP9s .label-wrapper {
  color: #12e19f;
  text-align: center;
}
.cid-v7khVGKP9s .mbr-section-title {
  color: #ffffff;
}
.cid-v7khVGKP9s .mbr-text,
.cid-v7khVGKP9s .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v7khVGKP9s .mbr-section-title,
.cid-v7khVGKP9s .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v7kk3xqd65 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v7kk3xqd65 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7kk3xqd65 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7kk3xqd65 .content-wrap {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v7kk3xqd65 .content-wrap {
    margin-bottom: 20px;
  }
}
.cid-v7kk3xqd65 .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-v7kk3xqd65 .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-v7kk3xqd65 .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-v7kk3xqd65 .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v7kk3xqd65 .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7kk3xqd65 .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v7kk3xqd65 .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v7kk3xqd65 .content-wrap .card {
  justify-content: center;
}
.cid-v7kk3xqd65 .item {
  margin-bottom: 48px;
}
.cid-v7kk3xqd65 .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7kk3xqd65 .item {
    margin-bottom: 20px;
  }
  .cid-v7kk3xqd65 .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v7kk3xqd65 .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  height: 100%;
  position: relative;
  padding: 40px;
  background-color: #000000;
  border: 1px solid #242a3c;
  animation: none !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v7kk3xqd65 .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-v7kk3xqd65 .item .item-wrapper .item-content {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v7kk3xqd65 .item .item-wrapper .item-content {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v7kk3xqd65 .item .item-wrapper .item-content .item-title {
  margin-top: 20px;
  margin-bottom: 10px;
}
.cid-v7kk3xqd65 .item .item-wrapper .item-content .text-wrap .item-text {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-v7kk3xqd65 .item .item-wrapper .item-content .text-wrap .item-text {
    margin-bottom: 0px;
  }
}
.cid-v7kk3xqd65 .item .item-wrapper .item-content .list-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-v7kk3xqd65 .item .item-wrapper .item-content .list-wrapper {
    margin-top: 20px;
  }
}
.cid-v7kk3xqd65 .item .item-wrapper .item-content .list-wrapper .list {
  display: inline-flex;
  flex-direction: column;
  width: 80%;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-v7kk3xqd65 .item .item-wrapper .item-content .list-wrapper .list {
    width: 100%;
  }
}
.cid-v7kk3xqd65 .item .item-wrapper .item-content .list-wrapper .list .item-wrap {
  position: relative;
  width: 100%;
  border: 1px solid #242a3c;
  padding: 11px 16px 11px 50px;
  margin-bottom: 0;
  min-height: 48px;
}
.cid-v7kk3xqd65 .item .item-wrapper .item-content .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 13px;
  left: 16px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  font-size: 16px;
  color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #0175ff 40%, #ffcd7d 50%);
  box-shadow: inset 0 0 7px -1px #ffffff;
}
.cid-v7kk3xqd65 .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v7kk3xqd65 .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-v7kk3xqd65 .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v7kk3xqd65 .item .item-wrapper .image-wrapper {
  position: relative;
  z-index: 1;
  padding: 20px;
  width: 48%;
}
@media (max-width: 992px) {
  .cid-v7kk3xqd65 .item .item-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-v7kk3xqd65 .item .item-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  right: -30%;
  width: 100%;
  height: 85%;
  border-radius: 100%;
  background-image: linear-gradient(#ff6a00 10%, #ffcd7d 25%, #0175ff 100%);
  filter: blur(80px);
  pointer-events: none;
}
.cid-v7kk3xqd65 .item .item-wrapper .image-wrapper .border-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #ffffff;
  -webkit-mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
  mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
}
.cid-v7kk3xqd65 .item .item-wrapper .image-wrapper .item-img {
  position: relative;
  z-index: 1;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v7kk3xqd65 .item .item-wrapper .image-wrapper .item-img {
    min-height: auto;
    height: 300px;
  }
}
.cid-v7kk3xqd65 .item .item-wrapper .image-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v7kk3xqd65 .mbr-label {
  color: #9ba9c4;
}
.cid-v7kk3xqd65 .mbr-section-title {
  color: #ffffff;
}
.cid-v7kk3xqd65 .mbr-text,
.cid-v7kk3xqd65 .text-wrapper {
  color: #9ba9c4;
}
.cid-v7kk3xqd65 .item-title {
  color: #ffffff;
}
.cid-v7kk3xqd65 .item-text {
  color: #9ba9c4;
}
.cid-v7kk3xqd65 .list {
  color: #d1d4e3;
}
.cid-v7kk3xqd65 .item-text,
.cid-v7kk3xqd65 .text-wrap {
  color: #ffffff;
}
.cid-v7kk3xqd65 .item-title,
.cid-v7kk3xqd65 .text-wrap {
  color: #12e19f;
}
@media (max-width: 992px) {
  .cid-v7kk3xqd65 .mbr-text1 {
    text-align: right;
  }
}
.cid-v7kk3xqd65 .mbr-text1,
.cid-v7kk3xqd65 .text-wrapper {
  text-align: center;
}
.cid-v7koC8aDHh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v7koC8aDHh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7koC8aDHh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7koC8aDHh .content-wrap {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v7koC8aDHh .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-v7koC8aDHh .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-v7koC8aDHh .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-v7koC8aDHh .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-v7koC8aDHh .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v7koC8aDHh .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7koC8aDHh .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v7koC8aDHh .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v7koC8aDHh .content-wrap .card {
  justify-content: center;
}
.cid-v7koC8aDHh .item {
  margin-bottom: 48px;
}
.cid-v7koC8aDHh .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7koC8aDHh .item {
    margin-bottom: 20px;
  }
  .cid-v7koC8aDHh .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v7koC8aDHh .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  height: 100%;
  position: relative;
  padding: 40px;
  background-color: #000000;
  border: 1px solid #242a3c;
  animation: none !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v7koC8aDHh .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-v7koC8aDHh .item .item-wrapper .item-content {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v7koC8aDHh .item .item-wrapper .item-content {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v7koC8aDHh .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
  margin-top: 0px;
}
.cid-v7koC8aDHh .item .item-wrapper .item-content .text-wrap .item-text {
  margin-bottom: 10px;
}
.cid-v7koC8aDHh .item .item-wrapper .item-content .list-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-v7koC8aDHh .item .item-wrapper .item-content .list-wrapper {
    margin-top: 20px;
  }
}
.cid-v7koC8aDHh .item .item-wrapper .item-content .list-wrapper .list {
  display: inline-flex;
  flex-direction: column;
  width: 80%;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-v7koC8aDHh .item .item-wrapper .item-content .list-wrapper .list {
    width: 100%;
  }
}
.cid-v7koC8aDHh .item .item-wrapper .item-content .list-wrapper .list .item-wrap {
  position: relative;
  width: 100%;
  border: 1px solid #242a3c;
  padding: 11px 16px 11px 50px;
  margin-bottom: 0;
  min-height: 48px;
}
.cid-v7koC8aDHh .item .item-wrapper .item-content .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 13px;
  left: 16px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  font-size: 16px;
  color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #0175ff 40%, #ffcd7d 50%);
  box-shadow: inset 0 0 7px -1px #ffffff;
}
.cid-v7koC8aDHh .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v7koC8aDHh .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-v7koC8aDHh .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v7koC8aDHh .item .item-wrapper .image-wrapper {
  position: relative;
  z-index: 1;
  padding: 20px;
  width: 48%;
}
@media (max-width: 992px) {
  .cid-v7koC8aDHh .item .item-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-v7koC8aDHh .item .item-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  right: -30%;
  width: 100%;
  height: 85%;
  border-radius: 100%;
  background-image: linear-gradient(#ff6a00 10%, #ffcd7d 25%, #0175ff 100%);
  filter: blur(80px);
  pointer-events: none;
}
.cid-v7koC8aDHh .item .item-wrapper .image-wrapper .border-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #ffffff;
  -webkit-mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
  mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
}
.cid-v7koC8aDHh .item .item-wrapper .image-wrapper .item-img {
  position: relative;
  z-index: 1;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v7koC8aDHh .item .item-wrapper .image-wrapper .item-img {
    min-height: auto;
    height: 300px;
  }
}
.cid-v7koC8aDHh .item .item-wrapper .image-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v7koC8aDHh .mbr-label {
  color: #9ba9c4;
}
.cid-v7koC8aDHh .mbr-section-title {
  color: #ffffff;
}
.cid-v7koC8aDHh .mbr-text,
.cid-v7koC8aDHh .text-wrapper {
  color: #9ba9c4;
}
.cid-v7koC8aDHh .item-title {
  color: #ffffff;
}
.cid-v7koC8aDHh .item-text {
  color: #9ba9c4;
}
.cid-v7koC8aDHh .list {
  color: #d1d4e3;
}
.cid-v7koC8aDHh .item-text,
.cid-v7koC8aDHh .text-wrap {
  color: #ffffff;
}
.cid-v7koC8aDHh .item-title,
.cid-v7koC8aDHh .text-wrap {
  color: #0175ff;
}
.cid-v7khVIq2pP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v7khVIq2pP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7khVIq2pP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7khVIq2pP .row {
  margin: 0 -15px;
}
.cid-v7khVIq2pP .row .card {
  padding: 0 40px;
}
.cid-v7khVIq2pP .title-wrapper {
  margin-bottom: 25px;
}
.cid-v7khVIq2pP .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v7khVIq2pP .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
    text-align: center;
  }
}
.cid-v7khVIq2pP .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7khVIq2pP .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v7khVIq2pP .title-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v7khVIq2pP .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v7khVIq2pP .nav-wrapper {
  display: flex;
  justify-content: flex-end;
  gap: 60px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v7khVIq2pP .nav-wrapper {
    display: none;
  }
}
.cid-v7khVIq2pP .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v7khVIq2pP .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 10px;
  border-bottom: 3px dashed transparent;
  transition: all 0.3s ease-in-out;
  width: fit-content;
}
.cid-v7khVIq2pP .nav-wrap .list .item-wrap:hover,
.cid-v7khVIq2pP .nav-wrap .list .item-wrap:focus {
  color: #12e19f;
  border-bottom: 3px dashed #12e19f;
}
.cid-v7khVIq2pP .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v7khVIq2pP .border-wrap {
  width: 100%;
  height: 0.5px;
  background-color: #9ba9c4;
  margin-bottom: 40px;
}
.cid-v7khVIq2pP .mbr-copy {
  margin-bottom: 0;
  color: #9ba9c4;
  text-align: center;
}
.cid-v7khVIq2pP .mbr-section-title {
  color: #fefff5;
}
.cid-v7khVIq2pP .mbr-text {
  color: #fefff5;
}
.cid-v7khVIq2pP .list {
  color: #a1a1a1;
}
.cid-v7khVIq2pP .list,
.cid-v7khVIq2pP .item-wrap {
  color: #12e19f;
}
.cid-v7khVIq2pP .mbr-section-title,
.cid-v7khVIq2pP .mbr-section-btn {
  color: #12e19f;
}
.cid-v7khVIq2pP .mbr-text,
.cid-v7khVIq2pP .text-wrapper {
  color: #c8d1e1;
  margin-bottom: 10px;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-v7khVIq2pP .mbr-text,
  .cid-v7khVIq2pP .text-wrapper {
    text-align: center;
  }
}
.cid-v7kpGSCAN6 .navbar-dropdown {
  position: relative !important;
}
.cid-v7kpGSCAN6 .navbar-dropdown {
  position: absolute !important;
}
.cid-v7kpGSCAN6 .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-v7kpGSCAN6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-v7kpGSCAN6 .dropdown-menu {
    text-align: center;
  }
}
.cid-v7kpGSCAN6 .dropdown-item {
  border: 1px solid #ff5e3a;
  background: #000000 !important;
  color: #12e19f !important;
}
.cid-v7kpGSCAN6 .dropdown-item:hover,
.cid-v7kpGSCAN6 .dropdown-item:focus {
  background: #000000 !important;
}
.cid-v7kpGSCAN6 .dropdown-item:hover span {
  color: white;
}
.cid-v7kpGSCAN6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v7kpGSCAN6 .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v7kpGSCAN6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v7kpGSCAN6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v7kpGSCAN6 .nav-link {
  position: relative;
}
.cid-v7kpGSCAN6 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .cid-v7kpGSCAN6 .container {
    flex-wrap: nowrap;
  }
}
.cid-v7kpGSCAN6 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v7kpGSCAN6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v7kpGSCAN6 .dropdown-menu,
.cid-v7kpGSCAN6 .navbar.opened {
  background: #000000 !important;
}
.cid-v7kpGSCAN6 .nav-item:focus,
.cid-v7kpGSCAN6 .nav-link:focus {
  outline: none;
}
.cid-v7kpGSCAN6 .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-v7kpGSCAN6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v7kpGSCAN6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v7kpGSCAN6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7kpGSCAN6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7kpGSCAN6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  transition: none;
  margin: 0 !important;
}
.cid-v7kpGSCAN6 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-v7kpGSCAN6 .navbar {
    min-height: 80px;
  }
}
.cid-v7kpGSCAN6 .navbar.opened {
  transition: all 0.3s;
}
.cid-v7kpGSCAN6 .navbar .dropdown-item {
  padding: 1px 2rem 1px 12px;
  border-radius: 0;
  font-weight: 400;
}
.cid-v7kpGSCAN6 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v7kpGSCAN6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7kpGSCAN6 .navbar.collapsed {
  justify-content: center;
}
.cid-v7kpGSCAN6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7kpGSCAN6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v7kpGSCAN6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v7kpGSCAN6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7kpGSCAN6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7kpGSCAN6 .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%;
  right: .8rem;
}
.cid-v7kpGSCAN6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7kpGSCAN6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  text-align: center;
}
.cid-v7kpGSCAN6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v7kpGSCAN6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7kpGSCAN6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7kpGSCAN6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7kpGSCAN6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7kpGSCAN6 .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%;
    right: .8rem;
  }
  .cid-v7kpGSCAN6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v7kpGSCAN6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v7kpGSCAN6 .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 12px;
    text-align: center;
  }
  .cid-v7kpGSCAN6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v7kpGSCAN6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v7kpGSCAN6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v7kpGSCAN6 .navbar.navbar-short {
  min-height: 96px;
}
.cid-v7kpGSCAN6 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v7kpGSCAN6 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .cid-v7kpGSCAN6 .navbar-brand {
    min-height: 80px;
  }
}
.cid-v7kpGSCAN6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v7kpGSCAN6 .navbar-brand .navbar-caption:hover,
.cid-v7kpGSCAN6 .navbar-brand .navbar-caption:focus {
  color: #ff5e3a !important;
}
.cid-v7kpGSCAN6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7kpGSCAN6 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v7kpGSCAN6 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #12e19f !important;
}
.cid-v7kpGSCAN6 .dropdown-item.active,
.cid-v7kpGSCAN6 .dropdown-item:active {
  background-color: transparent;
}
.cid-v7kpGSCAN6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7kpGSCAN6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7kpGSCAN6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7kpGSCAN6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-v7kpGSCAN6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-v7kpGSCAN6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v7kpGSCAN6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7kpGSCAN6 ul.navbar-nav {
  position: relative;
  flex-wrap: wrap;
  animation: none !important;
}
@media (min-width: 991px) {
  .cid-v7kpGSCAN6 ul.navbar-nav {
    padding: 0 24px;
    background-color: transparent;
    backdrop-filter: blur(10px);
  }
}
.cid-v7kpGSCAN6 ul.navbar-nav::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #ff5e3a;
  -webkit-mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
  mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
}
.cid-v7kpGSCAN6 .navbar-buttons {
  text-align: center;
}
.cid-v7kpGSCAN6 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-v7kpGSCAN6 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v7kpGSCAN6 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v7kpGSCAN6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #9ba9c4;
}
.cid-v7kpGSCAN6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v7kpGSCAN6 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7kpGSCAN6 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7kpGSCAN6 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v7kpGSCAN6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7kpGSCAN6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7kpGSCAN6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7kpGSCAN6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7kpGSCAN6 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v7kpGSCAN6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7kpGSCAN6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v7kpGSCAN6 .navbar {
    height: 70px;
  }
  .cid-v7kpGSCAN6 .navbar.opened {
    height: auto;
  }
  .cid-v7kpGSCAN6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7kpGSCAN6 .navbar-nav {
  margin: 0 auto;
}
.cid-v7kpGSCAN6 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v7kpGSCAN6 .nav-item .nav-link {
  padding: 0 !important;
  margin: 15px 14px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v7kpGSCAN6 .nav-item .nav-link::after {
  color: #ff5e3a !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v7kpGSCAN6 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px !important;
  background-color: #12e19f;
  transition: all 0.5s ease-in-out;
}
.cid-v7kpGSCAN6 .nav-item .nav-link:hover,
.cid-v7kpGSCAN6 .nav-item .nav-link:focus {
  background-color: transparent;
  color: #12e19f !important;
}
.cid-v7kpGSCAN6 .nav-item .nav-link:hover::after,
.cid-v7kpGSCAN6 .nav-item .nav-link:focus::after {
  color: #12e19f !important;
}
.cid-v7kpGSCAN6 .nav-item .nav-link:hover::before,
.cid-v7kpGSCAN6 .nav-item .nav-link:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-v7kpGSCAN6 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v7kpGSCAN6 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v7kpGSCAN6 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v7kpGSCAN6 .nav-item .dropdown-menu .dropdown-item {
  color: #12e19f !important;
}
.cid-v7kpGSCAN6 .nav-item .dropdown-menu .dropdown-item:hover,
.cid-v7kpGSCAN6 .nav-item .dropdown-menu .dropdown-item:focus {
  color: #ff5e3a !important;
}
@media (max-width: 991px) {
  .cid-v7kpGSCAN6 .navbar {
    justify-content: flex-start !important;
  }
  .cid-v7kpGSCAN6 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v7kpGSCAN6 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v7kpGSCAN6 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v7kpGSCAN6 .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-v7kpGSCAN6 .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-v7kpGSCAN6 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v7kpGSCAN6 .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v7kpGSCAN6 .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-v7kpGSCAN6 .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-v7kpGSCAN6 .content-wrap {
    min-height: 80px;
  }
}
.cid-v7kpGTNBut {
  padding-top: 12rem;
  padding-bottom: 6rem;
  background-color: #000000;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v7kpGTNBut {
    padding-top: 7rem;
    padding-bottom: 2rem;
  }
}
.cid-v7kpGTNBut::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ff6a00 10%, #ffcd7d 25%, #0175ff 100%);
  filter: blur(150px);
  pointer-events: none;
}
.cid-v7kpGTNBut::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #000000 100%);
  pointer-events: none;
}
.cid-v7kpGTNBut .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7kpGTNBut .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7kpGTNBut .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v7kpGTNBut .content-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.cid-v7kpGTNBut .content-wrapper .mbr-section-title {
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .cid-v7kpGTNBut .content-wrapper .mbr-section-title {
    margin-bottom: 0;
  }
}
.cid-v7kpGTNBut .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7kpGTNBut .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v7kpGTNBut .content-wrapper .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 992px) {
  .cid-v7kpGTNBut .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-v7kpGTNBut .mbr-label,
.cid-v7kpGTNBut .label-wrapper {
  color: #12e19f;
  text-align: center;
}
.cid-v7kpGTNBut .mbr-section-title {
  color: #ffffff;
}
.cid-v7kpGTNBut .mbr-text,
.cid-v7kpGTNBut .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v7kpGTNBut .mbr-section-title,
.cid-v7kpGTNBut .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v7kpGUjm4C {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v7kpGUjm4C .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7kpGUjm4C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7kpGUjm4C .content-wrap {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v7kpGUjm4C .content-wrap {
    margin-bottom: 20px;
  }
}
.cid-v7kpGUjm4C .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-v7kpGUjm4C .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-v7kpGUjm4C .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-v7kpGUjm4C .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v7kpGUjm4C .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7kpGUjm4C .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v7kpGUjm4C .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v7kpGUjm4C .content-wrap .card {
  justify-content: center;
}
.cid-v7kpGUjm4C .item {
  margin-bottom: 48px;
}
.cid-v7kpGUjm4C .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7kpGUjm4C .item {
    margin-bottom: 20px;
  }
  .cid-v7kpGUjm4C .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v7kpGUjm4C .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  height: 100%;
  position: relative;
  padding: 40px;
  background-color: #000000;
  border: 1px solid #242a3c;
  animation: none !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v7kpGUjm4C .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-v7kpGUjm4C .item .item-wrapper .item-content {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v7kpGUjm4C .item .item-wrapper .item-content {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v7kpGUjm4C .item .item-wrapper .item-content .item-title {
  margin-top: 20px;
  margin-bottom: 10px;
}
.cid-v7kpGUjm4C .item .item-wrapper .item-content .text-wrap .item-text {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-v7kpGUjm4C .item .item-wrapper .item-content .text-wrap .item-text {
    margin-bottom: 0px;
  }
}
.cid-v7kpGUjm4C .item .item-wrapper .item-content .list-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-v7kpGUjm4C .item .item-wrapper .item-content .list-wrapper {
    margin-top: 20px;
  }
}
.cid-v7kpGUjm4C .item .item-wrapper .item-content .list-wrapper .list {
  display: inline-flex;
  flex-direction: column;
  width: 80%;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-v7kpGUjm4C .item .item-wrapper .item-content .list-wrapper .list {
    width: 100%;
  }
}
.cid-v7kpGUjm4C .item .item-wrapper .item-content .list-wrapper .list .item-wrap {
  position: relative;
  width: 100%;
  border: 1px solid #242a3c;
  padding: 11px 16px 11px 50px;
  margin-bottom: 0;
  min-height: 48px;
}
.cid-v7kpGUjm4C .item .item-wrapper .item-content .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 13px;
  left: 16px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  font-size: 16px;
  color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #0175ff 40%, #ffcd7d 50%);
  box-shadow: inset 0 0 7px -1px #ffffff;
}
.cid-v7kpGUjm4C .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v7kpGUjm4C .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-v7kpGUjm4C .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v7kpGUjm4C .item .item-wrapper .image-wrapper {
  position: relative;
  z-index: 1;
  padding: 20px;
  width: 48%;
}
@media (max-width: 992px) {
  .cid-v7kpGUjm4C .item .item-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-v7kpGUjm4C .item .item-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  right: -30%;
  width: 100%;
  height: 85%;
  border-radius: 100%;
  background-image: linear-gradient(#ff6a00 10%, #ffcd7d 25%, #0175ff 100%);
  filter: blur(80px);
  pointer-events: none;
}
.cid-v7kpGUjm4C .item .item-wrapper .image-wrapper .border-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #ffffff;
  -webkit-mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
  mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
}
.cid-v7kpGUjm4C .item .item-wrapper .image-wrapper .item-img {
  position: relative;
  z-index: 1;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v7kpGUjm4C .item .item-wrapper .image-wrapper .item-img {
    min-height: auto;
    height: 300px;
  }
}
.cid-v7kpGUjm4C .item .item-wrapper .image-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v7kpGUjm4C .mbr-label {
  color: #9ba9c4;
}
.cid-v7kpGUjm4C .mbr-section-title {
  color: #ffffff;
}
.cid-v7kpGUjm4C .mbr-text,
.cid-v7kpGUjm4C .text-wrapper {
  color: #9ba9c4;
}
.cid-v7kpGUjm4C .item-title {
  color: #ffffff;
}
.cid-v7kpGUjm4C .item-text {
  color: #9ba9c4;
}
.cid-v7kpGUjm4C .list {
  color: #d1d4e3;
}
.cid-v7kpGUjm4C .item-text,
.cid-v7kpGUjm4C .text-wrap {
  color: #ffffff;
}
.cid-v7kpGUjm4C .item-title,
.cid-v7kpGUjm4C .text-wrap {
  color: #12e19f;
}
@media (max-width: 992px) {
  .cid-v7kpGUjm4C .mbr-text1 {
    text-align: right;
  }
}
.cid-v7kpGUjm4C .mbr-text1,
.cid-v7kpGUjm4C .text-wrapper {
  text-align: center;
}
.cid-v7kpGUXlre {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v7kpGUXlre .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7kpGUXlre .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7kpGUXlre .content-wrap {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v7kpGUXlre .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-v7kpGUXlre .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-v7kpGUXlre .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-v7kpGUXlre .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-v7kpGUXlre .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v7kpGUXlre .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7kpGUXlre .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v7kpGUXlre .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v7kpGUXlre .content-wrap .card {
  justify-content: center;
}
.cid-v7kpGUXlre .item {
  margin-bottom: 48px;
}
.cid-v7kpGUXlre .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7kpGUXlre .item {
    margin-bottom: 20px;
  }
  .cid-v7kpGUXlre .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v7kpGUXlre .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  height: 100%;
  position: relative;
  padding: 40px;
  background-color: #000000;
  border: 1px solid #242a3c;
  animation: none !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v7kpGUXlre .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-v7kpGUXlre .item .item-wrapper .item-content {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v7kpGUXlre .item .item-wrapper .item-content {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v7kpGUXlre .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
  margin-top: 0px;
}
.cid-v7kpGUXlre .item .item-wrapper .item-content .text-wrap .item-text {
  margin-bottom: 10px;
}
.cid-v7kpGUXlre .item .item-wrapper .item-content .list-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-v7kpGUXlre .item .item-wrapper .item-content .list-wrapper {
    margin-top: 20px;
  }
}
.cid-v7kpGUXlre .item .item-wrapper .item-content .list-wrapper .list {
  display: inline-flex;
  flex-direction: column;
  width: 80%;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-v7kpGUXlre .item .item-wrapper .item-content .list-wrapper .list {
    width: 100%;
  }
}
.cid-v7kpGUXlre .item .item-wrapper .item-content .list-wrapper .list .item-wrap {
  position: relative;
  width: 100%;
  border: 1px solid #242a3c;
  padding: 11px 16px 11px 50px;
  margin-bottom: 0;
  min-height: 48px;
}
.cid-v7kpGUXlre .item .item-wrapper .item-content .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 13px;
  left: 16px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  font-size: 16px;
  color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #0175ff 40%, #ffcd7d 50%);
  box-shadow: inset 0 0 7px -1px #ffffff;
}
.cid-v7kpGUXlre .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v7kpGUXlre .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-v7kpGUXlre .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v7kpGUXlre .item .item-wrapper .image-wrapper {
  position: relative;
  z-index: 1;
  padding: 20px;
  width: 48%;
}
@media (max-width: 992px) {
  .cid-v7kpGUXlre .item .item-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-v7kpGUXlre .item .item-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  right: -30%;
  width: 100%;
  height: 85%;
  border-radius: 100%;
  background-image: linear-gradient(#ff6a00 10%, #ffcd7d 25%, #0175ff 100%);
  filter: blur(80px);
  pointer-events: none;
}
.cid-v7kpGUXlre .item .item-wrapper .image-wrapper .border-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #ffffff;
  -webkit-mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
  mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
}
.cid-v7kpGUXlre .item .item-wrapper .image-wrapper .item-img {
  position: relative;
  z-index: 1;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v7kpGUXlre .item .item-wrapper .image-wrapper .item-img {
    min-height: auto;
    height: 300px;
  }
}
.cid-v7kpGUXlre .item .item-wrapper .image-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v7kpGUXlre .mbr-label {
  color: #9ba9c4;
}
.cid-v7kpGUXlre .mbr-section-title {
  color: #ffffff;
}
.cid-v7kpGUXlre .mbr-text,
.cid-v7kpGUXlre .text-wrapper {
  color: #9ba9c4;
}
.cid-v7kpGUXlre .item-title {
  color: #ffffff;
}
.cid-v7kpGUXlre .item-text {
  color: #9ba9c4;
}
.cid-v7kpGUXlre .list {
  color: #d1d4e3;
}
.cid-v7kpGUXlre .item-text,
.cid-v7kpGUXlre .text-wrap {
  color: #ffffff;
}
.cid-v7kpGUXlre .item-title,
.cid-v7kpGUXlre .text-wrap {
  color: #0175ff;
}
.cid-v7kpGVSUaJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v7kpGVSUaJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7kpGVSUaJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7kpGVSUaJ .row {
  margin: 0 -15px;
}
.cid-v7kpGVSUaJ .row .card {
  padding: 0 40px;
}
.cid-v7kpGVSUaJ .title-wrapper {
  margin-bottom: 25px;
}
.cid-v7kpGVSUaJ .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v7kpGVSUaJ .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
    text-align: center;
  }
}
.cid-v7kpGVSUaJ .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7kpGVSUaJ .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v7kpGVSUaJ .title-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v7kpGVSUaJ .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v7kpGVSUaJ .nav-wrapper {
  display: flex;
  justify-content: flex-end;
  gap: 60px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v7kpGVSUaJ .nav-wrapper {
    display: none;
  }
}
.cid-v7kpGVSUaJ .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v7kpGVSUaJ .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 10px;
  border-bottom: 3px dashed transparent;
  transition: all 0.3s ease-in-out;
  width: fit-content;
}
.cid-v7kpGVSUaJ .nav-wrap .list .item-wrap:hover,
.cid-v7kpGVSUaJ .nav-wrap .list .item-wrap:focus {
  color: #12e19f;
  border-bottom: 3px dashed #12e19f;
}
.cid-v7kpGVSUaJ .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v7kpGVSUaJ .border-wrap {
  width: 100%;
  height: 0.5px;
  background-color: #9ba9c4;
  margin-bottom: 40px;
}
.cid-v7kpGVSUaJ .mbr-copy {
  margin-bottom: 0;
  color: #9ba9c4;
  text-align: center;
}
.cid-v7kpGVSUaJ .mbr-section-title {
  color: #fefff5;
}
.cid-v7kpGVSUaJ .mbr-text {
  color: #fefff5;
}
.cid-v7kpGVSUaJ .list {
  color: #a1a1a1;
}
.cid-v7kpGVSUaJ .list,
.cid-v7kpGVSUaJ .item-wrap {
  color: #12e19f;
}
.cid-v7kpGVSUaJ .mbr-section-title,
.cid-v7kpGVSUaJ .mbr-section-btn {
  color: #12e19f;
}
.cid-v7kpGVSUaJ .mbr-text,
.cid-v7kpGVSUaJ .text-wrapper {
  color: #c8d1e1;
  margin-bottom: 10px;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-v7kpGVSUaJ .mbr-text,
  .cid-v7kpGVSUaJ .text-wrapper {
    text-align: center;
  }
}
.cid-v7kshDNrq4 .navbar-dropdown {
  position: relative !important;
}
.cid-v7kshDNrq4 .navbar-dropdown {
  position: absolute !important;
}
.cid-v7kshDNrq4 .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-v7kshDNrq4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-v7kshDNrq4 .dropdown-menu {
    text-align: center;
  }
}
.cid-v7kshDNrq4 .dropdown-item {
  border: 1px solid #ff5e3a;
  background: #000000 !important;
  color: #12e19f !important;
}
.cid-v7kshDNrq4 .dropdown-item:hover,
.cid-v7kshDNrq4 .dropdown-item:focus {
  background: #000000 !important;
}
.cid-v7kshDNrq4 .dropdown-item:hover span {
  color: white;
}
.cid-v7kshDNrq4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v7kshDNrq4 .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v7kshDNrq4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v7kshDNrq4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v7kshDNrq4 .nav-link {
  position: relative;
}
.cid-v7kshDNrq4 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .cid-v7kshDNrq4 .container {
    flex-wrap: nowrap;
  }
}
.cid-v7kshDNrq4 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v7kshDNrq4 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v7kshDNrq4 .dropdown-menu,
.cid-v7kshDNrq4 .navbar.opened {
  background: #000000 !important;
}
.cid-v7kshDNrq4 .nav-item:focus,
.cid-v7kshDNrq4 .nav-link:focus {
  outline: none;
}
.cid-v7kshDNrq4 .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-v7kshDNrq4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v7kshDNrq4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v7kshDNrq4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7kshDNrq4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7kshDNrq4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  transition: none;
  margin: 0 !important;
}
.cid-v7kshDNrq4 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-v7kshDNrq4 .navbar {
    min-height: 80px;
  }
}
.cid-v7kshDNrq4 .navbar.opened {
  transition: all 0.3s;
}
.cid-v7kshDNrq4 .navbar .dropdown-item {
  padding: 1px 2rem 1px 12px;
  border-radius: 0;
  font-weight: 400;
}
.cid-v7kshDNrq4 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v7kshDNrq4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7kshDNrq4 .navbar.collapsed {
  justify-content: center;
}
.cid-v7kshDNrq4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7kshDNrq4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v7kshDNrq4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v7kshDNrq4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7kshDNrq4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7kshDNrq4 .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%;
  right: .8rem;
}
.cid-v7kshDNrq4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7kshDNrq4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  text-align: center;
}
.cid-v7kshDNrq4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v7kshDNrq4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7kshDNrq4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7kshDNrq4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7kshDNrq4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7kshDNrq4 .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%;
    right: .8rem;
  }
  .cid-v7kshDNrq4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v7kshDNrq4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v7kshDNrq4 .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 12px;
    text-align: center;
  }
  .cid-v7kshDNrq4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v7kshDNrq4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v7kshDNrq4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v7kshDNrq4 .navbar.navbar-short {
  min-height: 96px;
}
.cid-v7kshDNrq4 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v7kshDNrq4 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .cid-v7kshDNrq4 .navbar-brand {
    min-height: 80px;
  }
}
.cid-v7kshDNrq4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v7kshDNrq4 .navbar-brand .navbar-caption:hover,
.cid-v7kshDNrq4 .navbar-brand .navbar-caption:focus {
  color: #ff5e3a !important;
}
.cid-v7kshDNrq4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7kshDNrq4 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v7kshDNrq4 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #12e19f !important;
}
.cid-v7kshDNrq4 .dropdown-item.active,
.cid-v7kshDNrq4 .dropdown-item:active {
  background-color: transparent;
}
.cid-v7kshDNrq4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7kshDNrq4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7kshDNrq4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7kshDNrq4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-v7kshDNrq4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-v7kshDNrq4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v7kshDNrq4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7kshDNrq4 ul.navbar-nav {
  position: relative;
  flex-wrap: wrap;
  animation: none !important;
}
@media (min-width: 991px) {
  .cid-v7kshDNrq4 ul.navbar-nav {
    padding: 0 24px;
    background-color: transparent;
    backdrop-filter: blur(10px);
  }
}
.cid-v7kshDNrq4 ul.navbar-nav::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #ff5e3a;
  -webkit-mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
  mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
}
.cid-v7kshDNrq4 .navbar-buttons {
  text-align: center;
}
.cid-v7kshDNrq4 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-v7kshDNrq4 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v7kshDNrq4 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v7kshDNrq4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #9ba9c4;
}
.cid-v7kshDNrq4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v7kshDNrq4 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7kshDNrq4 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7kshDNrq4 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v7kshDNrq4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7kshDNrq4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7kshDNrq4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7kshDNrq4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7kshDNrq4 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v7kshDNrq4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7kshDNrq4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v7kshDNrq4 .navbar {
    height: 70px;
  }
  .cid-v7kshDNrq4 .navbar.opened {
    height: auto;
  }
  .cid-v7kshDNrq4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7kshDNrq4 .navbar-nav {
  margin: 0 auto;
}
.cid-v7kshDNrq4 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v7kshDNrq4 .nav-item .nav-link {
  padding: 0 !important;
  margin: 15px 14px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v7kshDNrq4 .nav-item .nav-link::after {
  color: #ff5e3a !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v7kshDNrq4 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px !important;
  background-color: #12e19f;
  transition: all 0.5s ease-in-out;
}
.cid-v7kshDNrq4 .nav-item .nav-link:hover,
.cid-v7kshDNrq4 .nav-item .nav-link:focus {
  background-color: transparent;
  color: #12e19f !important;
}
.cid-v7kshDNrq4 .nav-item .nav-link:hover::after,
.cid-v7kshDNrq4 .nav-item .nav-link:focus::after {
  color: #12e19f !important;
}
.cid-v7kshDNrq4 .nav-item .nav-link:hover::before,
.cid-v7kshDNrq4 .nav-item .nav-link:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-v7kshDNrq4 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v7kshDNrq4 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v7kshDNrq4 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v7kshDNrq4 .nav-item .dropdown-menu .dropdown-item {
  color: #12e19f !important;
}
.cid-v7kshDNrq4 .nav-item .dropdown-menu .dropdown-item:hover,
.cid-v7kshDNrq4 .nav-item .dropdown-menu .dropdown-item:focus {
  color: #ff5e3a !important;
}
@media (max-width: 991px) {
  .cid-v7kshDNrq4 .navbar {
    justify-content: flex-start !important;
  }
  .cid-v7kshDNrq4 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v7kshDNrq4 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v7kshDNrq4 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v7kshDNrq4 .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-v7kshDNrq4 .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-v7kshDNrq4 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v7kshDNrq4 .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v7kshDNrq4 .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-v7kshDNrq4 .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-v7kshDNrq4 .content-wrap {
    min-height: 80px;
  }
}
.cid-v7kshExoxu {
  padding-top: 12rem;
  padding-bottom: 6rem;
  background-color: #000000;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v7kshExoxu {
    padding-top: 7rem;
    padding-bottom: 2rem;
  }
}
.cid-v7kshExoxu::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ff6a00 10%, #ffcd7d 25%, #0175ff 100%);
  filter: blur(150px);
  pointer-events: none;
}
.cid-v7kshExoxu::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #000000 100%);
  pointer-events: none;
}
.cid-v7kshExoxu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7kshExoxu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7kshExoxu .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v7kshExoxu .content-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.cid-v7kshExoxu .content-wrapper .mbr-section-title {
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .cid-v7kshExoxu .content-wrapper .mbr-section-title {
    margin-bottom: 0;
  }
}
.cid-v7kshExoxu .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7kshExoxu .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v7kshExoxu .content-wrapper .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 992px) {
  .cid-v7kshExoxu .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-v7kshExoxu .mbr-label,
.cid-v7kshExoxu .label-wrapper {
  color: #12e19f;
  text-align: center;
}
.cid-v7kshExoxu .mbr-section-title {
  color: #ffffff;
}
.cid-v7kshExoxu .mbr-text,
.cid-v7kshExoxu .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v7kshExoxu .mbr-section-title,
.cid-v7kshExoxu .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v7kshEWKvG {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v7kshEWKvG .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7kshEWKvG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7kshEWKvG .content-wrap {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v7kshEWKvG .content-wrap {
    margin-bottom: 20px;
  }
}
.cid-v7kshEWKvG .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-v7kshEWKvG .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-v7kshEWKvG .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-v7kshEWKvG .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v7kshEWKvG .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7kshEWKvG .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v7kshEWKvG .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v7kshEWKvG .content-wrap .card {
  justify-content: center;
}
.cid-v7kshEWKvG .item {
  margin-bottom: 48px;
}
.cid-v7kshEWKvG .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7kshEWKvG .item {
    margin-bottom: 20px;
  }
  .cid-v7kshEWKvG .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v7kshEWKvG .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  height: 100%;
  position: relative;
  padding: 40px;
  background-color: #000000;
  border: 1px solid #242a3c;
  animation: none !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v7kshEWKvG .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-v7kshEWKvG .item .item-wrapper .item-content {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v7kshEWKvG .item .item-wrapper .item-content {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v7kshEWKvG .item .item-wrapper .item-content .item-title {
  margin-top: 20px;
  margin-bottom: 10px;
}
.cid-v7kshEWKvG .item .item-wrapper .item-content .text-wrap .item-text {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-v7kshEWKvG .item .item-wrapper .item-content .text-wrap .item-text {
    margin-bottom: 0px;
  }
}
.cid-v7kshEWKvG .item .item-wrapper .item-content .list-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-v7kshEWKvG .item .item-wrapper .item-content .list-wrapper {
    margin-top: 20px;
  }
}
.cid-v7kshEWKvG .item .item-wrapper .item-content .list-wrapper .list {
  display: inline-flex;
  flex-direction: column;
  width: 80%;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-v7kshEWKvG .item .item-wrapper .item-content .list-wrapper .list {
    width: 100%;
  }
}
.cid-v7kshEWKvG .item .item-wrapper .item-content .list-wrapper .list .item-wrap {
  position: relative;
  width: 100%;
  border: 1px solid #242a3c;
  padding: 11px 16px 11px 50px;
  margin-bottom: 0;
  min-height: 48px;
}
.cid-v7kshEWKvG .item .item-wrapper .item-content .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 13px;
  left: 16px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  font-size: 16px;
  color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #0175ff 40%, #ffcd7d 50%);
  box-shadow: inset 0 0 7px -1px #ffffff;
}
.cid-v7kshEWKvG .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v7kshEWKvG .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-v7kshEWKvG .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v7kshEWKvG .item .item-wrapper .image-wrapper {
  position: relative;
  z-index: 1;
  padding: 20px;
  width: 48%;
}
@media (max-width: 992px) {
  .cid-v7kshEWKvG .item .item-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-v7kshEWKvG .item .item-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  right: -30%;
  width: 100%;
  height: 85%;
  border-radius: 100%;
  background-image: linear-gradient(#ff6a00 10%, #ffcd7d 25%, #0175ff 100%);
  filter: blur(80px);
  pointer-events: none;
}
.cid-v7kshEWKvG .item .item-wrapper .image-wrapper .border-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #ffffff;
  -webkit-mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
  mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
}
.cid-v7kshEWKvG .item .item-wrapper .image-wrapper .item-img {
  position: relative;
  z-index: 1;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v7kshEWKvG .item .item-wrapper .image-wrapper .item-img {
    min-height: auto;
    height: 300px;
  }
}
.cid-v7kshEWKvG .item .item-wrapper .image-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v7kshEWKvG .mbr-label {
  color: #9ba9c4;
}
.cid-v7kshEWKvG .mbr-section-title {
  color: #ffffff;
}
.cid-v7kshEWKvG .mbr-text,
.cid-v7kshEWKvG .text-wrapper {
  color: #9ba9c4;
}
.cid-v7kshEWKvG .item-title {
  color: #ffffff;
}
.cid-v7kshEWKvG .item-text {
  color: #9ba9c4;
}
.cid-v7kshEWKvG .list {
  color: #d1d4e3;
}
.cid-v7kshEWKvG .item-text,
.cid-v7kshEWKvG .text-wrap {
  color: #ffffff;
}
.cid-v7kshEWKvG .item-title,
.cid-v7kshEWKvG .text-wrap {
  color: #12e19f;
}
@media (max-width: 992px) {
  .cid-v7kshEWKvG .mbr-text1 {
    text-align: right;
  }
}
.cid-v7kshEWKvG .mbr-text1,
.cid-v7kshEWKvG .text-wrapper {
  text-align: center;
}
.cid-v7kshFugn6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v7kshFugn6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7kshFugn6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7kshFugn6 .content-wrap {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v7kshFugn6 .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-v7kshFugn6 .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-v7kshFugn6 .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-v7kshFugn6 .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-v7kshFugn6 .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v7kshFugn6 .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7kshFugn6 .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v7kshFugn6 .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v7kshFugn6 .content-wrap .card {
  justify-content: center;
}
.cid-v7kshFugn6 .item {
  margin-bottom: 48px;
}
.cid-v7kshFugn6 .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7kshFugn6 .item {
    margin-bottom: 20px;
  }
  .cid-v7kshFugn6 .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v7kshFugn6 .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  height: 100%;
  position: relative;
  padding: 40px;
  background-color: #000000;
  border: 1px solid #242a3c;
  animation: none !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v7kshFugn6 .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-v7kshFugn6 .item .item-wrapper .item-content {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v7kshFugn6 .item .item-wrapper .item-content {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v7kshFugn6 .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
  margin-top: 0px;
}
.cid-v7kshFugn6 .item .item-wrapper .item-content .text-wrap .item-text {
  margin-bottom: 10px;
}
.cid-v7kshFugn6 .item .item-wrapper .item-content .list-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-v7kshFugn6 .item .item-wrapper .item-content .list-wrapper {
    margin-top: 20px;
  }
}
.cid-v7kshFugn6 .item .item-wrapper .item-content .list-wrapper .list {
  display: inline-flex;
  flex-direction: column;
  width: 80%;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-v7kshFugn6 .item .item-wrapper .item-content .list-wrapper .list {
    width: 100%;
  }
}
.cid-v7kshFugn6 .item .item-wrapper .item-content .list-wrapper .list .item-wrap {
  position: relative;
  width: 100%;
  border: 1px solid #242a3c;
  padding: 11px 16px 11px 50px;
  margin-bottom: 0;
  min-height: 48px;
}
.cid-v7kshFugn6 .item .item-wrapper .item-content .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 13px;
  left: 16px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  font-size: 16px;
  color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #0175ff 40%, #ffcd7d 50%);
  box-shadow: inset 0 0 7px -1px #ffffff;
}
.cid-v7kshFugn6 .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v7kshFugn6 .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-v7kshFugn6 .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v7kshFugn6 .item .item-wrapper .image-wrapper {
  position: relative;
  z-index: 1;
  padding: 20px;
  width: 48%;
}
@media (max-width: 992px) {
  .cid-v7kshFugn6 .item .item-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-v7kshFugn6 .item .item-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  right: -30%;
  width: 100%;
  height: 85%;
  border-radius: 100%;
  background-image: linear-gradient(#ff6a00 10%, #ffcd7d 25%, #0175ff 100%);
  filter: blur(80px);
  pointer-events: none;
}
.cid-v7kshFugn6 .item .item-wrapper .image-wrapper .border-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #ffffff;
  -webkit-mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
  mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
}
.cid-v7kshFugn6 .item .item-wrapper .image-wrapper .item-img {
  position: relative;
  z-index: 1;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v7kshFugn6 .item .item-wrapper .image-wrapper .item-img {
    min-height: auto;
    height: 300px;
  }
}
.cid-v7kshFugn6 .item .item-wrapper .image-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v7kshFugn6 .mbr-label {
  color: #9ba9c4;
}
.cid-v7kshFugn6 .mbr-section-title {
  color: #ffffff;
}
.cid-v7kshFugn6 .mbr-text,
.cid-v7kshFugn6 .text-wrapper {
  color: #9ba9c4;
}
.cid-v7kshFugn6 .item-title {
  color: #ffffff;
}
.cid-v7kshFugn6 .item-text {
  color: #9ba9c4;
}
.cid-v7kshFugn6 .list {
  color: #d1d4e3;
}
.cid-v7kshFugn6 .item-text,
.cid-v7kshFugn6 .text-wrap {
  color: #ffffff;
}
.cid-v7kshFugn6 .item-title,
.cid-v7kshFugn6 .text-wrap {
  color: #0175ff;
}
.cid-v7kshHrjrC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v7kshHrjrC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7kshHrjrC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7kshHrjrC .row {
  margin: 0 -15px;
}
.cid-v7kshHrjrC .row .card {
  padding: 0 40px;
}
.cid-v7kshHrjrC .title-wrapper {
  margin-bottom: 25px;
}
.cid-v7kshHrjrC .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v7kshHrjrC .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
    text-align: center;
  }
}
.cid-v7kshHrjrC .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7kshHrjrC .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v7kshHrjrC .title-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v7kshHrjrC .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v7kshHrjrC .nav-wrapper {
  display: flex;
  justify-content: flex-end;
  gap: 60px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v7kshHrjrC .nav-wrapper {
    display: none;
  }
}
.cid-v7kshHrjrC .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v7kshHrjrC .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 10px;
  border-bottom: 3px dashed transparent;
  transition: all 0.3s ease-in-out;
  width: fit-content;
}
.cid-v7kshHrjrC .nav-wrap .list .item-wrap:hover,
.cid-v7kshHrjrC .nav-wrap .list .item-wrap:focus {
  color: #12e19f;
  border-bottom: 3px dashed #12e19f;
}
.cid-v7kshHrjrC .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v7kshHrjrC .border-wrap {
  width: 100%;
  height: 0.5px;
  background-color: #9ba9c4;
  margin-bottom: 40px;
}
.cid-v7kshHrjrC .mbr-copy {
  margin-bottom: 0;
  color: #9ba9c4;
  text-align: center;
}
.cid-v7kshHrjrC .mbr-section-title {
  color: #fefff5;
}
.cid-v7kshHrjrC .mbr-text {
  color: #fefff5;
}
.cid-v7kshHrjrC .list {
  color: #a1a1a1;
}
.cid-v7kshHrjrC .list,
.cid-v7kshHrjrC .item-wrap {
  color: #12e19f;
}
.cid-v7kshHrjrC .mbr-section-title,
.cid-v7kshHrjrC .mbr-section-btn {
  color: #12e19f;
}
.cid-v7kshHrjrC .mbr-text,
.cid-v7kshHrjrC .text-wrapper {
  color: #c8d1e1;
  margin-bottom: 10px;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-v7kshHrjrC .mbr-text,
  .cid-v7kshHrjrC .text-wrapper {
    text-align: center;
  }
}
.cid-v7kN3edcbl .navbar-dropdown {
  position: relative !important;
}
.cid-v7kN3edcbl .navbar-dropdown {
  position: absolute !important;
}
.cid-v7kN3edcbl .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-v7kN3edcbl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-v7kN3edcbl .dropdown-menu {
    text-align: center;
  }
}
.cid-v7kN3edcbl .dropdown-item {
  border: 1px solid #ff5e3a;
  background: #000000 !important;
  color: #12e19f !important;
}
.cid-v7kN3edcbl .dropdown-item:hover,
.cid-v7kN3edcbl .dropdown-item:focus {
  background: #000000 !important;
}
.cid-v7kN3edcbl .dropdown-item:hover span {
  color: white;
}
.cid-v7kN3edcbl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v7kN3edcbl .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v7kN3edcbl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v7kN3edcbl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v7kN3edcbl .nav-link {
  position: relative;
}
.cid-v7kN3edcbl .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .cid-v7kN3edcbl .container {
    flex-wrap: nowrap;
  }
}
.cid-v7kN3edcbl .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v7kN3edcbl .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v7kN3edcbl .dropdown-menu,
.cid-v7kN3edcbl .navbar.opened {
  background: #000000 !important;
}
.cid-v7kN3edcbl .nav-item:focus,
.cid-v7kN3edcbl .nav-link:focus {
  outline: none;
}
.cid-v7kN3edcbl .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-v7kN3edcbl .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v7kN3edcbl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v7kN3edcbl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7kN3edcbl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7kN3edcbl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  transition: none;
  margin: 0 !important;
}
.cid-v7kN3edcbl .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-v7kN3edcbl .navbar {
    min-height: 80px;
  }
}
.cid-v7kN3edcbl .navbar.opened {
  transition: all 0.3s;
}
.cid-v7kN3edcbl .navbar .dropdown-item {
  padding: 1px 2rem 1px 12px;
  border-radius: 0;
  font-weight: 400;
}
.cid-v7kN3edcbl .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v7kN3edcbl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7kN3edcbl .navbar.collapsed {
  justify-content: center;
}
.cid-v7kN3edcbl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7kN3edcbl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v7kN3edcbl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v7kN3edcbl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7kN3edcbl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7kN3edcbl .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%;
  right: .8rem;
}
.cid-v7kN3edcbl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7kN3edcbl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  text-align: center;
}
.cid-v7kN3edcbl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v7kN3edcbl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7kN3edcbl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7kN3edcbl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7kN3edcbl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7kN3edcbl .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%;
    right: .8rem;
  }
  .cid-v7kN3edcbl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v7kN3edcbl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v7kN3edcbl .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 12px;
    text-align: center;
  }
  .cid-v7kN3edcbl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v7kN3edcbl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v7kN3edcbl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v7kN3edcbl .navbar.navbar-short {
  min-height: 96px;
}
.cid-v7kN3edcbl .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v7kN3edcbl .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .cid-v7kN3edcbl .navbar-brand {
    min-height: 80px;
  }
}
.cid-v7kN3edcbl .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v7kN3edcbl .navbar-brand .navbar-caption:hover,
.cid-v7kN3edcbl .navbar-brand .navbar-caption:focus {
  color: #ff5e3a !important;
}
.cid-v7kN3edcbl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7kN3edcbl .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v7kN3edcbl .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #12e19f !important;
}
.cid-v7kN3edcbl .dropdown-item.active,
.cid-v7kN3edcbl .dropdown-item:active {
  background-color: transparent;
}
.cid-v7kN3edcbl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7kN3edcbl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7kN3edcbl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7kN3edcbl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-v7kN3edcbl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-v7kN3edcbl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v7kN3edcbl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7kN3edcbl ul.navbar-nav {
  position: relative;
  flex-wrap: wrap;
  animation: none !important;
}
@media (min-width: 991px) {
  .cid-v7kN3edcbl ul.navbar-nav {
    padding: 0 24px;
    background-color: transparent;
    backdrop-filter: blur(10px);
  }
}
.cid-v7kN3edcbl ul.navbar-nav::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #ff5e3a;
  -webkit-mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
  mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
}
.cid-v7kN3edcbl .navbar-buttons {
  text-align: center;
}
.cid-v7kN3edcbl .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-v7kN3edcbl .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v7kN3edcbl button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v7kN3edcbl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #9ba9c4;
}
.cid-v7kN3edcbl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v7kN3edcbl button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7kN3edcbl button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7kN3edcbl button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v7kN3edcbl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7kN3edcbl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7kN3edcbl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7kN3edcbl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7kN3edcbl .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v7kN3edcbl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7kN3edcbl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v7kN3edcbl .navbar {
    height: 70px;
  }
  .cid-v7kN3edcbl .navbar.opened {
    height: auto;
  }
  .cid-v7kN3edcbl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7kN3edcbl .navbar-nav {
  margin: 0 auto;
}
.cid-v7kN3edcbl .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v7kN3edcbl .nav-item .nav-link {
  padding: 0 !important;
  margin: 15px 14px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v7kN3edcbl .nav-item .nav-link::after {
  color: #ff5e3a !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v7kN3edcbl .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px !important;
  background-color: #12e19f;
  transition: all 0.5s ease-in-out;
}
.cid-v7kN3edcbl .nav-item .nav-link:hover,
.cid-v7kN3edcbl .nav-item .nav-link:focus {
  background-color: transparent;
  color: #12e19f !important;
}
.cid-v7kN3edcbl .nav-item .nav-link:hover::after,
.cid-v7kN3edcbl .nav-item .nav-link:focus::after {
  color: #12e19f !important;
}
.cid-v7kN3edcbl .nav-item .nav-link:hover::before,
.cid-v7kN3edcbl .nav-item .nav-link:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-v7kN3edcbl .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v7kN3edcbl .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v7kN3edcbl .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v7kN3edcbl .nav-item .dropdown-menu .dropdown-item {
  color: #12e19f !important;
}
.cid-v7kN3edcbl .nav-item .dropdown-menu .dropdown-item:hover,
.cid-v7kN3edcbl .nav-item .dropdown-menu .dropdown-item:focus {
  color: #ff5e3a !important;
}
@media (max-width: 991px) {
  .cid-v7kN3edcbl .navbar {
    justify-content: flex-start !important;
  }
  .cid-v7kN3edcbl .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v7kN3edcbl .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v7kN3edcbl .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v7kN3edcbl .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-v7kN3edcbl .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-v7kN3edcbl .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v7kN3edcbl .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v7kN3edcbl .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-v7kN3edcbl .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-v7kN3edcbl .content-wrap {
    min-height: 80px;
  }
}
.cid-v7kN3f76tL {
  padding-top: 12rem;
  padding-bottom: 6rem;
  background-color: #000000;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v7kN3f76tL {
    padding-top: 7rem;
    padding-bottom: 2rem;
  }
}
.cid-v7kN3f76tL::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ff6a00 10%, #ffcd7d 25%, #0175ff 100%);
  filter: blur(150px);
  pointer-events: none;
}
.cid-v7kN3f76tL::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #000000 100%);
  pointer-events: none;
}
.cid-v7kN3f76tL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7kN3f76tL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7kN3f76tL .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v7kN3f76tL .content-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.cid-v7kN3f76tL .content-wrapper .mbr-section-title {
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .cid-v7kN3f76tL .content-wrapper .mbr-section-title {
    margin-bottom: 0;
  }
}
.cid-v7kN3f76tL .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7kN3f76tL .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v7kN3f76tL .content-wrapper .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 992px) {
  .cid-v7kN3f76tL .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-v7kN3f76tL .mbr-label,
.cid-v7kN3f76tL .label-wrapper {
  color: #12e19f;
  text-align: center;
}
.cid-v7kN3f76tL .mbr-section-title {
  color: #ffffff;
}
.cid-v7kN3f76tL .mbr-text,
.cid-v7kN3f76tL .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v7kN3f76tL .mbr-section-title,
.cid-v7kN3f76tL .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v7kN3ftQuw {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v7kN3ftQuw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7kN3ftQuw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7kN3ftQuw .content-wrap {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v7kN3ftQuw .content-wrap {
    margin-bottom: 20px;
  }
}
.cid-v7kN3ftQuw .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-v7kN3ftQuw .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-v7kN3ftQuw .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-v7kN3ftQuw .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v7kN3ftQuw .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7kN3ftQuw .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v7kN3ftQuw .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v7kN3ftQuw .content-wrap .card {
  justify-content: center;
}
.cid-v7kN3ftQuw .item {
  margin-bottom: 48px;
}
.cid-v7kN3ftQuw .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7kN3ftQuw .item {
    margin-bottom: 20px;
  }
  .cid-v7kN3ftQuw .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v7kN3ftQuw .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  height: 100%;
  position: relative;
  padding: 40px;
  background-color: #000000;
  border: 1px solid #242a3c;
  animation: none !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v7kN3ftQuw .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-v7kN3ftQuw .item .item-wrapper .item-content {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v7kN3ftQuw .item .item-wrapper .item-content {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v7kN3ftQuw .item .item-wrapper .item-content .item-title {
  margin-top: 20px;
  margin-bottom: 10px;
}
.cid-v7kN3ftQuw .item .item-wrapper .item-content .text-wrap .item-text {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-v7kN3ftQuw .item .item-wrapper .item-content .text-wrap .item-text {
    margin-bottom: 0px;
  }
}
.cid-v7kN3ftQuw .item .item-wrapper .item-content .list-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-v7kN3ftQuw .item .item-wrapper .item-content .list-wrapper {
    margin-top: 20px;
  }
}
.cid-v7kN3ftQuw .item .item-wrapper .item-content .list-wrapper .list {
  display: inline-flex;
  flex-direction: column;
  width: 80%;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-v7kN3ftQuw .item .item-wrapper .item-content .list-wrapper .list {
    width: 100%;
  }
}
.cid-v7kN3ftQuw .item .item-wrapper .item-content .list-wrapper .list .item-wrap {
  position: relative;
  width: 100%;
  border: 1px solid #242a3c;
  padding: 11px 16px 11px 50px;
  margin-bottom: 0;
  min-height: 48px;
}
.cid-v7kN3ftQuw .item .item-wrapper .item-content .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 13px;
  left: 16px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  font-size: 16px;
  color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #0175ff 40%, #ffcd7d 50%);
  box-shadow: inset 0 0 7px -1px #ffffff;
}
.cid-v7kN3ftQuw .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v7kN3ftQuw .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-v7kN3ftQuw .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v7kN3ftQuw .item .item-wrapper .image-wrapper {
  position: relative;
  z-index: 1;
  padding: 20px;
  width: 48%;
}
@media (max-width: 992px) {
  .cid-v7kN3ftQuw .item .item-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-v7kN3ftQuw .item .item-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  right: -30%;
  width: 100%;
  height: 85%;
  border-radius: 100%;
  background-image: linear-gradient(#ff6a00 10%, #ffcd7d 25%, #0175ff 100%);
  filter: blur(80px);
  pointer-events: none;
}
.cid-v7kN3ftQuw .item .item-wrapper .image-wrapper .border-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #ffffff;
  -webkit-mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
  mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
}
.cid-v7kN3ftQuw .item .item-wrapper .image-wrapper .item-img {
  position: relative;
  z-index: 1;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v7kN3ftQuw .item .item-wrapper .image-wrapper .item-img {
    min-height: auto;
    height: 300px;
  }
}
.cid-v7kN3ftQuw .item .item-wrapper .image-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v7kN3ftQuw .mbr-label {
  color: #9ba9c4;
}
.cid-v7kN3ftQuw .mbr-section-title {
  color: #ffffff;
}
.cid-v7kN3ftQuw .mbr-text,
.cid-v7kN3ftQuw .text-wrapper {
  color: #9ba9c4;
}
.cid-v7kN3ftQuw .item-title {
  color: #ffffff;
}
.cid-v7kN3ftQuw .item-text {
  color: #9ba9c4;
}
.cid-v7kN3ftQuw .list {
  color: #d1d4e3;
}
.cid-v7kN3ftQuw .item-text,
.cid-v7kN3ftQuw .text-wrap {
  color: #ffffff;
}
.cid-v7kN3ftQuw .item-title,
.cid-v7kN3ftQuw .text-wrap {
  color: #12e19f;
}
@media (max-width: 992px) {
  .cid-v7kN3ftQuw .mbr-text1 {
    text-align: right;
  }
}
.cid-v7kN3ftQuw .mbr-text1,
.cid-v7kN3ftQuw .text-wrapper {
  text-align: center;
}
.cid-v7kN3g05dl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v7kN3g05dl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7kN3g05dl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7kN3g05dl .content-wrap {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v7kN3g05dl .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-v7kN3g05dl .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-v7kN3g05dl .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-v7kN3g05dl .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-v7kN3g05dl .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v7kN3g05dl .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7kN3g05dl .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v7kN3g05dl .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v7kN3g05dl .content-wrap .card {
  justify-content: center;
}
.cid-v7kN3g05dl .item {
  margin-bottom: 48px;
}
.cid-v7kN3g05dl .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7kN3g05dl .item {
    margin-bottom: 20px;
  }
  .cid-v7kN3g05dl .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v7kN3g05dl .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  height: 100%;
  position: relative;
  padding: 40px;
  background-color: #000000;
  border: 1px solid #242a3c;
  animation: none !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v7kN3g05dl .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-v7kN3g05dl .item .item-wrapper .item-content {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v7kN3g05dl .item .item-wrapper .item-content {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v7kN3g05dl .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
  margin-top: 0px;
}
.cid-v7kN3g05dl .item .item-wrapper .item-content .text-wrap .item-text {
  margin-bottom: 10px;
}
.cid-v7kN3g05dl .item .item-wrapper .item-content .list-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-v7kN3g05dl .item .item-wrapper .item-content .list-wrapper {
    margin-top: 20px;
  }
}
.cid-v7kN3g05dl .item .item-wrapper .item-content .list-wrapper .list {
  display: inline-flex;
  flex-direction: column;
  width: 80%;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-v7kN3g05dl .item .item-wrapper .item-content .list-wrapper .list {
    width: 100%;
  }
}
.cid-v7kN3g05dl .item .item-wrapper .item-content .list-wrapper .list .item-wrap {
  position: relative;
  width: 100%;
  border: 1px solid #242a3c;
  padding: 11px 16px 11px 50px;
  margin-bottom: 0;
  min-height: 48px;
}
.cid-v7kN3g05dl .item .item-wrapper .item-content .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 13px;
  left: 16px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  font-size: 16px;
  color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #0175ff 40%, #ffcd7d 50%);
  box-shadow: inset 0 0 7px -1px #ffffff;
}
.cid-v7kN3g05dl .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v7kN3g05dl .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-v7kN3g05dl .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v7kN3g05dl .item .item-wrapper .image-wrapper {
  position: relative;
  z-index: 1;
  padding: 20px;
  width: 48%;
}
@media (max-width: 992px) {
  .cid-v7kN3g05dl .item .item-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-v7kN3g05dl .item .item-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  right: -30%;
  width: 100%;
  height: 85%;
  border-radius: 100%;
  background-image: linear-gradient(#ff6a00 10%, #ffcd7d 25%, #0175ff 100%);
  filter: blur(80px);
  pointer-events: none;
}
.cid-v7kN3g05dl .item .item-wrapper .image-wrapper .border-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #ffffff;
  -webkit-mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
  mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
}
.cid-v7kN3g05dl .item .item-wrapper .image-wrapper .item-img {
  position: relative;
  z-index: 1;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v7kN3g05dl .item .item-wrapper .image-wrapper .item-img {
    min-height: auto;
    height: 300px;
  }
}
.cid-v7kN3g05dl .item .item-wrapper .image-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v7kN3g05dl .mbr-label {
  color: #9ba9c4;
}
.cid-v7kN3g05dl .mbr-section-title {
  color: #ffffff;
}
.cid-v7kN3g05dl .mbr-text,
.cid-v7kN3g05dl .text-wrapper {
  color: #9ba9c4;
}
.cid-v7kN3g05dl .item-title {
  color: #ffffff;
}
.cid-v7kN3g05dl .item-text {
  color: #9ba9c4;
}
.cid-v7kN3g05dl .list {
  color: #d1d4e3;
}
.cid-v7kN3g05dl .item-text,
.cid-v7kN3g05dl .text-wrap {
  color: #ffffff;
}
.cid-v7kN3g05dl .item-title,
.cid-v7kN3g05dl .text-wrap {
  color: #0175ff;
}
.cid-v7kN3gTXmL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v7kN3gTXmL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7kN3gTXmL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7kN3gTXmL .row {
  margin: 0 -15px;
}
.cid-v7kN3gTXmL .row .card {
  padding: 0 40px;
}
.cid-v7kN3gTXmL .title-wrapper {
  margin-bottom: 25px;
}
.cid-v7kN3gTXmL .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v7kN3gTXmL .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
    text-align: center;
  }
}
.cid-v7kN3gTXmL .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7kN3gTXmL .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v7kN3gTXmL .title-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v7kN3gTXmL .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v7kN3gTXmL .nav-wrapper {
  display: flex;
  justify-content: flex-end;
  gap: 60px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v7kN3gTXmL .nav-wrapper {
    display: none;
  }
}
.cid-v7kN3gTXmL .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v7kN3gTXmL .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 10px;
  border-bottom: 3px dashed transparent;
  transition: all 0.3s ease-in-out;
  width: fit-content;
}
.cid-v7kN3gTXmL .nav-wrap .list .item-wrap:hover,
.cid-v7kN3gTXmL .nav-wrap .list .item-wrap:focus {
  color: #12e19f;
  border-bottom: 3px dashed #12e19f;
}
.cid-v7kN3gTXmL .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v7kN3gTXmL .border-wrap {
  width: 100%;
  height: 0.5px;
  background-color: #9ba9c4;
  margin-bottom: 40px;
}
.cid-v7kN3gTXmL .mbr-copy {
  margin-bottom: 0;
  color: #9ba9c4;
  text-align: center;
}
.cid-v7kN3gTXmL .mbr-section-title {
  color: #fefff5;
}
.cid-v7kN3gTXmL .mbr-text {
  color: #fefff5;
}
.cid-v7kN3gTXmL .list {
  color: #a1a1a1;
}
.cid-v7kN3gTXmL .list,
.cid-v7kN3gTXmL .item-wrap {
  color: #12e19f;
}
.cid-v7kN3gTXmL .mbr-section-title,
.cid-v7kN3gTXmL .mbr-section-btn {
  color: #12e19f;
}
.cid-v7kN3gTXmL .mbr-text,
.cid-v7kN3gTXmL .text-wrapper {
  color: #c8d1e1;
  margin-bottom: 10px;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-v7kN3gTXmL .mbr-text,
  .cid-v7kN3gTXmL .text-wrapper {
    text-align: center;
  }
}
.cid-v7kN54Za40 .navbar-dropdown {
  position: relative !important;
}
.cid-v7kN54Za40 .navbar-dropdown {
  position: absolute !important;
}
.cid-v7kN54Za40 .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-v7kN54Za40 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-v7kN54Za40 .dropdown-menu {
    text-align: center;
  }
}
.cid-v7kN54Za40 .dropdown-item {
  border: 1px solid #ff5e3a;
  background: #000000 !important;
  color: #12e19f !important;
}
.cid-v7kN54Za40 .dropdown-item:hover,
.cid-v7kN54Za40 .dropdown-item:focus {
  background: #000000 !important;
}
.cid-v7kN54Za40 .dropdown-item:hover span {
  color: white;
}
.cid-v7kN54Za40 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v7kN54Za40 .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v7kN54Za40 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v7kN54Za40 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v7kN54Za40 .nav-link {
  position: relative;
}
.cid-v7kN54Za40 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .cid-v7kN54Za40 .container {
    flex-wrap: nowrap;
  }
}
.cid-v7kN54Za40 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v7kN54Za40 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v7kN54Za40 .dropdown-menu,
.cid-v7kN54Za40 .navbar.opened {
  background: #000000 !important;
}
.cid-v7kN54Za40 .nav-item:focus,
.cid-v7kN54Za40 .nav-link:focus {
  outline: none;
}
.cid-v7kN54Za40 .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-v7kN54Za40 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v7kN54Za40 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v7kN54Za40 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7kN54Za40 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7kN54Za40 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  transition: none;
  margin: 0 !important;
}
.cid-v7kN54Za40 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-v7kN54Za40 .navbar {
    min-height: 80px;
  }
}
.cid-v7kN54Za40 .navbar.opened {
  transition: all 0.3s;
}
.cid-v7kN54Za40 .navbar .dropdown-item {
  padding: 1px 2rem 1px 12px;
  border-radius: 0;
  font-weight: 400;
}
.cid-v7kN54Za40 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v7kN54Za40 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7kN54Za40 .navbar.collapsed {
  justify-content: center;
}
.cid-v7kN54Za40 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7kN54Za40 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v7kN54Za40 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v7kN54Za40 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7kN54Za40 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7kN54Za40 .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%;
  right: .8rem;
}
.cid-v7kN54Za40 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7kN54Za40 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  text-align: center;
}
.cid-v7kN54Za40 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v7kN54Za40 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7kN54Za40 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7kN54Za40 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7kN54Za40 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7kN54Za40 .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%;
    right: .8rem;
  }
  .cid-v7kN54Za40 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v7kN54Za40 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v7kN54Za40 .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 12px;
    text-align: center;
  }
  .cid-v7kN54Za40 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v7kN54Za40 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v7kN54Za40 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v7kN54Za40 .navbar.navbar-short {
  min-height: 96px;
}
.cid-v7kN54Za40 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v7kN54Za40 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .cid-v7kN54Za40 .navbar-brand {
    min-height: 80px;
  }
}
.cid-v7kN54Za40 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v7kN54Za40 .navbar-brand .navbar-caption:hover,
.cid-v7kN54Za40 .navbar-brand .navbar-caption:focus {
  color: #ff5e3a !important;
}
.cid-v7kN54Za40 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7kN54Za40 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v7kN54Za40 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #12e19f !important;
}
.cid-v7kN54Za40 .dropdown-item.active,
.cid-v7kN54Za40 .dropdown-item:active {
  background-color: transparent;
}
.cid-v7kN54Za40 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7kN54Za40 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7kN54Za40 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7kN54Za40 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-v7kN54Za40 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-v7kN54Za40 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v7kN54Za40 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7kN54Za40 ul.navbar-nav {
  position: relative;
  flex-wrap: wrap;
  animation: none !important;
}
@media (min-width: 991px) {
  .cid-v7kN54Za40 ul.navbar-nav {
    padding: 0 24px;
    background-color: transparent;
    backdrop-filter: blur(10px);
  }
}
.cid-v7kN54Za40 ul.navbar-nav::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #ff5e3a;
  -webkit-mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
  mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
}
.cid-v7kN54Za40 .navbar-buttons {
  text-align: center;
}
.cid-v7kN54Za40 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-v7kN54Za40 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v7kN54Za40 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v7kN54Za40 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #9ba9c4;
}
.cid-v7kN54Za40 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v7kN54Za40 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7kN54Za40 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7kN54Za40 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v7kN54Za40 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7kN54Za40 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7kN54Za40 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7kN54Za40 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7kN54Za40 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v7kN54Za40 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7kN54Za40 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v7kN54Za40 .navbar {
    height: 70px;
  }
  .cid-v7kN54Za40 .navbar.opened {
    height: auto;
  }
  .cid-v7kN54Za40 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7kN54Za40 .navbar-nav {
  margin: 0 auto;
}
.cid-v7kN54Za40 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v7kN54Za40 .nav-item .nav-link {
  padding: 0 !important;
  margin: 15px 14px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v7kN54Za40 .nav-item .nav-link::after {
  color: #ff5e3a !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v7kN54Za40 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px !important;
  background-color: #12e19f;
  transition: all 0.5s ease-in-out;
}
.cid-v7kN54Za40 .nav-item .nav-link:hover,
.cid-v7kN54Za40 .nav-item .nav-link:focus {
  background-color: transparent;
  color: #12e19f !important;
}
.cid-v7kN54Za40 .nav-item .nav-link:hover::after,
.cid-v7kN54Za40 .nav-item .nav-link:focus::after {
  color: #12e19f !important;
}
.cid-v7kN54Za40 .nav-item .nav-link:hover::before,
.cid-v7kN54Za40 .nav-item .nav-link:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-v7kN54Za40 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v7kN54Za40 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v7kN54Za40 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v7kN54Za40 .nav-item .dropdown-menu .dropdown-item {
  color: #12e19f !important;
}
.cid-v7kN54Za40 .nav-item .dropdown-menu .dropdown-item:hover,
.cid-v7kN54Za40 .nav-item .dropdown-menu .dropdown-item:focus {
  color: #ff5e3a !important;
}
@media (max-width: 991px) {
  .cid-v7kN54Za40 .navbar {
    justify-content: flex-start !important;
  }
  .cid-v7kN54Za40 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v7kN54Za40 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v7kN54Za40 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v7kN54Za40 .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-v7kN54Za40 .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-v7kN54Za40 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v7kN54Za40 .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v7kN54Za40 .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-v7kN54Za40 .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-v7kN54Za40 .content-wrap {
    min-height: 80px;
  }
}
.cid-v7kN55Rj9i {
  padding-top: 12rem;
  padding-bottom: 6rem;
  background-color: #000000;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v7kN55Rj9i {
    padding-top: 7rem;
    padding-bottom: 2rem;
  }
}
.cid-v7kN55Rj9i::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ff6a00 10%, #ffcd7d 25%, #0175ff 100%);
  filter: blur(150px);
  pointer-events: none;
}
.cid-v7kN55Rj9i::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #000000 100%);
  pointer-events: none;
}
.cid-v7kN55Rj9i .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7kN55Rj9i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7kN55Rj9i .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v7kN55Rj9i .content-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.cid-v7kN55Rj9i .content-wrapper .mbr-section-title {
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .cid-v7kN55Rj9i .content-wrapper .mbr-section-title {
    margin-bottom: 0;
  }
}
.cid-v7kN55Rj9i .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7kN55Rj9i .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v7kN55Rj9i .content-wrapper .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 992px) {
  .cid-v7kN55Rj9i .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-v7kN55Rj9i .mbr-label,
.cid-v7kN55Rj9i .label-wrapper {
  color: #12e19f;
  text-align: center;
}
.cid-v7kN55Rj9i .mbr-section-title {
  color: #ffffff;
}
.cid-v7kN55Rj9i .mbr-text,
.cid-v7kN55Rj9i .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v7kN55Rj9i .mbr-section-title,
.cid-v7kN55Rj9i .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v7kN56dlt4 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v7kN56dlt4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7kN56dlt4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7kN56dlt4 .content-wrap {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v7kN56dlt4 .content-wrap {
    margin-bottom: 20px;
  }
}
.cid-v7kN56dlt4 .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-v7kN56dlt4 .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-v7kN56dlt4 .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-v7kN56dlt4 .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v7kN56dlt4 .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7kN56dlt4 .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v7kN56dlt4 .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v7kN56dlt4 .content-wrap .card {
  justify-content: center;
}
.cid-v7kN56dlt4 .item {
  margin-bottom: 48px;
}
.cid-v7kN56dlt4 .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7kN56dlt4 .item {
    margin-bottom: 20px;
  }
  .cid-v7kN56dlt4 .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v7kN56dlt4 .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  height: 100%;
  position: relative;
  padding: 40px;
  background-color: #000000;
  border: 1px solid #242a3c;
  animation: none !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v7kN56dlt4 .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-v7kN56dlt4 .item .item-wrapper .item-content {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v7kN56dlt4 .item .item-wrapper .item-content {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v7kN56dlt4 .item .item-wrapper .item-content .item-title {
  margin-top: 20px;
  margin-bottom: 10px;
}
.cid-v7kN56dlt4 .item .item-wrapper .item-content .text-wrap .item-text {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-v7kN56dlt4 .item .item-wrapper .item-content .text-wrap .item-text {
    margin-bottom: 0px;
  }
}
.cid-v7kN56dlt4 .item .item-wrapper .item-content .list-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-v7kN56dlt4 .item .item-wrapper .item-content .list-wrapper {
    margin-top: 20px;
  }
}
.cid-v7kN56dlt4 .item .item-wrapper .item-content .list-wrapper .list {
  display: inline-flex;
  flex-direction: column;
  width: 80%;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-v7kN56dlt4 .item .item-wrapper .item-content .list-wrapper .list {
    width: 100%;
  }
}
.cid-v7kN56dlt4 .item .item-wrapper .item-content .list-wrapper .list .item-wrap {
  position: relative;
  width: 100%;
  border: 1px solid #242a3c;
  padding: 11px 16px 11px 50px;
  margin-bottom: 0;
  min-height: 48px;
}
.cid-v7kN56dlt4 .item .item-wrapper .item-content .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 13px;
  left: 16px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  font-size: 16px;
  color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #0175ff 40%, #ffcd7d 50%);
  box-shadow: inset 0 0 7px -1px #ffffff;
}
.cid-v7kN56dlt4 .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v7kN56dlt4 .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-v7kN56dlt4 .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v7kN56dlt4 .item .item-wrapper .image-wrapper {
  position: relative;
  z-index: 1;
  padding: 20px;
  width: 48%;
}
@media (max-width: 992px) {
  .cid-v7kN56dlt4 .item .item-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-v7kN56dlt4 .item .item-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  right: -30%;
  width: 100%;
  height: 85%;
  border-radius: 100%;
  background-image: linear-gradient(#ff6a00 10%, #ffcd7d 25%, #0175ff 100%);
  filter: blur(80px);
  pointer-events: none;
}
.cid-v7kN56dlt4 .item .item-wrapper .image-wrapper .border-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #ffffff;
  -webkit-mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
  mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
}
.cid-v7kN56dlt4 .item .item-wrapper .image-wrapper .item-img {
  position: relative;
  z-index: 1;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v7kN56dlt4 .item .item-wrapper .image-wrapper .item-img {
    min-height: auto;
    height: 300px;
  }
}
.cid-v7kN56dlt4 .item .item-wrapper .image-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v7kN56dlt4 .mbr-label {
  color: #9ba9c4;
}
.cid-v7kN56dlt4 .mbr-section-title {
  color: #ffffff;
}
.cid-v7kN56dlt4 .mbr-text,
.cid-v7kN56dlt4 .text-wrapper {
  color: #9ba9c4;
}
.cid-v7kN56dlt4 .item-title {
  color: #ffffff;
}
.cid-v7kN56dlt4 .item-text {
  color: #9ba9c4;
}
.cid-v7kN56dlt4 .list {
  color: #d1d4e3;
}
.cid-v7kN56dlt4 .item-text,
.cid-v7kN56dlt4 .text-wrap {
  color: #ffffff;
}
.cid-v7kN56dlt4 .item-title,
.cid-v7kN56dlt4 .text-wrap {
  color: #12e19f;
}
@media (max-width: 992px) {
  .cid-v7kN56dlt4 .mbr-text1 {
    text-align: right;
  }
}
.cid-v7kN56dlt4 .mbr-text1,
.cid-v7kN56dlt4 .text-wrapper {
  text-align: center;
}
.cid-v7kN56FYvL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v7kN56FYvL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7kN56FYvL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7kN56FYvL .content-wrap {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v7kN56FYvL .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-v7kN56FYvL .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-v7kN56FYvL .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-v7kN56FYvL .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-v7kN56FYvL .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v7kN56FYvL .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7kN56FYvL .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v7kN56FYvL .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v7kN56FYvL .content-wrap .card {
  justify-content: center;
}
.cid-v7kN56FYvL .item {
  margin-bottom: 48px;
}
.cid-v7kN56FYvL .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7kN56FYvL .item {
    margin-bottom: 20px;
  }
  .cid-v7kN56FYvL .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v7kN56FYvL .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  height: 100%;
  position: relative;
  padding: 40px;
  background-color: #000000;
  border: 1px solid #242a3c;
  animation: none !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v7kN56FYvL .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-v7kN56FYvL .item .item-wrapper .item-content {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v7kN56FYvL .item .item-wrapper .item-content {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v7kN56FYvL .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
  margin-top: 0px;
}
.cid-v7kN56FYvL .item .item-wrapper .item-content .text-wrap .item-text {
  margin-bottom: 10px;
}
.cid-v7kN56FYvL .item .item-wrapper .item-content .list-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-v7kN56FYvL .item .item-wrapper .item-content .list-wrapper {
    margin-top: 20px;
  }
}
.cid-v7kN56FYvL .item .item-wrapper .item-content .list-wrapper .list {
  display: inline-flex;
  flex-direction: column;
  width: 80%;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-v7kN56FYvL .item .item-wrapper .item-content .list-wrapper .list {
    width: 100%;
  }
}
.cid-v7kN56FYvL .item .item-wrapper .item-content .list-wrapper .list .item-wrap {
  position: relative;
  width: 100%;
  border: 1px solid #242a3c;
  padding: 11px 16px 11px 50px;
  margin-bottom: 0;
  min-height: 48px;
}
.cid-v7kN56FYvL .item .item-wrapper .item-content .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 13px;
  left: 16px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  font-size: 16px;
  color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #0175ff 40%, #ffcd7d 50%);
  box-shadow: inset 0 0 7px -1px #ffffff;
}
.cid-v7kN56FYvL .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v7kN56FYvL .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-v7kN56FYvL .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v7kN56FYvL .item .item-wrapper .image-wrapper {
  position: relative;
  z-index: 1;
  padding: 20px;
  width: 48%;
}
@media (max-width: 992px) {
  .cid-v7kN56FYvL .item .item-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-v7kN56FYvL .item .item-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  right: -30%;
  width: 100%;
  height: 85%;
  border-radius: 100%;
  background-image: linear-gradient(#ff6a00 10%, #ffcd7d 25%, #0175ff 100%);
  filter: blur(80px);
  pointer-events: none;
}
.cid-v7kN56FYvL .item .item-wrapper .image-wrapper .border-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #ffffff;
  -webkit-mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
  mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
}
.cid-v7kN56FYvL .item .item-wrapper .image-wrapper .item-img {
  position: relative;
  z-index: 1;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v7kN56FYvL .item .item-wrapper .image-wrapper .item-img {
    min-height: auto;
    height: 300px;
  }
}
.cid-v7kN56FYvL .item .item-wrapper .image-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v7kN56FYvL .mbr-label {
  color: #9ba9c4;
}
.cid-v7kN56FYvL .mbr-section-title {
  color: #ffffff;
}
.cid-v7kN56FYvL .mbr-text,
.cid-v7kN56FYvL .text-wrapper {
  color: #9ba9c4;
}
.cid-v7kN56FYvL .item-title {
  color: #ffffff;
}
.cid-v7kN56FYvL .item-text {
  color: #9ba9c4;
}
.cid-v7kN56FYvL .list {
  color: #d1d4e3;
}
.cid-v7kN56FYvL .item-text,
.cid-v7kN56FYvL .text-wrap {
  color: #ffffff;
}
.cid-v7kN56FYvL .item-title,
.cid-v7kN56FYvL .text-wrap {
  color: #0175ff;
}
.cid-v7kN57oat0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v7kN57oat0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7kN57oat0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7kN57oat0 .row {
  margin: 0 -15px;
}
.cid-v7kN57oat0 .row .card {
  padding: 0 40px;
}
.cid-v7kN57oat0 .title-wrapper {
  margin-bottom: 25px;
}
.cid-v7kN57oat0 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v7kN57oat0 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
    text-align: center;
  }
}
.cid-v7kN57oat0 .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7kN57oat0 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v7kN57oat0 .title-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v7kN57oat0 .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v7kN57oat0 .nav-wrapper {
  display: flex;
  justify-content: flex-end;
  gap: 60px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v7kN57oat0 .nav-wrapper {
    display: none;
  }
}
.cid-v7kN57oat0 .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v7kN57oat0 .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 10px;
  border-bottom: 3px dashed transparent;
  transition: all 0.3s ease-in-out;
  width: fit-content;
}
.cid-v7kN57oat0 .nav-wrap .list .item-wrap:hover,
.cid-v7kN57oat0 .nav-wrap .list .item-wrap:focus {
  color: #12e19f;
  border-bottom: 3px dashed #12e19f;
}
.cid-v7kN57oat0 .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v7kN57oat0 .border-wrap {
  width: 100%;
  height: 0.5px;
  background-color: #9ba9c4;
  margin-bottom: 40px;
}
.cid-v7kN57oat0 .mbr-copy {
  margin-bottom: 0;
  color: #9ba9c4;
  text-align: center;
}
.cid-v7kN57oat0 .mbr-section-title {
  color: #fefff5;
}
.cid-v7kN57oat0 .mbr-text {
  color: #fefff5;
}
.cid-v7kN57oat0 .list {
  color: #a1a1a1;
}
.cid-v7kN57oat0 .list,
.cid-v7kN57oat0 .item-wrap {
  color: #12e19f;
}
.cid-v7kN57oat0 .mbr-section-title,
.cid-v7kN57oat0 .mbr-section-btn {
  color: #12e19f;
}
.cid-v7kN57oat0 .mbr-text,
.cid-v7kN57oat0 .text-wrapper {
  color: #c8d1e1;
  margin-bottom: 10px;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-v7kN57oat0 .mbr-text,
  .cid-v7kN57oat0 .text-wrapper {
    text-align: center;
  }
}
.cid-v7kPb5wGmO .navbar-dropdown {
  position: relative !important;
}
.cid-v7kPb5wGmO .navbar-dropdown {
  position: absolute !important;
}
.cid-v7kPb5wGmO .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-v7kPb5wGmO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-v7kPb5wGmO .dropdown-menu {
    text-align: center;
  }
}
.cid-v7kPb5wGmO .dropdown-item {
  border: 1px solid #ff5e3a;
  background: #000000 !important;
  color: #12e19f !important;
}
.cid-v7kPb5wGmO .dropdown-item:hover,
.cid-v7kPb5wGmO .dropdown-item:focus {
  background: #000000 !important;
}
.cid-v7kPb5wGmO .dropdown-item:hover span {
  color: white;
}
.cid-v7kPb5wGmO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v7kPb5wGmO .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v7kPb5wGmO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v7kPb5wGmO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v7kPb5wGmO .nav-link {
  position: relative;
}
.cid-v7kPb5wGmO .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .cid-v7kPb5wGmO .container {
    flex-wrap: nowrap;
  }
}
.cid-v7kPb5wGmO .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v7kPb5wGmO .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v7kPb5wGmO .dropdown-menu,
.cid-v7kPb5wGmO .navbar.opened {
  background: #000000 !important;
}
.cid-v7kPb5wGmO .nav-item:focus,
.cid-v7kPb5wGmO .nav-link:focus {
  outline: none;
}
.cid-v7kPb5wGmO .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-v7kPb5wGmO .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v7kPb5wGmO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v7kPb5wGmO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v7kPb5wGmO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v7kPb5wGmO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  transition: none;
  margin: 0 !important;
}
.cid-v7kPb5wGmO .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-v7kPb5wGmO .navbar {
    min-height: 80px;
  }
}
.cid-v7kPb5wGmO .navbar.opened {
  transition: all 0.3s;
}
.cid-v7kPb5wGmO .navbar .dropdown-item {
  padding: 1px 2rem 1px 12px;
  border-radius: 0;
  font-weight: 400;
}
.cid-v7kPb5wGmO .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v7kPb5wGmO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v7kPb5wGmO .navbar.collapsed {
  justify-content: center;
}
.cid-v7kPb5wGmO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v7kPb5wGmO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v7kPb5wGmO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v7kPb5wGmO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v7kPb5wGmO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v7kPb5wGmO .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%;
  right: .8rem;
}
.cid-v7kPb5wGmO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v7kPb5wGmO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  text-align: center;
}
.cid-v7kPb5wGmO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v7kPb5wGmO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v7kPb5wGmO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v7kPb5wGmO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v7kPb5wGmO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v7kPb5wGmO .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%;
    right: .8rem;
  }
  .cid-v7kPb5wGmO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v7kPb5wGmO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v7kPb5wGmO .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 12px;
    text-align: center;
  }
  .cid-v7kPb5wGmO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v7kPb5wGmO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v7kPb5wGmO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v7kPb5wGmO .navbar.navbar-short {
  min-height: 96px;
}
.cid-v7kPb5wGmO .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v7kPb5wGmO .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .cid-v7kPb5wGmO .navbar-brand {
    min-height: 80px;
  }
}
.cid-v7kPb5wGmO .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v7kPb5wGmO .navbar-brand .navbar-caption:hover,
.cid-v7kPb5wGmO .navbar-brand .navbar-caption:focus {
  color: #ff5e3a !important;
}
.cid-v7kPb5wGmO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v7kPb5wGmO .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v7kPb5wGmO .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #12e19f !important;
}
.cid-v7kPb5wGmO .dropdown-item.active,
.cid-v7kPb5wGmO .dropdown-item:active {
  background-color: transparent;
}
.cid-v7kPb5wGmO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v7kPb5wGmO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v7kPb5wGmO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v7kPb5wGmO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-v7kPb5wGmO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-v7kPb5wGmO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v7kPb5wGmO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v7kPb5wGmO ul.navbar-nav {
  position: relative;
  flex-wrap: wrap;
  animation: none !important;
}
@media (min-width: 991px) {
  .cid-v7kPb5wGmO ul.navbar-nav {
    padding: 0 24px;
    background-color: transparent;
    backdrop-filter: blur(10px);
  }
}
.cid-v7kPb5wGmO ul.navbar-nav::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #ff5e3a;
  -webkit-mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
  mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
}
.cid-v7kPb5wGmO .navbar-buttons {
  text-align: center;
}
.cid-v7kPb5wGmO .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-v7kPb5wGmO .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v7kPb5wGmO button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v7kPb5wGmO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #9ba9c4;
}
.cid-v7kPb5wGmO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v7kPb5wGmO button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7kPb5wGmO button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v7kPb5wGmO button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v7kPb5wGmO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7kPb5wGmO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v7kPb5wGmO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v7kPb5wGmO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v7kPb5wGmO .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v7kPb5wGmO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v7kPb5wGmO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v7kPb5wGmO .navbar {
    height: 70px;
  }
  .cid-v7kPb5wGmO .navbar.opened {
    height: auto;
  }
  .cid-v7kPb5wGmO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7kPb5wGmO .navbar-nav {
  margin: 0 auto;
}
.cid-v7kPb5wGmO .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v7kPb5wGmO .nav-item .nav-link {
  padding: 0 !important;
  margin: 15px 14px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v7kPb5wGmO .nav-item .nav-link::after {
  color: #ff5e3a !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v7kPb5wGmO .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px !important;
  background-color: #12e19f;
  transition: all 0.5s ease-in-out;
}
.cid-v7kPb5wGmO .nav-item .nav-link:hover,
.cid-v7kPb5wGmO .nav-item .nav-link:focus {
  background-color: transparent;
  color: #12e19f !important;
}
.cid-v7kPb5wGmO .nav-item .nav-link:hover::after,
.cid-v7kPb5wGmO .nav-item .nav-link:focus::after {
  color: #12e19f !important;
}
.cid-v7kPb5wGmO .nav-item .nav-link:hover::before,
.cid-v7kPb5wGmO .nav-item .nav-link:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-v7kPb5wGmO .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v7kPb5wGmO .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v7kPb5wGmO .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v7kPb5wGmO .nav-item .dropdown-menu .dropdown-item {
  color: #12e19f !important;
}
.cid-v7kPb5wGmO .nav-item .dropdown-menu .dropdown-item:hover,
.cid-v7kPb5wGmO .nav-item .dropdown-menu .dropdown-item:focus {
  color: #ff5e3a !important;
}
@media (max-width: 991px) {
  .cid-v7kPb5wGmO .navbar {
    justify-content: flex-start !important;
  }
  .cid-v7kPb5wGmO .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v7kPb5wGmO .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v7kPb5wGmO .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v7kPb5wGmO .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-v7kPb5wGmO .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-v7kPb5wGmO .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v7kPb5wGmO .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v7kPb5wGmO .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-v7kPb5wGmO .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-v7kPb5wGmO .content-wrap {
    min-height: 80px;
  }
}
.cid-v7kPb6BI0o {
  padding-top: 12rem;
  padding-bottom: 6rem;
  background-color: #000000;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v7kPb6BI0o {
    padding-top: 7rem;
    padding-bottom: 2rem;
  }
}
.cid-v7kPb6BI0o::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ff6a00 10%, #ffcd7d 25%, #0175ff 100%);
  filter: blur(150px);
  pointer-events: none;
}
.cid-v7kPb6BI0o::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #000000 100%);
  pointer-events: none;
}
.cid-v7kPb6BI0o .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7kPb6BI0o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7kPb6BI0o .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v7kPb6BI0o .content-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.cid-v7kPb6BI0o .content-wrapper .mbr-section-title {
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .cid-v7kPb6BI0o .content-wrapper .mbr-section-title {
    margin-bottom: 0;
  }
}
.cid-v7kPb6BI0o .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7kPb6BI0o .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v7kPb6BI0o .content-wrapper .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 992px) {
  .cid-v7kPb6BI0o .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-v7kPb6BI0o .mbr-label,
.cid-v7kPb6BI0o .label-wrapper {
  color: #12e19f;
  text-align: center;
}
.cid-v7kPb6BI0o .mbr-section-title {
  color: #ffffff;
}
.cid-v7kPb6BI0o .mbr-text,
.cid-v7kPb6BI0o .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v7kPb6BI0o .mbr-section-title,
.cid-v7kPb6BI0o .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v7kPb73H2l {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v7kPb73H2l .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7kPb73H2l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7kPb73H2l .content-wrap {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v7kPb73H2l .content-wrap {
    margin-bottom: 20px;
  }
}
.cid-v7kPb73H2l .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-v7kPb73H2l .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-v7kPb73H2l .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-v7kPb73H2l .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v7kPb73H2l .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7kPb73H2l .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v7kPb73H2l .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v7kPb73H2l .content-wrap .card {
  justify-content: center;
}
.cid-v7kPb73H2l .item {
  margin-bottom: 48px;
}
.cid-v7kPb73H2l .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7kPb73H2l .item {
    margin-bottom: 20px;
  }
  .cid-v7kPb73H2l .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v7kPb73H2l .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  height: 100%;
  position: relative;
  padding: 40px;
  background-color: #000000;
  border: 1px solid #242a3c;
  animation: none !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v7kPb73H2l .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-v7kPb73H2l .item .item-wrapper .item-content {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v7kPb73H2l .item .item-wrapper .item-content {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v7kPb73H2l .item .item-wrapper .item-content .item-title {
  margin-top: 20px;
  margin-bottom: 10px;
}
.cid-v7kPb73H2l .item .item-wrapper .item-content .text-wrap .item-text {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-v7kPb73H2l .item .item-wrapper .item-content .text-wrap .item-text {
    margin-bottom: 0px;
  }
}
.cid-v7kPb73H2l .item .item-wrapper .item-content .list-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-v7kPb73H2l .item .item-wrapper .item-content .list-wrapper {
    margin-top: 20px;
  }
}
.cid-v7kPb73H2l .item .item-wrapper .item-content .list-wrapper .list {
  display: inline-flex;
  flex-direction: column;
  width: 80%;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-v7kPb73H2l .item .item-wrapper .item-content .list-wrapper .list {
    width: 100%;
  }
}
.cid-v7kPb73H2l .item .item-wrapper .item-content .list-wrapper .list .item-wrap {
  position: relative;
  width: 100%;
  border: 1px solid #242a3c;
  padding: 11px 16px 11px 50px;
  margin-bottom: 0;
  min-height: 48px;
}
.cid-v7kPb73H2l .item .item-wrapper .item-content .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 13px;
  left: 16px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  font-size: 16px;
  color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #0175ff 40%, #ffcd7d 50%);
  box-shadow: inset 0 0 7px -1px #ffffff;
}
.cid-v7kPb73H2l .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v7kPb73H2l .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-v7kPb73H2l .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v7kPb73H2l .item .item-wrapper .image-wrapper {
  position: relative;
  z-index: 1;
  padding: 20px;
  width: 48%;
}
@media (max-width: 992px) {
  .cid-v7kPb73H2l .item .item-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-v7kPb73H2l .item .item-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  right: -30%;
  width: 100%;
  height: 85%;
  border-radius: 100%;
  background-image: linear-gradient(#ff6a00 10%, #ffcd7d 25%, #0175ff 100%);
  filter: blur(80px);
  pointer-events: none;
}
.cid-v7kPb73H2l .item .item-wrapper .image-wrapper .border-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #ffffff;
  -webkit-mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
  mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
}
.cid-v7kPb73H2l .item .item-wrapper .image-wrapper .item-img {
  position: relative;
  z-index: 1;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v7kPb73H2l .item .item-wrapper .image-wrapper .item-img {
    min-height: auto;
    height: 300px;
  }
}
.cid-v7kPb73H2l .item .item-wrapper .image-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v7kPb73H2l .mbr-label {
  color: #9ba9c4;
}
.cid-v7kPb73H2l .mbr-section-title {
  color: #ffffff;
}
.cid-v7kPb73H2l .mbr-text,
.cid-v7kPb73H2l .text-wrapper {
  color: #9ba9c4;
}
.cid-v7kPb73H2l .item-title {
  color: #ffffff;
}
.cid-v7kPb73H2l .item-text {
  color: #9ba9c4;
}
.cid-v7kPb73H2l .list {
  color: #d1d4e3;
}
.cid-v7kPb73H2l .item-text,
.cid-v7kPb73H2l .text-wrap {
  color: #ffffff;
}
.cid-v7kPb73H2l .item-title,
.cid-v7kPb73H2l .text-wrap {
  color: #12e19f;
}
@media (max-width: 992px) {
  .cid-v7kPb73H2l .mbr-text1 {
    text-align: right;
  }
}
.cid-v7kPb73H2l .mbr-text1,
.cid-v7kPb73H2l .text-wrapper {
  text-align: center;
}
.cid-v7kPb7vN1J {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v7kPb7vN1J .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7kPb7vN1J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7kPb7vN1J .content-wrap {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v7kPb7vN1J .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-v7kPb7vN1J .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-v7kPb7vN1J .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-v7kPb7vN1J .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-v7kPb7vN1J .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v7kPb7vN1J .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7kPb7vN1J .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v7kPb7vN1J .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v7kPb7vN1J .content-wrap .card {
  justify-content: center;
}
.cid-v7kPb7vN1J .item {
  margin-bottom: 48px;
}
.cid-v7kPb7vN1J .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7kPb7vN1J .item {
    margin-bottom: 20px;
  }
  .cid-v7kPb7vN1J .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v7kPb7vN1J .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  height: 100%;
  position: relative;
  padding: 40px;
  background-color: #000000;
  border: 1px solid #242a3c;
  animation: none !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v7kPb7vN1J .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-v7kPb7vN1J .item .item-wrapper .item-content {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v7kPb7vN1J .item .item-wrapper .item-content {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v7kPb7vN1J .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
  margin-top: 0px;
}
.cid-v7kPb7vN1J .item .item-wrapper .item-content .text-wrap .item-text {
  margin-bottom: 10px;
}
.cid-v7kPb7vN1J .item .item-wrapper .item-content .list-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-v7kPb7vN1J .item .item-wrapper .item-content .list-wrapper {
    margin-top: 20px;
  }
}
.cid-v7kPb7vN1J .item .item-wrapper .item-content .list-wrapper .list {
  display: inline-flex;
  flex-direction: column;
  width: 80%;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-v7kPb7vN1J .item .item-wrapper .item-content .list-wrapper .list {
    width: 100%;
  }
}
.cid-v7kPb7vN1J .item .item-wrapper .item-content .list-wrapper .list .item-wrap {
  position: relative;
  width: 100%;
  border: 1px solid #242a3c;
  padding: 11px 16px 11px 50px;
  margin-bottom: 0;
  min-height: 48px;
}
.cid-v7kPb7vN1J .item .item-wrapper .item-content .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 13px;
  left: 16px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  font-size: 16px;
  color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #0175ff 40%, #ffcd7d 50%);
  box-shadow: inset 0 0 7px -1px #ffffff;
}
.cid-v7kPb7vN1J .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v7kPb7vN1J .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-v7kPb7vN1J .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v7kPb7vN1J .item .item-wrapper .image-wrapper {
  position: relative;
  z-index: 1;
  padding: 20px;
  width: 48%;
}
@media (max-width: 992px) {
  .cid-v7kPb7vN1J .item .item-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-v7kPb7vN1J .item .item-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  right: -30%;
  width: 100%;
  height: 85%;
  border-radius: 100%;
  background-image: linear-gradient(#ff6a00 10%, #ffcd7d 25%, #0175ff 100%);
  filter: blur(80px);
  pointer-events: none;
}
.cid-v7kPb7vN1J .item .item-wrapper .image-wrapper .border-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #ffffff;
  -webkit-mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
  mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
}
.cid-v7kPb7vN1J .item .item-wrapper .image-wrapper .item-img {
  position: relative;
  z-index: 1;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v7kPb7vN1J .item .item-wrapper .image-wrapper .item-img {
    min-height: auto;
    height: 300px;
  }
}
.cid-v7kPb7vN1J .item .item-wrapper .image-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v7kPb7vN1J .mbr-label {
  color: #9ba9c4;
}
.cid-v7kPb7vN1J .mbr-section-title {
  color: #ffffff;
}
.cid-v7kPb7vN1J .mbr-text,
.cid-v7kPb7vN1J .text-wrapper {
  color: #9ba9c4;
}
.cid-v7kPb7vN1J .item-title {
  color: #ffffff;
}
.cid-v7kPb7vN1J .item-text {
  color: #9ba9c4;
}
.cid-v7kPb7vN1J .list {
  color: #d1d4e3;
}
.cid-v7kPb7vN1J .item-text,
.cid-v7kPb7vN1J .text-wrap {
  color: #ffffff;
}
.cid-v7kPb7vN1J .item-title,
.cid-v7kPb7vN1J .text-wrap {
  color: #0175ff;
}
.cid-v7kPb8bAKD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v7kPb8bAKD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7kPb8bAKD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7kPb8bAKD .row {
  margin: 0 -15px;
}
.cid-v7kPb8bAKD .row .card {
  padding: 0 40px;
}
.cid-v7kPb8bAKD .title-wrapper {
  margin-bottom: 25px;
}
.cid-v7kPb8bAKD .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v7kPb8bAKD .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
    text-align: center;
  }
}
.cid-v7kPb8bAKD .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v7kPb8bAKD .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v7kPb8bAKD .title-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v7kPb8bAKD .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v7kPb8bAKD .nav-wrapper {
  display: flex;
  justify-content: flex-end;
  gap: 60px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v7kPb8bAKD .nav-wrapper {
    display: none;
  }
}
.cid-v7kPb8bAKD .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v7kPb8bAKD .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 10px;
  border-bottom: 3px dashed transparent;
  transition: all 0.3s ease-in-out;
  width: fit-content;
}
.cid-v7kPb8bAKD .nav-wrap .list .item-wrap:hover,
.cid-v7kPb8bAKD .nav-wrap .list .item-wrap:focus {
  color: #12e19f;
  border-bottom: 3px dashed #12e19f;
}
.cid-v7kPb8bAKD .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v7kPb8bAKD .border-wrap {
  width: 100%;
  height: 0.5px;
  background-color: #9ba9c4;
  margin-bottom: 40px;
}
.cid-v7kPb8bAKD .mbr-copy {
  margin-bottom: 0;
  color: #9ba9c4;
  text-align: center;
}
.cid-v7kPb8bAKD .mbr-section-title {
  color: #fefff5;
}
.cid-v7kPb8bAKD .mbr-text {
  color: #fefff5;
}
.cid-v7kPb8bAKD .list {
  color: #a1a1a1;
}
.cid-v7kPb8bAKD .list,
.cid-v7kPb8bAKD .item-wrap {
  color: #12e19f;
}
.cid-v7kPb8bAKD .mbr-section-title,
.cid-v7kPb8bAKD .mbr-section-btn {
  color: #12e19f;
}
.cid-v7kPb8bAKD .mbr-text,
.cid-v7kPb8bAKD .text-wrapper {
  color: #c8d1e1;
  margin-bottom: 10px;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-v7kPb8bAKD .mbr-text,
  .cid-v7kPb8bAKD .text-wrapper {
    text-align: center;
  }
}
.cid-v6cbxBcyBt .navbar-dropdown {
  position: relative !important;
}
.cid-v6cbxBcyBt .navbar-dropdown {
  position: absolute !important;
}
.cid-v6cbxBcyBt .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-v6cbxBcyBt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-v6cbxBcyBt .dropdown-menu {
    text-align: center;
  }
}
.cid-v6cbxBcyBt .dropdown-item {
  border: 1px solid #ff5e3a;
  background: #000000 !important;
  color: #12e19f !important;
}
.cid-v6cbxBcyBt .dropdown-item:hover,
.cid-v6cbxBcyBt .dropdown-item:focus {
  background: #000000 !important;
}
.cid-v6cbxBcyBt .dropdown-item:hover span {
  color: white;
}
.cid-v6cbxBcyBt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v6cbxBcyBt .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v6cbxBcyBt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v6cbxBcyBt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v6cbxBcyBt .nav-link {
  position: relative;
}
.cid-v6cbxBcyBt .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .cid-v6cbxBcyBt .container {
    flex-wrap: nowrap;
  }
}
.cid-v6cbxBcyBt .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v6cbxBcyBt .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v6cbxBcyBt .dropdown-menu,
.cid-v6cbxBcyBt .navbar.opened {
  background: #000000 !important;
}
.cid-v6cbxBcyBt .nav-item:focus,
.cid-v6cbxBcyBt .nav-link:focus {
  outline: none;
}
.cid-v6cbxBcyBt .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-v6cbxBcyBt .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v6cbxBcyBt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v6cbxBcyBt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v6cbxBcyBt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v6cbxBcyBt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  transition: none;
  margin: 0 !important;
}
.cid-v6cbxBcyBt .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-v6cbxBcyBt .navbar {
    min-height: 80px;
  }
}
.cid-v6cbxBcyBt .navbar.opened {
  transition: all 0.3s;
}
.cid-v6cbxBcyBt .navbar .dropdown-item {
  padding: 1px 2rem 1px 12px;
  border-radius: 0;
  font-weight: 400;
}
.cid-v6cbxBcyBt .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v6cbxBcyBt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v6cbxBcyBt .navbar.collapsed {
  justify-content: center;
}
.cid-v6cbxBcyBt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v6cbxBcyBt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v6cbxBcyBt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-v6cbxBcyBt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v6cbxBcyBt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v6cbxBcyBt .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%;
  right: .8rem;
}
.cid-v6cbxBcyBt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v6cbxBcyBt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  text-align: center;
}
.cid-v6cbxBcyBt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v6cbxBcyBt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v6cbxBcyBt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v6cbxBcyBt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v6cbxBcyBt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v6cbxBcyBt .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%;
    right: .8rem;
  }
  .cid-v6cbxBcyBt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v6cbxBcyBt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v6cbxBcyBt .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 12px;
    text-align: center;
  }
  .cid-v6cbxBcyBt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v6cbxBcyBt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v6cbxBcyBt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v6cbxBcyBt .navbar.navbar-short {
  min-height: 96px;
}
.cid-v6cbxBcyBt .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v6cbxBcyBt .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .cid-v6cbxBcyBt .navbar-brand {
    min-height: 80px;
  }
}
.cid-v6cbxBcyBt .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v6cbxBcyBt .navbar-brand .navbar-caption:hover,
.cid-v6cbxBcyBt .navbar-brand .navbar-caption:focus {
  color: #ff5e3a !important;
}
.cid-v6cbxBcyBt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v6cbxBcyBt .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v6cbxBcyBt .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #12e19f !important;
}
.cid-v6cbxBcyBt .dropdown-item.active,
.cid-v6cbxBcyBt .dropdown-item:active {
  background-color: transparent;
}
.cid-v6cbxBcyBt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v6cbxBcyBt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v6cbxBcyBt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v6cbxBcyBt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-v6cbxBcyBt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-v6cbxBcyBt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v6cbxBcyBt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v6cbxBcyBt ul.navbar-nav {
  position: relative;
  flex-wrap: wrap;
  animation: none !important;
}
@media (min-width: 991px) {
  .cid-v6cbxBcyBt ul.navbar-nav {
    padding: 0 24px;
    background-color: transparent;
    backdrop-filter: blur(10px);
  }
}
.cid-v6cbxBcyBt ul.navbar-nav::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #ff5e3a;
  -webkit-mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
  mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
}
.cid-v6cbxBcyBt .navbar-buttons {
  text-align: center;
}
.cid-v6cbxBcyBt .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-v6cbxBcyBt .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v6cbxBcyBt button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v6cbxBcyBt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #9ba9c4;
}
.cid-v6cbxBcyBt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v6cbxBcyBt button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v6cbxBcyBt button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v6cbxBcyBt button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v6cbxBcyBt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6cbxBcyBt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v6cbxBcyBt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v6cbxBcyBt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6cbxBcyBt .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v6cbxBcyBt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v6cbxBcyBt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v6cbxBcyBt .navbar {
    height: 70px;
  }
  .cid-v6cbxBcyBt .navbar.opened {
    height: auto;
  }
  .cid-v6cbxBcyBt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v6cbxBcyBt .navbar-nav {
  margin: 0 auto;
}
.cid-v6cbxBcyBt .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v6cbxBcyBt .nav-item .nav-link {
  padding: 0 !important;
  margin: 15px 14px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v6cbxBcyBt .nav-item .nav-link::after {
  color: #ff5e3a !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v6cbxBcyBt .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px !important;
  background-color: #12e19f;
  transition: all 0.5s ease-in-out;
}
.cid-v6cbxBcyBt .nav-item .nav-link:hover,
.cid-v6cbxBcyBt .nav-item .nav-link:focus {
  background-color: transparent;
  color: #12e19f !important;
}
.cid-v6cbxBcyBt .nav-item .nav-link:hover::after,
.cid-v6cbxBcyBt .nav-item .nav-link:focus::after {
  color: #12e19f !important;
}
.cid-v6cbxBcyBt .nav-item .nav-link:hover::before,
.cid-v6cbxBcyBt .nav-item .nav-link:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-v6cbxBcyBt .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v6cbxBcyBt .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v6cbxBcyBt .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v6cbxBcyBt .nav-item .dropdown-menu .dropdown-item {
  color: #12e19f !important;
}
.cid-v6cbxBcyBt .nav-item .dropdown-menu .dropdown-item:hover,
.cid-v6cbxBcyBt .nav-item .dropdown-menu .dropdown-item:focus {
  color: #ff5e3a !important;
}
@media (max-width: 991px) {
  .cid-v6cbxBcyBt .navbar {
    justify-content: flex-start !important;
  }
  .cid-v6cbxBcyBt .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v6cbxBcyBt .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v6cbxBcyBt .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v6cbxBcyBt .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-v6cbxBcyBt .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-v6cbxBcyBt .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v6cbxBcyBt .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v6cbxBcyBt .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-v6cbxBcyBt .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-v6cbxBcyBt .content-wrap {
    min-height: 80px;
  }
}
.cid-v77MdGVBdD {
  padding-top: 12rem;
  padding-bottom: 6rem;
  background-color: #000000;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v77MdGVBdD {
    padding-top: 7rem;
    padding-bottom: 2rem;
  }
}
.cid-v77MdGVBdD::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ff6a00 10%, #ffcd7d 25%, #0175ff 100%);
  filter: blur(150px);
  pointer-events: none;
}
.cid-v77MdGVBdD::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #000000 100%);
  pointer-events: none;
}
.cid-v77MdGVBdD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v77MdGVBdD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v77MdGVBdD .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v77MdGVBdD .content-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.cid-v77MdGVBdD .content-wrapper .mbr-section-title {
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .cid-v77MdGVBdD .content-wrapper .mbr-section-title {
    margin-bottom: 0;
  }
}
.cid-v77MdGVBdD .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v77MdGVBdD .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v77MdGVBdD .content-wrapper .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 992px) {
  .cid-v77MdGVBdD .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-v77MdGVBdD .mbr-label,
.cid-v77MdGVBdD .label-wrapper {
  color: #12e19f;
  text-align: center;
}
.cid-v77MdGVBdD .mbr-section-title {
  color: #ffffff;
}
.cid-v77MdGVBdD .mbr-text,
.cid-v77MdGVBdD .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v77MdGVBdD .mbr-section-title,
.cid-v77MdGVBdD .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-v77N38cIMv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1920x1357.webp");
}
.cid-v77N38cIMv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v77N38cIMv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v77N38cIMv .image-wrapper {
  margin-bottom: 40px;
  -webkit-mask: linear-gradient(#000000 50%, transparent 100%);
  mask: linear-gradient(#000000 50%, transparent 100%);
}
.cid-v77N38cIMv .image-wrapper img {
  width: 100%;
  height: 350px;
  margin-top: 40px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v77N38cIMv .image-wrapper img {
    height: 300px;
  }
}
.cid-v77N38cIMv .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v77N38cIMv .title-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v77N38cIMv .title-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-v77N38cIMv .mbr-section-title {
  color: #ffffff;
}
.cid-v77N38cIMv .mbr-section-title,
.cid-v77N38cIMv .mbr-section-btn {
  text-align: left;
  color: #12e19f;
}
.cid-v77N38cIMv .item-text,
.cid-v77N38cIMv .text-wrap,
.cid-v77N38cIMv .mbr-text {
  color: #c8d1e1;
}
.cid-v77N38cIMv .mbr-section-subtitle {
  text-align: left;
  color: #c8d1e1;
}
.cid-v77N38cIMv .mbr-section-subtitle,
.cid-v77N38cIMv .mbr-section-btn {
  color: #c8d1e1;
}
.cid-v77O83PkGQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v77O83PkGQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v77O83PkGQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v77O83PkGQ .content-wrap {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v77O83PkGQ .content-wrap {
    margin-bottom: 10px;
  }
}
.cid-v77O83PkGQ .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-v77O83PkGQ .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-v77O83PkGQ .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-v77O83PkGQ .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v77O83PkGQ .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v77O83PkGQ .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v77O83PkGQ .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v77O83PkGQ .content-wrap .card {
  justify-content: center;
}
.cid-v77O83PkGQ .item {
  margin-bottom: 48px;
}
.cid-v77O83PkGQ .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v77O83PkGQ .item {
    margin-bottom: 20px;
  }
  .cid-v77O83PkGQ .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v77O83PkGQ .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  height: 100%;
  position: relative;
  padding: 40px;
  background-color: #000000;
  border: 1px solid #242a3c;
  animation: none !important;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v77O83PkGQ .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-v77O83PkGQ .item .item-wrapper .item-content {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-v77O83PkGQ .item .item-wrapper .item-content {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v77O83PkGQ .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-v77O83PkGQ .item .item-wrapper .item-content .text-wrap .item-text {
  margin-bottom: 10px;
}
.cid-v77O83PkGQ .item .item-wrapper .item-content .list-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-v77O83PkGQ .item .item-wrapper .item-content .list-wrapper {
    margin-top: 20px;
  }
}
.cid-v77O83PkGQ .item .item-wrapper .item-content .list-wrapper .list {
  display: inline-flex;
  flex-direction: column;
  width: 100%;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-v77O83PkGQ .item .item-wrapper .item-content .list-wrapper .list {
    width: 100%;
  }
}
.cid-v77O83PkGQ .item .item-wrapper .item-content .list-wrapper .list .item-wrap {
  position: relative;
  width: 100%;
  border: 1px solid #242a3c;
  padding: 11px 16px 11px 50px;
  margin-bottom: 0;
  min-height: 48px;
}
.cid-v77O83PkGQ .item .item-wrapper .item-content .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 13px;
  left: 16px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  font-size: 16px;
  color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #0175ff 40%, #ffcd7d 50%);
  box-shadow: inset 0 0 7px -1px #dddddd;
}
.cid-v77O83PkGQ .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v77O83PkGQ .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-v77O83PkGQ .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v77O83PkGQ .item .item-wrapper .image-wrapper {
  position: relative;
  z-index: 1;
  padding: 20px;
  width: 35%;
}
@media (max-width: 992px) {
  .cid-v77O83PkGQ .item .item-wrapper .image-wrapper {
    width: 100%;
    padding: 0;
  }
}
.cid-v77O83PkGQ .item .item-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  right: -10%;
  width: 100%;
  height: 85%;
  border-radius: 100%;
  background-image: linear-gradient(#ff6a00 10%, #ffcd7d 25%, #0175ff 100%);
  filter: blur(80px);
  pointer-events: none;
}
.cid-v77O83PkGQ .item .item-wrapper .image-wrapper .border-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #ffffff;
  -webkit-mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
  mask: linear-gradient(255deg, transparent 0, rgba(0, 0, 0, 0.12) 18.1687%, rgba(0, 0, 0, 0.23) 85.166%, transparent 100%), linear-gradient(320deg, #000000 0%, rgba(0, 0, 0, 0.12) 25.753%, rgba(0, 0, 0, 0.13) 78.8698%, #000000 100%);
}
@media (max-width: 992px) {
  .cid-v77O83PkGQ .item .item-wrapper .image-wrapper .border-wrap {
    display: none;
  }
}
.cid-v77O83PkGQ .item .item-wrapper .image-wrapper .item-img {
  position: relative;
  z-index: 1;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v77O83PkGQ .item .item-wrapper .image-wrapper .item-img {
    min-height: auto;
    height: 300px;
    display: none;
  }
}
.cid-v77O83PkGQ .item .item-wrapper .image-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v77O83PkGQ .mbr-label {
  color: #9ba9c4;
}
.cid-v77O83PkGQ .mbr-section-title {
  color: #12e19f;
  text-align: left;
}
.cid-v77O83PkGQ .mbr-text,
.cid-v77O83PkGQ .text-wrapper {
  color: #9ba9c4;
}
.cid-v77O83PkGQ .item-title {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v77O83PkGQ .item-title {
    margin-top: 30px;
  }
}
.cid-v77O83PkGQ .item-text {
  color: #9ba9c4;
}
.cid-v77O83PkGQ .list {
  color: #d1d4e3;
}
.cid-v77O83PkGQ .item-text,
.cid-v77O83PkGQ .text-wrap {
  color: #c8d1e1;
}
.cid-v77O83PkGQ .item-title,
.cid-v77O83PkGQ .mbr-section-btn {
  color: #12e19f;
}
.cid-v77O83PkGQ .mbr-label,
.cid-v77O83PkGQ .label-wrapper {
  color: #c8d1e1;
}
.cid-v77O83PkGQ .mbr-text2 {
  margin-top: 30px;
}
.cid-v77O83PkGQ .mbr-text2,
.cid-v77O83PkGQ .text-wrapper {
  color: #c8d1e1;
}
.cid-v7dWeUhIXZ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v7dWeUhIXZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7dWeUhIXZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7dWeUhIXZ .image-wrapper {
  margin-bottom: 40px;
  -webkit-mask: linear-gradient(#000000 50%, transparent 100%);
  mask: linear-gradient(#000000 50%, transparent 100%);
}
.cid-v7dWeUhIXZ .image-wrapper img {
  width: 100%;
  height: 350px;
  margin-top: 40px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v7dWeUhIXZ .image-wrapper img {
    height: 300px;
  }
}
.cid-v7dWeUhIXZ .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-v7dWeUhIXZ .title-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v7dWeUhIXZ .title-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-v7dWeUhIXZ .mbr-section-title {
  color: #ffffff;
}
.cid-v7dWeUhIXZ .mbr-section-title,
.cid-v7dWeUhIXZ .mbr-section-btn {
  text-align: left;
  color: #12e19f;
}
.cid-v7dWeUhIXZ .item-text,
.cid-v7dWeUhIXZ .text-wrap,
.cid-v7dWeUhIXZ .mbr-text {
  color: #c8d1e1;
}
.cid-v7dWeUhIXZ .mbr-section-subtitle {
  text-align: left;
  color: #c8d1e1;
}
.cid-v7dWeUhIXZ .mbr-section-subtitle,
.cid-v7dWeUhIXZ .mbr-section-btn {
  color: #c8d1e1;
}
.cid-v78876bTI2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-v78876bTI2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v78876bTI2 .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-v78876bTI2 .container {
    padding: 10px 8px;
  }
}
.cid-v78876bTI2 .row {
  position: relative;
  border-radius: 25px;
  background-color: #262526;
  justify-content: center;
  padding: 100px 32px 84px;
  margin: 0;
  overflow: hidden;
  box-shadow: inset 0 0 5rem #ff6a00;
}
@media (max-width: 768px) {
  .cid-v78876bTI2 .row {
    padding: 50px 2px 34px;
  }
}
.cid-v78876bTI2 .row .main-image {
  position: absolute;
  top: 0;
  left: 40px;
  width: 55%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v78876bTI2 .row .main-image {
    display: none;
  }
}
.cid-v78876bTI2 .item {
  position: relative;
  z-index: 1;
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-v78876bTI2 .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 25px !important;
  background-color: #000000;
  height: 100%;
  padding: 20px 25px;
}
@media (max-width: 768px) {
  .cid-v78876bTI2 .item .item-wrapper {
    padding: 20px 15px;
  }
}
.cid-v78876bTI2 .item .item-wrapper .item-content {
  margin-bottom: 30px;
}
.cid-v78876bTI2 .item .item-wrapper .item-content .title-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .cid-v78876bTI2 .item .item-wrapper .item-content .title-wrap {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.cid-v78876bTI2 .item .item-wrapper .item-content .title-wrap .card-title {
  margin-bottom: 15px;
}
.cid-v78876bTI2 .item .item-wrapper .item-content .title-wrap a {
  display: block;
}
@media (max-width: 1200px) {
  .cid-v78876bTI2 .item .item-wrapper .item-content .title-wrap a {
    margin-bottom: 16px;
  }
}
.cid-v78876bTI2 .item .item-wrapper .item-content .title-wrap a:hover .mbr-iconfont,
.cid-v78876bTI2 .item .item-wrapper .item-content .title-wrap a:focus .mbr-iconfont {
  transform: scale(1.15);
}
.cid-v78876bTI2 .item .item-wrapper .item-content .title-wrap a .mbr-iconfont {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0175ff;
  color: #ffffff;
  font-size: 16px;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .cid-v78876bTI2 .item .item-wrapper .item-content .title-wrap a .mbr-iconfont {
    margin-left: 0;
  }
}
.cid-v78876bTI2 .item .item-wrapper .item-content .card-desc {
  opacity: 1;
  margin-bottom: 0;
}
.cid-v78876bTI2 .item .item-wrapper .item-img {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.cid-v78876bTI2 .item .item-wrapper .item-img img {
  width: 250px;
  height: 150px;
  border-radius: 15px !important;
  object-fit: cover;
}
@media (max-width: 1400px) {
  .cid-v78876bTI2 .item .item-wrapper .item-img img {
    width: 250px;
    height: 150px;
  }
}
.cid-v78876bTI2 .item .item-wrapper .item-img .card-tag {
  display: inline-flex;
  background-color: #e1edff;
  border: 1px solid #bad6ff;
  padding: 5px 10px;
  border-radius: 300px;
  margin-bottom: 0;
  margin-left: 10px;
}
@media (max-width: 992px) {
  .cid-v78876bTI2 .card-wrap {
    display: none;
  }
}
.cid-v78876bTI2 .item-menu-overlay .btn-wrapper {
  margin-top: -8%;
}
.cid-v78876bTI2 .card-title {
  color: #ffffff;
}
.cid-v78876bTI2 .card-desc {
  color: #c8d1e1;
}
.cid-v78876bTI2 .card-tag {
  color: #3283fb;
}
.cid-v7dAPk3qKl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v7dAPk3qKl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7dAPk3qKl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7dAPk3qKl .content-wrap {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v7dAPk3qKl .content-wrap {
    margin-bottom: 10px;
  }
}
.cid-v7dAPk3qKl .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-v7dAPk3qKl .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-v7dAPk3qKl .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-v7dAPk3qKl .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v7dAPk3qKl .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-v7dAPk3qKl .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v7dAPk3qKl .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v7dAPk3qKl .content-wrap .card {
  justify-content: center;
}
.cid-v7dAPk3qKl .items-wrapper {
  position: relative;
}
.cid-v7dAPk3qKl .items-wrapper::before {
  content: '';
  position: absolute;
  width: 80%;
  height: 80%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ff6a00 10%, #ffcd7d 25%, #0175ff 100%);
  filter: blur(150px);
  pointer-events: none;
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-v7dAPk3qKl .items-wrapper::before {
    width: 300px;
    height: 300px;
  }
}
.cid-v7dAPk3qKl .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v7dAPk3qKl .item {
    margin-bottom: 20px;
  }
  .cid-v7dAPk3qKl .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v7dAPk3qKl .item .item-wrapper {
  position: relative;
  padding: 18px;
  background-color: #000000;
  border: 1px solid #242a3c;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v7dAPk3qKl .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v7dAPk3qKl .item .item-wrapper::before {
  content: '';
  position: absolute;
  bottom: -300px;
  left: -300px;
  width: 600px;
  height: 600px;
  border-radius: 100%;
  background-color: #ff6a00;
  filter: blur(80px);
  pointer-events: none;
  opacity: .3;
}
@media (max-width: 992px) {
  .cid-v7dAPk3qKl .item .item-wrapper::before {
    bottom: -200px;
    left: -150px;
    width: 300px;
    height: 300px;
  }
}
.cid-v7dAPk3qKl .item .item-wrapper::after {
  content: '';
  position: absolute;
  bottom: -300px;
  right: -300px;
  width: 600px;
  height: 600px;
  border-radius: 100%;
  background-color: #0175ff;
  filter: blur(80px);
  pointer-events: none;
  opacity: .3;
}
@media (max-width: 992px) {
  .cid-v7dAPk3qKl .item .item-wrapper::after {
    bottom: -150px;
    right: -150px;
    width: 300px;
    height: 300px;
  }
}
.cid-v7dAPk3qKl .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-v7dAPk3qKl .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-v7dAPk3qKl .item .item-wrapper .item-content .item-price {
  margin-top: 10px;
  font-size: 23px;
}
.cid-v7dAPk3qKl .item .item-wrapper .item-content .item-text {
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-v7dAPk3qKl .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 30px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v7dAPk3qKl .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v7dAPk3qKl .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-v7dAPk3qKl .item .item-wrapper .item-content .list-wrapper {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v7dAPk3qKl .item .item-wrapper .item-content .list-wrapper {
    margin-top: 40px;
  }
}
.cid-v7dAPk3qKl .item .item-wrapper .item-content .list-wrapper .list {
  display: inline-flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-v7dAPk3qKl .item .item-wrapper .item-content .list-wrapper .list {
    gap: 15px;
  }
}
.cid-v7dAPk3qKl .item .item-wrapper .item-content .list-wrapper .list .item-wrap {
  position: relative;
  width: 100%;
  padding-left: 36px;
  margin-bottom: 0;
}
.cid-v7dAPk3qKl .item .item-wrapper .item-content .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  font-size: 16px;
  color: #c8d1e1;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 7px -1px #c8d1e1;
}
.cid-v7dAPk3qKl .mbr-label {
  color: #9ba9c4;
}
.cid-v7dAPk3qKl .mbr-section-title {
  color: #12e19f;
}
.cid-v7dAPk3qKl .mbr-text,
.cid-v7dAPk3qKl .text-wrapper {
  color: #c8d1e1;
}
.cid-v7dAPk3qKl .item-title {
  color: #ffffff;
}
.cid-v7dAPk3qKl .item-price {
  color: #d1d4e3;
}
.cid-v7dAPk3qKl .item-text {
  color: #9ba9c4;
}
.cid-v7dAPk3qKl .list {
  color: #ffffff;
}
.cid-v7dTHUwmPC {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v7dTHUwmPC {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.cid-v7dTHUwmPC::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ff6a00 10%, #ffcd7d 25%, #0175ff 100%);
  filter: blur(150px);
  pointer-events: none;
}
.cid-v7dTHUwmPC::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #000000 100%);
  pointer-events: none;
}
.cid-v7dTHUwmPC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7dTHUwmPC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v7dTHUwmPC .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v7dTHUwmPC .content-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.cid-v7dTHUwmPC .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v7dTHUwmPC .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-v7dTHUwmPC .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v7dTHUwmPC .content-wrapper .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 992px) {
  .cid-v7dTHUwmPC .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-v7dTHUwmPC .mbr-label,
.cid-v7dTHUwmPC .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v7dTHUwmPC .mbr-section-title {
  color: #ffffff;
}
.cid-v7dTHUwmPC .mbr-text,
.cid-v7dTHUwmPC .text-wrapper {
  color: #ffffff;
  text-align: center;
  margin-bottom: 10px;
}
.cid-v7dTHUwmPC .mbr-section-title,
.cid-v7dTHUwmPC .mbr-section-btn {
  text-align: center;
  color: #12e19f;
}
.cid-v6MoF1HZRX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v6MoF1HZRX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6MoF1HZRX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v6MoF1HZRX .row {
  margin: 0 -15px;
}
.cid-v6MoF1HZRX .row .card {
  padding: 0 40px;
}
.cid-v6MoF1HZRX .title-wrapper {
  margin-bottom: 25px;
}
.cid-v6MoF1HZRX .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v6MoF1HZRX .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
    text-align: center;
  }
}
.cid-v6MoF1HZRX .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v6MoF1HZRX .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v6MoF1HZRX .title-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-v6MoF1HZRX .title-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v6MoF1HZRX .nav-wrapper {
  display: flex;
  justify-content: flex-end;
  gap: 60px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v6MoF1HZRX .nav-wrapper {
    display: none;
  }
}
.cid-v6MoF1HZRX .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v6MoF1HZRX .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 10px;
  border-bottom: 3px dashed transparent;
  transition: all 0.3s ease-in-out;
  width: fit-content;
}
.cid-v6MoF1HZRX .nav-wrap .list .item-wrap:hover,
.cid-v6MoF1HZRX .nav-wrap .list .item-wrap:focus {
  color: #12e19f;
  border-bottom: 3px dashed #12e19f;
}
.cid-v6MoF1HZRX .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v6MoF1HZRX .border-wrap {
  width: 100%;
  height: 0.5px;
  background-color: #9ba9c4;
  margin-bottom: 40px;
}
.cid-v6MoF1HZRX .mbr-copy {
  margin-bottom: 0;
  color: #9ba9c4;
  text-align: center;
}
.cid-v6MoF1HZRX .mbr-section-title {
  color: #fefff5;
}
.cid-v6MoF1HZRX .mbr-text {
  color: #fefff5;
}
.cid-v6MoF1HZRX .list {
  color: #a1a1a1;
}
.cid-v6MoF1HZRX .list,
.cid-v6MoF1HZRX .item-wrap {
  color: #12e19f;
}
.cid-v6MoF1HZRX .mbr-section-title,
.cid-v6MoF1HZRX .mbr-section-btn {
  color: #12e19f;
}
.cid-v6MoF1HZRX .mbr-text,
.cid-v6MoF1HZRX .text-wrapper {
  color: #c8d1e1;
  margin-bottom: 10px;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-v6MoF1HZRX .mbr-text,
  .cid-v6MoF1HZRX .text-wrapper {
    text-align: center;
  }
}
