.btn {
  border-width: 1px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: 1.22;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 3rem;
  line-height: 1.2;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.625rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.22 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.22 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.2 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.5 * (1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.5 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.5 * (1.14rem + (1.4 - 1.14) * ((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: #ffffff !important;
}
.bg-success {
  background-color: #ff6a00 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #0175ff !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #666666 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #666666 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #0175ff !important;
  border-color: #0175ff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #3491ff !important;
  border-color: #3491ff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #3491ff !important;
  border-color: #3491ff !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #666666 !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: #666666 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #ff6a00 !important;
  border-color: #ff6a00 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ff8833 !important;
  border-color: #ff8833 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #ff8833 !important;
  border-color: #ff8833 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #0175ff !important;
  border-color: #0175ff !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #3491ff !important;
  border-color: #3491ff !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #3491ff !important;
  border-color: #3491ff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #666666 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #666666 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #ffffff;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #0175ff;
  color: #0175ff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #004da9 !important;
  background-color: transparent !important;
  border-color: #004da9 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0175ff !important;
  border-color: #0175ff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ff6a00;
  color: #ff6a00;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #a84600 !important;
  background-color: transparent !important;
  border-color: #a84600 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6a00 !important;
  border-color: #ff6a00 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #0175ff;
  color: #0175ff;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #004da9 !important;
  background-color: transparent !important;
  border-color: #004da9 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #0175ff !important;
  border-color: #0175ff !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #ffffff !important;
}
.text-secondary {
  color: #0175ff !important;
}
.text-success {
  color: #ff6a00 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #0175ff !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #00469a !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #994000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #00469a !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #cccccc !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: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #0175ff;
}
.alert-danger {
  background-color: #ffffff;
}
.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: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffe1cc;
}
.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: #cde4ff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 10px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.625rem;
}
.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: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #ffffff;
}
/* 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: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.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: #ffffff;
  border-bottom-color: #ffffff;
}
.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: #ffffff !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: #0175ff !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='%23ffffff' %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 #ffffff, inset 3px -2px 8px 0px #0175ff;
  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 #ffffff, inset 0px -33px 25px 0px #0175ff;
  color: #666666 !important;
}
.mbr-section-btn .btn-white {
  background-color: #ffffff !important;
  border: 1px solid #000000 !important;
  box-shadow: inset -4px 3px 9px 0px #ffffff, inset 3px -2px 8px 0px #0175ff;
  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 #ffffff, inset 0px -33px 25px 0px #0175ff;
  color: #666666 !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;
}
.new-font {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.7rem;
  line-height: 1.5;
}
.new-font > .mbr-iconfont {
  font-size: 1.7rem;
}
.new-font-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 3.2rem;
  line-height: 1.5;
}
.new-font-1 > .mbr-iconfont {
  font-size: 3.2rem;
}
.new-font3 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.new-font3 > .mbr-iconfont {
  font-size: 1.6rem;
}
.new-font-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 3.6rem;
  line-height: 1.5;
}
.new-font-5 > .mbr-iconfont {
  font-size: 3.6rem;
}
.cid-vcaqzP8bCH {
  z-index: 1000;
  width: 100%;
}
.cid-vcaqzP8bCH .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;
}
@media (max-width: 767px) {
  .cid-vcaqzP8bCH .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vcaqzP8bCH .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-vcaqzP8bCH .navbar-nav {
    max-width: 45%;
  }
}
.cid-vcaqzP8bCH .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vcaqzP8bCH .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vcaqzP8bCH .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vcaqzP8bCH .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vcaqzP8bCH .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vcaqzP8bCH .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vcaqzP8bCH .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vcaqzP8bCH .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vcaqzP8bCH .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-vcaqzP8bCH .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-vcaqzP8bCH .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vcaqzP8bCH .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vcaqzP8bCH .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vcaqzP8bCH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcaqzP8bCH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcaqzP8bCH .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vcaqzP8bCH .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vcaqzP8bCH .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vcaqzP8bCH .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vcaqzP8bCH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vcaqzP8bCH .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vcaqzP8bCH .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vcaqzP8bCH .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vcaqzP8bCH .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vcaqzP8bCH .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0) !important;
}
.cid-vcaqzP8bCH .nav-item:focus,
.cid-vcaqzP8bCH .nav-link:focus {
  outline: none;
}
.cid-vcaqzP8bCH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcaqzP8bCH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcaqzP8bCH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcaqzP8bCH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcaqzP8bCH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcaqzP8bCH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcaqzP8bCH .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vcaqzP8bCH .navbar.opened {
  transition: all 0.3s;
}
.cid-vcaqzP8bCH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcaqzP8bCH .navbar .navbar-logo img {
  width: auto;
}
.cid-vcaqzP8bCH .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-vcaqzP8bCH .navbar.collapsed {
  justify-content: center;
}
.cid-vcaqzP8bCH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcaqzP8bCH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcaqzP8bCH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 9rem);
  }
}
.cid-vcaqzP8bCH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcaqzP8bCH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcaqzP8bCH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vcaqzP8bCH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcaqzP8bCH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcaqzP8bCH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vcaqzP8bCH .navbar {
    min-height: 72px;
  }
  .cid-vcaqzP8bCH .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vcaqzP8bCH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcaqzP8bCH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcaqzP8bCH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcaqzP8bCH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcaqzP8bCH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vcaqzP8bCH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcaqzP8bCH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vcaqzP8bCH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcaqzP8bCH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcaqzP8bCH .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vcaqzP8bCH .dropdown-item.active,
.cid-vcaqzP8bCH .dropdown-item:active {
  background-color: transparent;
}
.cid-vcaqzP8bCH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcaqzP8bCH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcaqzP8bCH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcaqzP8bCH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vcaqzP8bCH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vcaqzP8bCH .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vcaqzP8bCH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcaqzP8bCH .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vcaqzP8bCH .navbar-buttons {
    text-align: left;
  }
}
.cid-vcaqzP8bCH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vcaqzP8bCH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vcaqzP8bCH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcaqzP8bCH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcaqzP8bCH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcaqzP8bCH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcaqzP8bCH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcaqzP8bCH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcaqzP8bCH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcaqzP8bCH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcaqzP8bCH .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vcaqzP8bCH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcaqzP8bCH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vcaqzP8bCH .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcaqzP8bCH .navbar {
    height: 70px;
  }
  .cid-vcaqzP8bCH .navbar.opened {
    height: auto;
  }
  .cid-vcaqzP8bCH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcaqzP8bCH .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vcaqzP8bCH .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vcaqzP8bCH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vcaqzP8bCH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vcaqzP8bCH .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vcaqzP8bCH .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vcaqzP8bCH .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vcaqzP8bCH .navbar-brand {
    margin-right: auto;
  }
  .cid-vcaqzP8bCH .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0) !important;
    background: rgba(0, 0, 0, 0) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vcaqzP8bCH .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vcaqzP8bCH .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vcaqzP8bCH .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vcaqzP8bCH .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vcaqzP8bCH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vcaqzP8bCH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vcaqzP8bCH .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vcaqzP8bCH .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vcaqzP8bCH .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vcaqzP8bCH .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v9t1uRo7Ki {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v9t1uRo7Ki .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9t1uRo7Ki .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9t1uRo7Ki .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v9t1uRo7Ki .content-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.cid-v9t1uRo7Ki .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v9t1uRo7Ki .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v9t1uRo7Ki .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v9t1uRo7Ki .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v9t1uRo7Ki .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-v9t1uRo7Ki .mbr-label,
.cid-v9t1uRo7Ki .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v9t1uRo7Ki .mbr-section-title {
  color: #ffffff;
}
.cid-v9t1uRo7Ki .mbr-text,
.cid-v9t1uRo7Ki .text-wrapper {
  color: #c8d1e1;
  text-align: center;
}
.cid-v9t1uRo7Ki .mbr-section-title,
.cid-v9t1uRo7Ki .mbr-section-btn {
  text-align: center;
  color: #000000;
}
@keyframes bulge {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.cid-v9t1uRo7Ki .bulge-animation {
  animation: bulge 2s infinite;
}
.cid-v9t1uRo7Ki .streaming-text {
  position: relative;
  display: inline-block;
}
.cid-vdAXM0GxbC {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/chatgpt20image20mar20112020262011-12-4920pm-1536x1024.png");
}
.cid-vdAXM0GxbC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdAXM0GxbC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdAXM0GxbC .row {
  justify-content: center;
}
.cid-vdAXM0GxbC .card {
  justify-content: flex-end;
}
.cid-vdAXM0GxbC .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-vdAXM0GxbC .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vdAXM0GxbC .content-wrapper .text-wrapper .mbr-text {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
  opacity: 1;
}
@media (max-width: 992px) {
  .cid-vdAXM0GxbC .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vdAXM0GxbC .border-wrapper {
  margin-top: 125px;
  width: 100%;
  height: 1px;
  background-color: #4891f3;
  opacity: 1;
  background-image: linear-gradient(to right, transparent, #4891f3, transparent);
}
@media (max-width: 992px) {
  .cid-vdAXM0GxbC .border-wrapper {
    margin-top: 30px;
  }
}
.cid-vdAXM0GxbC .desc-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-vdAXM0GxbC .desc-wrapper {
    margin-top: 30px;
  }
}
.cid-vdAXM0GxbC .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-vdAXM0GxbC .mbr-section-btn {
  margin-top: 50px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vdAXM0GxbC .mbr-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.cid-vdAXM0GxbC .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vdAXM0GxbC .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vdAXM0GxbC .mbr-text,
.cid-vdAXM0GxbC .text-wrapper {
  color: #fafafa;
  text-align: center;
}
.cid-vdAXM0GxbC .mbr-desc {
  color: #ffffff;
}
.cid-vdAXM0GxbC .mbr-desc,
.cid-vdAXM0GxbC .mbr-section-btn {
  text-align: center;
  color: #c8d1e1;
}
.cid-vdAXM0GxbC .bulge {
  transition: transform 0.3s ease;
}
.cid-vdAXM0GxbC .bulge:hover {
  transform: scale(1.1);
}
.cid-v9IpBr3H55 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v9IpBr3H55 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v9IpBr3H55 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v9IpBr3H55 .panel-group .card {
  position: relative;
  padding: 60px 0;
  border: none;
  margin-top: 0;
  border-top: 2px solid #586077;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v9IpBr3H55 .panel-group .card {
    padding: 32px 0;
  }
}
.cid-v9IpBr3H55 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-v9IpBr3H55 .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-v9IpBr3H55 .panel-group .card .card-header .panel-title {
    display: block;
  }
}
.cid-v9IpBr3H55 .panel-group .card .card-header .panel-title .panel-title-edit {
  width: 50%;
  margin-bottom: 0;
  padding-right: 60px;
}
@media (max-width: 1440px) {
  .cid-v9IpBr3H55 .panel-group .card .card-header .panel-title .panel-title-edit {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v9IpBr3H55 .panel-group .card .card-header .panel-title .panel-title-edit {
    width: 100%;
    margin-bottom: 22px;
    padding-right: 0;
  }
}
.cid-v9IpBr3H55 .panel-group .card .card-header .panel-title .desc-wrapper {
  width: 35%;
}
@media (max-width: 992px) {
  .cid-v9IpBr3H55 .panel-group .card .card-header .panel-title .desc-wrapper {
    width: 100%;
  }
}
.cid-v9IpBr3H55 .panel-group .card .card-header .panel-title .desc-wrapper .panel-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v9IpBr3H55 .panel-group .card .card-header .panel-title .desc-wrapper .panel-desc {
    margin-bottom: 22px;
  }
}
.cid-v9IpBr3H55 .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 15%;
  padding-left: 32px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v9IpBr3H55 .panel-group .card .card-header .panel-title .icon-wrapper {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
}
.cid-v9IpBr3H55 .panel-group .card .card-header .panel-title .icon-wrapper .icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border: 1px solid #586077;
  border-radius: 100%;
}
.cid-v9IpBr3H55 .panel-group .card .card-header .panel-title .icon-wrapper .icon-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #0054b9;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-v9IpBr3H55 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .icon-wrap .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-v9IpBr3H55 .panel-group .card .panel-collapse .panel-body {
  display: flex;
  justify-content: flex-end;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-v9IpBr3H55 .panel-group .card .panel-collapse .panel-body {
    margin-top: 32px;
  }
}
.cid-v9IpBr3H55 .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
  padding-right: 15%;
}
@media (max-width: 992px) {
  .cid-v9IpBr3H55 .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-v9IpBr3H55 .panel-title-edit {
  color: #191c25;
}
.cid-v9IpBr3H55 .panel-desc {
  color: #9ba9c4;
  text-align: left;
}
.cid-v9IpBr3H55 .panel-text {
  color: #191c25;
}
.cid-v9IpBr3H55 .panel-title-edit,
.cid-v9IpBr3H55 .icon-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v9IpBr3H55 .panel-text,
.cid-v9IpBr3H55 .panel- {
  color: #fafafa;
}
.cid-v9IpBr3H55 .card-header {
  position: relative;
  overflow: hidden;
}
.cid-v9IpBr3H55 .card-header::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
  animation: shine 3s infinite linear;
  transform: translateX(-100%);
}
@keyframes shine {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.cid-v9IpBr3H55 .icon-wrapper .icon-wrap .mbr-iconfont {
  pointer-events: auto;
}
.cid-v9IpBr3H55 .icon-wrapper:hover {
  cursor: pointer;
}
.cid-v5qVdJUUYv {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-v5qVdJUUYv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5qVdJUUYv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5qVdJUUYv .content-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v5qVdJUUYv .content-wrapper::before {
  content: '';
  position: absolute;
  width: 80%;
  height: 80%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ffdca3 10%, #ffdca3 25%, #000000 100%);
  filter: blur(150px);
  pointer-events: none;
  opacity: .3;
}
@media (max-width: 992px) {
  .cid-v5qVdJUUYv .content-wrapper::before {
    width: 300px;
    height: 300px;
  }
}
.cid-v5qVdJUUYv .content-wrap {
  position: relative;
  margin: 0 -40px;
}
.cid-v5qVdJUUYv .content-wrap .card {
  padding: 0 40px;
}
.cid-v5qVdJUUYv .content-wrap .title-wrapper .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #0175ff;
  margin-bottom: 24px;
}
.cid-v5qVdJUUYv .content-wrap .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-v5qVdJUUYv .content-wrap .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-v5qVdJUUYv .content-wrap .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v5qVdJUUYv .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v5qVdJUUYv .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v5qVdJUUYv .content-wrap .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5qVdJUUYv .content-wrap .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v5qVdJUUYv .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v5qVdJUUYv .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-v5qVdJUUYv .form-wrap {
  position: relative;
  z-index: 1;
  background-color: #000000;
  border: 1px solid #6d7fa3;
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-v5qVdJUUYv .form-wrap {
    padding: 20px;
  }
}
.cid-v5qVdJUUYv .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
  margin: 0 -9.6px;
}
.cid-v5qVdJUUYv .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-v5qVdJUUYv .form-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-v5qVdJUUYv .form-wrap .dragArea.row .form-group .form-control {
  padding: 12px;
  background-color: #d1d4e3;
  border: 1px solid #6d7fa3 !important;
  box-shadow: none;
  margin-bottom: 20px;
  color: #454545;
}
.cid-v5qVdJUUYv .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #454545;
}
.cid-v5qVdJUUYv .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-v5qVdJUUYv .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #114078 !important;
}
.cid-v5qVdJUUYv .form-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-v5qVdJUUYv .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-v5qVdJUUYv .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #454545;
  border-color: #454545;
}
.cid-v5qVdJUUYv .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 0;
}
.cid-v5qVdJUUYv .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
}
.cid-v5qVdJUUYv .mbr-label {
  color: #9ba9c4;
}
.cid-v5qVdJUUYv .mbr-section-title {
  color: #ffffff;
}
.cid-v5qVdJUUYv .mbr-text,
.cid-v5qVdJUUYv .text-wrapper {
  color: #c8d1e1;
  text-align: left;
}
.cid-v5qVdJUUYv label {
  color: #9ba9c4;
}
.cid-v5qVdJUUYv .form-control:focus {
  color: white;
}
.cid-v5qVdJUUYv .form-control {
  color: white;
}
.cid-v5qVdJUUYv .mbr-section-title,
.cid-v5qVdJUUYv .mbr-section-btn {
  text-align: left;
}
.cid-v5qVdJUUYv LABEL {
  color: #ffffff;
}
.cid-vdo6ASHuF0 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-vdo6ASHuF0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdo6ASHuF0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdo6ASHuF0 .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vdo6ASHuF0 .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-vdo6ASHuF0 .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-vdo6ASHuF0 .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vdo6ASHuF0 .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-vdo6ASHuF0 .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vdo6ASHuF0 .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vdo6ASHuF0 .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vdo6ASHuF0 .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vdo6ASHuF0 .content-wrap .card {
  justify-content: center;
}
.cid-vdo6ASHuF0 .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vdo6ASHuF0 .item {
    margin-bottom: 20px;
  }
  .cid-vdo6ASHuF0 .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vdo6ASHuF0 .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-vdo6ASHuF0 .item .item-wrapper::before {
  content: '';
  position: absolute;
  bottom: -30%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ffdca3 10%, #262526 25%, #3d94fc 100%);
  filter: blur(50px);
  pointer-events: none;
}
.cid-vdo6ASHuF0 .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-vdo6ASHuF0 .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-vdo6ASHuF0 .item .item-wrapper .item-img {
    margin: 0 0 20px 0;
  }
}
.cid-vdo6ASHuF0 .item .item-wrapper .item-img img {
  height: 260px;
  width: 60%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vdo6ASHuF0 .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-vdo6ASHuF0 .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 20px;
  backdrop-filter: blur(10px);
}
.cid-vdo6ASHuF0 .item .item-wrapper .item-content .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-vdo6ASHuF0 .item .item-wrapper .item-content .card-box {
  position: relative;
  z-index: 1;
}
.cid-vdo6ASHuF0 .item .item-wrapper .item-content .card-box .item-title {
  margin-bottom: 6px;
}
.cid-vdo6ASHuF0 .item .item-wrapper .item-content .card-box .item-text {
  margin-bottom: 0;
}
.cid-vdo6ASHuF0 .item .item-wrapper .item-content .card-box .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vdo6ASHuF0 .item .item-wrapper .item-content .card-box .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vdo6ASHuF0 .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vdo6ASHuF0 .item .card_2 .item-img img {
  height: 210px;
  width: 70%;
}
@media (max-width: 992px) {
  .cid-vdo6ASHuF0 .item .card_2 .item-img img {
    width: 100%;
  }
}
.cid-vdo6ASHuF0 .mbr-label {
  color: #9ba9c4;
}
.cid-vdo6ASHuF0 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-vdo6ASHuF0 .mbr-text,
.cid-vdo6ASHuF0 .text-wrapper {
  color: #ffffff;
  text-align: left;
}
.cid-vdo6ASHuF0 .item-title {
  color: #ffffff;
}
.cid-vdo6ASHuF0 .item-text {
  color: #c8d1e1;
}
.cid-v82AR3RJRm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v82AR3RJRm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v82AR3RJRm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v82AR3RJRm .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v82AR3RJRm .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-v82AR3RJRm .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-v82AR3RJRm .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-v82AR3RJRm .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-v82AR3RJRm .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v82AR3RJRm .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v82AR3RJRm .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v82AR3RJRm .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v82AR3RJRm .content-wrap .card {
  justify-content: center;
}
.cid-v82AR3RJRm .item {
  margin-bottom: 48px;
}
.cid-v82AR3RJRm .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v82AR3RJRm .item {
    margin-bottom: 20px;
  }
  .cid-v82AR3RJRm .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v82AR3RJRm .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-v82AR3RJRm .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-v82AR3RJRm .item .item-wrapper .item-content {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-v82AR3RJRm .item .item-wrapper .item-content {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v82AR3RJRm .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-v82AR3RJRm .item .item-wrapper .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-v82AR3RJRm .item .item-wrapper .item-content .list-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-v82AR3RJRm .item .item-wrapper .item-content .list-wrapper {
    margin-top: 20px;
  }
}
.cid-v82AR3RJRm .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-v82AR3RJRm .item .item-wrapper .item-content .list-wrapper .list {
    width: 100%;
  }
}
.cid-v82AR3RJRm .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-v82AR3RJRm .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%, #ffffff 50%);
  box-shadow: inset 0 0 7px -1px #ffffff;
}
.cid-v82AR3RJRm .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v82AR3RJRm .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-v82AR3RJRm .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v82AR3RJRm .item .item-wrapper .image-wrapper {
  position: relative;
  z-index: 1;
  padding: 20px;
  width: 48%;
}
@media (max-width: 992px) {
  .cid-v82AR3RJRm .item .item-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-v82AR3RJRm .item .item-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  right: -30%;
  width: 100%;
  height: 85%;
  border-radius: 100%;
  background-image: linear-gradient(#3d94fc 10%, #0175ff 25%, #3d94fc 100%);
  filter: blur(80px);
  pointer-events: none;
}
.cid-v82AR3RJRm .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-v82AR3RJRm .item .item-wrapper .image-wrapper .item-img {
  position: relative;
  z-index: 1;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v82AR3RJRm .item .item-wrapper .image-wrapper .item-img {
    min-height: auto;
    height: 300px;
  }
}
.cid-v82AR3RJRm .item .item-wrapper .image-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v82AR3RJRm .mbr-label {
  color: #9ba9c4;
}
.cid-v82AR3RJRm .mbr-section-title {
  color: #ffffff;
}
.cid-v82AR3RJRm .mbr-text,
.cid-v82AR3RJRm .text-wrapper {
  color: #9ba9c4;
}
.cid-v82AR3RJRm .item-title {
  color: #ffffff;
}
.cid-v82AR3RJRm .item-text {
  color: #9ba9c4;
}
.cid-v82AR3RJRm .list {
  color: #d1d4e3;
}
.cid-v82AR3RJRm .item-title,
.cid-v82AR3RJRm .mbr-section-btn {
  color: #ffffff;
}
.cid-v82AR3RJRm .item-text,
.cid-v82AR3RJRm .text-wrap {
  color: #c8d1e1;
}
.cid-v82AR3RJRm .list,
.cid-v82AR3RJRm .item-wrap,
.cid-v82AR3RJRm .list-wrapper {
  color: #ffffff;
}
.cid-vdGKG3WN1F {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vdGKG3WN1F .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdGKG3WN1F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdGKG3WN1F .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vdGKG3WN1F .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-vdGKG3WN1F .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-vdGKG3WN1F .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vdGKG3WN1F .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-vdGKG3WN1F .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vdGKG3WN1F .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vdGKG3WN1F .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vdGKG3WN1F .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vdGKG3WN1F .content-wrap .card {
  justify-content: center;
}
.cid-vdGKG3WN1F .item {
  margin-bottom: 48px;
}
.cid-vdGKG3WN1F .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vdGKG3WN1F .item {
    margin-bottom: 20px;
  }
  .cid-vdGKG3WN1F .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vdGKG3WN1F .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-vdGKG3WN1F .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-vdGKG3WN1F .item .item-wrapper .item-content {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vdGKG3WN1F .item .item-wrapper .item-content {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vdGKG3WN1F .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-vdGKG3WN1F .item .item-wrapper .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-vdGKG3WN1F .item .item-wrapper .item-content .list-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vdGKG3WN1F .item .item-wrapper .item-content .list-wrapper {
    margin-top: 20px;
  }
}
.cid-vdGKG3WN1F .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-vdGKG3WN1F .item .item-wrapper .item-content .list-wrapper .list {
    width: 100%;
  }
}
.cid-vdGKG3WN1F .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-vdGKG3WN1F .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%, #ffffff 50%);
  box-shadow: inset 0 0 7px -1px #ffffff;
}
.cid-vdGKG3WN1F .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vdGKG3WN1F .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-vdGKG3WN1F .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vdGKG3WN1F .item .item-wrapper .image-wrapper {
  position: relative;
  z-index: 1;
  padding: 20px;
  width: 48%;
}
@media (max-width: 992px) {
  .cid-vdGKG3WN1F .item .item-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-vdGKG3WN1F .item .item-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  right: -30%;
  width: 100%;
  height: 85%;
  border-radius: 100%;
  background-image: linear-gradient(#ffdca3 10%, #ffcd7d 25%, #ffdca3 100%);
  filter: blur(80px);
  pointer-events: none;
}
.cid-vdGKG3WN1F .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-vdGKG3WN1F .item .item-wrapper .image-wrapper .item-img {
  position: relative;
  z-index: 1;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vdGKG3WN1F .item .item-wrapper .image-wrapper .item-img {
    min-height: auto;
    height: 300px;
  }
}
.cid-vdGKG3WN1F .item .item-wrapper .image-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vdGKG3WN1F .mbr-label {
  color: #9ba9c4;
}
.cid-vdGKG3WN1F .mbr-section-title {
  color: #ffffff;
}
.cid-vdGKG3WN1F .mbr-text,
.cid-vdGKG3WN1F .text-wrapper {
  color: #9ba9c4;
}
.cid-vdGKG3WN1F .item-title {
  color: #ffffff;
}
.cid-vdGKG3WN1F .item-text {
  color: #9ba9c4;
}
.cid-vdGKG3WN1F .list {
  color: #d1d4e3;
}
.cid-vdGKG3WN1F .item-title,
.cid-vdGKG3WN1F .mbr-section-btn {
  color: #ffffff;
}
.cid-vdGKG3WN1F .item-text,
.cid-vdGKG3WN1F .text-wrap {
  color: #c8d1e1;
}
.cid-vdGKG3WN1F .list,
.cid-vdGKG3WN1F .item-wrap,
.cid-vdGKG3WN1F .list-wrapper {
  color: #ffffff;
}
.cid-v5qVxnwHsr {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v5qVxnwHsr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5qVxnwHsr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5qVxnwHsr .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v5qVxnwHsr .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-v5qVxnwHsr .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #3d4459;
  margin-bottom: 24px;
}
.cid-v5qVxnwHsr .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-v5qVxnwHsr .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-v5qVxnwHsr .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v5qVxnwHsr .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v5qVxnwHsr .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v5qVxnwHsr .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v5qVxnwHsr .content-wrap .card {
  justify-content: center;
}
.cid-v5qVxnwHsr .items-wrapper {
  position: relative;
}
.cid-v5qVxnwHsr .items-wrapper::before {
  content: '';
  position: absolute;
  width: 80%;
  height: 80%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ffdca3 10%, #3d94fc 25%, #00408d 100%);
  filter: blur(150px);
  pointer-events: none;
  opacity: .3;
}
@media (max-width: 992px) {
  .cid-v5qVxnwHsr .items-wrapper::before {
    width: 300px;
    height: 300px;
  }
}
.cid-v5qVxnwHsr .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v5qVxnwHsr .item {
    margin-bottom: 20px;
  }
  .cid-v5qVxnwHsr .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v5qVxnwHsr .item .item-wrapper {
  position: relative;
  padding: 24px;
  background-color: #000000;
  border: 1px solid #586077;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v5qVxnwHsr .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v5qVxnwHsr .item .item-wrapper::before {
  content: '';
  position: absolute;
  bottom: -300px;
  left: -300px;
  width: 600px;
  height: 600px;
  border-radius: 100%;
  background-color: #ffdca3;
  filter: blur(80px);
  pointer-events: none;
  opacity: .3;
}
@media (max-width: 992px) {
  .cid-v5qVxnwHsr .item .item-wrapper::before {
    bottom: -200px;
    left: -150px;
    width: 300px;
    height: 300px;
  }
}
.cid-v5qVxnwHsr .item .item-wrapper::after {
  content: '';
  position: absolute;
  bottom: -300px;
  right: -300px;
  width: 600px;
  height: 600px;
  border-radius: 100%;
  background-color: #00408d;
  filter: blur(80px);
  pointer-events: none;
  opacity: .3;
}
@media (max-width: 992px) {
  .cid-v5qVxnwHsr .item .item-wrapper::after {
    bottom: -150px;
    right: -150px;
    width: 300px;
    height: 300px;
  }
}
.cid-v5qVxnwHsr .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-v5qVxnwHsr .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-v5qVxnwHsr .item .item-wrapper .item-content .item-price {
  margin-bottom: 0;
}
.cid-v5qVxnwHsr .item .item-wrapper .item-content .item-text {
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-v5qVxnwHsr .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 30px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v5qVxnwHsr .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v5qVxnwHsr .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-v5qVxnwHsr .item .item-wrapper .item-content .list-wrapper {
  margin-top: 80px;
}
@media (max-width: 992px) {
  .cid-v5qVxnwHsr .item .item-wrapper .item-content .list-wrapper {
    margin-top: 40px;
  }
}
.cid-v5qVxnwHsr .item .item-wrapper .item-content .list-wrapper .list {
  display: inline-flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-v5qVxnwHsr .item .item-wrapper .item-content .list-wrapper .list {
    gap: 20px;
  }
}
.cid-v5qVxnwHsr .item .item-wrapper .item-content .list-wrapper .list .item-wrap {
  position: relative;
  width: 100%;
  padding-left: 36px;
  margin-bottom: 0;
}
.cid-v5qVxnwHsr .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: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 7px -1px #ffffff;
}
.cid-v5qVxnwHsr .mbr-label {
  color: #9ba9c4;
}
.cid-v5qVxnwHsr .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-v5qVxnwHsr .mbr-text,
.cid-v5qVxnwHsr .text-wrapper {
  color: #c8d1e1;
}
.cid-v5qVxnwHsr .item-title {
  color: #ffffff;
}
.cid-v5qVxnwHsr .item-price {
  color: #d1d4e3;
}
.cid-v5qVxnwHsr .item-text {
  color: #9ba9c4;
}
.cid-v5qVxnwHsr .list {
  color: #ffffff;
}
.cid-v5qVxnwHsr .item-title,
.cid-v5qVxnwHsr .mbr-section-btn {
  color: #0175ff;
}
.cid-v5qVxnwHsr .mbr-label,
.cid-v5qVxnwHsr .label-wrapper {
  color: #9ba9c4;
}
.cid-vaNqyHaVF7 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-vaNqyHaVF7 .container-fluid {
  padding: 0 24px;
}
@media (max-width: 768px) {
  .cid-vaNqyHaVF7 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vaNqyHaVF7 .container {
    padding: 0 16px;
  }
}
.cid-vaNqyHaVF7 .row {
  position: relative;
  z-index: 1;
}
.cid-vaNqyHaVF7 .title-wrapper {
  margin-bottom: 80px;
}
.cid-vaNqyHaVF7 .title-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-vaNqyHaVF7 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vaNqyHaVF7 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 300px;
  max-width: 300px;
  padding: 0 12px;
}
@media (max-width: 767px) {
  .cid-vaNqyHaVF7 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    padding: 0 16px;
  }
}
.cid-vaNqyHaVF7 .embla__slide .slide-content {
  width: 100%;
}
.cid-vaNqyHaVF7 .embla__slide .slide-content .item-wrapper .item-img {
  border-radius: 14px;
  background-color: #000000;
  padding: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vaNqyHaVF7 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 120px;
  object-fit: contain;
}
.cid-vaNqyHaVF7 .embla__button--next,
.cid-vaNqyHaVF7 .embla__button--prev {
  display: flex;
}
.cid-vaNqyHaVF7 .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-vaNqyHaVF7 .embla__button {
    display: none;
  }
}
.cid-vaNqyHaVF7 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vaNqyHaVF7 .embla__button:hover {
  opacity: .7 !important;
}
.cid-vaNqyHaVF7 .embla__button.embla__button--prev {
  left: 0;
}
.cid-vaNqyHaVF7 .embla__button.embla__button--next {
  right: 0;
}
.cid-vaNqyHaVF7 .embla {
  position: relative;
  width: 100%;
}
.cid-vaNqyHaVF7 .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-vaNqyHaVF7 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vaNqyHaVF7 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vaNqyHaVF7 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vaNqyHaVF7 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vaNqyHaVF7 .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-v83xx0VIYp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
@media (min-width: 1400px) {
  .cid-v83xx0VIYp .wrapper {
    padding: 0 4rem 0 8rem;
  }
}
.cid-v83xx0VIYp .left-side {
  text-align: left;
  padding-right: 5rem;
}
.cid-v83xx0VIYp .row {
  align-items: center;
}
.cid-v83xx0VIYp .row {
  flex-direction: row-reverse;
}
.cid-v83xx0VIYp .left-side {
  padding-left: 5rem;
  padding-right: 0;
}
@media (max-width: 600px) {
  .cid-v83xx0VIYp .mbr-section-btn {
    margin-bottom: 25px;
  }
}
.cid-v83xx0VIYp .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-v83xx0VIYp .mbr-section-subtitle {
  color: #626262;
  margin: 0;
  text-align: left;
}
.cid-v83xx0VIYp .panel-text {
  margin: 0;
  border: 0px;
  color: #9ba9c4;
}
.cid-v83xx0VIYp span {
  color: #ffffff;
  float: right;
  margin-top: 2px;
}
.cid-v83xx0VIYp .panel-title-edit {
  color: #ffffff;
  text-transform: uppercase;
  padding: 1rem 1.5rem;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #3d4459;
  border-radius: 10px;
}
.cid-v83xx0VIYp .card-header {
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 0;
}
.cid-v83xx0VIYp .card {
  border-radius: 10px;
  margin-bottom: 22px;
}
@media (max-width: 990px) {
  .cid-v83xx0VIYp .left-side {
    padding: 15px;
  }
}
.cid-v83xx0VIYp img {
  width: 100%;
  transition: all 2s;
}
.cid-v83xx0VIYp img:hover {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-v83xx0VIYp .panel-collapse.collapse:not(.show) {
  display: none;
}
.cid-v82LaQIGzS {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v82LaQIGzS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v82LaQIGzS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v82LaQIGzS .items-wrapper {
  margin: 0 -30px;
}
.cid-v82LaQIGzS .item {
  padding: 0 30px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v82LaQIGzS .item {
    margin-bottom: 40px;
  }
  .cid-v82LaQIGzS .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v82LaQIGzS .item .item-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
.cid-v82LaQIGzS .item .item-wrapper .icon-wrapper .icon-wrap {
  background-image: linear-gradient(40deg, #ffdca3 0%, #000000 45%, #00408d 100%);
  box-shadow: 0 6px 30px -12px #ffdca3;
  display: inline-flex;
  padding: 2px;
}
.cid-v82LaQIGzS .item .item-wrapper .icon-wrapper .icon-wrap .mbr-iconfont {
  padding: 16px;
  font-size: 36px;
  background-color: #000000;
}
.cid-v82LaQIGzS .item .item-wrapper .item-title {
  margin-bottom: 6px;
}
.cid-v82LaQIGzS .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v82LaQIGzS .item .item-wrapper .mbr-section-btn {
  margin-top: 10px;
  width: 100%;
}
.cid-v82LaQIGzS .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
}
.cid-v82LaQIGzS .item-title {
  color: #ffffff;
}
.cid-v82LaQIGzS .item-text {
  color: #9ba9c4;
}
.cid-v82LaQIGzS .item-text,
.cid-v82LaQIGzS .text-wrap {
  text-align: center;
  color: #c8d1e1;
}
.cid-v82LaQIGzS .item-title,
.cid-v82LaQIGzS .mbr-section-btn,
.cid-v82LaQIGzS .icon-wrapper {
  text-align: center;
}
.cid-vdAlLCz9Zo {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-vdAlLCz9Zo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdAlLCz9Zo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdAlLCz9Zo .card {
  justify-content: center;
}
.cid-vdAlLCz9Zo .content-wrap .title-wrapper .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-vdAlLCz9Zo .content-wrap .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vdAlLCz9Zo .content-wrap .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-vdAlLCz9Zo .content-wrap .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vdAlLCz9Zo .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vdAlLCz9Zo .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vdAlLCz9Zo .content-wrap .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vdAlLCz9Zo .content-wrap .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vdAlLCz9Zo .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vdAlLCz9Zo .mbr-section-btn {
    margin-top: 10px;
  }
}
@media (max-width: 992px) {
  .cid-vdAlLCz9Zo .social-wrapper {
    margin-top: 40px;
  }
}
.cid-vdAlLCz9Zo .social-wrapper .social-wrap {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 54px;
}
@media (max-width: 992px) {
  .cid-vdAlLCz9Zo .social-wrapper .social-wrap {
    gap: 20px;
  }
}
.cid-vdAlLCz9Zo .social-wrapper .social-wrap .soc-item {
  background-image: linear-gradient(40deg, #3d94fc 0%, #3d94fc 45%, #3d94fc 100%);
  box-shadow: 0 6px 30px -12px #3d94fc;
  display: inline-flex;
  padding: 2px;
  transition: all .5s ease;
}
.cid-vdAlLCz9Zo .social-wrapper .social-wrap .soc-item:hover,
.cid-vdAlLCz9Zo .social-wrapper .social-wrap .soc-item:focus {
  box-shadow: 0 6px 30px -6px #3d94fc;
}
.cid-vdAlLCz9Zo .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-vdAlLCz9Zo .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  padding: 22px;
  font-size: 56px;
  background-color: #3d94fc;
}
@media (max-width: 992px) {
  .cid-vdAlLCz9Zo .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
    font-size: 32px;
  }
}
.cid-vdAlLCz9Zo .mbr-label {
  color: #9ba9c4;
}
.cid-vdAlLCz9Zo .mbr-section-title {
  color: #ffffff;
}
.cid-vdAlLCz9Zo .mbr-text,
.cid-vdAlLCz9Zo .text-wrapper {
  color: #9ba9c4;
  text-align: left;
}
.cid-vdAlLCz9Zo .item-title {
  color: #d1d4e3;
}
.cid-vdAlLCz9Zo .mbr-label,
.cid-vdAlLCz9Zo .label-wrapper {
  color: #c8d1e1;
  text-align: left;
}
.cid-vdAlLCz9Zo .mbr-section-title,
.cid-vdAlLCz9Zo .mbr-section-btn {
  text-align: left;
}
.cid-vdGgvbmtev {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vdGgvbmtev .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdGgvbmtev .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdGgvbmtev .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vdGgvbmtev .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-vdGgvbmtev .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-vdGgvbmtev .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-vdGgvbmtev .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-vdGgvbmtev .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vdGgvbmtev .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vdGgvbmtev .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vdGgvbmtev .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vdGgvbmtev .content-wrap .card {
  justify-content: center;
}
.cid-vdGgvbmtev .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-vdGgvbmtev .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vdGgvbmtev .embla__slide .slide-content {
  width: 100%;
}
.cid-vdGgvbmtev .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-vdGgvbmtev .embla__slide .slide-content .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-vdGgvbmtev .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-vdGgvbmtev .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vdGgvbmtev .embla__slide .slide-content .item-wrapper .item-img {
    margin-bottom: 40px;
  }
}
.cid-vdGgvbmtev .embla__slide .slide-content .item-wrapper .item-img img {
  height: 470px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vdGgvbmtev .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vdGgvbmtev .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-vdGgvbmtev .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-vdGgvbmtev .embla__slide .slide-content .item-wrapper .item-content .name-wrapper {
  padding-top: 20px;
  border-top: 1px solid #586077;
}
.cid-vdGgvbmtev .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .item-name {
  margin-bottom: 0;
}
.cid-vdGgvbmtev .embla__slide .slide-content .item-wrapper .item-content .name-wrapper .item-role {
  margin-bottom: 0;
}
.cid-vdGgvbmtev .embla__button--next,
.cid-vdGgvbmtev .embla__button--prev {
  display: flex;
}
.cid-vdGgvbmtev .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;
  display: none;
}
@media (max-width: 768px) {
  .cid-vdGgvbmtev .embla__button {
    display: none;
  }
}
.cid-vdGgvbmtev .embla__button:hover {
  opacity: .5 !important;
}
.cid-vdGgvbmtev .embla__button:disabled {
  opacity: .3 !important;
}
.cid-vdGgvbmtev .embla__button.embla__button--prev {
  margin-left: -60px;
}
.cid-vdGgvbmtev .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-vdGgvbmtev .embla__button.embla__button--next {
  margin-right: -60px;
}
.cid-vdGgvbmtev .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-vdGgvbmtev .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vdGgvbmtev .embla::before {
  content: '';
  position: absolute;
  width: 80%;
  height: 80%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #0175ff 10%, #0175ff 25%, #ff8b39 100%);
  filter: blur(150px);
  pointer-events: none;
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-vdGgvbmtev .embla::before {
    width: 300px;
    height: 300px;
  }
}
.cid-vdGgvbmtev .embla__viewport {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vdGgvbmtev .embla__viewport {
    padding: 0;
  }
}
.cid-vdGgvbmtev .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vdGgvbmtev .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vdGgvbmtev .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vdGgvbmtev .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vdGgvbmtev .mbr-label {
  color: #9ba9c4;
}
.cid-vdGgvbmtev .mbr-section-title {
  color: #ffffff;
}
.cid-vdGgvbmtev .mbr-text,
.cid-vdGgvbmtev .text-wrapper {
  color: #9ba9c4;
}
.cid-vdGgvbmtev .item-text {
  color: #ffffff;
  text-align: center;
}
.cid-vdGgvbmtev .item-name {
  color: #ffffff;
  text-align: center;
}
.cid-vdGgvbmtev .item-role {
  color: #9ba9c4;
  text-align: center;
}
.cid-vdGgvbmtev .mbr-label,
.cid-vdGgvbmtev .label-wrapper {
  text-align: center;
  color: #c8d1e1;
}
.cid-vcaqzP8bCH {
  z-index: 1000;
  width: 100%;
}
.cid-vcaqzP8bCH .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;
}
@media (max-width: 767px) {
  .cid-vcaqzP8bCH .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vcaqzP8bCH .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-vcaqzP8bCH .navbar-nav {
    max-width: 45%;
  }
}
.cid-vcaqzP8bCH .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vcaqzP8bCH .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vcaqzP8bCH .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vcaqzP8bCH .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vcaqzP8bCH .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vcaqzP8bCH .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vcaqzP8bCH .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vcaqzP8bCH .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vcaqzP8bCH .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-vcaqzP8bCH .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-vcaqzP8bCH .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vcaqzP8bCH .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vcaqzP8bCH .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vcaqzP8bCH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcaqzP8bCH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcaqzP8bCH .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vcaqzP8bCH .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vcaqzP8bCH .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vcaqzP8bCH .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vcaqzP8bCH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vcaqzP8bCH .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vcaqzP8bCH .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vcaqzP8bCH .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vcaqzP8bCH .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vcaqzP8bCH .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0) !important;
}
.cid-vcaqzP8bCH .nav-item:focus,
.cid-vcaqzP8bCH .nav-link:focus {
  outline: none;
}
.cid-vcaqzP8bCH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcaqzP8bCH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcaqzP8bCH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcaqzP8bCH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcaqzP8bCH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcaqzP8bCH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcaqzP8bCH .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vcaqzP8bCH .navbar.opened {
  transition: all 0.3s;
}
.cid-vcaqzP8bCH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcaqzP8bCH .navbar .navbar-logo img {
  width: auto;
}
.cid-vcaqzP8bCH .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-vcaqzP8bCH .navbar.collapsed {
  justify-content: center;
}
.cid-vcaqzP8bCH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcaqzP8bCH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcaqzP8bCH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 9rem);
  }
}
.cid-vcaqzP8bCH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcaqzP8bCH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcaqzP8bCH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vcaqzP8bCH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcaqzP8bCH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcaqzP8bCH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vcaqzP8bCH .navbar {
    min-height: 72px;
  }
  .cid-vcaqzP8bCH .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vcaqzP8bCH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcaqzP8bCH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcaqzP8bCH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcaqzP8bCH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcaqzP8bCH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vcaqzP8bCH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcaqzP8bCH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vcaqzP8bCH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcaqzP8bCH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcaqzP8bCH .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vcaqzP8bCH .dropdown-item.active,
.cid-vcaqzP8bCH .dropdown-item:active {
  background-color: transparent;
}
.cid-vcaqzP8bCH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcaqzP8bCH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcaqzP8bCH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcaqzP8bCH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vcaqzP8bCH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vcaqzP8bCH .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vcaqzP8bCH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcaqzP8bCH .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vcaqzP8bCH .navbar-buttons {
    text-align: left;
  }
}
.cid-vcaqzP8bCH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vcaqzP8bCH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vcaqzP8bCH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcaqzP8bCH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcaqzP8bCH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcaqzP8bCH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcaqzP8bCH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcaqzP8bCH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcaqzP8bCH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcaqzP8bCH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcaqzP8bCH .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vcaqzP8bCH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcaqzP8bCH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vcaqzP8bCH .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcaqzP8bCH .navbar {
    height: 70px;
  }
  .cid-vcaqzP8bCH .navbar.opened {
    height: auto;
  }
  .cid-vcaqzP8bCH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcaqzP8bCH .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vcaqzP8bCH .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vcaqzP8bCH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vcaqzP8bCH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vcaqzP8bCH .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vcaqzP8bCH .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vcaqzP8bCH .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vcaqzP8bCH .navbar-brand {
    margin-right: auto;
  }
  .cid-vcaqzP8bCH .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0) !important;
    background: rgba(0, 0, 0, 0) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vcaqzP8bCH .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vcaqzP8bCH .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vcaqzP8bCH .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vcaqzP8bCH .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vcaqzP8bCH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vcaqzP8bCH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vcaqzP8bCH .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vcaqzP8bCH .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vcaqzP8bCH .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vcaqzP8bCH .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v8de3Yy7u5 {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-v8de3Yy7u5::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ff6a00 10%, #ffcd7d 25%, #0122ff 100%);
  filter: blur(150px);
  pointer-events: none;
}
.cid-v8de3Yy7u5::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #000000 100%);
  pointer-events: none;
}
.cid-v8de3Yy7u5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8de3Yy7u5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8de3Yy7u5 .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v8de3Yy7u5 .content-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.cid-v8de3Yy7u5 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v8de3Yy7u5 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8de3Yy7u5 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8de3Yy7u5 .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v8de3Yy7u5 .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-v8de3Yy7u5 .mbr-label,
.cid-v8de3Yy7u5 .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v8de3Yy7u5 .mbr-section-title {
  color: #ffffff;
}
.cid-v8de3Yy7u5 .mbr-text,
.cid-v8de3Yy7u5 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v8de3Yy7u5 .mbr-section-title,
.cid-v8de3Yy7u5 .mbr-section-btn {
  text-align: center;
}
.cid-v8de3YT3bC {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-v8de3YT3bC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8de3YT3bC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8de3YT3bC .items-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-v8de3YT3bC .items-wrapper .card-wrapper {
  height: 100%;
  margin: 0 -12px;
  -webkit-flex: inherit;
  z-index: 1;
}
.cid-v8de3YT3bC .items-wrapper .card-wrapper .image-wrapper .item-img img {
  width: 170px;
  height: 170px;
  object-fit: cover;
}
.cid-v8de3YT3bC .items-wrapper .card_1 {
  transform: rotate(-15deg) translateY(10px);
}
.cid-v8de3YT3bC .items-wrapper .card_2 {
  transform: rotate(11deg) translateY(10px);
  z-index: 2;
}
.cid-v8de3ZhT67 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v8de3ZhT67 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8de3ZhT67 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8de3ZhT67 .content-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v8de3ZhT67 .content-wrap {
  position: relative;
  margin: 0 -40px;
}
.cid-v8de3ZhT67 .content-wrap .card {
  padding: 0 40px;
}
.cid-v8de3ZhT67 .content-wrap .title-wrapper .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-v8de3ZhT67 .content-wrap .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-v8de3ZhT67 .content-wrap .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-v8de3ZhT67 .content-wrap .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v8de3ZhT67 .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v8de3ZhT67 .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v8de3ZhT67 .content-wrap .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8de3ZhT67 .content-wrap .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8de3ZhT67 .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v8de3ZhT67 .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-v8de3ZhT67 .form-wrap {
  position: relative;
  z-index: 1;
  background-color: #000000;
  border: 1px solid #242a3c;
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-v8de3ZhT67 .form-wrap {
    padding: 20px;
  }
}
.cid-v8de3ZhT67 .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
  margin: 0 -9.6px;
}
.cid-v8de3ZhT67 .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-v8de3ZhT67 .form-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-v8de3ZhT67 .form-wrap .dragArea.row .form-group .form-control {
  padding: 12px;
  background-color: #0c0f16;
  border: 1px solid #242a3c !important;
  box-shadow: none;
  margin-bottom: 20px;
}
.cid-v8de3ZhT67 .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #d1d4e3;
}
.cid-v8de3ZhT67 .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-v8de3ZhT67 .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #0175ff !important;
}
.cid-v8de3ZhT67 .form-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-v8de3ZhT67 .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-v8de3ZhT67 .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #d1d4e3;
  border-color: #d1d4e3;
}
.cid-v8de3ZhT67 .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 0;
}
.cid-v8de3ZhT67 .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
}
.cid-v8de3ZhT67 .mbr-label {
  color: #9ba9c4;
}
.cid-v8de3ZhT67 .mbr-section-title {
  color: #ffffff;
}
.cid-v8de3ZhT67 .mbr-text,
.cid-v8de3ZhT67 .text-wrapper {
  color: #9ba9c4;
}
.cid-v8de3ZhT67 label {
  color: #9ba9c4;
}
.cid-v8de3ZGonR {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v8de3ZGonR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8de3ZGonR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8de3ZGonR .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v8de3ZGonR .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-v8de3ZGonR .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-v8de3ZGonR .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-v8de3ZGonR .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-v8de3ZGonR .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v8de3ZGonR .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8de3ZGonR .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v8de3ZGonR .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v8de3ZGonR .content-wrap .card {
  justify-content: center;
}
.cid-v8de3ZGonR .items-wrapper {
  position: relative;
}
.cid-v8de3ZGonR .items-wrapper::before {
  content: '';
  position: absolute;
  width: 80%;
  height: 80%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #be1200 10%, #ffcd7d 25%, #0054b9 100%);
  filter: blur(150px);
  pointer-events: none;
  opacity: .3;
}
@media (max-width: 992px) {
  .cid-v8de3ZGonR .items-wrapper::before {
    width: 300px;
    height: 300px;
  }
}
.cid-v8de3ZGonR .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v8de3ZGonR .item {
    margin-bottom: 20px;
  }
  .cid-v8de3ZGonR .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v8de3ZGonR .item .item-wrapper {
  position: relative;
  padding: 24px;
  background-color: #000000;
  border: 1px solid #242a3c;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v8de3ZGonR .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v8de3ZGonR .item .item-wrapper::before {
  content: '';
  position: absolute;
  bottom: -300px;
  left: -300px;
  width: 600px;
  height: 600px;
  border-radius: 100%;
  background-color: #be1200;
  filter: blur(80px);
  pointer-events: none;
  opacity: .3;
}
@media (max-width: 992px) {
  .cid-v8de3ZGonR .item .item-wrapper::before {
    bottom: -200px;
    left: -150px;
    width: 300px;
    height: 300px;
  }
}
.cid-v8de3ZGonR .item .item-wrapper::after {
  content: '';
  position: absolute;
  bottom: -300px;
  right: -300px;
  width: 600px;
  height: 600px;
  border-radius: 100%;
  background-color: #0054b9;
  filter: blur(80px);
  pointer-events: none;
  opacity: .3;
}
@media (max-width: 992px) {
  .cid-v8de3ZGonR .item .item-wrapper::after {
    bottom: -150px;
    right: -150px;
    width: 300px;
    height: 300px;
  }
}
.cid-v8de3ZGonR .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-v8de3ZGonR .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-v8de3ZGonR .item .item-wrapper .item-content .item-price {
  margin-bottom: 0;
}
.cid-v8de3ZGonR .item .item-wrapper .item-content .item-text {
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-v8de3ZGonR .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 30px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v8de3ZGonR .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v8de3ZGonR .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-v8de3ZGonR .item .item-wrapper .item-content .list-wrapper {
  margin-top: 80px;
}
@media (max-width: 992px) {
  .cid-v8de3ZGonR .item .item-wrapper .item-content .list-wrapper {
    margin-top: 40px;
  }
}
.cid-v8de3ZGonR .item .item-wrapper .item-content .list-wrapper .list {
  display: inline-flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-v8de3ZGonR .item .item-wrapper .item-content .list-wrapper .list {
    gap: 20px;
  }
}
.cid-v8de3ZGonR .item .item-wrapper .item-content .list-wrapper .list .item-wrap {
  position: relative;
  width: 100%;
  padding-left: 36px;
  margin-bottom: 0;
}
.cid-v8de3ZGonR .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: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 7px -1px #ffffff;
}
.cid-v8de3ZGonR .mbr-label {
  color: #9ba9c4;
}
.cid-v8de3ZGonR .mbr-section-title {
  color: #ffffff;
}
.cid-v8de3ZGonR .mbr-text,
.cid-v8de3ZGonR .text-wrapper {
  color: #9ba9c4;
}
.cid-v8de3ZGonR .item-title {
  color: #ffffff;
}
.cid-v8de3ZGonR .item-price {
  color: #d1d4e3;
}
.cid-v8de3ZGonR .item-text {
  color: #9ba9c4;
}
.cid-v8de3ZGonR .list {
  color: #ffffff;
}
.cid-v8de403hj0 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v8de403hj0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8de403hj0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8de403hj0 .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v8de403hj0 .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-v8de403hj0 .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-v8de403hj0 .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-v8de403hj0 .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-v8de403hj0 .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v8de403hj0 .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8de403hj0 .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v8de403hj0 .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v8de403hj0 .content-wrap .card {
  justify-content: center;
}
.cid-v8de403hj0 .item {
  margin-bottom: 48px;
}
.cid-v8de403hj0 .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8de403hj0 .item {
    margin-bottom: 20px;
  }
  .cid-v8de403hj0 .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v8de403hj0 .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-v8de403hj0 .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-v8de403hj0 .item .item-wrapper .item-content {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-v8de403hj0 .item .item-wrapper .item-content {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v8de403hj0 .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-v8de403hj0 .item .item-wrapper .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-v8de403hj0 .item .item-wrapper .item-content .list-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-v8de403hj0 .item .item-wrapper .item-content .list-wrapper {
    margin-top: 20px;
  }
}
.cid-v8de403hj0 .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-v8de403hj0 .item .item-wrapper .item-content .list-wrapper .list {
    width: 100%;
  }
}
.cid-v8de403hj0 .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-v8de403hj0 .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-v8de403hj0 .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v8de403hj0 .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-v8de403hj0 .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v8de403hj0 .item .item-wrapper .image-wrapper {
  position: relative;
  z-index: 1;
  padding: 20px;
  width: 48%;
}
@media (max-width: 992px) {
  .cid-v8de403hj0 .item .item-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-v8de403hj0 .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-v8de403hj0 .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-v8de403hj0 .item .item-wrapper .image-wrapper .item-img {
  position: relative;
  z-index: 1;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v8de403hj0 .item .item-wrapper .image-wrapper .item-img {
    min-height: auto;
    height: 300px;
  }
}
.cid-v8de403hj0 .item .item-wrapper .image-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v8de403hj0 .mbr-label {
  color: #9ba9c4;
}
.cid-v8de403hj0 .mbr-section-title {
  color: #ffffff;
}
.cid-v8de403hj0 .mbr-text,
.cid-v8de403hj0 .text-wrapper {
  color: #9ba9c4;
}
.cid-v8de403hj0 .item-title {
  color: #ffffff;
}
.cid-v8de403hj0 .item-text {
  color: #9ba9c4;
}
.cid-v8de403hj0 .list {
  color: #d1d4e3;
}
.cid-v8de40tTdi {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v8de40tTdi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8de40tTdi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8de40tTdi .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v8de40tTdi .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-v8de40tTdi .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-v8de40tTdi .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-v8de40tTdi .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-v8de40tTdi .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v8de40tTdi .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8de40tTdi .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v8de40tTdi .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v8de40tTdi .content-wrap .card {
  justify-content: center;
}
.cid-v8de40tTdi .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v8de40tTdi .item {
    margin-bottom: 20px;
  }
  .cid-v8de40tTdi .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v8de40tTdi .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-v8de40tTdi .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%, #ffcd7d 25%, #0175ff 100%);
  filter: blur(50px);
  pointer-events: none;
}
.cid-v8de40tTdi .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-v8de40tTdi .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-v8de40tTdi .item .item-wrapper .item-img {
    margin: 0 0 20px 0;
  }
}
.cid-v8de40tTdi .item .item-wrapper .item-img img {
  height: 260px;
  width: 60%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v8de40tTdi .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-v8de40tTdi .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 20px;
  backdrop-filter: blur(10px);
}
.cid-v8de40tTdi .item .item-wrapper .item-content .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-v8de40tTdi .item .item-wrapper .item-content .card-box {
  position: relative;
  z-index: 1;
}
.cid-v8de40tTdi .item .item-wrapper .item-content .card-box .item-title {
  margin-bottom: 6px;
}
.cid-v8de40tTdi .item .item-wrapper .item-content .card-box .item-text {
  margin-bottom: 0;
}
.cid-v8de40tTdi .item .item-wrapper .item-content .card-box .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v8de40tTdi .item .item-wrapper .item-content .card-box .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-v8de40tTdi .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v8de40tTdi .item .card_2 .item-img img {
  height: 210px;
  width: 70%;
}
@media (max-width: 992px) {
  .cid-v8de40tTdi .item .card_2 .item-img img {
    width: 100%;
  }
}
.cid-v8de40tTdi .mbr-label {
  color: #9ba9c4;
}
.cid-v8de40tTdi .mbr-section-title {
  color: #ffffff;
}
.cid-v8de40tTdi .mbr-text,
.cid-v8de40tTdi .text-wrapper {
  color: #9ba9c4;
}
.cid-v8de40tTdi .item-title {
  color: #ffffff;
}
.cid-v8de40tTdi .item-text {
  color: #9ba9c4;
}
.cid-v8de40XUjp {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v8de40XUjp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8de40XUjp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8de40XUjp .items-wrapper {
  margin: 0 -30px;
}
.cid-v8de40XUjp .item {
  padding: 0 30px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v8de40XUjp .item {
    margin-bottom: 40px;
  }
  .cid-v8de40XUjp .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v8de40XUjp .item .item-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
.cid-v8de40XUjp .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-v8de40XUjp .item .item-wrapper .icon-wrapper .icon-wrap .mbr-iconfont {
  padding: 16px;
  font-size: 36px;
  background-color: #000000;
}
.cid-v8de40XUjp .item .item-wrapper .item-title {
  margin-bottom: 6px;
}
.cid-v8de40XUjp .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v8de40XUjp .item .item-wrapper .mbr-section-btn {
  margin-top: 10px;
  width: 100%;
}
.cid-v8de40XUjp .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
}
.cid-v8de40XUjp .item-title {
  color: #ffffff;
}
.cid-v8de40XUjp .item-text {
  color: #9ba9c4;
}
.cid-v8de40XUjp .item-text,
.cid-v8de40XUjp .text-wrap {
  text-align: center;
}
.cid-v8de40XUjp .item-title,
.cid-v8de40XUjp .mbr-section-btn,
.cid-v8de40XUjp .icon-wrapper {
  text-align: center;
}
.cid-v8de41nII4 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-v8de41nII4 .left-side {
  text-align: left;
  padding-right: 5rem;
}
.cid-v8de41nII4 .row {
  align-items: center;
}
.cid-v8de41nII4 .row {
  flex-direction: row-reverse;
}
.cid-v8de41nII4 .left-side {
  padding-left: 5rem;
  padding-right: 0;
}
@media (max-width: 600px) {
  .cid-v8de41nII4 .mbr-section-btn {
    margin-bottom: 25px;
  }
}
.cid-v8de41nII4 .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-v8de41nII4 .mbr-section-subtitle {
  color: #626262;
  margin: 0;
  text-align: left;
}
.cid-v8de41nII4 .panel-text {
  margin: 0;
  border: 0px;
  color: #9A948D;
}
.cid-v8de41nII4 span {
  color: #ffffff;
  float: right;
  margin-top: 2px;
}
.cid-v8de41nII4 .panel-title-edit {
  color: #ffffff;
  text-transform: uppercase;
  padding: 1rem 1.5rem;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #41392e;
}
.cid-v8de41nII4 .card-header {
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 0;
}
.cid-v8de41nII4 .card {
  border-radius: 0;
  margin-bottom: 22px;
}
@media (max-width: 990px) {
  .cid-v8de41nII4 .left-side {
    padding: 15px;
  }
}
.cid-v8de41nII4 img {
  width: 100%;
  transition: all 2s;
}
.cid-v8de41nII4 img:hover {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-v8de41M94l {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v8de41M94l .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8de41M94l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8de41M94l .card {
  justify-content: center;
}
.cid-v8de41M94l .content-wrap .title-wrapper .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-v8de41M94l .content-wrap .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-v8de41M94l .content-wrap .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-v8de41M94l .content-wrap .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v8de41M94l .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v8de41M94l .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v8de41M94l .content-wrap .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8de41M94l .content-wrap .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8de41M94l .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v8de41M94l .mbr-section-btn {
    margin-top: 10px;
  }
}
@media (max-width: 992px) {
  .cid-v8de41M94l .social-wrapper {
    margin-top: 40px;
  }
}
.cid-v8de41M94l .social-wrapper .social-wrap {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 54px;
}
@media (max-width: 992px) {
  .cid-v8de41M94l .social-wrapper .social-wrap {
    gap: 20px;
  }
}
.cid-v8de41M94l .social-wrapper .social-wrap .soc-item {
  background-image: linear-gradient(40deg, #ffcd7d 0%, #000000 45%, #0175ff 100%);
  box-shadow: 0 6px 30px -12px #ffcd7d;
  display: inline-flex;
  padding: 2px;
  transition: all .5s ease;
}
.cid-v8de41M94l .social-wrapper .social-wrap .soc-item:hover,
.cid-v8de41M94l .social-wrapper .social-wrap .soc-item:focus {
  box-shadow: 0 6px 30px -6px #ffcd7d;
}
.cid-v8de41M94l .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-v8de41M94l .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  padding: 22px;
  font-size: 56px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-v8de41M94l .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
    font-size: 32px;
  }
}
.cid-v8de41M94l .mbr-label {
  color: #9ba9c4;
}
.cid-v8de41M94l .mbr-section-title {
  color: #ffffff;
}
.cid-v8de41M94l .mbr-text,
.cid-v8de41M94l .text-wrapper {
  color: #9ba9c4;
}
.cid-v8de41M94l .item-title {
  color: #d1d4e3;
}
.cid-v8de42ddAu {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-v8de42ddAu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8de42ddAu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8de42ddAu .nav-wrap {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v8de42ddAu .nav-wrap {
    margin-bottom: 40px;
  }
}
.cid-v8de42ddAu .nav-wrap .mbr-list-title {
  margin-bottom: 16px;
}
.cid-v8de42ddAu .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v8de42ddAu .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all 0.5s ease-in-out;
  width: fit-content;
}
.cid-v8de42ddAu .nav-wrap .list .item-wrap:hover,
.cid-v8de42ddAu .nav-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-v8de42ddAu .nav-wrap .list .item-wrap:hover::before,
.cid-v8de42ddAu .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-v8de42ddAu .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.cid-v8de42ddAu .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v8de42ddAu .copy-wrapper {
  position: relative;
  padding-top: 24px;
  justify-content: center;
}
.cid-v8de42ddAu .copy-wrapper::before {
  content: '';
  position: absolute;
  top: -1px;
  width: 1000%;
  height: 1px;
  background-color: #242a3c;
}
.cid-v8de42ddAu .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: justify;
}
.cid-v8de42ddAu .mbr-list-title {
  color: #ffffff;
}
.cid-v8de42ddAu .list {
  color: #9ba9c4;
}
.cid-vcaqzP8bCH {
  z-index: 1000;
  width: 100%;
}
.cid-vcaqzP8bCH .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;
}
@media (max-width: 767px) {
  .cid-vcaqzP8bCH .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vcaqzP8bCH .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-vcaqzP8bCH .navbar-nav {
    max-width: 45%;
  }
}
.cid-vcaqzP8bCH .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vcaqzP8bCH .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vcaqzP8bCH .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vcaqzP8bCH .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vcaqzP8bCH .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vcaqzP8bCH .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vcaqzP8bCH .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vcaqzP8bCH .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vcaqzP8bCH .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-vcaqzP8bCH .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-vcaqzP8bCH .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vcaqzP8bCH .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vcaqzP8bCH .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vcaqzP8bCH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcaqzP8bCH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcaqzP8bCH .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vcaqzP8bCH .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vcaqzP8bCH .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vcaqzP8bCH .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vcaqzP8bCH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vcaqzP8bCH .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vcaqzP8bCH .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vcaqzP8bCH .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vcaqzP8bCH .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vcaqzP8bCH .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0) !important;
}
.cid-vcaqzP8bCH .nav-item:focus,
.cid-vcaqzP8bCH .nav-link:focus {
  outline: none;
}
.cid-vcaqzP8bCH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcaqzP8bCH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcaqzP8bCH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcaqzP8bCH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcaqzP8bCH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcaqzP8bCH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcaqzP8bCH .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vcaqzP8bCH .navbar.opened {
  transition: all 0.3s;
}
.cid-vcaqzP8bCH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcaqzP8bCH .navbar .navbar-logo img {
  width: auto;
}
.cid-vcaqzP8bCH .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-vcaqzP8bCH .navbar.collapsed {
  justify-content: center;
}
.cid-vcaqzP8bCH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcaqzP8bCH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcaqzP8bCH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 9rem);
  }
}
.cid-vcaqzP8bCH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcaqzP8bCH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcaqzP8bCH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vcaqzP8bCH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcaqzP8bCH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcaqzP8bCH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vcaqzP8bCH .navbar {
    min-height: 72px;
  }
  .cid-vcaqzP8bCH .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vcaqzP8bCH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcaqzP8bCH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcaqzP8bCH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcaqzP8bCH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcaqzP8bCH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vcaqzP8bCH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcaqzP8bCH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vcaqzP8bCH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcaqzP8bCH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcaqzP8bCH .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vcaqzP8bCH .dropdown-item.active,
.cid-vcaqzP8bCH .dropdown-item:active {
  background-color: transparent;
}
.cid-vcaqzP8bCH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcaqzP8bCH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcaqzP8bCH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcaqzP8bCH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vcaqzP8bCH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vcaqzP8bCH .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vcaqzP8bCH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcaqzP8bCH .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vcaqzP8bCH .navbar-buttons {
    text-align: left;
  }
}
.cid-vcaqzP8bCH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vcaqzP8bCH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vcaqzP8bCH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcaqzP8bCH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcaqzP8bCH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcaqzP8bCH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcaqzP8bCH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcaqzP8bCH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcaqzP8bCH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcaqzP8bCH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcaqzP8bCH .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vcaqzP8bCH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcaqzP8bCH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vcaqzP8bCH .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcaqzP8bCH .navbar {
    height: 70px;
  }
  .cid-vcaqzP8bCH .navbar.opened {
    height: auto;
  }
  .cid-vcaqzP8bCH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcaqzP8bCH .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vcaqzP8bCH .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vcaqzP8bCH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vcaqzP8bCH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vcaqzP8bCH .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vcaqzP8bCH .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vcaqzP8bCH .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vcaqzP8bCH .navbar-brand {
    margin-right: auto;
  }
  .cid-vcaqzP8bCH .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0) !important;
    background: rgba(0, 0, 0, 0) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vcaqzP8bCH .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vcaqzP8bCH .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vcaqzP8bCH .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vcaqzP8bCH .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vcaqzP8bCH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vcaqzP8bCH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vcaqzP8bCH .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vcaqzP8bCH .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vcaqzP8bCH .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vcaqzP8bCH .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v8djux2Zp1 {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-v8djux2Zp1::before {
  content: '';
  position: absolute;
  bottom: -50%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ff6a00 10%, #ffcd7d 25%, #0122ff 100%);
  filter: blur(150px);
  pointer-events: none;
}
.cid-v8djux2Zp1::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15%;
  background-image: linear-gradient(transparent 0, #000000 100%);
  pointer-events: none;
}
.cid-v8djux2Zp1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8djux2Zp1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8djux2Zp1 .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-v8djux2Zp1 .content-wrapper .label-wrapper .mbr-label {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 10px;
  background-color: #353535;
}
.cid-v8djux2Zp1 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v8djux2Zp1 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8djux2Zp1 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8djux2Zp1 .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v8djux2Zp1 .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-v8djux2Zp1 .mbr-label,
.cid-v8djux2Zp1 .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v8djux2Zp1 .mbr-section-title {
  color: #ffffff;
}
.cid-v8djux2Zp1 .mbr-text,
.cid-v8djux2Zp1 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v8djux2Zp1 .mbr-section-title,
.cid-v8djux2Zp1 .mbr-section-btn {
  text-align: center;
}
.cid-v8djuxsfOL {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-v8djuxsfOL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8djuxsfOL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8djuxsfOL .items-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-v8djuxsfOL .items-wrapper .card-wrapper {
  height: 100%;
  margin: 0 -12px;
  -webkit-flex: inherit;
  z-index: 1;
}
.cid-v8djuxsfOL .items-wrapper .card-wrapper .image-wrapper .item-img img {
  width: 170px;
  height: 170px;
  object-fit: cover;
}
.cid-v8djuxsfOL .items-wrapper .card_1 {
  transform: rotate(-15deg) translateY(10px);
}
.cid-v8djuxsfOL .items-wrapper .card_2 {
  transform: rotate(11deg) translateY(10px);
  z-index: 2;
}
.cid-v8djuxNN64 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v8djuxNN64 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8djuxNN64 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8djuxNN64 .content-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v8djuxNN64 .content-wrap {
  position: relative;
  margin: 0 -40px;
}
.cid-v8djuxNN64 .content-wrap .card {
  padding: 0 40px;
}
.cid-v8djuxNN64 .content-wrap .title-wrapper .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-v8djuxNN64 .content-wrap .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-v8djuxNN64 .content-wrap .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-v8djuxNN64 .content-wrap .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v8djuxNN64 .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v8djuxNN64 .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v8djuxNN64 .content-wrap .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8djuxNN64 .content-wrap .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8djuxNN64 .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v8djuxNN64 .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-v8djuxNN64 .form-wrap {
  position: relative;
  z-index: 1;
  background-color: #000000;
  border: 1px solid #242a3c;
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-v8djuxNN64 .form-wrap {
    padding: 20px;
  }
}
.cid-v8djuxNN64 .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
  margin: 0 -9.6px;
}
.cid-v8djuxNN64 .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-v8djuxNN64 .form-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-v8djuxNN64 .form-wrap .dragArea.row .form-group .form-control {
  padding: 12px;
  background-color: #0c0f16;
  border: 1px solid #242a3c !important;
  box-shadow: none;
  margin-bottom: 20px;
}
.cid-v8djuxNN64 .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #d1d4e3;
}
.cid-v8djuxNN64 .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-v8djuxNN64 .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #0175ff !important;
}
.cid-v8djuxNN64 .form-wrap .dragArea.row .form-group textarea {
  min-height: 100px;
}
.cid-v8djuxNN64 .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-v8djuxNN64 .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #d1d4e3;
  border-color: #d1d4e3;
}
.cid-v8djuxNN64 .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 0;
}
.cid-v8djuxNN64 .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
}
.cid-v8djuxNN64 .mbr-label {
  color: #9ba9c4;
}
.cid-v8djuxNN64 .mbr-section-title {
  color: #ffffff;
}
.cid-v8djuxNN64 .mbr-text,
.cid-v8djuxNN64 .text-wrapper {
  color: #9ba9c4;
}
.cid-v8djuxNN64 label {
  color: #9ba9c4;
}
.cid-v8djuybOFT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v8djuybOFT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8djuybOFT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8djuybOFT .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v8djuybOFT .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-v8djuybOFT .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-v8djuybOFT .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-v8djuybOFT .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-v8djuybOFT .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v8djuybOFT .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8djuybOFT .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v8djuybOFT .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v8djuybOFT .content-wrap .card {
  justify-content: center;
}
.cid-v8djuybOFT .items-wrapper {
  position: relative;
}
.cid-v8djuybOFT .items-wrapper::before {
  content: '';
  position: absolute;
  width: 80%;
  height: 80%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #be1200 10%, #ffcd7d 25%, #0054b9 100%);
  filter: blur(150px);
  pointer-events: none;
  opacity: .3;
}
@media (max-width: 992px) {
  .cid-v8djuybOFT .items-wrapper::before {
    width: 300px;
    height: 300px;
  }
}
.cid-v8djuybOFT .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v8djuybOFT .item {
    margin-bottom: 20px;
  }
  .cid-v8djuybOFT .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v8djuybOFT .item .item-wrapper {
  position: relative;
  padding: 24px;
  background-color: #000000;
  border: 1px solid #242a3c;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v8djuybOFT .item .item-wrapper {
    padding: 20px;
  }
}
.cid-v8djuybOFT .item .item-wrapper::before {
  content: '';
  position: absolute;
  bottom: -300px;
  left: -300px;
  width: 600px;
  height: 600px;
  border-radius: 100%;
  background-color: #be1200;
  filter: blur(80px);
  pointer-events: none;
  opacity: .3;
}
@media (max-width: 992px) {
  .cid-v8djuybOFT .item .item-wrapper::before {
    bottom: -200px;
    left: -150px;
    width: 300px;
    height: 300px;
  }
}
.cid-v8djuybOFT .item .item-wrapper::after {
  content: '';
  position: absolute;
  bottom: -300px;
  right: -300px;
  width: 600px;
  height: 600px;
  border-radius: 100%;
  background-color: #0054b9;
  filter: blur(80px);
  pointer-events: none;
  opacity: .3;
}
@media (max-width: 992px) {
  .cid-v8djuybOFT .item .item-wrapper::after {
    bottom: -150px;
    right: -150px;
    width: 300px;
    height: 300px;
  }
}
.cid-v8djuybOFT .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-v8djuybOFT .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-v8djuybOFT .item .item-wrapper .item-content .item-price {
  margin-bottom: 0;
}
.cid-v8djuybOFT .item .item-wrapper .item-content .item-text {
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-v8djuybOFT .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 30px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-v8djuybOFT .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v8djuybOFT .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-v8djuybOFT .item .item-wrapper .item-content .list-wrapper {
  margin-top: 80px;
}
@media (max-width: 992px) {
  .cid-v8djuybOFT .item .item-wrapper .item-content .list-wrapper {
    margin-top: 40px;
  }
}
.cid-v8djuybOFT .item .item-wrapper .item-content .list-wrapper .list {
  display: inline-flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 992px) {
  .cid-v8djuybOFT .item .item-wrapper .item-content .list-wrapper .list {
    gap: 20px;
  }
}
.cid-v8djuybOFT .item .item-wrapper .item-content .list-wrapper .list .item-wrap {
  position: relative;
  width: 100%;
  padding-left: 36px;
  margin-bottom: 0;
}
.cid-v8djuybOFT .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: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 7px -1px #ffffff;
}
.cid-v8djuybOFT .mbr-label {
  color: #9ba9c4;
}
.cid-v8djuybOFT .mbr-section-title {
  color: #ffffff;
}
.cid-v8djuybOFT .mbr-text,
.cid-v8djuybOFT .text-wrapper {
  color: #9ba9c4;
}
.cid-v8djuybOFT .item-title {
  color: #ffffff;
}
.cid-v8djuybOFT .item-price {
  color: #d1d4e3;
}
.cid-v8djuybOFT .item-text {
  color: #9ba9c4;
}
.cid-v8djuybOFT .list {
  color: #ffffff;
}
.cid-v8djuyy9jh {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v8djuyy9jh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8djuyy9jh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8djuyy9jh .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v8djuyy9jh .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-v8djuyy9jh .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-v8djuyy9jh .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-v8djuyy9jh .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-v8djuyy9jh .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v8djuyy9jh .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8djuyy9jh .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v8djuyy9jh .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v8djuyy9jh .content-wrap .card {
  justify-content: center;
}
.cid-v8djuyy9jh .item {
  margin-bottom: 48px;
}
.cid-v8djuyy9jh .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8djuyy9jh .item {
    margin-bottom: 20px;
  }
  .cid-v8djuyy9jh .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v8djuyy9jh .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-v8djuyy9jh .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-v8djuyy9jh .item .item-wrapper .item-content {
  width: 48%;
}
@media (max-width: 992px) {
  .cid-v8djuyy9jh .item .item-wrapper .item-content {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-v8djuyy9jh .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-v8djuyy9jh .item .item-wrapper .item-content .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-v8djuyy9jh .item .item-wrapper .item-content .list-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-v8djuyy9jh .item .item-wrapper .item-content .list-wrapper {
    margin-top: 20px;
  }
}
.cid-v8djuyy9jh .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-v8djuyy9jh .item .item-wrapper .item-content .list-wrapper .list {
    width: 100%;
  }
}
.cid-v8djuyy9jh .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-v8djuyy9jh .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-v8djuyy9jh .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v8djuyy9jh .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-v8djuyy9jh .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v8djuyy9jh .item .item-wrapper .image-wrapper {
  position: relative;
  z-index: 1;
  padding: 20px;
  width: 48%;
}
@media (max-width: 992px) {
  .cid-v8djuyy9jh .item .item-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-v8djuyy9jh .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-v8djuyy9jh .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-v8djuyy9jh .item .item-wrapper .image-wrapper .item-img {
  position: relative;
  z-index: 1;
  min-height: 400px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-v8djuyy9jh .item .item-wrapper .image-wrapper .item-img {
    min-height: auto;
    height: 300px;
  }
}
.cid-v8djuyy9jh .item .item-wrapper .image-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v8djuyy9jh .mbr-label {
  color: #9ba9c4;
}
.cid-v8djuyy9jh .mbr-section-title {
  color: #ffffff;
}
.cid-v8djuyy9jh .mbr-text,
.cid-v8djuyy9jh .text-wrapper {
  color: #9ba9c4;
}
.cid-v8djuyy9jh .item-title {
  color: #ffffff;
}
.cid-v8djuyy9jh .item-text {
  color: #9ba9c4;
}
.cid-v8djuyy9jh .list {
  color: #d1d4e3;
}
.cid-v8djuyV9OT {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-v8djuyV9OT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8djuyV9OT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8djuyV9OT .content-wrap {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v8djuyV9OT .content-wrap {
    margin-bottom: 40px;
  }
}
.cid-v8djuyV9OT .content-wrap .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-v8djuyV9OT .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-v8djuyV9OT .content-wrap .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-v8djuyV9OT .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v8djuyV9OT .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8djuyV9OT .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v8djuyV9OT .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v8djuyV9OT .content-wrap .card {
  justify-content: center;
}
.cid-v8djuyV9OT .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v8djuyV9OT .item {
    margin-bottom: 20px;
  }
  .cid-v8djuyV9OT .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v8djuyV9OT .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-v8djuyV9OT .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%, #ffcd7d 25%, #0175ff 100%);
  filter: blur(50px);
  pointer-events: none;
}
.cid-v8djuyV9OT .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-v8djuyV9OT .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-v8djuyV9OT .item .item-wrapper .item-img {
    margin: 0 0 20px 0;
  }
}
.cid-v8djuyV9OT .item .item-wrapper .item-img img {
  height: 260px;
  width: 60%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v8djuyV9OT .item .item-wrapper .item-img img {
    width: 100%;
  }
}
.cid-v8djuyV9OT .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 20px;
  backdrop-filter: blur(10px);
}
.cid-v8djuyV9OT .item .item-wrapper .item-content .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-v8djuyV9OT .item .item-wrapper .item-content .card-box {
  position: relative;
  z-index: 1;
}
.cid-v8djuyV9OT .item .item-wrapper .item-content .card-box .item-title {
  margin-bottom: 6px;
}
.cid-v8djuyV9OT .item .item-wrapper .item-content .card-box .item-text {
  margin-bottom: 0;
}
.cid-v8djuyV9OT .item .item-wrapper .item-content .card-box .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v8djuyV9OT .item .item-wrapper .item-content .card-box .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-v8djuyV9OT .item .item-wrapper .item-content .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v8djuyV9OT .item .card_2 .item-img img {
  height: 210px;
  width: 70%;
}
@media (max-width: 992px) {
  .cid-v8djuyV9OT .item .card_2 .item-img img {
    width: 100%;
  }
}
.cid-v8djuyV9OT .mbr-label {
  color: #9ba9c4;
}
.cid-v8djuyV9OT .mbr-section-title {
  color: #ffffff;
}
.cid-v8djuyV9OT .mbr-text,
.cid-v8djuyV9OT .text-wrapper {
  color: #9ba9c4;
}
.cid-v8djuyV9OT .item-title {
  color: #ffffff;
}
.cid-v8djuyV9OT .item-text {
  color: #9ba9c4;
}
.cid-v8djuzFZN7 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v8djuzFZN7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8djuzFZN7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8djuzFZN7 .items-wrapper {
  margin: 0 -30px;
}
.cid-v8djuzFZN7 .item {
  padding: 0 30px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-v8djuzFZN7 .item {
    margin-bottom: 40px;
  }
  .cid-v8djuzFZN7 .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v8djuzFZN7 .item .item-wrapper .icon-wrapper {
  margin-bottom: 24px;
}
.cid-v8djuzFZN7 .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-v8djuzFZN7 .item .item-wrapper .icon-wrapper .icon-wrap .mbr-iconfont {
  padding: 16px;
  font-size: 36px;
  background-color: #000000;
}
.cid-v8djuzFZN7 .item .item-wrapper .item-title {
  margin-bottom: 6px;
}
.cid-v8djuzFZN7 .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-v8djuzFZN7 .item .item-wrapper .mbr-section-btn {
  margin-top: 10px;
  width: 100%;
}
.cid-v8djuzFZN7 .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
}
.cid-v8djuzFZN7 .item-title {
  color: #ffffff;
}
.cid-v8djuzFZN7 .item-text {
  color: #9ba9c4;
}
.cid-v8djuzFZN7 .item-text,
.cid-v8djuzFZN7 .text-wrap {
  text-align: center;
}
.cid-v8djuzFZN7 .item-title,
.cid-v8djuzFZN7 .mbr-section-btn,
.cid-v8djuzFZN7 .icon-wrapper {
  text-align: center;
}
.cid-v8djuA73Hc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-v8djuA73Hc .left-side {
  text-align: left;
  padding-right: 5rem;
}
.cid-v8djuA73Hc .row {
  align-items: center;
}
.cid-v8djuA73Hc .row {
  flex-direction: row-reverse;
}
.cid-v8djuA73Hc .left-side {
  padding-left: 5rem;
  padding-right: 0;
}
@media (max-width: 600px) {
  .cid-v8djuA73Hc .mbr-section-btn {
    margin-bottom: 25px;
  }
}
.cid-v8djuA73Hc .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-v8djuA73Hc .mbr-section-subtitle {
  color: #626262;
  margin: 0;
  text-align: left;
}
.cid-v8djuA73Hc .panel-text {
  margin: 0;
  border: 0px;
  color: #9A948D;
}
.cid-v8djuA73Hc span {
  color: #ffffff;
  float: right;
  margin-top: 2px;
}
.cid-v8djuA73Hc .panel-title-edit {
  color: #ffffff;
  text-transform: uppercase;
  padding: 1rem 1.5rem;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #41392e;
}
.cid-v8djuA73Hc .card-header {
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 0;
}
.cid-v8djuA73Hc .card {
  border-radius: 0;
  margin-bottom: 22px;
}
@media (max-width: 990px) {
  .cid-v8djuA73Hc .left-side {
    padding: 15px;
  }
}
.cid-v8djuA73Hc img {
  width: 100%;
  transition: all 2s;
}
.cid-v8djuA73Hc img:hover {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-v8djuAx78I {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-v8djuAx78I .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8djuAx78I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8djuAx78I .card {
  justify-content: center;
}
.cid-v8djuAx78I .content-wrap .title-wrapper .label-wrapper {
  padding-bottom: 12px;
  border-bottom: 1px solid #242a3c;
  margin-bottom: 24px;
}
.cid-v8djuAx78I .content-wrap .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.cid-v8djuAx78I .content-wrap .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  display: flex;
  font-size: 24px;
}
.cid-v8djuAx78I .content-wrap .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-v8djuAx78I .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v8djuAx78I .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v8djuAx78I .content-wrap .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v8djuAx78I .content-wrap .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v8djuAx78I .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-v8djuAx78I .mbr-section-btn {
    margin-top: 10px;
  }
}
@media (max-width: 992px) {
  .cid-v8djuAx78I .social-wrapper {
    margin-top: 40px;
  }
}
.cid-v8djuAx78I .social-wrapper .social-wrap {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 54px;
}
@media (max-width: 992px) {
  .cid-v8djuAx78I .social-wrapper .social-wrap {
    gap: 20px;
  }
}
.cid-v8djuAx78I .social-wrapper .social-wrap .soc-item {
  background-image: linear-gradient(40deg, #ffcd7d 0%, #000000 45%, #0175ff 100%);
  box-shadow: 0 6px 30px -12px #ffcd7d;
  display: inline-flex;
  padding: 2px;
  transition: all .5s ease;
}
.cid-v8djuAx78I .social-wrapper .social-wrap .soc-item:hover,
.cid-v8djuAx78I .social-wrapper .social-wrap .soc-item:focus {
  box-shadow: 0 6px 30px -6px #ffcd7d;
}
.cid-v8djuAx78I .social-wrapper .social-wrap .soc-item a {
  position: relative;
  z-index: 1;
  display: block;
}
.cid-v8djuAx78I .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  padding: 22px;
  font-size: 56px;
  background-color: #000000;
}
@media (max-width: 992px) {
  .cid-v8djuAx78I .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
    font-size: 32px;
  }
}
.cid-v8djuAx78I .mbr-label {
  color: #9ba9c4;
}
.cid-v8djuAx78I .mbr-section-title {
  color: #ffffff;
}
.cid-v8djuAx78I .mbr-text,
.cid-v8djuAx78I .text-wrapper {
  color: #9ba9c4;
}
.cid-v8djuAx78I .item-title {
  color: #d1d4e3;
}
.cid-v8djuAY8y1 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-v8djuAY8y1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v8djuAY8y1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v8djuAY8y1 .nav-wrap {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v8djuAY8y1 .nav-wrap {
    margin-bottom: 40px;
  }
}
.cid-v8djuAY8y1 .nav-wrap .mbr-list-title {
  margin-bottom: 16px;
}
.cid-v8djuAY8y1 .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v8djuAY8y1 .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all 0.5s ease-in-out;
  width: fit-content;
}
.cid-v8djuAY8y1 .nav-wrap .list .item-wrap:hover,
.cid-v8djuAY8y1 .nav-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-v8djuAY8y1 .nav-wrap .list .item-wrap:hover::before,
.cid-v8djuAY8y1 .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-v8djuAY8y1 .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.cid-v8djuAY8y1 .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v8djuAY8y1 .copy-wrapper {
  position: relative;
  padding-top: 24px;
  justify-content: center;
}
.cid-v8djuAY8y1 .copy-wrapper::before {
  content: '';
  position: absolute;
  top: -1px;
  width: 1000%;
  height: 1px;
  background-color: #242a3c;
}
.cid-v8djuAY8y1 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: justify;
}
.cid-v8djuAY8y1 .mbr-list-title {
  color: #ffffff;
}
.cid-v8djuAY8y1 .list {
  color: #9ba9c4;
}
.cid-vcaqzP8bCH {
  z-index: 1000;
  width: 100%;
}
.cid-vcaqzP8bCH .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;
}
@media (max-width: 767px) {
  .cid-vcaqzP8bCH .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vcaqzP8bCH .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-vcaqzP8bCH .navbar-nav {
    max-width: 45%;
  }
}
.cid-vcaqzP8bCH .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-vcaqzP8bCH .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-vcaqzP8bCH .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-vcaqzP8bCH .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vcaqzP8bCH .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vcaqzP8bCH .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-vcaqzP8bCH .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-vcaqzP8bCH .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-vcaqzP8bCH .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-vcaqzP8bCH .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-vcaqzP8bCH .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-vcaqzP8bCH .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vcaqzP8bCH .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-vcaqzP8bCH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcaqzP8bCH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcaqzP8bCH .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vcaqzP8bCH .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-vcaqzP8bCH .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-vcaqzP8bCH .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vcaqzP8bCH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-vcaqzP8bCH .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-vcaqzP8bCH .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vcaqzP8bCH .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vcaqzP8bCH .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vcaqzP8bCH .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0) !important;
}
.cid-vcaqzP8bCH .nav-item:focus,
.cid-vcaqzP8bCH .nav-link:focus {
  outline: none;
}
.cid-vcaqzP8bCH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcaqzP8bCH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcaqzP8bCH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcaqzP8bCH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcaqzP8bCH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcaqzP8bCH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcaqzP8bCH .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-vcaqzP8bCH .navbar.opened {
  transition: all 0.3s;
}
.cid-vcaqzP8bCH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcaqzP8bCH .navbar .navbar-logo img {
  width: auto;
}
.cid-vcaqzP8bCH .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-vcaqzP8bCH .navbar.collapsed {
  justify-content: center;
}
.cid-vcaqzP8bCH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcaqzP8bCH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcaqzP8bCH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 9rem);
  }
}
.cid-vcaqzP8bCH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcaqzP8bCH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcaqzP8bCH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vcaqzP8bCH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcaqzP8bCH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcaqzP8bCH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vcaqzP8bCH .navbar {
    min-height: 72px;
  }
  .cid-vcaqzP8bCH .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vcaqzP8bCH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcaqzP8bCH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcaqzP8bCH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcaqzP8bCH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcaqzP8bCH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vcaqzP8bCH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcaqzP8bCH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vcaqzP8bCH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcaqzP8bCH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcaqzP8bCH .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vcaqzP8bCH .dropdown-item.active,
.cid-vcaqzP8bCH .dropdown-item:active {
  background-color: transparent;
}
.cid-vcaqzP8bCH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcaqzP8bCH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcaqzP8bCH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcaqzP8bCH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-vcaqzP8bCH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-vcaqzP8bCH .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vcaqzP8bCH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcaqzP8bCH .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vcaqzP8bCH .navbar-buttons {
    text-align: left;
  }
}
.cid-vcaqzP8bCH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vcaqzP8bCH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vcaqzP8bCH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcaqzP8bCH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcaqzP8bCH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcaqzP8bCH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcaqzP8bCH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcaqzP8bCH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcaqzP8bCH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcaqzP8bCH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcaqzP8bCH .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vcaqzP8bCH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcaqzP8bCH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vcaqzP8bCH .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcaqzP8bCH .navbar {
    height: 70px;
  }
  .cid-vcaqzP8bCH .navbar.opened {
    height: auto;
  }
  .cid-vcaqzP8bCH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcaqzP8bCH .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vcaqzP8bCH .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-vcaqzP8bCH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vcaqzP8bCH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vcaqzP8bCH .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vcaqzP8bCH .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vcaqzP8bCH .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vcaqzP8bCH .navbar-brand {
    margin-right: auto;
  }
  .cid-vcaqzP8bCH .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0) !important;
    background: rgba(0, 0, 0, 0) !important;
    backdrop-filter: blur(8px);
  }
  .cid-vcaqzP8bCH .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vcaqzP8bCH .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-vcaqzP8bCH .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vcaqzP8bCH .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vcaqzP8bCH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vcaqzP8bCH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-vcaqzP8bCH .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vcaqzP8bCH .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-vcaqzP8bCH .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vcaqzP8bCH .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v5qVEggfYi {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-v5qVEggfYi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5qVEggfYi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5qVEggfYi .nav-wrap {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v5qVEggfYi .nav-wrap {
    margin-bottom: 40px;
  }
}
.cid-v5qVEggfYi .nav-wrap .mbr-list-title {
  margin-bottom: 16px;
}
.cid-v5qVEggfYi .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v5qVEggfYi .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 12px;
  transition: all 0.5s ease-in-out;
  width: fit-content;
}
.cid-v5qVEggfYi .nav-wrap .list .item-wrap:hover,
.cid-v5qVEggfYi .nav-wrap .list .item-wrap:focus {
  color: #ffffff;
}
.cid-v5qVEggfYi .nav-wrap .list .item-wrap:hover::before,
.cid-v5qVEggfYi .nav-wrap .list .item-wrap:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-v5qVEggfYi .nav-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.cid-v5qVEggfYi .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v5qVEggfYi .copy-wrapper {
  position: relative;
  padding-top: 24px;
  justify-content: center;
}
.cid-v5qVEggfYi .copy-wrapper::before {
  content: '';
  position: absolute;
  top: -1px;
  width: 1000%;
  height: 1px;
  background-color: #242a3c;
}
.cid-v5qVEggfYi .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: justify;
}
.cid-v5qVEggfYi .mbr-list-title {
  color: #ffffff;
}
.cid-v5qVEggfYi .list {
  color: #9ba9c4;
}
