.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-wrapper .mbr-overlay {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #9fe870 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #393193 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
  color: #264d0c !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #264d0c !important;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #393193 !important;
  border-color: #393193 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #483eb9 !important;
  border-color: #483eb9 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #483eb9 !important;
  border-color: #483eb9 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #9fe870;
  color: #9fe870;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #6ddc25 !important;
  background-color: transparent !important;
  border-color: #6ddc25 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #264d0c !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #393193;
  color: #393193;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #201b52 !important;
  background-color: transparent !important;
  border-color: #201b52 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #393193 !important;
  border-color: #393193 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #9fe870 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #393193 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #66d022 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #1b1846 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #9fe870;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #393193;
}
.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: #9fe870;
  border-color: #9fe870;
  color: #306310;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #9fe870;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #7b73d0;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #9fe870 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #9fe870;
}
/* 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: #9fe870;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #9fe870;
}
.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: #9fe870;
  border-bottom-color: #9fe870;
}
.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: #9fe870 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffd7ef !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='%239fe870' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vnzDjO0BEa {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-vnzDjO0BEa nav.navbar {
  position: fixed;
}
.cid-vnzDjO0BEa .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vnzDjO0BEa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-vnzDjO0BEa .dropdown-menu {
    text-align: center;
  }
}
.cid-vnzDjO0BEa .dropdown-item {
  border: 1px solid #ffffff;
  background: #000000 !important;
  color: #ffffff !important;
}
.cid-vnzDjO0BEa .dropdown-item:hover,
.cid-vnzDjO0BEa .dropdown-item:focus {
  background: #000000 !important;
}
.cid-vnzDjO0BEa .dropdown-item:hover span {
  color: white;
}
.cid-vnzDjO0BEa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vnzDjO0BEa .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vnzDjO0BEa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vnzDjO0BEa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vnzDjO0BEa .nav-link {
  position: relative;
}
.cid-vnzDjO0BEa .container {
  display: flex;
  margin: 0 auto;
  max-width: 1208px;
}
@media (min-width: 992px) {
  .cid-vnzDjO0BEa .container {
    flex-wrap: nowrap;
  }
}
.cid-vnzDjO0BEa .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vnzDjO0BEa .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vnzDjO0BEa .dropdown-menu,
.cid-vnzDjO0BEa .navbar.opened {
  background: #000000 !important;
}
.cid-vnzDjO0BEa .nav-item:focus,
.cid-vnzDjO0BEa .nav-link:focus {
  outline: none;
}
.cid-vnzDjO0BEa .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-vnzDjO0BEa .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-vnzDjO0BEa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vnzDjO0BEa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vnzDjO0BEa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vnzDjO0BEa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  transition: none;
  margin: 0 !important;
}
.cid-vnzDjO0BEa .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-vnzDjO0BEa .navbar {
    min-height: 80px;
  }
}
.cid-vnzDjO0BEa .navbar.opened {
  transition: all 0.3s;
}
.cid-vnzDjO0BEa .navbar .dropdown-item {
  padding: 1px 2rem 1px 12px;
  border-radius: 0;
  font-weight: 400;
}
.cid-vnzDjO0BEa .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-vnzDjO0BEa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vnzDjO0BEa .navbar.collapsed {
  justify-content: center;
}
.cid-vnzDjO0BEa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vnzDjO0BEa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vnzDjO0BEa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vnzDjO0BEa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vnzDjO0BEa .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
  right: .8rem;
}
.cid-vnzDjO0BEa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vnzDjO0BEa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  text-align: center;
}
.cid-vnzDjO0BEa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vnzDjO0BEa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vnzDjO0BEa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vnzDjO0BEa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vnzDjO0BEa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vnzDjO0BEa .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
    right: .8rem;
  }
  .cid-vnzDjO0BEa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vnzDjO0BEa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vnzDjO0BEa .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 12px;
    text-align: center;
  }
  .cid-vnzDjO0BEa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vnzDjO0BEa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vnzDjO0BEa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vnzDjO0BEa .navbar.navbar-short {
  min-height: 96px;
}
.cid-vnzDjO0BEa .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vnzDjO0BEa .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .cid-vnzDjO0BEa .navbar-brand {
    min-height: 80px;
  }
}
.cid-vnzDjO0BEa .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vnzDjO0BEa .navbar-brand .navbar-caption:hover,
.cid-vnzDjO0BEa .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vnzDjO0BEa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vnzDjO0BEa .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vnzDjO0BEa .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-vnzDjO0BEa .dropdown-item.active,
.cid-vnzDjO0BEa .dropdown-item:active {
  background-color: transparent;
}
.cid-vnzDjO0BEa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vnzDjO0BEa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vnzDjO0BEa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vnzDjO0BEa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-vnzDjO0BEa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-vnzDjO0BEa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vnzDjO0BEa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vnzDjO0BEa ul.navbar-nav {
  position: relative;
  flex-wrap: wrap;
  animation: none !important;
}
@media (min-width: 991px) {
  .cid-vnzDjO0BEa ul.navbar-nav {
    padding: 0 24px;
    background-color: transparent;
    backdrop-filter: blur(10px);
  }
}
.cid-vnzDjO0BEa ul.navbar-nav::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid #ffffff;
  -webkit-mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
  mask: linear-gradient(160deg, #000000 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0) 69%, #000000 100%);
}
.cid-vnzDjO0BEa .navbar-buttons {
  text-align: center;
}
.cid-vnzDjO0BEa .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-vnzDjO0BEa .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vnzDjO0BEa button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vnzDjO0BEa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vnzDjO0BEa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vnzDjO0BEa button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vnzDjO0BEa button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vnzDjO0BEa button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vnzDjO0BEa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vnzDjO0BEa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vnzDjO0BEa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vnzDjO0BEa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vnzDjO0BEa .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vnzDjO0BEa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vnzDjO0BEa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vnzDjO0BEa .navbar {
    height: 70px;
  }
  .cid-vnzDjO0BEa .navbar.opened {
    height: auto;
  }
  .cid-vnzDjO0BEa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vnzDjO0BEa .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.cid-vnzDjO0BEa .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vnzDjO0BEa .nav-item .nav-link {
  padding: 0 !important;
  margin: 15px 14px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-vnzDjO0BEa .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vnzDjO0BEa .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px !important;
  background-color: #ffffff;
  transition: all 0.5s ease-in-out;
}
.cid-vnzDjO0BEa .nav-item .nav-link:hover,
.cid-vnzDjO0BEa .nav-item .nav-link:focus {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-vnzDjO0BEa .nav-item .nav-link:hover::after,
.cid-vnzDjO0BEa .nav-item .nav-link:focus::after {
  color: #ffffff !important;
}
.cid-vnzDjO0BEa .nav-item .nav-link:hover::before,
.cid-vnzDjO0BEa .nav-item .nav-link:focus::before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-vnzDjO0BEa .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vnzDjO0BEa .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vnzDjO0BEa .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-vnzDjO0BEa .nav-item .dropdown-menu .dropdown-item {
  color: #ffffff !important;
}
.cid-vnzDjO0BEa .nav-item .dropdown-menu .dropdown-item:hover,
.cid-vnzDjO0BEa .nav-item .dropdown-menu .dropdown-item:focus {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-vnzDjO0BEa .navbar {
    justify-content: flex-start !important;
  }
  .cid-vnzDjO0BEa .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vnzDjO0BEa .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vnzDjO0BEa .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vnzDjO0BEa .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-vnzDjO0BEa .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-vnzDjO0BEa .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-vnzDjO0BEa .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-vnzDjO0BEa .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-vnzDjO0BEa .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-vnzDjO0BEa .content-wrap {
    min-height: 80px;
  }
}
.cid-vs64PVWtWc {
  display: flex;
  background-image: url("../../../assets/images/gemini-generated-image-e1tg87e1tg87e1tg.png");
}
.cid-vs64PVWtWc .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-vs64PVWtWc {
    align-items: flex-end;
  }
  .cid-vs64PVWtWc .row {
    justify-content: center;
  }
  .cid-vs64PVWtWc .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-vs64PVWtWc .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vs64PVWtWc {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-vs64PVWtWc .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-vs64PVWtWc .content-wrap {
    width: 100%;
  }
}
.cid-vs64PVWtWc .mbr-section-title,
.cid-vs64PVWtWc .mbr-section-subtitle {
  text-align: center;
}
.cid-vs64PVWtWc .mbr-text,
.cid-vs64PVWtWc .mbr-section-btn {
  text-align: center;
}
.cid-vsHOxgjiJB {
  padding-top: 6rem;
  padding-bottom: 12rem;
  background-color: #f7f7f7;
  overflow: hidden;
}
.cid-vsHOxgjiJB .card {
  position: relative;
}
.cid-vsHOxgjiJB .card .gradient-wrap {
  position: absolute;
  bottom: -40%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #f7f7f7, #f7f7f7 50%, #f7f7f7);
  filter: blur(4rem);
  pointer-events: none;
}
.cid-vsHOxgjiJB .card .gradient-wrap::before {
  content: '';
  position: absolute;
  top: -30%;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #f7f7f7;
  filter: blur(5rem);
  pointer-events: none;
}
.cid-vsHOxgjiJB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsHOxgjiJB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsHOxgjiJB .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-vsHOxgjiJB .content-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vsHOxgjiJB .content-wrapper {
    width: 100%;
  }
}
.cid-vsHOxgjiJB .content-wrapper .label-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vsHOxgjiJB .content-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-vsHOxgjiJB .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-vsHOxgjiJB .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-vsHOxgjiJB .content-wrapper .mbr-section-title {
    margin-bottom: 18px;
  }
}
.cid-vsHOxgjiJB .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vsHOxgjiJB .content-wrapper .mbr-section-btn {
  margin-top: 46px;
}
@media (max-width: 992px) {
  .cid-vsHOxgjiJB .content-wrapper .mbr-section-btn {
    margin-top: 18px;
  }
}
.cid-vsHOxgjiJB .mbr-label,
.cid-vsHOxgjiJB .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vsHOxgjiJB .mbr-section-title {
  color: #ffffff;
}
.cid-vsHOxgjiJB .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-vsHOxgjiJB .mbr-section-title,
.cid-vsHOxgjiJB .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-vs667hDgjt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-vs667hDgjt .content-text {
  max-width: 800px;
}
.cid-vnzG5jKwv3 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vnzG5jKwv3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnzG5jKwv3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnzG5jKwv3 .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-vnzG5jKwv3 .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vnzG5jKwv3 .title-wrapper {
    width: 100%;
  }
}
.cid-vnzG5jKwv3 .title-wrapper .label-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-vnzG5jKwv3 .title-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-vnzG5jKwv3 .title-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #362c52;
}
@media (max-width: 992px) {
  .cid-vnzG5jKwv3 .title-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-vnzG5jKwv3 .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-vnzG5jKwv3 .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-vnzG5jKwv3 .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vnzG5jKwv3 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vnzG5jKwv3 .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #000000, #000000 50%, #000000);
}
.cid-vnzG5jKwv3 .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vnzG5jKwv3 .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-vnzG5jKwv3 .title-wrapper .mbr-section-btn {
  margin-top: 42px;
}
@media (max-width: 992px) {
  .cid-vnzG5jKwv3 .title-wrapper .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-vnzG5jKwv3 .mbr-label,
.cid-vnzG5jKwv3 .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vnzG5jKwv3 .mbr-section-title {
  color: #ffffff;
}
.cid-vnzG5jKwv3 .mbr-section-subtitle,
.cid-vnzG5jKwv3 .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vnzG5jKwv3 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-vnzG5jKwv3 .mbr-section-title,
.cid-vnzG5jKwv3 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-vnzGzSrVwI {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vnzGzSrVwI .card-wrapper {
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  width: 80%;
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 0;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vnzGzSrVwI .bottom,
.cid-vnzGzSrVwI .card-title {
  color: #ffffff;
}
.cid-vnzGzSrVwI .card-title {
  margin-bottom: 18px;
  color: #14142b;
}
@media (max-width: 1150px) {
  .cid-vnzGzSrVwI .card-wrapper {
    top: -20px;
  }
}
@media (max-width: 990px) {
  .cid-vnzGzSrVwI {
    padding-bottom: 0;
  }
  .cid-vnzGzSrVwI .card-wrapper {
    position: initial;
  }
  .cid-vnzGzSrVwI .card-box {
    padding: 10%;
  }
}
.cid-vnzGzSrVwI .bottom {
  color: #8c8c95;
}
.cid-vnzGzSrVwI .plus1 {
  color: #fedb01;
}
.cid-vnzGzSrVwI .plus2 {
  color: #ff4433;
}
.cid-vnzGzSrVwI .plus3 {
  color: #4cc9f0;
}
.cid-vnzGzSrVwI .plus4 {
  color: #6c38ff;
}
.cid-vnzGzSrVwI .card-title,
.cid-vnzGzSrVwI .bottom {
  text-align: center;
}
.cid-vs6pAOsegZ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vs6pAOsegZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vs6pAOsegZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vs6pAOsegZ .row {
  flex-direction: row-reverse;
}
.cid-vnzGZzTq3E {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vnzGZzTq3E .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnzGZzTq3E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnzGZzTq3E .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-vnzGZzTq3E .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vnzGZzTq3E .title-wrapper {
    width: 100%;
  }
}
.cid-vnzGZzTq3E .title-wrapper .label-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-vnzGZzTq3E .title-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-vnzGZzTq3E .title-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #362c52;
}
@media (max-width: 992px) {
  .cid-vnzGZzTq3E .title-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-vnzGZzTq3E .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-vnzGZzTq3E .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-vnzGZzTq3E .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vnzGZzTq3E .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vnzGZzTq3E .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #000000, #000000 50%, #000000);
}
.cid-vnzGZzTq3E .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vnzGZzTq3E .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-vnzGZzTq3E .title-wrapper .mbr-section-btn {
  margin-top: 42px;
}
@media (max-width: 992px) {
  .cid-vnzGZzTq3E .title-wrapper .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-vnzGZzTq3E .mbr-label,
.cid-vnzGZzTq3E .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vnzGZzTq3E .mbr-section-title {
  color: #ffffff;
}
.cid-vnzGZzTq3E .mbr-section-subtitle,
.cid-vnzGZzTq3E .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vnzGZzTq3E .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-vnzGZzTq3E .mbr-section-title,
.cid-vnzGZzTq3E .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-vnzH3234Ia {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vnzH3234Ia .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnzH3234Ia .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnzH3234Ia .items-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-vnzH3234Ia .items-wrapper .card-wrapper {
  height: 100%;
  margin: 0 -12px;
  -webkit-flex: inherit;
  z-index: 1;
  background-color: #f7f7f7;
  padding: 8px;
}
.cid-vnzH3234Ia .items-wrapper .card-wrapper .image-wrapper .item-img img {
  width: 170px;
  height: 170px;
  object-fit: cover;
}
.cid-vnzH3234Ia .items-wrapper .card_1 {
  transform: rotate(-15deg) translateY(10px);
}
.cid-vnzH3234Ia .items-wrapper .card_2 {
  transform: rotate(11deg) translateY(10px);
  z-index: 2;
}
.cid-vnzHtdIqbJ {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-vnzHtdIqbJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnzHtdIqbJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnzHtdIqbJ .card-wrapper {
  overflow: hidden;
  background: #f7f7f7;
}
.cid-vnzHtdIqbJ .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vnzHtdIqbJ .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-vnzHtdIqbJ .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-vnzHtdIqbJ .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-vnzHtdIqbJ .row {
  flex-direction: row-reverse;
}
.cid-vnzHtdIqbJ .image-wrapper {
  padding: 0 1rem;
}
.cid-vnzHtdIqbJ img,
.cid-vnzHtdIqbJ .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-vnzHtdIqbJ img,
  .cid-vnzHtdIqbJ .image-wrapper {
    max-height: 350px;
  }
}
.cid-vnzHtdIqbJ .mbr-section-title {
  color: #000000;
}
.cid-vnzHtdIqbJ .mbr-text {
  color: #000000;
}
.cid-vnzMBlIjtl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vnzMBlIjtl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnzMBlIjtl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnzMBlIjtl .row {
  flex-direction: row-reverse;
}
.cid-vnzJ28KpE6 {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-vnzJ28KpE6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnzJ28KpE6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnzJ28KpE6 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vnzJ28KpE6 .container {
    padding: 0 15px;
  }
}
.cid-vnzJ28KpE6 .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vnzJ28KpE6 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vnzJ28KpE6 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vnzJ28KpE6 .item {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-vnzJ28KpE6 .item {
    margin-bottom: 20px;
  }
}
.cid-vnzJ28KpE6 .item:hover::before,
.cid-vnzJ28KpE6 .item:focus::before {
  opacity: 1;
}
.cid-vnzJ28KpE6 .item:hover .item-wrapper,
.cid-vnzJ28KpE6 .item:focus .item-wrapper {
  transform: scale(1.02);
}
.cid-vnzJ28KpE6 .item:nth-child(2n) .item-wrapper .card-box .item-title {
  background-color: #284177;
}
.cid-vnzJ28KpE6 .item:nth-child(3n) .item-wrapper .card-box .item-title {
  background-color: #4d1760;
}
.cid-vnzJ28KpE6 .item::before {
  content: '';
  position: absolute;
  width: 110%;
  height: 110%;
  background-image: linear-gradient(90deg, #284177 37.31%, #284177 69.53%, #284177 80.18%, #284177 94.04%);
  border-radius: 50%;
  filter: blur(70px);
  transition: all 0.3s ease-in-out;
  opacity: 0;
  z-index: 0;
}
@media (max-width: 768px) {
  .cid-vnzJ28KpE6 .item::before {
    display: none;
  }
}
.cid-vnzJ28KpE6 .item .item-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  padding: 30px 20px;
  background-color: #171827;
  border: 1px solid #373d52;
  border-radius: 12px !important;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vnzJ28KpE6 .item .item-wrapper {
    padding: 30px 15px;
  }
}
@media (max-width: 768px) {
  .cid-vnzJ28KpE6 .item .item-wrapper {
    height: auto;
  }
}
.cid-vnzJ28KpE6 .item .item-wrapper .card-box {
  position: relative;
  z-index: 1;
}
.cid-vnzJ28KpE6 .item .item-wrapper .card-box .item-title {
  padding: 8px 15px 5px;
  border-radius: 6px;
  background-color: #286477;
  margin-bottom: 20px;
}
.cid-vnzJ28KpE6 .item .item-wrapper .card-box .item-desc {
  padding: 0 15px;
  margin-bottom: 20px;
}
.cid-vnzJ28KpE6 .item .item-wrapper .card-box .item-price {
  margin: 0 15px 0;
  position: relative;
  padding: 5px 0;
}
.cid-vnzJ28KpE6 .item .item-wrapper .card-box .item-price::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #f2ac2b 0, #ffffff 23%, #f2ac2b 100%);
  opacity: .5;
}
.cid-vnzJ28KpE6 .item .item-wrapper .card-box .item-price::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, #f2ac2b 0, #ffffff 23%, #f2ac2b 100%);
  opacity: .5;
}
.cid-vnzJ28KpE6 .item .item-wrapper .list {
  margin: 20px 15px 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 36px;
}
.cid-vnzJ28KpE6 .item .item-wrapper .list .item-wrap {
  margin-bottom: 10px;
  position: relative;
  line-height: 1.4;
}
.cid-vnzJ28KpE6 .item .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vnzJ28KpE6 .item .item-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  margin-left: -36px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f2ac2b;
  color: #171827;
  font-size: 16px;
}
.cid-vnzJ28KpE6 .item .item-wrapper .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-vnzJ28KpE6 .item .item-wrapper .mbr-section-btn .btn {
  margin-left: 0;
  width: 100%;
}
.cid-vnzJ28KpE6 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vnzJ28KpE6 .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-vnzJ28KpE6 .item-desc {
  color: #ffffff;
  text-align: center;
}
.cid-vnzJ28KpE6 .item-price {
  color: #f2ac2b;
  text-align: center;
}
.cid-vnzJ28KpE6 .list {
  color: #d2d2df;
}
.cid-vnzLga0KXN {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-vnzLga0KXN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnzLga0KXN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnzLga0KXN .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-vnzLga0KXN .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vnzLga0KXN .title-wrapper {
    width: 100%;
  }
}
.cid-vnzLga0KXN .title-wrapper .label-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-vnzLga0KXN .title-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-vnzLga0KXN .title-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #362c52;
}
@media (max-width: 992px) {
  .cid-vnzLga0KXN .title-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-vnzLga0KXN .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-vnzLga0KXN .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-vnzLga0KXN .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vnzLga0KXN .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vnzLga0KXN .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #000000, #000000 50%, #000000);
}
.cid-vnzLga0KXN .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vnzLga0KXN .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-vnzLga0KXN .title-wrapper .mbr-section-btn {
  margin-top: 42px;
}
@media (max-width: 992px) {
  .cid-vnzLga0KXN .title-wrapper .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-vnzLga0KXN .mbr-label,
.cid-vnzLga0KXN .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vnzLga0KXN .mbr-section-title {
  color: #ffffff;
}
.cid-vnzLga0KXN .mbr-section-subtitle,
.cid-vnzLga0KXN .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vnzLga0KXN .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-vnzLga0KXN .mbr-section-title,
.cid-vnzLga0KXN .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-vnzL8xp452 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vnzL8xp452 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnzL8xp452 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnzL8xp452 .card-wrapper {
  background: #f7f7f7;
}
@media (max-width: 767px) {
  .cid-vnzL8xp452 .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vnzL8xp452 .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vnzL8xp452 .card-wrapper {
    padding: 4rem;
  }
}
.cid-vnzL8xp452 .mbr-text,
.cid-vnzL8xp452 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vnzL8xp452 .card-title,
.cid-vnzL8xp452 .card-box {
  text-align: justify;
  color: #000000;
}
.cid-vnzI1W6INf {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vnzI1W6INf .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-vnzI1W6INf .panel-group {
  border: none;
}
.cid-vnzI1W6INf .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-vnzI1W6INf .card-header {
    padding: 0rem;
  }
}
.cid-vnzI1W6INf .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-vnzI1W6INf .img-col {
  padding: 0;
}
.cid-vnzI1W6INf .img-item {
  height: 100%;
}
.cid-vnzI1W6INf img {
  height: 100%;
  object-fit: cover;
}
.cid-vnzI1W6INf .collapsed span {
  transform: rotate(0deg);
}
.cid-vnzI1W6INf .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vnzI1W6INf p {
  margin-bottom: 0.3rem;
}
.cid-vnzI1W6INf .panel-title-edit {
  color: #000000;
}
.cid-vnzI1W6INf .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-vnzI1W6INf .card {
  background: #f7f7f7;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-vnzI1W6INf .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vnzI1W6INf .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-vnzI1W6INf .panel-text {
  color: #000000;
}
.cid-vnzI1W6INf .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-vnzI1W6INf .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vnzI1W6INf .panel-title-edit,
.cid-vnzI1W6INf .mbr-iconfont {
  color: #000000;
}
.cid-vnzEUa8YN4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vnzEUa8YN4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vnzEUa8YN4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vnzEUa8YN4 .content-wrap {
  margin: 0 -25px;
}
.cid-vnzEUa8YN4 .content-wrap .card {
  padding: 0 25px;
}
@media (max-width: 992px) {
  .cid-vnzEUa8YN4 .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vnzEUa8YN4 .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-vnzEUa8YN4 .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vnzEUa8YN4 .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-vnzEUa8YN4 .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vnzEUa8YN4 .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 25px;
}
@media (max-width: 1440px) {
  .cid-vnzEUa8YN4 .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vnzEUa8YN4 .title-wrapper .image-wrapper img {
  height: 350px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vnzEUa8YN4 .title-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-vnzEUa8YN4 .subtitle-wrap .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-vnzEUa8YN4 .form-wrap .dragArea.row {
  margin: 0 -9.6px;
}
.cid-vnzEUa8YN4 .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vnzEUa8YN4 .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 5px;
}
.cid-vnzEUa8YN4 .form-wrap .dragArea.row .form-group .form-control {
  padding: 12px 15px;
  background-color: transparent;
  border: 1px solid #e8e8e8 !important;
  box-shadow: none;
  margin-bottom: 20px;
}
.cid-vnzEUa8YN4 .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #777777;
}
.cid-vnzEUa8YN4 .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vnzEUa8YN4 .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #caf31d !important;
}
.cid-vnzEUa8YN4 .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-vnzEUa8YN4 .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vnzEUa8YN4 .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #777777;
  border-color: #777777;
}
.cid-vnzEUa8YN4 .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 5px;
}
.cid-vnzEUa8YN4 .form-wrap .dragArea.row .mbr-section-btn .btn {
  margin-bottom: 0;
  margin-right: 0;
  margin-top: 0;
  min-height: auto;
}
.cid-vnzEUa8YN4 .mbr-label {
  color: #000000;
}
.cid-vnzEUa8YN4 .mbr-section-title {
  color: #000000;
}
.cid-vnzEUa8YN4 .mbr-section-subtitle {
  color: #000000;
}
.cid-vnzEUa8YN4 label {
  color: #000000;
}
.cid-vnzEUa8YN4 .mbr-section-title,
.cid-vnzEUa8YN4 .title-wrap {
  text-align: center;
}
.cid-vs69BLCU5C {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vs69BLCU5C .mbr-fallback-image.disabled {
  display: none;
}
.cid-vs69BLCU5C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vs69BLCU5C .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-vs69BLCU5C .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vs69BLCU5C .mbr-iconfont {
  font-size: 3rem;
  color: #9fe870;
  padding-right: 2rem;
}
.cid-vs69BLCU5C .content-head {
  max-width: 800px;
}
.cid-vnzOgi2chN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vnzOgi2chN .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-vsHQe5AcA6 {
  background-color: #190f2a;
}
.cid-vsHQe5AcA6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsHQe5AcA6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsHQe5AcA6 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vsHQe5AcA6 .image-wrap img {
    display: block;
    margin: auto;
  }
}
.cid-vsHQe5AcA6 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vsHQe5AcA6 .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vsHQe5AcA6 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vsHQe5AcA6 .header-menu li p {
  margin: 0;
}
.cid-vsHQe5AcA6 .mbr-section-title {
  color: #ffffff;
}
.cid-vsHQe5AcA6 .header-menu-item {
  color: #ffffff;
}
.cid-vsHQe5AcA6 .mbr-text,
.cid-vsHQe5AcA6 .mbr-section-btn {
  color: #f7f7f7;
  text-align: center;
}
.cid-vsHQe5AcA6 .content-head {
  max-width: 800px;
}
.cid-vsHR88JSbK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #190f2a;
}
.cid-vsHR88JSbK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsHR88JSbK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsHR88JSbK .title-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
  margin-bottom: 82px;
}
@media (max-width: 1440px) {
  .cid-vsHR88JSbK .title-wrapper {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-vsHR88JSbK .title-wrapper {
    width: 100%;
    margin-bottom: 28px;
  }
}
.cid-vsHR88JSbK .title-wrapper .label-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-vsHR88JSbK .title-wrapper .label-wrapper {
    margin-bottom: 28px;
  }
}
.cid-vsHR88JSbK .title-wrapper .label-wrapper .label-wrap {
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  background-color: #362c52;
}
@media (max-width: 992px) {
  .cid-vsHR88JSbK .title-wrapper .label-wrapper .label-wrap {
    padding: 10px 16px;
  }
}
.cid-vsHR88JSbK .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 14px;
}
.cid-vsHR88JSbK .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 19px;
}
.cid-vsHR88JSbK .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vsHR88JSbK .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vsHR88JSbK .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-vsHR88JSbK .title-wrapper .mbr-text {
  margin-top: 22px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vsHR88JSbK .title-wrapper .mbr-text {
    margin-top: 18px;
  }
}
.cid-vsHR88JSbK .card {
  justify-content: center;
}
.cid-vsHR88JSbK .image-wrapper {
  position: relative;
  z-index: 1;
  align-items: center;
}
.cid-vsHR88JSbK .image-wrapper .gradient-wrap {
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #1c4eff 50%, #ca45ff 40%, #fe881b 0);
  filter: blur(4rem);
  pointer-events: none;
}
@media (max-width: 425px) {
  .cid-vsHR88JSbK .image-wrapper .gradient-wrap {
    width: 260px;
    height: 260px;
  }
}
.cid-vsHR88JSbK .image-wrapper .image-wrap {
  position: relative;
  z-index: 2;
  width: 330px;
  height: 330px;
  border-radius: 100%;
  overflow: hidden;
  padding: 6px;
  background-image: linear-gradient(135deg, #1c4eff, #ca45ff 40%, #fe881b);
}
@media (max-width: 992px) {
  .cid-vsHR88JSbK .image-wrapper .image-wrap {
    padding: 5px;
  }
}
@media (max-width: 1440px) {
  .cid-vsHR88JSbK .image-wrapper .image-wrap {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-vsHR88JSbK .image-wrapper .image-wrap {
    margin-bottom: 28px;
  }
}
@media (max-width: 425px) {
  .cid-vsHR88JSbK .image-wrapper .image-wrap {
    width: 260px;
    height: 260px;
  }
}
.cid-vsHR88JSbK .image-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-vsHR88JSbK .card-wrapper {
  padding: 82px;
  background-image: radial-gradient(circle at 5% 113%, #362c52, #190f2a 110%);
}
@media (max-width: 1440px) {
  .cid-vsHR88JSbK .card-wrapper {
    padding: 46px;
  }
}
@media (max-width: 992px) {
  .cid-vsHR88JSbK .card-wrapper {
    padding: 18px;
  }
}
.cid-vsHR88JSbK .card-wrapper .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vsHR88JSbK .card-wrapper .item {
    margin-bottom: 22px;
  }
}
.cid-vsHR88JSbK .card-wrapper .item:last-child {
  margin-bottom: 0;
}
.cid-vsHR88JSbK .card-wrapper .item .item-wrapper .card-box {
  position: relative;
  padding-left: 38px;
}
.cid-vsHR88JSbK .card-wrapper .item .item-wrapper .card-box::before {
  content: '✓';
  position: absolute;
  top: 4px;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background-image: linear-gradient(135deg, #1c4eff, #ca45ff);
  color: #ffffff;
  font-size: 15px;
}
.cid-vsHR88JSbK .card-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-vsHR88JSbK .card-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vsHR88JSbK .btn-wrapper {
  margin-top: -5%;
}
.cid-vsHR88JSbK .mbr-label,
.cid-vsHR88JSbK .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vsHR88JSbK .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-vsHR88JSbK .mbr-section-subtitle,
.cid-vsHR88JSbK .subtitle-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vsHR88JSbK .mbr-text {
  color: #a997ce;
  text-align: center;
}
.cid-vsHR88JSbK .item-title {
  color: #ffffff;
}
.cid-vsHR88JSbK .item-text {
  color: #a997ce;
}
.cid-vsHQRi4OCk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #190f2a;
}
.cid-vsHQRi4OCk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsHQRi4OCk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsHQRi4OCk .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-vsHQRi4OCk .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vsHQRi4OCk .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vsHQRi4OCk .card-wrapper {
    padding: 4rem;
  }
}
.cid-vsHQRi4OCk .mbr-text,
.cid-vsHQRi4OCk .mbr-section-btn {
  text-align: center;
}
.cid-vsHWYdYkLO {
  padding-top: 4rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #190f2a;
}
.cid-vsHWYdYkLO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsHWYdYkLO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsHWYdYkLO .container-wrapper {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: flex;
  justify-content: center;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-vsHWYdYkLO .container-wrapper {
    padding: 0;
  }
}
.cid-vsHWYdYkLO .container-wrapper .container-wrap {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-10deg, transparent 75%, #a03e91 110%), linear-gradient(170deg, transparent 75%, #a03e91 110%);
}
.cid-vsHWYdYkLO .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vsHWYdYkLO .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vsHWYdYkLO .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vsHWYdYkLO .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vsHWYdYkLO .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vsHWYdYkLO .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-vsHWYdYkLO .title-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-vsHWYdYkLO .mbr-section-title,
.cid-vsHWYdYkLO .title-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-vsHWYdYkLO .mbr-text,
.cid-vsHWYdYkLO .text-wrapper {
  color: #b9b9b9;
  text-align: center;
}
.cid-vsHWCNN1zN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #190f2a;
}
.cid-vsHWCNN1zN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsHWCNN1zN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsHWCNN1zN .card {
  justify-content: center;
}
.cid-vsHWCNN1zN .content-wrapper {
  padding-right: 115px;
}
@media (max-width: 992px) {
  .cid-vsHWCNN1zN .content-wrapper {
    margin-bottom: 22px;
    padding-right: 0;
  }
}
.cid-vsHWCNN1zN .content-wrapper .label-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-vsHWCNN1zN .content-wrapper .label-wrapper {
    margin-bottom: 22px;
  }
}
.cid-vsHWCNN1zN .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-vsHWCNN1zN .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-vsHWCNN1zN .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vsHWCNN1zN .form-wrap {
  position: relative;
  background-image: radial-gradient(circle at 5% 113%, #362c52, #190f2a 100%);
  padding: 82px;
}
@media (max-width: 1440px) {
  .cid-vsHWCNN1zN .form-wrap {
    padding: 46px;
  }
}
@media (max-width: 992px) {
  .cid-vsHWCNN1zN .form-wrap {
    padding: 18px;
  }
}
.cid-vsHWCNN1zN .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
  margin: 0 -9.6px;
}
.cid-vsHWCNN1zN .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vsHWCNN1zN .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px;
}
.cid-vsHWCNN1zN .form-wrap .dragArea.row .form-group .form-control {
  padding: 18px 24px;
  background-color: #9c98cf;
  border: 1px solid #ffffff !important;
  box-shadow: none;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-vsHWCNN1zN .form-wrap .dragArea.row .form-group .form-control {
    margin-bottom: 22px;
  }
}
.cid-vsHWCNN1zN .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #f7f7f7;
  opacity: .5;
}
.cid-vsHWCNN1zN .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vsHWCNN1zN .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #ffffff !important;
}
.cid-vsHWCNN1zN .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
  padding: 24px;
}
.cid-vsHWCNN1zN .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vsHWCNN1zN .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #f7f7f7;
  border-color: #f7f7f7;
}
.cid-vsHWCNN1zN .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vsHWCNN1zN .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vsHWCNN1zN .mbr-label,
.cid-vsHWCNN1zN .label-wrapper {
  color: #ffffff;
}
.cid-vsHWCNN1zN .mbr-section-title {
  color: #ffffff;
}
.cid-vsHWCNN1zN .mbr-text {
  color: #a997ce;
}
.cid-vsHWCNN1zN label {
  color: #a997ce;
}
.cid-vsI1AdfNjm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #190f2a;
}
.cid-vsI1AdfNjm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsI1AdfNjm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsI1AdfNjm .card {
  justify-content: center;
}
.cid-vsI1AdfNjm .content-wrapper {
  padding-right: 115px;
}
@media (max-width: 992px) {
  .cid-vsI1AdfNjm .content-wrapper {
    margin-bottom: 22px;
    padding-right: 0;
  }
}
.cid-vsI1AdfNjm .content-wrapper .label-wrapper {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-vsI1AdfNjm .content-wrapper .label-wrapper {
    margin-bottom: 22px;
  }
}
.cid-vsI1AdfNjm .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(90deg, #2ba7ff, #ca45ff 50%, #fe881b);
}
.cid-vsI1AdfNjm .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-vsI1AdfNjm .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vsI1AdfNjm .form-wrap {
  position: relative;
  background-image: radial-gradient(circle at 5% 113%, #362c52, #190f2a 100%);
  padding: 82px;
}
@media (max-width: 1440px) {
  .cid-vsI1AdfNjm .form-wrap {
    padding: 46px;
  }
}
@media (max-width: 992px) {
  .cid-vsI1AdfNjm .form-wrap {
    padding: 18px;
  }
}
.cid-vsI1AdfNjm .form-wrap .dragArea.row {
  position: relative;
  z-index: 1;
  margin: 0 -9.6px;
}
.cid-vsI1AdfNjm .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-vsI1AdfNjm .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 8px;
}
.cid-vsI1AdfNjm .form-wrap .dragArea.row .form-group .form-control {
  padding: 18px 24px;
  background-color: #9c98cf;
  border: 1px solid #362c52 !important;
  box-shadow: none;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-vsI1AdfNjm .form-wrap .dragArea.row .form-group .form-control {
    margin-bottom: 22px;
  }
}
.cid-vsI1AdfNjm .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  opacity: .5;
}
.cid-vsI1AdfNjm .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-vsI1AdfNjm .form-wrap .dragArea.row .form-group .form-control:focus {
  border: 1px solid #362c52 !important;
}
.cid-vsI1AdfNjm .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
  padding: 24px;
}
.cid-vsI1AdfNjm .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vsI1AdfNjm .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-vsI1AdfNjm .form-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vsI1AdfNjm .form-wrap .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.cid-vsI1AdfNjm .mbr-label,
.cid-vsI1AdfNjm .label-wrapper {
  color: #ffffff;
}
.cid-vsI1AdfNjm .mbr-section-title {
  color: #ffffff;
}
.cid-vsI1AdfNjm .mbr-text {
  color: #a997ce;
}
.cid-vsI1AdfNjm label {
  color: #a997ce;
}
.cid-vnzOgi2chN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-vnzOgi2chN .media-container-row .mbr-text {
  color: #ffffff;
}
