.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.dropdown-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 4.2rem;
  line-height: 1;
}
.display-1 > .dropdown-iconfont {
  font-size: 5.25rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 3.6rem;
  line-height: 1;
}
.display-2 > .dropdown-iconfont {
  font-size: 4.5rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-4 > .dropdown-iconfont {
  font-size: 1.625rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2.2rem;
  line-height: 1.5;
}
.display-5 > .dropdown-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .dropdown-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.36rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.94rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.91rem + (3.6 - 1.91) * ((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.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((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: 2.94rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.12rem + (4.2 - 2.12) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.91rem + (3.6 - 1.91) * ((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.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((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;
  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: #260a30 !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #9c98cf !important;
}
.bg-warning {
  background-color: #260a30 !important;
}
.bg-danger {
  background-color: #000000 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #260a30 !important;
  border-color: #260a30 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #47135a !important;
  border-color: #47135a !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #47135a !important;
  border-color: #47135a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffeb69 !important;
  border-color: #ffeb69 !important;
  color: #695b00 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #fff29c !important;
  border-color: #fff29c !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #695b00 !important;
  background-color: #fff29c !important;
  border-color: #fff29c !important;
}
.btn-info,
.btn-info:active {
  background-color: #9c98cf !important;
  border-color: #9c98cf !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #bdbbdf !important;
  border-color: #bdbbdf !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #bdbbdf !important;
  border-color: #bdbbdf !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #260a30 !important;
  border-color: #260a30 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #47135a !important;
  border-color: #47135a !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #47135a !important;
  border-color: #47135a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !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: #260a30;
  color: #260a30;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #260a30 !important;
  border-color: #260a30 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffeb69;
  color: #ffeb69;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffdf12 !important;
  background-color: transparent !important;
  border-color: #ffdf12 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #695b00 !important;
  background-color: #ffeb69 !important;
  border-color: #ffeb69 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #9c98cf;
  color: #9c98cf;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #635db3 !important;
  background-color: transparent !important;
  border-color: #635db3 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #9c98cf !important;
  border-color: #9c98cf !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #260a30;
  color: #260a30;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #260a30 !important;
  border-color: #260a30 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !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: #260a30 !important;
}
.text-secondary {
  color: #ffeb69 !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #9c98cf !important;
}
.text-warning {
  color: #260a30 !important;
}
.text-danger {
  color: #000000 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ffdd03 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #cccccc !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #5952af !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !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: #260a30;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #9c98cf;
}
.alert-warning {
  background-color: #260a30;
}
.alert-danger {
  background-color: #000000;
}
.dropdown-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.dropdown-gallery-filter li a {
  border-radius: 100px !important;
}
.dropdown-gallery-filter li.active .btn {
  background-color: #260a30;
  border-color: #260a30;
  color: #ffffff;
}
.dropdown-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #260a30;
}
.dropdown-plan-header.bg-primary .dropdown-plan-subtitle,
.dropdown-plan-header.bg-primary .dropdown-plan-price-desc {
  color: #deb0ef;
}
.dropdown-plan-header.bg-success .dropdown-plan-subtitle,
.dropdown-plan-header.bg-success .dropdown-plan-price-desc {
  color: #ffffff;
}
.dropdown-plan-header.bg-info .dropdown-plan-subtitle,
.dropdown-plan-header.bg-info .dropdown-plan-price-desc {
  color: #ffffff;
}
.dropdown-plan-header.bg-warning .dropdown-plan-subtitle,
.dropdown-plan-header.bg-warning .dropdown-plan-price-desc {
  color: #deb0ef;
}
.dropdown-plan-header.bg-danger .dropdown-plan-subtitle,
.dropdown-plan-header.bg-danger .dropdown-plan-price-desc {
  color: #b3b3b3;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .dropdown-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: #260a30 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .dropdown-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #260a30;
}
/* Forms */
.dropdown-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.dropdown-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.dropdown-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.dropdown-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: #260a30;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #260a30;
}
.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: #260a30;
  border-bottom-color: #260a30;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #260a30 !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: #ffeb69 !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='%23260a30' %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;
  }
}
.VunQY-uQwX7wCMb8 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.VunQY-uQwX7wCMb8 .dropdown-item:before {
  font-family: form2 !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) {
  .VunQY-uQwX7wCMb8 .navbar-toggler {
    transform: scale(0.8);
  }
}
.VunQY-uQwX7wCMb8 .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;
}
.VunQY-uQwX7wCMb8 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.VunQY-uQwX7wCMb8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.VunQY-uQwX7wCMb8 .navbar-brand .navbar-logo a {
  outline: none;
}
.VunQY-uQwX7wCMb8 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.VunQY-uQwX7wCMb8 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.VunQY-uQwX7wCMb8 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.VunQY-uQwX7wCMb8 .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.VunQY-uQwX7wCMb8 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .VunQY-uQwX7wCMb8 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.VunQY-uQwX7wCMb8 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.VunQY-uQwX7wCMb8 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .VunQY-uQwX7wCMb8 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.VunQY-uQwX7wCMb8 .nav-link {
  width: fit-content;
  position: relative;
}
.VunQY-uQwX7wCMb8 .nav-link:hover {
  color: #260a30 !important;
}
.VunQY-uQwX7wCMb8 .nav-link:hover::before {
  width: 100%;
}
.VunQY-uQwX7wCMb8 .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #260a30;
  transition: all 0.3s ease-in-out;
}
.VunQY-uQwX7wCMb8 .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .VunQY-uQwX7wCMb8 .navbar-logo {
    padding-left: 1rem;
  }
}
.VunQY-uQwX7wCMb8 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .VunQY-uQwX7wCMb8 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.VunQY-uQwX7wCMb8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.VunQY-uQwX7wCMb8 .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  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: 16px;
  margin-top: 1rem;
  background-color: #ffeb69;
  box-shadow: none;
  border: 1px solid #ffeb69;
  position: relative;
}
.VunQY-uQwX7wCMb8 .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .VunQY-uQwX7wCMb8 .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .VunQY-uQwX7wCMb8 .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.VunQY-uQwX7wCMb8 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.VunQY-uQwX7wCMb8 .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: #ffeb69;
}
.VunQY-uQwX7wCMb8 .nav-item:focus,
.VunQY-uQwX7wCMb8 .nav-link:focus {
  outline: none;
}
.VunQY-uQwX7wCMb8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.VunQY-uQwX7wCMb8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.VunQY-uQwX7wCMb8 .dropdown .dropdown-menu .dropdown-item .dropdown-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.VunQY-uQwX7wCMb8 .dropdown .dropdown-menu .dropdown-item .dropdown-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.VunQY-uQwX7wCMb8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.VunQY-uQwX7wCMb8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.VunQY-uQwX7wCMb8 .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;
}
.VunQY-uQwX7wCMb8 .navbar.opened {
  transition: all 0.3s;
}
.VunQY-uQwX7wCMb8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.VunQY-uQwX7wCMb8 .navbar .navbar-logo img {
  width: auto;
}
.VunQY-uQwX7wCMb8 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .VunQY-uQwX7wCMb8 .navbar .navbar-collapse {
    position: absolute;
  }
}
.VunQY-uQwX7wCMb8 .navbar.collapsed {
  justify-content: center;
}
.VunQY-uQwX7wCMb8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.VunQY-uQwX7wCMb8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .VunQY-uQwX7wCMb8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.VunQY-uQwX7wCMb8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.VunQY-uQwX7wCMb8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.VunQY-uQwX7wCMb8 .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%;
}
.VunQY-uQwX7wCMb8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.VunQY-uQwX7wCMb8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.VunQY-uQwX7wCMb8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .VunQY-uQwX7wCMb8 .navbar {
    min-height: 72px;
  }
  .VunQY-uQwX7wCMb8 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .VunQY-uQwX7wCMb8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .VunQY-uQwX7wCMb8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .VunQY-uQwX7wCMb8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .VunQY-uQwX7wCMb8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .VunQY-uQwX7wCMb8 .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%;
  }
  .VunQY-uQwX7wCMb8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .VunQY-uQwX7wCMb8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .VunQY-uQwX7wCMb8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .VunQY-uQwX7wCMb8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.VunQY-uQwX7wCMb8 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.VunQY-uQwX7wCMb8 .dropdown-item.active,
.VunQY-uQwX7wCMb8 .dropdown-item:active {
  background-color: transparent;
}
.VunQY-uQwX7wCMb8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.VunQY-uQwX7wCMb8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.VunQY-uQwX7wCMb8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.VunQY-uQwX7wCMb8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffeb69;
}
.VunQY-uQwX7wCMb8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.VunQY-uQwX7wCMb8 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.VunQY-uQwX7wCMb8 ul.navbar-nav {
  flex-wrap: wrap;
}
.VunQY-uQwX7wCMb8 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .VunQY-uQwX7wCMb8 .navbar-buttons {
    text-align: left;
  }
}
.VunQY-uQwX7wCMb8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.VunQY-uQwX7wCMb8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.VunQY-uQwX7wCMb8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.VunQY-uQwX7wCMb8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.VunQY-uQwX7wCMb8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.VunQY-uQwX7wCMb8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.VunQY-uQwX7wCMb8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.VunQY-uQwX7wCMb8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.VunQY-uQwX7wCMb8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.VunQY-uQwX7wCMb8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.VunQY-uQwX7wCMb8 .navbar-dropdown {
  padding: 0 1rem;
}
.VunQY-uQwX7wCMb8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.VunQY-uQwX7wCMb8 .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) {
  .VunQY-uQwX7wCMb8 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .VunQY-uQwX7wCMb8 .navbar {
    height: 70px;
  }
  .VunQY-uQwX7wCMb8 .navbar.opened {
    height: auto;
  }
  .VunQY-uQwX7wCMb8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.VunQY-uQwX7wCMb8 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.VunQY-uQwX7wCMb8 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.VunQY-uQwX7wCMb8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.VunQY-uQwX7wCMb8 .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);
}
.VunQY-uQwX7wCMb8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.VunQY-uQwX7wCMb8 .dropdown-section-btn {
  margin: -0.6rem -0.6rem;
}
.VunQY-uQwX7wCMb8 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .VunQY-uQwX7wCMb8 .navbar-brand {
    margin-right: auto;
  }
  .VunQY-uQwX7wCMb8 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffeb69;
    backdrop-filter: blur(8px);
  }
  .VunQY-uQwX7wCMb8 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .VunQY-uQwX7wCMb8 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .VunQY-uQwX7wCMb8 .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;
  }
  .VunQY-uQwX7wCMb8 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .VunQY-uQwX7wCMb8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .VunQY-uQwX7wCMb8 .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);
  }
  .VunQY-uQwX7wCMb8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .VunQY-uQwX7wCMb8 .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;
  }
  .VunQY-uQwX7wCMb8 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .VunQY-uQwX7wCMb8 .navbar-collapse {
    padding: 1rem;
  }
}
.VunQY-uQwX7wCMb8 .navbar-brand,
.VunQY-uQwX7wCMb8 .navbar-toggler,
.VunQY-uQwX7wCMb8 .navbar-collapse {
  position: relative;
  z-index: 1;
}
.VunQY-uQwZYnvlcy {
  position: relative;
  overflow: hidden;
  background-color: #260a30;
}
.VunQY-uQwZYnvlcy .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .VunQY-uQwZYnvlcy .main-image {
    display: none;
  }
}
.VunQY-uQwZYnvlcy .dropdown-fallback-image.disabled {
  display: none;
}
.VunQY-uQwZYnvlcy .dropdown-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.VunQY-uQwZYnvlcy .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .VunQY-uQwZYnvlcy .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .VunQY-uQwZYnvlcy .container {
    padding: 0 16px;
  }
}
.VunQY-uQwZYnvlcy .row {
  position: relative;
  z-index: 1;
}
.VunQY-uQwZYnvlcy .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .VunQY-uQwZYnvlcy .content-wrapper {
    margin-bottom: 32px;
  }
}
.VunQY-uQwZYnvlcy .content-wrapper .dropdown-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .VunQY-uQwZYnvlcy .content-wrapper .dropdown-section-title {
    margin-bottom: 32px;
  }
}
.VunQY-uQwZYnvlcy .content-wrapper .text-wrapper .dropdown-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .VunQY-uQwZYnvlcy .content-wrapper .text-wrapper .dropdown-text {
    width: 100%;
  }
}
.VunQY-uQwZYnvlcy .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #6a2be9;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .VunQY-uQwZYnvlcy .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.VunQY-uQwZYnvlcy .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.VunQY-uQwZYnvlcy .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #ffd84c;
  border-radius: .5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.VunQY-uQwZYnvlcy .card-wrapper .card-text {
  margin-bottom: 0;
}
.VunQY-uQwZYnvlcy .card-wrapper .person-wrap {
  margin-top: 20px;
}
.VunQY-uQwZYnvlcy .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.VunQY-uQwZYnvlcy .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.VunQY-uQwZYnvlcy .dropdown-section-title {
  color: #000000;
}
.VunQY-uQwZYnvlcy .dropdown-text {
  color: #000000;
}
.VunQY-uQwZYnvlcy .card-title {
  color: #000000;
}
.VunQY-uQwZYnvlcy .card-text {
  color: #ffffff;
}
.VunQY-uQwZYnvlcy .card-name {
  color: #ffffff;
}
.VunQY-uQwZYnvlcy .card-role {
  color: #ffffff;
}
.VunQY-uQwZYnvlcy .dropdown-section-title,
.VunQY-uQwZYnvlcy .dropdown-section-btn {
  color: #ffffff;
}
.VunQY-uQwZYnvlcy .dropdown-text,
.VunQY-uQwZYnvlcy .text-wrapper {
  color: #ffffff;
}
.VunQY-uQx2ub6ntS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.VunQY-uQx2ub6ntS .dropdown-fallback-image.disabled {
  display: none;
}
.VunQY-uQx2ub6ntS .dropdown-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.VunQY-uQx2ub6ntS .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.VunQY-uQx2ub6ntS .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .VunQY-uQx2ub6ntS .title-wrapper {
    margin-bottom: 48px;
  }
}
.VunQY-uQx2ub6ntS .title-wrapper .dropdown-section-title {
  margin-bottom: 24px;
}
.VunQY-uQx2ub6ntS .title-wrapper .text-wrapper .dropdown-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .VunQY-uQx2ub6ntS .title-wrapper .text-wrapper .dropdown-text {
    width: 100%;
  }
}
.VunQY-uQx2ub6ntS .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .VunQY-uQx2ub6ntS .image-wrapper img {
    height: 350px;
  }
}
.VunQY-uQx2ub6ntS .dropdown-section-title {
  color: #ffffff;
}
.VunQY-uQx2ub6ntS .dropdown-text,
.VunQY-uQx2ub6ntS .text-wrapper {
  color: #000000;
}
.VunQY-uQx2ub6ntS .dropdown-section-title,
.VunQY-uQx2ub6ntS .dropdown-section-btn {
  color: #000000;
}
.VunQY-uQx0R1icZG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.VunQY-uQx0R1icZG .dropdown-fallback-image.disabled {
  display: none;
}
.VunQY-uQx0R1icZG .dropdown-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.VunQY-uQx0R1icZG .content-wrapper .dropdown-section-title {
  margin-bottom: 32px;
}
.VunQY-uQx0R1icZG .content-wrapper .dropdown-section-title span {
  color: #ffeb69;
}
.VunQY-uQx0R1icZG .content-wrapper .text-wrapper .dropdown-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .VunQY-uQx0R1icZG .content-wrapper .text-wrapper .dropdown-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.VunQY-uQx0R1icZG .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #260a30, #ffeb69, #260a30);
}
@media (max-width: 992px) {
  .VunQY-uQx0R1icZG .border-wrap {
    margin-top: 32px;
  }
}
.VunQY-uQx0R1icZG .dropdown-section-title {
  color: #ffffff;
}
.VunQY-uQx0R1icZG .dropdown-text,
.VunQY-uQx0R1icZG .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.VunQY-uQx0R1icZG .dropdown-section-title,
.VunQY-uQx0R1icZG .dropdown-section-btn {
  text-align: center;
  color: #ffeb69;
}
.VunQY-uQx3HXsH9z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.VunQY-uQx3HXsH9z .dropdown-fallback-image.disabled {
  display: none;
}
.VunQY-uQx3HXsH9z .dropdown-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .VunQY-uQx3HXsH9z .container {
    padding: 0 22px;
  }
}
.VunQY-uQx3HXsH9z .card {
  justify-content: center;
}
.VunQY-uQx3HXsH9z .content-wrapper {
  padding-right: 32px;
  padding-right: 0;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .VunQY-uQx3HXsH9z .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .VunQY-uQx3HXsH9z .content-wrapper {
    padding: 0;
  }
}
.VunQY-uQx3HXsH9z .content-wrapper .dropdown-section-title {
  margin-bottom: 10px;
}
.VunQY-uQx3HXsH9z .content-wrapper .dropdown-text {
  margin-bottom: 10px;
}
.VunQY-uQx3HXsH9z .image-wrapper {
  padding-right: 64px;
  padding-right: 0;
  padding-left: 64px;
}
@media (max-width: 992px) {
  .VunQY-uQx3HXsH9z .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .VunQY-uQx3HXsH9z .image-wrapper {
    margin-top: 20px;
    padding: 0;
  }
}
.VunQY-uQx3HXsH9z .image-wrapper img {
  height: 600px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .VunQY-uQx3HXsH9z .image-wrapper img {
    height: 350px;
  }
}
.VunQY-uQx3HXsH9z .dropdown-section-title {
  color: #ffffff;
}
.VunQY-uQx3HXsH9z .dropdown-text {
  color: #000000;
}
.VunQY-uQx3HXsH9z .dropdown-section-title,
.VunQY-uQx3HXsH9z .dropdown-section-btn {
  color: #000000;
}
.VunQY-uQx0QGgpsj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #080813;
}
.VunQY-uQx0QGgpsj .dropdown-fallback-image.disabled {
  display: none;
}
.VunQY-uQx0QGgpsj .dropdown-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.VunQY-uQx0QGgpsj .items-wrap {
  justify-content: space-between;
}
.VunQY-uQx0QGgpsj .items-wrap .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .VunQY-uQx0QGgpsj .content-wrapper {
    margin-bottom: 32px;
  }
}
.VunQY-uQx0QGgpsj .content-wrapper .dropdown-section-title {
  margin-bottom: 32px;
}
.VunQY-uQx0QGgpsj .content-wrapper .dropdown-section-title span {
  color: #ffeb69;
}
.VunQY-uQx0QGgpsj .content-wrapper .text-wrapper .dropdown-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .VunQY-uQx0QGgpsj .content-wrapper .text-wrapper .dropdown-text {
    margin-bottom: 16px;
    width: 100%;
  }
}
.VunQY-uQx0QGgpsj .image-wrapper {
  margin-bottom: 32px;
}
.VunQY-uQx0QGgpsj .image-wrapper img {
  height: 530px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .VunQY-uQx0QGgpsj .image-wrapper img {
    height: 350px;
  }
}
.VunQY-uQx0QGgpsj .dropdown-section-title {
  color: #ffffff;
}
.VunQY-uQx0QGgpsj .dropdown-text,
.VunQY-uQx0QGgpsj .text-wrapper {
  color: #ffffff;
}
.VunQY-uQx1wSk8fq {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background: #ffffff;
}
.VunQY-uQx1wSk8fq p {
  margin: 0;
}
@media (max-width: 991px) {
  .VunQY-uQx1wSk8fq .row {
    justify-content: flex-start !important;
  }
}
.VunQY-uQx1wSk8fq .dropdown-section-head {
  margin-bottom: 2rem;
}
.VunQY-uQx1wSk8fq .dropdown-section-title {
  text-align: center;
}
.VunQY-uQx1wSk8fq .dropdown-section-subtitle {
  text-align: center;
}
.VunQY-uQx1wSk8fq .image-wrapper {
  margin-bottom: 1rem;
}
.VunQY-uQx1wSk8fq .card-container {
  display: flex;
  flex-wrap: wrap;
}
.VunQY-uQx1wSk8fq .card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex: auto;
  flex-grow: 0;
  text-align: center;
  padding: 2rem 1rem;
  background-color: #ffeb69;
  border-width: 1px;
  border-style: dashed;
  border-color: #cd8ad1;
  border-radius: 30px;
  justify-content: center;
  border: none;
}
.VunQY-uQx1wSk8fq .dropdown-iconfont {
  font-size: 3rem;
  color: #cd8ad1;
}
.VunQY-uQx1wSk8fq div[class*="col"] {
  margin-bottom: 2rem;
}
.VunQY-uQx1wSk8fq .card-title {
  color: #000000;
}
.VunQY-uQx1wSk8fq P {
  color: #000000;
}
.VunQY-uQxpxPuCM8 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.VunQY-uQxpxPuCM8 .dropdown-fallback-image.disabled {
  display: none;
}
.VunQY-uQxpxPuCM8 .dropdown-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.VunQY-uQxpxPuCM8 .row {
  justify-content: center;
}
.VunQY-uQxpxPuCM8 .title-wrapper .dropdown-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .VunQY-uQxpxPuCM8 .title-wrapper .dropdown-section-title {
    margin-bottom: 32px;
  }
}
.VunQY-uQxpxPuCM8 .nav-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .VunQY-uQxpxPuCM8 .nav-wrapper {
    margin-bottom: 32px;
  }
}
.VunQY-uQxpxPuCM8 .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.VunQY-uQxpxPuCM8 .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.VunQY-uQxpxPuCM8 .nav-wrapper .list .item-wrap:hover,
.VunQY-uQxpxPuCM8 .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.VunQY-uQxpxPuCM8 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.VunQY-uQxpxPuCM8 .dropdown-section-btn {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .VunQY-uQxpxPuCM8 .dropdown-section-btn {
    margin-bottom: 32px;
    text-align: left;
  }
}
.VunQY-uQxpxPuCM8 .border-wrapper {
  border-bottom: 3px dashed #ffffff;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .VunQY-uQxpxPuCM8 .border-wrapper {
    margin-bottom: 32px;
  }
}
.VunQY-uQxpxPuCM8 .dropdown-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.VunQY-uQxpxPuCM8 .dropdown-section-title {
  color: #ffffff;
}
.VunQY-uQxpxPuCM8 .list {
  color: #ffffff;
}
.VunQY-uQxpxPuCM8 .dropdown-section-title,
.VunQY-uQxpxPuCM8 .dropdown-section-btn {
  color: #ffffff;
}
.VunQY-uQxpxPuCM8 .list,
.VunQY-uQxpxPuCM8 .item-wrap {
  color: #ffffff;
}
.VunQY-uQwX7wCMb8 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.VunQY-uQwX7wCMb8 .dropdown-item:before {
  font-family: form2 !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) {
  .VunQY-uQwX7wCMb8 .navbar-toggler {
    transform: scale(0.8);
  }
}
.VunQY-uQwX7wCMb8 .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;
}
.VunQY-uQwX7wCMb8 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.VunQY-uQwX7wCMb8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.VunQY-uQwX7wCMb8 .navbar-brand .navbar-logo a {
  outline: none;
}
.VunQY-uQwX7wCMb8 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.VunQY-uQwX7wCMb8 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.VunQY-uQwX7wCMb8 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.VunQY-uQwX7wCMb8 .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.VunQY-uQwX7wCMb8 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .VunQY-uQwX7wCMb8 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.VunQY-uQwX7wCMb8 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.VunQY-uQwX7wCMb8 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .VunQY-uQwX7wCMb8 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.VunQY-uQwX7wCMb8 .nav-link {
  width: fit-content;
  position: relative;
}
.VunQY-uQwX7wCMb8 .nav-link:hover {
  color: #260a30 !important;
}
.VunQY-uQwX7wCMb8 .nav-link:hover::before {
  width: 100%;
}
.VunQY-uQwX7wCMb8 .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #260a30;
  transition: all 0.3s ease-in-out;
}
.VunQY-uQwX7wCMb8 .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .VunQY-uQwX7wCMb8 .navbar-logo {
    padding-left: 1rem;
  }
}
.VunQY-uQwX7wCMb8 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .VunQY-uQwX7wCMb8 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.VunQY-uQwX7wCMb8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.VunQY-uQwX7wCMb8 .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  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: 16px;
  margin-top: 1rem;
  background-color: #ffeb69;
  box-shadow: none;
  border: 1px solid #ffeb69;
  position: relative;
}
.VunQY-uQwX7wCMb8 .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .VunQY-uQwX7wCMb8 .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .VunQY-uQwX7wCMb8 .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.VunQY-uQwX7wCMb8 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.VunQY-uQwX7wCMb8 .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: #ffeb69;
}
.VunQY-uQwX7wCMb8 .nav-item:focus,
.VunQY-uQwX7wCMb8 .nav-link:focus {
  outline: none;
}
.VunQY-uQwX7wCMb8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.VunQY-uQwX7wCMb8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.VunQY-uQwX7wCMb8 .dropdown .dropdown-menu .dropdown-item .dropdown-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.VunQY-uQwX7wCMb8 .dropdown .dropdown-menu .dropdown-item .dropdown-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.VunQY-uQwX7wCMb8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.VunQY-uQwX7wCMb8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.VunQY-uQwX7wCMb8 .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;
}
.VunQY-uQwX7wCMb8 .navbar.opened {
  transition: all 0.3s;
}
.VunQY-uQwX7wCMb8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.VunQY-uQwX7wCMb8 .navbar .navbar-logo img {
  width: auto;
}
.VunQY-uQwX7wCMb8 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .VunQY-uQwX7wCMb8 .navbar .navbar-collapse {
    position: absolute;
  }
}
.VunQY-uQwX7wCMb8 .navbar.collapsed {
  justify-content: center;
}
.VunQY-uQwX7wCMb8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.VunQY-uQwX7wCMb8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .VunQY-uQwX7wCMb8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.VunQY-uQwX7wCMb8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.VunQY-uQwX7wCMb8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.VunQY-uQwX7wCMb8 .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%;
}
.VunQY-uQwX7wCMb8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.VunQY-uQwX7wCMb8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.VunQY-uQwX7wCMb8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .VunQY-uQwX7wCMb8 .navbar {
    min-height: 72px;
  }
  .VunQY-uQwX7wCMb8 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .VunQY-uQwX7wCMb8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .VunQY-uQwX7wCMb8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .VunQY-uQwX7wCMb8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .VunQY-uQwX7wCMb8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .VunQY-uQwX7wCMb8 .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%;
  }
  .VunQY-uQwX7wCMb8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .VunQY-uQwX7wCMb8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .VunQY-uQwX7wCMb8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .VunQY-uQwX7wCMb8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.VunQY-uQwX7wCMb8 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.VunQY-uQwX7wCMb8 .dropdown-item.active,
.VunQY-uQwX7wCMb8 .dropdown-item:active {
  background-color: transparent;
}
.VunQY-uQwX7wCMb8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.VunQY-uQwX7wCMb8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.VunQY-uQwX7wCMb8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.VunQY-uQwX7wCMb8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffeb69;
}
.VunQY-uQwX7wCMb8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.VunQY-uQwX7wCMb8 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.VunQY-uQwX7wCMb8 ul.navbar-nav {
  flex-wrap: wrap;
}
.VunQY-uQwX7wCMb8 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .VunQY-uQwX7wCMb8 .navbar-buttons {
    text-align: left;
  }
}
.VunQY-uQwX7wCMb8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.VunQY-uQwX7wCMb8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.VunQY-uQwX7wCMb8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.VunQY-uQwX7wCMb8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.VunQY-uQwX7wCMb8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.VunQY-uQwX7wCMb8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.VunQY-uQwX7wCMb8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.VunQY-uQwX7wCMb8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.VunQY-uQwX7wCMb8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.VunQY-uQwX7wCMb8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.VunQY-uQwX7wCMb8 .navbar-dropdown {
  padding: 0 1rem;
}
.VunQY-uQwX7wCMb8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.VunQY-uQwX7wCMb8 .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) {
  .VunQY-uQwX7wCMb8 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .VunQY-uQwX7wCMb8 .navbar {
    height: 70px;
  }
  .VunQY-uQwX7wCMb8 .navbar.opened {
    height: auto;
  }
  .VunQY-uQwX7wCMb8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.VunQY-uQwX7wCMb8 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.VunQY-uQwX7wCMb8 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.VunQY-uQwX7wCMb8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.VunQY-uQwX7wCMb8 .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);
}
.VunQY-uQwX7wCMb8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.VunQY-uQwX7wCMb8 .dropdown-section-btn {
  margin: -0.6rem -0.6rem;
}
.VunQY-uQwX7wCMb8 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .VunQY-uQwX7wCMb8 .navbar-brand {
    margin-right: auto;
  }
  .VunQY-uQwX7wCMb8 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffeb69;
    backdrop-filter: blur(8px);
  }
  .VunQY-uQwX7wCMb8 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .VunQY-uQwX7wCMb8 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .VunQY-uQwX7wCMb8 .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;
  }
  .VunQY-uQwX7wCMb8 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .VunQY-uQwX7wCMb8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .VunQY-uQwX7wCMb8 .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);
  }
  .VunQY-uQwX7wCMb8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .VunQY-uQwX7wCMb8 .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;
  }
  .VunQY-uQwX7wCMb8 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .VunQY-uQwX7wCMb8 .navbar-collapse {
    padding: 1rem;
  }
}
.VunQY-uQwX7wCMb8 .navbar-brand,
.VunQY-uQwX7wCMb8 .navbar-toggler,
.VunQY-uQwX7wCMb8 .navbar-collapse {
  position: relative;
  z-index: 1;
}
.VunQY-uQx7IM6Vui {
  padding-top: 12rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/deep-shape-1820x1024.jpg");
}
.VunQY-uQx7IM6Vui .dropdown-fallback-image.disabled {
  display: none;
}
.VunQY-uQx7IM6Vui .dropdown-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.VunQY-uQx7IM6Vui .content-wrapper .dropdown-section-title {
  margin-bottom: 10px;
}
.VunQY-uQx7IM6Vui .content-wrapper .desc-wrapper .dropdown-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .VunQY-uQx7IM6Vui .content-wrapper .desc-wrapper .dropdown-desc {
    width: 100%;
  }
}
.VunQY-uQx7IM6Vui .content-wrapper .text-wrapper {
  margin-top: 100px;
}
@media (max-width: 992px) {
  .VunQY-uQx7IM6Vui .content-wrapper .text-wrapper {
    margin-bottom: 48px;
  }
}
.VunQY-uQx7IM6Vui .content-wrapper .text-wrapper .dropdown-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
  background: linear-gradient(90deg, #ffffff, #ffffff 65%, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 992px) {
  .VunQY-uQx7IM6Vui .content-wrapper .text-wrapper .dropdown-text {
    width: 100%;
  }
}
.VunQY-uQx7IM6Vui .dropdown-section-title {
  color: #ffffff;
}
.VunQY-uQx7IM6Vui .dropdown-desc,
.VunQY-uQx7IM6Vui .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.VunQY-uQx7IM6Vui .dropdown-text,
.VunQY-uQx7IM6Vui .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.VunQY-uQx7IM6Vui .dropdown-section-title,
.VunQY-uQx7IM6Vui .dropdown-section-btn {
  text-align: center;
}
.VunQY-uQx7IM6Vui .dropdown-desc,
.VunQY-uQx7IM6Vui .desc-wrapper {
  color: #ffffff;
}
.VunQY-uQx9sH7Wnq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.VunQY-uQx9sH7Wnq .dropdown-fallback-image.disabled {
  display: none;
}
.VunQY-uQx9sH7Wnq .dropdown-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.VunQY-uQx9sH7Wnq .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .VunQY-uQx9sH7Wnq .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .VunQY-uQx9sH7Wnq .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .VunQY-uQx9sH7Wnq .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .VunQY-uQx9sH7Wnq .container {
    padding: 0 16px;
  }
}
.VunQY-uQx9sH7Wnq .title-wrapper .dropdown-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .VunQY-uQx9sH7Wnq .title-wrapper .dropdown-section-title {
    margin-bottom: 20px;
  }
}
.VunQY-uQx9sH7Wnq .content-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 50px;
  border-top: 1px solid #ffa600;
  border-bottom: 1px solid #ffa600;
}
@media (max-width: 992px) {
  .VunQY-uQx9sH7Wnq .content-wrapper {
    padding: 35px 15px;
    display: block;
  }
}
.VunQY-uQx9sH7Wnq .content-wrapper .dropdown-section-subtitle {
  width: 42%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .VunQY-uQx9sH7Wnq .content-wrapper .dropdown-section-subtitle {
    width: 100%;
  }
}
.VunQY-uQx9sH7Wnq .content-wrapper .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .VunQY-uQx9sH7Wnq .content-wrapper .text-wrapper {
    width: 100%;
  }
}
.VunQY-uQx9sH7Wnq .content-wrapper .text-wrapper .dropdown-text {
  margin-bottom: 16px;
}
.VunQY-uQx9sH7Wnq .dropdown-section-title {
  color: #000000;
  text-align: center;
}
.VunQY-uQx9sH7Wnq .dropdown-section-subtitle {
  color: #000000;
}
.VunQY-uQx9sH7Wnq .dropdown-text {
  color: #000000;
}
.VunQY-uQx8C2AnSW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/object-1820x1024.jpg");
}
.VunQY-uQx8C2AnSW::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 25%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.VunQY-uQx8C2AnSW .dropdown-fallback-image.disabled {
  display: none;
}
.VunQY-uQx8C2AnSW .dropdown-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.VunQY-uQx8C2AnSW .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .VunQY-uQx8C2AnSW .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .VunQY-uQx8C2AnSW .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .VunQY-uQx8C2AnSW .container {
    padding: 0 22px;
  }
}
.VunQY-uQx8C2AnSW .row {
  justify-content: center;
}
.VunQY-uQx8C2AnSW .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .VunQY-uQx8C2AnSW .content-wrapper {
    padding: 0;
  }
}
.VunQY-uQx8C2AnSW .content-wrapper .dropdown-section-title {
  margin-bottom: 0;
}
.VunQY-uQx8C2AnSW .content-wrapper .dropdown-desc {
  margin-bottom: 10px;
}
.VunQY-uQx8C2AnSW .dropdown-section-title {
  color: #ffffff;
}
.VunQY-uQx8C2AnSW .dropdown-desc {
  color: #ffffff;
  text-align: center;
}
.VunQY-uQx8C2AnSW .dropdown-section-title,
.VunQY-uQx8C2AnSW .dropdown-section-btn {
  text-align: center;
}
.VunQY-uQx8pU11Vr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.VunQY-uQx8pU11Vr .dropdown-fallback-image.disabled {
  display: none;
}
.VunQY-uQx8pU11Vr .dropdown-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.VunQY-uQx8pU11Vr .card {
  justify-content: center;
}
.VunQY-uQx8pU11Vr .images-wrapper {
  margin-right: 80px;
  position: relative;
  height: 100%;
  min-height: 740px;
}
@media (max-width: 1440px) {
  .VunQY-uQx8pU11Vr .images-wrapper {
    margin-right: 60px;
  }
}
@media (max-width: 992px) {
  .VunQY-uQx8pU11Vr .images-wrapper {
    margin-right: 0;
    margin-bottom: 30px;
    min-height: auto;
  }
}
.VunQY-uQx8pU11Vr .images-wrapper .image_1 img {
  top: 0;
  left: 0;
  width: 550px;
  height: 550px;
}
@media (max-width: 1440px) {
  .VunQY-uQx8pU11Vr .images-wrapper .image_1 img {
    width: 100%;
    height: 100%;
  }
}
.VunQY-uQx8pU11Vr .images-wrapper .image_2 img {
  bottom: 0;
  right: 0;
  width: 370px;
  height: 370px;
  z-index: 1;
}
.VunQY-uQx8pU11Vr .images-wrapper .image-wrap img {
  position: absolute;
  object-fit: cover;
}
@media (max-width: 992px) {
  .VunQY-uQx8pU11Vr .images-wrapper .image-wrap img {
    position: static;
    height: 300px;
    width: 100%;
  }
}
.VunQY-uQx8pU11Vr .content-wrapper .dropdown-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .VunQY-uQx8pU11Vr .content-wrapper .dropdown-label {
    margin-bottom: 15px;
  }
}
.VunQY-uQx8pU11Vr .content-wrapper .dropdown-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .VunQY-uQx8pU11Vr .content-wrapper .dropdown-section-title {
    width: 100%;
    margin-bottom: 15px;
  }
}
.VunQY-uQx8pU11Vr .content-wrapper .dropdown-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .VunQY-uQx8pU11Vr .content-wrapper .dropdown-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.VunQY-uQx8pU11Vr .dropdown-label {
  color: #000000;
}
.VunQY-uQx8pU11Vr .dropdown-section-title {
  color: #ffffff;
}
.VunQY-uQx8pU11Vr .dropdown-text {
  color: #ffffff;
}
.VunQY-uQx8pU11Vr .dropdown-section-title,
.VunQY-uQx8pU11Vr .dropdown-section-btn,
.VunQY-uQx8pU11Vr .title-wrapper {
  color: #000000;
}
.VunQY-uQx8pU11Vr .dropdown-text,
.VunQY-uQx8pU11Vr .text-wrapper {
  color: #000000;
}
.VunQY-uQxpxPuCM8 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.VunQY-uQxpxPuCM8 .dropdown-fallback-image.disabled {
  display: none;
}
.VunQY-uQxpxPuCM8 .dropdown-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.VunQY-uQxpxPuCM8 .row {
  justify-content: center;
}
.VunQY-uQxpxPuCM8 .title-wrapper .dropdown-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .VunQY-uQxpxPuCM8 .title-wrapper .dropdown-section-title {
    margin-bottom: 32px;
  }
}
.VunQY-uQxpxPuCM8 .nav-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .VunQY-uQxpxPuCM8 .nav-wrapper {
    margin-bottom: 32px;
  }
}
.VunQY-uQxpxPuCM8 .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.VunQY-uQxpxPuCM8 .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.VunQY-uQxpxPuCM8 .nav-wrapper .list .item-wrap:hover,
.VunQY-uQxpxPuCM8 .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.VunQY-uQxpxPuCM8 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.VunQY-uQxpxPuCM8 .dropdown-section-btn {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .VunQY-uQxpxPuCM8 .dropdown-section-btn {
    margin-bottom: 32px;
    text-align: left;
  }
}
.VunQY-uQxpxPuCM8 .border-wrapper {
  border-bottom: 3px dashed #ffffff;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .VunQY-uQxpxPuCM8 .border-wrapper {
    margin-bottom: 32px;
  }
}
.VunQY-uQxpxPuCM8 .dropdown-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.VunQY-uQxpxPuCM8 .dropdown-section-title {
  color: #ffffff;
}
.VunQY-uQxpxPuCM8 .list {
  color: #ffffff;
}
.VunQY-uQxpxPuCM8 .dropdown-section-title,
.VunQY-uQxpxPuCM8 .dropdown-section-btn {
  color: #ffffff;
}
.VunQY-uQxpxPuCM8 .list,
.VunQY-uQxpxPuCM8 .item-wrap {
  color: #ffffff;
}
.VunQY-uQwX7wCMb8 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.VunQY-uQwX7wCMb8 .dropdown-item:before {
  font-family: form2 !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) {
  .VunQY-uQwX7wCMb8 .navbar-toggler {
    transform: scale(0.8);
  }
}
.VunQY-uQwX7wCMb8 .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;
}
.VunQY-uQwX7wCMb8 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.VunQY-uQwX7wCMb8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.VunQY-uQwX7wCMb8 .navbar-brand .navbar-logo a {
  outline: none;
}
.VunQY-uQwX7wCMb8 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.VunQY-uQwX7wCMb8 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.VunQY-uQwX7wCMb8 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.VunQY-uQwX7wCMb8 .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.VunQY-uQwX7wCMb8 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .VunQY-uQwX7wCMb8 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.VunQY-uQwX7wCMb8 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.VunQY-uQwX7wCMb8 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .VunQY-uQwX7wCMb8 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.VunQY-uQwX7wCMb8 .nav-link {
  width: fit-content;
  position: relative;
}
.VunQY-uQwX7wCMb8 .nav-link:hover {
  color: #260a30 !important;
}
.VunQY-uQwX7wCMb8 .nav-link:hover::before {
  width: 100%;
}
.VunQY-uQwX7wCMb8 .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #260a30;
  transition: all 0.3s ease-in-out;
}
.VunQY-uQwX7wCMb8 .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .VunQY-uQwX7wCMb8 .navbar-logo {
    padding-left: 1rem;
  }
}
.VunQY-uQwX7wCMb8 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .VunQY-uQwX7wCMb8 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.VunQY-uQwX7wCMb8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.VunQY-uQwX7wCMb8 .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  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: 16px;
  margin-top: 1rem;
  background-color: #ffeb69;
  box-shadow: none;
  border: 1px solid #ffeb69;
  position: relative;
}
.VunQY-uQwX7wCMb8 .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .VunQY-uQwX7wCMb8 .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .VunQY-uQwX7wCMb8 .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.VunQY-uQwX7wCMb8 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.VunQY-uQwX7wCMb8 .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: #ffeb69;
}
.VunQY-uQwX7wCMb8 .nav-item:focus,
.VunQY-uQwX7wCMb8 .nav-link:focus {
  outline: none;
}
.VunQY-uQwX7wCMb8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.VunQY-uQwX7wCMb8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.VunQY-uQwX7wCMb8 .dropdown .dropdown-menu .dropdown-item .dropdown-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.VunQY-uQwX7wCMb8 .dropdown .dropdown-menu .dropdown-item .dropdown-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.VunQY-uQwX7wCMb8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.VunQY-uQwX7wCMb8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.VunQY-uQwX7wCMb8 .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;
}
.VunQY-uQwX7wCMb8 .navbar.opened {
  transition: all 0.3s;
}
.VunQY-uQwX7wCMb8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.VunQY-uQwX7wCMb8 .navbar .navbar-logo img {
  width: auto;
}
.VunQY-uQwX7wCMb8 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .VunQY-uQwX7wCMb8 .navbar .navbar-collapse {
    position: absolute;
  }
}
.VunQY-uQwX7wCMb8 .navbar.collapsed {
  justify-content: center;
}
.VunQY-uQwX7wCMb8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.VunQY-uQwX7wCMb8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .VunQY-uQwX7wCMb8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.VunQY-uQwX7wCMb8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.VunQY-uQwX7wCMb8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.VunQY-uQwX7wCMb8 .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%;
}
.VunQY-uQwX7wCMb8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.VunQY-uQwX7wCMb8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.VunQY-uQwX7wCMb8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .VunQY-uQwX7wCMb8 .navbar {
    min-height: 72px;
  }
  .VunQY-uQwX7wCMb8 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .VunQY-uQwX7wCMb8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .VunQY-uQwX7wCMb8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .VunQY-uQwX7wCMb8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .VunQY-uQwX7wCMb8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .VunQY-uQwX7wCMb8 .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%;
  }
  .VunQY-uQwX7wCMb8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .VunQY-uQwX7wCMb8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .VunQY-uQwX7wCMb8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .VunQY-uQwX7wCMb8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.VunQY-uQwX7wCMb8 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.VunQY-uQwX7wCMb8 .dropdown-item.active,
.VunQY-uQwX7wCMb8 .dropdown-item:active {
  background-color: transparent;
}
.VunQY-uQwX7wCMb8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.VunQY-uQwX7wCMb8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.VunQY-uQwX7wCMb8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.VunQY-uQwX7wCMb8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffeb69;
}
.VunQY-uQwX7wCMb8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.VunQY-uQwX7wCMb8 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.VunQY-uQwX7wCMb8 ul.navbar-nav {
  flex-wrap: wrap;
}
.VunQY-uQwX7wCMb8 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .VunQY-uQwX7wCMb8 .navbar-buttons {
    text-align: left;
  }
}
.VunQY-uQwX7wCMb8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.VunQY-uQwX7wCMb8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.VunQY-uQwX7wCMb8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.VunQY-uQwX7wCMb8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.VunQY-uQwX7wCMb8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.VunQY-uQwX7wCMb8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.VunQY-uQwX7wCMb8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.VunQY-uQwX7wCMb8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.VunQY-uQwX7wCMb8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.VunQY-uQwX7wCMb8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.VunQY-uQwX7wCMb8 .navbar-dropdown {
  padding: 0 1rem;
}
.VunQY-uQwX7wCMb8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.VunQY-uQwX7wCMb8 .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) {
  .VunQY-uQwX7wCMb8 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .VunQY-uQwX7wCMb8 .navbar {
    height: 70px;
  }
  .VunQY-uQwX7wCMb8 .navbar.opened {
    height: auto;
  }
  .VunQY-uQwX7wCMb8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.VunQY-uQwX7wCMb8 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.VunQY-uQwX7wCMb8 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.VunQY-uQwX7wCMb8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.VunQY-uQwX7wCMb8 .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);
}
.VunQY-uQwX7wCMb8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.VunQY-uQwX7wCMb8 .dropdown-section-btn {
  margin: -0.6rem -0.6rem;
}
.VunQY-uQwX7wCMb8 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .VunQY-uQwX7wCMb8 .navbar-brand {
    margin-right: auto;
  }
  .VunQY-uQwX7wCMb8 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffeb69;
    backdrop-filter: blur(8px);
  }
  .VunQY-uQwX7wCMb8 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .VunQY-uQwX7wCMb8 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .VunQY-uQwX7wCMb8 .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;
  }
  .VunQY-uQwX7wCMb8 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .VunQY-uQwX7wCMb8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .VunQY-uQwX7wCMb8 .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);
  }
  .VunQY-uQwX7wCMb8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .VunQY-uQwX7wCMb8 .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;
  }
  .VunQY-uQwX7wCMb8 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .VunQY-uQwX7wCMb8 .navbar-collapse {
    padding: 1rem;
  }
}
.VunQY-uQwX7wCMb8 .navbar-brand,
.VunQY-uQwX7wCMb8 .navbar-toggler,
.VunQY-uQwX7wCMb8 .navbar-collapse {
  position: relative;
  z-index: 1;
}
.VunQY-uQxaYP6t2v {
  background-color: #260a30;
  overflow: hidden;
  position: relative;
}
.VunQY-uQxaYP6t2v img {
  position: absolute;
  object-fit: cover;
  height: 300px;
  width: 400px;
}
@media (max-width: 1199px) {
  .VunQY-uQxaYP6t2v img {
    display: none;
  }
}
.VunQY-uQxaYP6t2v .image_1 {
  top: 10rem;
  right: 0;
}
.VunQY-uQxaYP6t2v .image_2 {
  bottom: 5rem;
  left: -250px;
}
.VunQY-uQxaYP6t2v .dropdown-fallback-image.disabled {
  display: none;
}
.VunQY-uQxaYP6t2v .dropdown-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .VunQY-uQxaYP6t2v .container {
    padding: 0 22px;
  }
}
.VunQY-uQxaYP6t2v .content-wrapper {
  position: relative;
  z-index: 1;
}
.VunQY-uQxaYP6t2v .content-wrapper .dropdown-desc {
  margin-bottom: 0;
}
.VunQY-uQxaYP6t2v .content-wrapper .dropdown-section-title {
  margin-bottom: 10px;
}
.VunQY-uQxaYP6t2v .content-wrapper .dropdown-section-title span {
  color: #ffeb69;
}
.VunQY-uQxaYP6t2v .content-wrapper .dropdown-text {
  margin-bottom: 10px;
}
.VunQY-uQxaYP6t2v .dropdown-section-title {
  color: #ffffff;
}
.VunQY-uQxaYP6t2v .dropdown-desc {
  color: #ffffff;
}
.VunQY-uQxaYP6t2v .dropdown-text {
  color: #ffffff;
}
.VunQY-uQxbrFTcoA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.VunQY-uQxbrFTcoA .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .VunQY-uQxbrFTcoA .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .VunQY-uQxbrFTcoA .container {
    padding: 0 25px;
  }
}
.VunQY-uQxbrFTcoA .row {
  margin: 0;
}
.VunQY-uQxbrFTcoA .row .card {
  padding: 0;
}
.VunQY-uQxbrFTcoA .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .VunQY-uQxbrFTcoA .image-wrapper {
    height: 350px;
  }
}
.VunQY-uQxbrFTcoA .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.VunQY-uQxbrFTcoA .title-wrapper {
  position: relative;
  padding: 70px 12%;
  background-color: #000000;
}
@media (max-width: 768px) {
  .VunQY-uQxbrFTcoA .title-wrapper {
    padding: 45px 25px;
  }
}
.VunQY-uQxbrFTcoA .title-wrapper .dropdown-section-title {
  margin-bottom: 105px;
}
.VunQY-uQxbrFTcoA .title-wrapper .logo-wrapper {
  margin-bottom: 40px;
}
.VunQY-uQxbrFTcoA .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.VunQY-uQxbrFTcoA .title-wrapper .dropdown-section-subtitle {
  margin-bottom: 25px;
}
.VunQY-uQxbrFTcoA .title-wrapper .dropdown-text {
  margin-bottom: 0;
}
.VunQY-uQxbrFTcoA .title-wrapper .dropdown-section-btn {
  margin-top: 35px;
}
.VunQY-uQxbrFTcoA .dropdown-section-title {
  color: #ffffff;
}
.VunQY-uQxbrFTcoA .dropdown-section-subtitle {
  color: #ffffff;
}
.VunQY-uQxbrFTcoA .dropdown-text {
  color: #ffffff;
}
.VunQY-uQxcgeiCeq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  background-image: linear-gradient(135deg, #260a30 10%, #000000 80%, #260a30 130%);
}
.VunQY-uQxcgeiCeq .dropdown-fallback-image.disabled {
  display: none;
}
.VunQY-uQxcgeiCeq .dropdown-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.VunQY-uQxcgeiCeq .row {
  justify-content: center;
}
.VunQY-uQxcgeiCeq .content-wrapper .logo-wrapper {
  margin-bottom: 22px;
}
.VunQY-uQxcgeiCeq .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 130px;
  height: 130px;
  object-fit: cover;
}
.VunQY-uQxcgeiCeq .content-wrapper .dropdown-section-title {
  margin-bottom: 22px;
}
.VunQY-uQxcgeiCeq .content-wrapper .text-wrapper .dropdown-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .VunQY-uQxcgeiCeq .content-wrapper .text-wrapper .dropdown-text {
    width: 100%;
  }
}
.VunQY-uQxcgeiCeq .content-wrapper .dropdown-section-btn {
  margin-top: 32px;
}
.VunQY-uQxcgeiCeq .content-wrapper .dropdown-section-btn .dropdown-section-title {
  margin-top: 22px;
}
.VunQY-uQxcgeiCeq .dropdown-section-title {
  color: #ffffff;
}
.VunQY-uQxcgeiCeq .dropdown-text,
.VunQY-uQxcgeiCeq .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.VunQY-uQxcgeiCeq .dropdown-section-title,
.VunQY-uQxcgeiCeq .dropdown-section-btn,
.VunQY-uQxcgeiCeq .logo-wrapper {
  text-align: center;
}
.VunQY-uQxbqJm9oj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.VunQY-uQxbqJm9oj .dropdown-fallback-image.disabled {
  display: none;
}
.VunQY-uQxbqJm9oj .dropdown-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.VunQY-uQxbqJm9oj .container-fluid {
  padding: 0 45px 0 0;
}
@media (max-width: 992px) {
  .VunQY-uQxbqJm9oj .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .VunQY-uQxbqJm9oj .container {
    padding: 0 25px;
  }
}
.VunQY-uQxbqJm9oj .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .VunQY-uQxbqJm9oj .image-wrapper {
    margin-bottom: 20px;
  }
}
.VunQY-uQxbqJm9oj .image-wrapper img {
  height: 310px;
  object-fit: cover;
  border-radius: 0 20rem 0 20rem !important;
}
@media (max-width: 992px) {
  .VunQY-uQxbqJm9oj .image-wrapper img {
    height: 210px;
  }
}
@media (max-width: 425px) {
  .VunQY-uQxbqJm9oj .image-wrapper img {
    border-radius: 0 10rem 0 10rem !important;
  }
}
.VunQY-uQxbqJm9oj .title-wrapper {
  padding-left: 80px;
}
@media (max-width: 1440px) {
  .VunQY-uQxbqJm9oj .title-wrapper {
    padding: 0;
  }
}
.VunQY-uQxbqJm9oj .title-wrapper .dropdown-section-title {
  margin-bottom: 20px;
}
.VunQY-uQxbqJm9oj .title-wrapper .dropdown-text {
  margin-bottom: 25px;
}
.VunQY-uQxbqJm9oj .dropdown-section-title {
  color: #000000;
}
.VunQY-uQxbqJm9oj .dropdown-text {
  color: #000000;
}
.VunQY-uQxbqJm9oj .dropdown-section-title,
.VunQY-uQxbqJm9oj .dropdown-section-btn {
  color: #000000;
}
.VunQY-uQxpxPuCM8 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.VunQY-uQxpxPuCM8 .dropdown-fallback-image.disabled {
  display: none;
}
.VunQY-uQxpxPuCM8 .dropdown-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.VunQY-uQxpxPuCM8 .row {
  justify-content: center;
}
.VunQY-uQxpxPuCM8 .title-wrapper .dropdown-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .VunQY-uQxpxPuCM8 .title-wrapper .dropdown-section-title {
    margin-bottom: 32px;
  }
}
.VunQY-uQxpxPuCM8 .nav-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .VunQY-uQxpxPuCM8 .nav-wrapper {
    margin-bottom: 32px;
  }
}
.VunQY-uQxpxPuCM8 .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.VunQY-uQxpxPuCM8 .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.VunQY-uQxpxPuCM8 .nav-wrapper .list .item-wrap:hover,
.VunQY-uQxpxPuCM8 .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.VunQY-uQxpxPuCM8 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.VunQY-uQxpxPuCM8 .dropdown-section-btn {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .VunQY-uQxpxPuCM8 .dropdown-section-btn {
    margin-bottom: 32px;
    text-align: left;
  }
}
.VunQY-uQxpxPuCM8 .border-wrapper {
  border-bottom: 3px dashed #ffffff;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .VunQY-uQxpxPuCM8 .border-wrapper {
    margin-bottom: 32px;
  }
}
.VunQY-uQxpxPuCM8 .dropdown-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.VunQY-uQxpxPuCM8 .dropdown-section-title {
  color: #ffffff;
}
.VunQY-uQxpxPuCM8 .list {
  color: #ffffff;
}
.VunQY-uQxpxPuCM8 .dropdown-section-title,
.VunQY-uQxpxPuCM8 .dropdown-section-btn {
  color: #ffffff;
}
.VunQY-uQxpxPuCM8 .list,
.VunQY-uQxpxPuCM8 .item-wrap {
  color: #ffffff;
}
.VunQY-uQwX7wCMb8 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.VunQY-uQwX7wCMb8 .dropdown-item:before {
  font-family: form2 !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) {
  .VunQY-uQwX7wCMb8 .navbar-toggler {
    transform: scale(0.8);
  }
}
.VunQY-uQwX7wCMb8 .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;
}
.VunQY-uQwX7wCMb8 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.VunQY-uQwX7wCMb8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.VunQY-uQwX7wCMb8 .navbar-brand .navbar-logo a {
  outline: none;
}
.VunQY-uQwX7wCMb8 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.VunQY-uQwX7wCMb8 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.VunQY-uQwX7wCMb8 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.VunQY-uQwX7wCMb8 .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.VunQY-uQwX7wCMb8 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .VunQY-uQwX7wCMb8 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.VunQY-uQwX7wCMb8 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.VunQY-uQwX7wCMb8 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .VunQY-uQwX7wCMb8 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.VunQY-uQwX7wCMb8 .nav-link {
  width: fit-content;
  position: relative;
}
.VunQY-uQwX7wCMb8 .nav-link:hover {
  color: #260a30 !important;
}
.VunQY-uQwX7wCMb8 .nav-link:hover::before {
  width: 100%;
}
.VunQY-uQwX7wCMb8 .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #260a30;
  transition: all 0.3s ease-in-out;
}
.VunQY-uQwX7wCMb8 .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .VunQY-uQwX7wCMb8 .navbar-logo {
    padding-left: 1rem;
  }
}
.VunQY-uQwX7wCMb8 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .VunQY-uQwX7wCMb8 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.VunQY-uQwX7wCMb8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.VunQY-uQwX7wCMb8 .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  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: 16px;
  margin-top: 1rem;
  background-color: #ffeb69;
  box-shadow: none;
  border: 1px solid #ffeb69;
  position: relative;
}
.VunQY-uQwX7wCMb8 .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .VunQY-uQwX7wCMb8 .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .VunQY-uQwX7wCMb8 .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.VunQY-uQwX7wCMb8 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.VunQY-uQwX7wCMb8 .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: #ffeb69;
}
.VunQY-uQwX7wCMb8 .nav-item:focus,
.VunQY-uQwX7wCMb8 .nav-link:focus {
  outline: none;
}
.VunQY-uQwX7wCMb8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.VunQY-uQwX7wCMb8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.VunQY-uQwX7wCMb8 .dropdown .dropdown-menu .dropdown-item .dropdown-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.VunQY-uQwX7wCMb8 .dropdown .dropdown-menu .dropdown-item .dropdown-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.VunQY-uQwX7wCMb8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.VunQY-uQwX7wCMb8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.VunQY-uQwX7wCMb8 .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;
}
.VunQY-uQwX7wCMb8 .navbar.opened {
  transition: all 0.3s;
}
.VunQY-uQwX7wCMb8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.VunQY-uQwX7wCMb8 .navbar .navbar-logo img {
  width: auto;
}
.VunQY-uQwX7wCMb8 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .VunQY-uQwX7wCMb8 .navbar .navbar-collapse {
    position: absolute;
  }
}
.VunQY-uQwX7wCMb8 .navbar.collapsed {
  justify-content: center;
}
.VunQY-uQwX7wCMb8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.VunQY-uQwX7wCMb8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .VunQY-uQwX7wCMb8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.VunQY-uQwX7wCMb8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.VunQY-uQwX7wCMb8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.VunQY-uQwX7wCMb8 .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%;
}
.VunQY-uQwX7wCMb8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.VunQY-uQwX7wCMb8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.VunQY-uQwX7wCMb8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .VunQY-uQwX7wCMb8 .navbar {
    min-height: 72px;
  }
  .VunQY-uQwX7wCMb8 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .VunQY-uQwX7wCMb8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .VunQY-uQwX7wCMb8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .VunQY-uQwX7wCMb8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .VunQY-uQwX7wCMb8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .VunQY-uQwX7wCMb8 .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%;
  }
  .VunQY-uQwX7wCMb8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .VunQY-uQwX7wCMb8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .VunQY-uQwX7wCMb8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .VunQY-uQwX7wCMb8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.VunQY-uQwX7wCMb8 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.VunQY-uQwX7wCMb8 .dropdown-item.active,
.VunQY-uQwX7wCMb8 .dropdown-item:active {
  background-color: transparent;
}
.VunQY-uQwX7wCMb8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.VunQY-uQwX7wCMb8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.VunQY-uQwX7wCMb8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.VunQY-uQwX7wCMb8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffeb69;
}
.VunQY-uQwX7wCMb8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.VunQY-uQwX7wCMb8 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.VunQY-uQwX7wCMb8 ul.navbar-nav {
  flex-wrap: wrap;
}
.VunQY-uQwX7wCMb8 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .VunQY-uQwX7wCMb8 .navbar-buttons {
    text-align: left;
  }
}
.VunQY-uQwX7wCMb8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.VunQY-uQwX7wCMb8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.VunQY-uQwX7wCMb8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.VunQY-uQwX7wCMb8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.VunQY-uQwX7wCMb8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.VunQY-uQwX7wCMb8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.VunQY-uQwX7wCMb8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.VunQY-uQwX7wCMb8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.VunQY-uQwX7wCMb8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.VunQY-uQwX7wCMb8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.VunQY-uQwX7wCMb8 .navbar-dropdown {
  padding: 0 1rem;
}
.VunQY-uQwX7wCMb8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.VunQY-uQwX7wCMb8 .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) {
  .VunQY-uQwX7wCMb8 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .VunQY-uQwX7wCMb8 .navbar {
    height: 70px;
  }
  .VunQY-uQwX7wCMb8 .navbar.opened {
    height: auto;
  }
  .VunQY-uQwX7wCMb8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.VunQY-uQwX7wCMb8 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.VunQY-uQwX7wCMb8 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.VunQY-uQwX7wCMb8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.VunQY-uQwX7wCMb8 .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);
}
.VunQY-uQwX7wCMb8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.VunQY-uQwX7wCMb8 .dropdown-section-btn {
  margin: -0.6rem -0.6rem;
}
.VunQY-uQwX7wCMb8 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .VunQY-uQwX7wCMb8 .navbar-brand {
    margin-right: auto;
  }
  .VunQY-uQwX7wCMb8 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffeb69;
    backdrop-filter: blur(8px);
  }
  .VunQY-uQwX7wCMb8 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .VunQY-uQwX7wCMb8 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .VunQY-uQwX7wCMb8 .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;
  }
  .VunQY-uQwX7wCMb8 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .VunQY-uQwX7wCMb8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .VunQY-uQwX7wCMb8 .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);
  }
  .VunQY-uQwX7wCMb8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .VunQY-uQwX7wCMb8 .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;
  }
  .VunQY-uQwX7wCMb8 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .VunQY-uQwX7wCMb8 .navbar-collapse {
    padding: 1rem;
  }
}
.VunQY-uQwX7wCMb8 .navbar-brand,
.VunQY-uQwX7wCMb8 .navbar-toggler,
.VunQY-uQwX7wCMb8 .navbar-collapse {
  position: relative;
  z-index: 1;
}
.VunQY-uQxeslGfFE {
  padding-top: 10rem;
  padding-bottom: 3rem;
  background-color: #260a30;
}
.VunQY-uQxeslGfFE .dropdown-fallback-image.disabled {
  display: none;
}
.VunQY-uQxeslGfFE .dropdown-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.VunQY-uQxeslGfFE .content-wrapper {
  justify-content: flex-end;
}
.VunQY-uQxeslGfFE .card {
  justify-content: center;
}
.VunQY-uQxeslGfFE .title-wrapper {
  padding: 0 50px 0 12%;
}
@media (max-width: 992px) {
  .VunQY-uQxeslGfFE .title-wrapper {
    margin-bottom: 40px;
    padding: 0;
  }
}
.VunQY-uQxeslGfFE .title-wrapper .dropdown-tag {
  margin-bottom: 16px;
}
.VunQY-uQxeslGfFE .title-wrapper .dropdown-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .VunQY-uQxeslGfFE .title-wrapper .dropdown-section-title {
    margin-bottom: 20px;
  }
}
.VunQY-uQxeslGfFE .title-wrapper .text-wrapper .dropdown-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .VunQY-uQxeslGfFE .title-wrapper .text-wrapper .dropdown-text {
    width: 100%;
  }
}
.VunQY-uQxeslGfFE .dropdown-section-btn .btn {
  margin-bottom: 0;
}
.VunQY-uQxeslGfFE .dropdown-section-btn .btn::after,
.VunQY-uQxeslGfFE .dropdown-section-btn .btn::before {
  background-image: linear-gradient(90deg, #260a30, #260a30 150%);
}
.VunQY-uQxeslGfFE .dropdown-section-btn .btn:hover,
.VunQY-uQxeslGfFE .dropdown-section-btn .btn:focus {
  color: #ffeb69 !important;
}
.VunQY-uQxeslGfFE .dropdown-section-btn .btn:hover::after,
.VunQY-uQxeslGfFE .dropdown-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #260a30, #260a30 150%);
  opacity: 1;
}
.VunQY-uQxeslGfFE .form-wrapper {
  padding: 110px 200px;
  background-color: #ffeb69;
}
@media (max-width: 1640px) {
  .VunQY-uQxeslGfFE .form-wrapper {
    padding: 110px;
  }
}
@media (max-width: 1440px) {
  .VunQY-uQxeslGfFE .form-wrapper {
    padding: 110px 40px;
  }
}
@media (max-width: 992px) {
  .VunQY-uQxeslGfFE .form-wrapper {
    padding: 20px;
  }
}
.VunQY-uQxeslGfFE .form-wrapper .title-wrap {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .VunQY-uQxeslGfFE .form-wrapper .title-wrap {
    margin-bottom: 20px;
  }
}
.VunQY-uQxeslGfFE .form-wrapper .title-wrap .dropdown-title {
  margin-bottom: 16px;
}
.VunQY-uQxeslGfFE .form-wrapper .title-wrap .form-text {
  margin-bottom: 0;
}
.VunQY-uQxeslGfFE .form-wrapper .form-wrap .dragArea.row {
  margin: 0;
}
.VunQY-uQxeslGfFE .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
  padding: 0;
}
.VunQY-uQxeslGfFE .form-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.VunQY-uQxeslGfFE .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 16px 0;
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #000000 !important;
  border-radius: 0 !important;
  margin-bottom: 16px;
}
.VunQY-uQxeslGfFE .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
}
.VunQY-uQxeslGfFE .form-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.VunQY-uQxeslGfFE .form-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #000000 !important;
}
.VunQY-uQxeslGfFE .form-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.VunQY-uQxeslGfFE .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.VunQY-uQxeslGfFE .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.VunQY-uQxeslGfFE .form-wrapper .form-wrap .dragArea.row .dropdown-section-btn {
  width: 100%;
  margin-top: 20px;
}
.VunQY-uQxeslGfFE .form-wrapper .form-wrap .dragArea.row .dropdown-section-btn .btn {
  margin-left: 0;
}
.VunQY-uQxeslGfFE .dropdown-section-title {
  color: #ffffff;
}
.VunQY-uQxeslGfFE .dropdown-tag {
  color: #adadad;
}
.VunQY-uQxeslGfFE .dropdown-text {
  color: #ffffff;
}
.VunQY-uQxeslGfFE .dropdown-title {
  color: #000000;
}
.VunQY-uQxeslGfFE .form-text {
  color: #000000;
}
.VunQY-uQxeslGfFE label {
  color: #121212;
}
.VunQY-uQxh93IeeN {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background: #ffffff;
}
.VunQY-uQxh93IeeN p {
  margin: 0;
}
@media (max-width: 991px) {
  .VunQY-uQxh93IeeN .row {
    justify-content: flex-start !important;
  }
}
.VunQY-uQxh93IeeN .dropdown-section-head {
  margin-bottom: 2rem;
}
.VunQY-uQxh93IeeN .dropdown-section-title {
  text-align: center;
}
.VunQY-uQxh93IeeN .dropdown-section-subtitle {
  text-align: center;
}
.VunQY-uQxh93IeeN .image-wrapper {
  margin-bottom: 1rem;
}
.VunQY-uQxh93IeeN .card-container {
  display: flex;
  flex-wrap: wrap;
}
.VunQY-uQxh93IeeN .card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex: auto;
  flex-grow: 0;
  text-align: center;
  padding: 2rem 1rem;
  background-color: #ffeb69;
  border-width: 1px;
  border-style: dashed;
  border-color: #cd8ad1;
  border-radius: 30px;
  justify-content: center;
  border: none;
}
.VunQY-uQxh93IeeN .dropdown-iconfont {
  font-size: 3rem;
  color: #cd8ad1;
}
.VunQY-uQxh93IeeN div[class*="col"] {
  margin-bottom: 2rem;
}
.VunQY-uQxh93IeeN .card-title {
  color: #000000;
}
.VunQY-uQxh93IeeN P {
  color: #000000;
}
.VunQY-uQxpxPuCM8 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.VunQY-uQxpxPuCM8 .dropdown-fallback-image.disabled {
  display: none;
}
.VunQY-uQxpxPuCM8 .dropdown-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.VunQY-uQxpxPuCM8 .row {
  justify-content: center;
}
.VunQY-uQxpxPuCM8 .title-wrapper .dropdown-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .VunQY-uQxpxPuCM8 .title-wrapper .dropdown-section-title {
    margin-bottom: 32px;
  }
}
.VunQY-uQxpxPuCM8 .nav-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .VunQY-uQxpxPuCM8 .nav-wrapper {
    margin-bottom: 32px;
  }
}
.VunQY-uQxpxPuCM8 .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.VunQY-uQxpxPuCM8 .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.VunQY-uQxpxPuCM8 .nav-wrapper .list .item-wrap:hover,
.VunQY-uQxpxPuCM8 .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.VunQY-uQxpxPuCM8 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.VunQY-uQxpxPuCM8 .dropdown-section-btn {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .VunQY-uQxpxPuCM8 .dropdown-section-btn {
    margin-bottom: 32px;
    text-align: left;
  }
}
.VunQY-uQxpxPuCM8 .border-wrapper {
  border-bottom: 3px dashed #ffffff;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .VunQY-uQxpxPuCM8 .border-wrapper {
    margin-bottom: 32px;
  }
}
.VunQY-uQxpxPuCM8 .dropdown-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.VunQY-uQxpxPuCM8 .dropdown-section-title {
  color: #ffffff;
}
.VunQY-uQxpxPuCM8 .list {
  color: #ffffff;
}
.VunQY-uQxpxPuCM8 .dropdown-section-title,
.VunQY-uQxpxPuCM8 .dropdown-section-btn {
  color: #ffffff;
}
.VunQY-uQxpxPuCM8 .list,
.VunQY-uQxpxPuCM8 .item-wrap {
  color: #ffffff;
}
.VunQY-uQwX7wCMb8 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.VunQY-uQwX7wCMb8 .dropdown-item:before {
  font-family: form2 !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) {
  .VunQY-uQwX7wCMb8 .navbar-toggler {
    transform: scale(0.8);
  }
}
.VunQY-uQwX7wCMb8 .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;
}
.VunQY-uQwX7wCMb8 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.VunQY-uQwX7wCMb8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.VunQY-uQwX7wCMb8 .navbar-brand .navbar-logo a {
  outline: none;
}
.VunQY-uQwX7wCMb8 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.VunQY-uQwX7wCMb8 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.VunQY-uQwX7wCMb8 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.VunQY-uQwX7wCMb8 .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.VunQY-uQwX7wCMb8 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .VunQY-uQwX7wCMb8 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.VunQY-uQwX7wCMb8 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.VunQY-uQwX7wCMb8 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .VunQY-uQwX7wCMb8 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.VunQY-uQwX7wCMb8 .nav-link {
  width: fit-content;
  position: relative;
}
.VunQY-uQwX7wCMb8 .nav-link:hover {
  color: #260a30 !important;
}
.VunQY-uQwX7wCMb8 .nav-link:hover::before {
  width: 100%;
}
.VunQY-uQwX7wCMb8 .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #260a30;
  transition: all 0.3s ease-in-out;
}
.VunQY-uQwX7wCMb8 .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .VunQY-uQwX7wCMb8 .navbar-logo {
    padding-left: 1rem;
  }
}
.VunQY-uQwX7wCMb8 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .VunQY-uQwX7wCMb8 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.VunQY-uQwX7wCMb8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.VunQY-uQwX7wCMb8 .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  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: 16px;
  margin-top: 1rem;
  background-color: #ffeb69;
  box-shadow: none;
  border: 1px solid #ffeb69;
  position: relative;
}
.VunQY-uQwX7wCMb8 .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .VunQY-uQwX7wCMb8 .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .VunQY-uQwX7wCMb8 .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.VunQY-uQwX7wCMb8 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.VunQY-uQwX7wCMb8 .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: #ffeb69;
}
.VunQY-uQwX7wCMb8 .nav-item:focus,
.VunQY-uQwX7wCMb8 .nav-link:focus {
  outline: none;
}
.VunQY-uQwX7wCMb8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.VunQY-uQwX7wCMb8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.VunQY-uQwX7wCMb8 .dropdown .dropdown-menu .dropdown-item .dropdown-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.VunQY-uQwX7wCMb8 .dropdown .dropdown-menu .dropdown-item .dropdown-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.VunQY-uQwX7wCMb8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.VunQY-uQwX7wCMb8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.VunQY-uQwX7wCMb8 .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;
}
.VunQY-uQwX7wCMb8 .navbar.opened {
  transition: all 0.3s;
}
.VunQY-uQwX7wCMb8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.VunQY-uQwX7wCMb8 .navbar .navbar-logo img {
  width: auto;
}
.VunQY-uQwX7wCMb8 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .VunQY-uQwX7wCMb8 .navbar .navbar-collapse {
    position: absolute;
  }
}
.VunQY-uQwX7wCMb8 .navbar.collapsed {
  justify-content: center;
}
.VunQY-uQwX7wCMb8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.VunQY-uQwX7wCMb8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .VunQY-uQwX7wCMb8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.VunQY-uQwX7wCMb8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.VunQY-uQwX7wCMb8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.VunQY-uQwX7wCMb8 .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%;
}
.VunQY-uQwX7wCMb8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.VunQY-uQwX7wCMb8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.VunQY-uQwX7wCMb8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .VunQY-uQwX7wCMb8 .navbar {
    min-height: 72px;
  }
  .VunQY-uQwX7wCMb8 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .VunQY-uQwX7wCMb8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .VunQY-uQwX7wCMb8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .VunQY-uQwX7wCMb8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .VunQY-uQwX7wCMb8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .VunQY-uQwX7wCMb8 .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%;
  }
  .VunQY-uQwX7wCMb8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .VunQY-uQwX7wCMb8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .VunQY-uQwX7wCMb8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .VunQY-uQwX7wCMb8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.VunQY-uQwX7wCMb8 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.VunQY-uQwX7wCMb8 .dropdown-item.active,
.VunQY-uQwX7wCMb8 .dropdown-item:active {
  background-color: transparent;
}
.VunQY-uQwX7wCMb8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.VunQY-uQwX7wCMb8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.VunQY-uQwX7wCMb8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.VunQY-uQwX7wCMb8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffeb69;
}
.VunQY-uQwX7wCMb8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.VunQY-uQwX7wCMb8 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.VunQY-uQwX7wCMb8 ul.navbar-nav {
  flex-wrap: wrap;
}
.VunQY-uQwX7wCMb8 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .VunQY-uQwX7wCMb8 .navbar-buttons {
    text-align: left;
  }
}
.VunQY-uQwX7wCMb8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.VunQY-uQwX7wCMb8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.VunQY-uQwX7wCMb8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.VunQY-uQwX7wCMb8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.VunQY-uQwX7wCMb8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.VunQY-uQwX7wCMb8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.VunQY-uQwX7wCMb8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.VunQY-uQwX7wCMb8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.VunQY-uQwX7wCMb8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.VunQY-uQwX7wCMb8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.VunQY-uQwX7wCMb8 .navbar-dropdown {
  padding: 0 1rem;
}
.VunQY-uQwX7wCMb8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.VunQY-uQwX7wCMb8 .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) {
  .VunQY-uQwX7wCMb8 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .VunQY-uQwX7wCMb8 .navbar {
    height: 70px;
  }
  .VunQY-uQwX7wCMb8 .navbar.opened {
    height: auto;
  }
  .VunQY-uQwX7wCMb8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.VunQY-uQwX7wCMb8 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.VunQY-uQwX7wCMb8 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.VunQY-uQwX7wCMb8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.VunQY-uQwX7wCMb8 .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);
}
.VunQY-uQwX7wCMb8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.VunQY-uQwX7wCMb8 .dropdown-section-btn {
  margin: -0.6rem -0.6rem;
}
.VunQY-uQwX7wCMb8 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .VunQY-uQwX7wCMb8 .navbar-brand {
    margin-right: auto;
  }
  .VunQY-uQwX7wCMb8 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffeb69;
    backdrop-filter: blur(8px);
  }
  .VunQY-uQwX7wCMb8 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .VunQY-uQwX7wCMb8 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .VunQY-uQwX7wCMb8 .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;
  }
  .VunQY-uQwX7wCMb8 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .VunQY-uQwX7wCMb8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .VunQY-uQwX7wCMb8 .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);
  }
  .VunQY-uQwX7wCMb8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .VunQY-uQwX7wCMb8 .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;
  }
  .VunQY-uQwX7wCMb8 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .VunQY-uQwX7wCMb8 .navbar-collapse {
    padding: 1rem;
  }
}
.VunQY-uQwX7wCMb8 .navbar-brand,
.VunQY-uQwX7wCMb8 .navbar-toggler,
.VunQY-uQwX7wCMb8 .navbar-collapse {
  position: relative;
  z-index: 1;
}
.VunQY-uQxhmvLkTb {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.VunQY-uQxhmvLkTb .dropdown-text {
  color: #000000;
}
.VunQY-uQxhmvLkTb .dropdown-section-subtitle {
  color: #000000;
}
.VunQY-uQxhmvLkTb .dropdown-section-title {
  color: #000000;
  text-align: center;
}
.VunQY-uQxhMm2MLM {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background: #ffffff;
}
.VunQY-uQxhMm2MLM p {
  margin: 0;
}
@media (max-width: 991px) {
  .VunQY-uQxhMm2MLM .row {
    justify-content: flex-start !important;
  }
}
.VunQY-uQxhMm2MLM .dropdown-section-head {
  margin-bottom: 2rem;
}
.VunQY-uQxhMm2MLM .dropdown-section-title {
  text-align: center;
}
.VunQY-uQxhMm2MLM .dropdown-section-subtitle {
  text-align: center;
}
.VunQY-uQxhMm2MLM .image-wrapper {
  margin-bottom: 1rem;
}
.VunQY-uQxhMm2MLM .card-container {
  display: flex;
  flex-wrap: wrap;
}
.VunQY-uQxhMm2MLM .card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex: auto;
  flex-grow: 0;
  text-align: center;
  padding: 2rem 1rem;
  background-color: #ffeb69;
  border-width: 1px;
  border-style: dashed;
  border-color: #cd8ad1;
  border-radius: 30px;
  justify-content: center;
  border: none;
}
.VunQY-uQxhMm2MLM .dropdown-iconfont {
  font-size: 3rem;
  color: #cd8ad1;
}
.VunQY-uQxhMm2MLM div[class*="col"] {
  margin-bottom: 2rem;
}
.VunQY-uQxhMm2MLM .card-title {
  color: #000000;
}
.VunQY-uQxhMm2MLM P {
  color: #000000;
}
.VunQY-uQxpxPuCM8 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.VunQY-uQxpxPuCM8 .dropdown-fallback-image.disabled {
  display: none;
}
.VunQY-uQxpxPuCM8 .dropdown-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.VunQY-uQxpxPuCM8 .row {
  justify-content: center;
}
.VunQY-uQxpxPuCM8 .title-wrapper .dropdown-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .VunQY-uQxpxPuCM8 .title-wrapper .dropdown-section-title {
    margin-bottom: 32px;
  }
}
.VunQY-uQxpxPuCM8 .nav-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .VunQY-uQxpxPuCM8 .nav-wrapper {
    margin-bottom: 32px;
  }
}
.VunQY-uQxpxPuCM8 .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.VunQY-uQxpxPuCM8 .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.VunQY-uQxpxPuCM8 .nav-wrapper .list .item-wrap:hover,
.VunQY-uQxpxPuCM8 .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.VunQY-uQxpxPuCM8 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.VunQY-uQxpxPuCM8 .dropdown-section-btn {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .VunQY-uQxpxPuCM8 .dropdown-section-btn {
    margin-bottom: 32px;
    text-align: left;
  }
}
.VunQY-uQxpxPuCM8 .border-wrapper {
  border-bottom: 3px dashed #ffffff;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .VunQY-uQxpxPuCM8 .border-wrapper {
    margin-bottom: 32px;
  }
}
.VunQY-uQxpxPuCM8 .dropdown-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.VunQY-uQxpxPuCM8 .dropdown-section-title {
  color: #ffffff;
}
.VunQY-uQxpxPuCM8 .list {
  color: #ffffff;
}
.VunQY-uQxpxPuCM8 .dropdown-section-title,
.VunQY-uQxpxPuCM8 .dropdown-section-btn {
  color: #ffffff;
}
.VunQY-uQxpxPuCM8 .list,
.VunQY-uQxpxPuCM8 .item-wrap {
  color: #ffffff;
}
.VunQY-uQxhRwhHNU {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.VunQY-uQxhRwhHNU .dropdown-item:before {
  font-family: form2 !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) {
  .VunQY-uQxhRwhHNU .navbar-toggler {
    transform: scale(0.8);
  }
}
.VunQY-uQxhRwhHNU .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;
}
.VunQY-uQxhRwhHNU .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.VunQY-uQxhRwhHNU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.VunQY-uQxhRwhHNU .navbar-brand .navbar-logo a {
  outline: none;
}
.VunQY-uQxhRwhHNU .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.VunQY-uQxhRwhHNU .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.VunQY-uQxhRwhHNU .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.VunQY-uQxhRwhHNU .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.VunQY-uQxhRwhHNU .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .VunQY-uQxhRwhHNU .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.VunQY-uQxhRwhHNU .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.VunQY-uQxhRwhHNU .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .VunQY-uQxhRwhHNU .navbar-nav {
    padding-left: 1.5rem;
  }
}
.VunQY-uQxhRwhHNU .nav-link {
  width: fit-content;
  position: relative;
}
.VunQY-uQxhRwhHNU .nav-link:hover {
  color: #260a30 !important;
}
.VunQY-uQxhRwhHNU .nav-link:hover::before {
  width: 100%;
}
.VunQY-uQxhRwhHNU .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #260a30;
  transition: all 0.3s ease-in-out;
}
.VunQY-uQxhRwhHNU .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .VunQY-uQxhRwhHNU .navbar-logo {
    padding-left: 1rem;
  }
}
.VunQY-uQxhRwhHNU .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .VunQY-uQxhRwhHNU .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.VunQY-uQxhRwhHNU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.VunQY-uQxhRwhHNU .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  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: 16px;
  margin-top: 1rem;
  background-color: #ffeb69;
  box-shadow: none;
  border: 1px solid #ffeb69;
  position: relative;
}
.VunQY-uQxhRwhHNU .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .VunQY-uQxhRwhHNU .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .VunQY-uQxhRwhHNU .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.VunQY-uQxhRwhHNU .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.VunQY-uQxhRwhHNU .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: #ffeb69;
}
.VunQY-uQxhRwhHNU .nav-item:focus,
.VunQY-uQxhRwhHNU .nav-link:focus {
  outline: none;
}
.VunQY-uQxhRwhHNU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.VunQY-uQxhRwhHNU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.VunQY-uQxhRwhHNU .dropdown .dropdown-menu .dropdown-item .dropdown-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.VunQY-uQxhRwhHNU .dropdown .dropdown-menu .dropdown-item .dropdown-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.VunQY-uQxhRwhHNU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.VunQY-uQxhRwhHNU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.VunQY-uQxhRwhHNU .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;
}
.VunQY-uQxhRwhHNU .navbar.opened {
  transition: all 0.3s;
}
.VunQY-uQxhRwhHNU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.VunQY-uQxhRwhHNU .navbar .navbar-logo img {
  width: auto;
}
.VunQY-uQxhRwhHNU .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .VunQY-uQxhRwhHNU .navbar .navbar-collapse {
    position: absolute;
  }
}
.VunQY-uQxhRwhHNU .navbar.collapsed {
  justify-content: center;
}
.VunQY-uQxhRwhHNU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.VunQY-uQxhRwhHNU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .VunQY-uQxhRwhHNU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.VunQY-uQxhRwhHNU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.VunQY-uQxhRwhHNU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.VunQY-uQxhRwhHNU .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%;
}
.VunQY-uQxhRwhHNU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.VunQY-uQxhRwhHNU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.VunQY-uQxhRwhHNU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .VunQY-uQxhRwhHNU .navbar {
    min-height: 72px;
  }
  .VunQY-uQxhRwhHNU .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .VunQY-uQxhRwhHNU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .VunQY-uQxhRwhHNU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .VunQY-uQxhRwhHNU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .VunQY-uQxhRwhHNU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .VunQY-uQxhRwhHNU .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%;
  }
  .VunQY-uQxhRwhHNU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .VunQY-uQxhRwhHNU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .VunQY-uQxhRwhHNU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .VunQY-uQxhRwhHNU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.VunQY-uQxhRwhHNU .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.VunQY-uQxhRwhHNU .dropdown-item.active,
.VunQY-uQxhRwhHNU .dropdown-item:active {
  background-color: transparent;
}
.VunQY-uQxhRwhHNU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.VunQY-uQxhRwhHNU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.VunQY-uQxhRwhHNU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.VunQY-uQxhRwhHNU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffeb69;
}
.VunQY-uQxhRwhHNU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.VunQY-uQxhRwhHNU .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.VunQY-uQxhRwhHNU ul.navbar-nav {
  flex-wrap: wrap;
}
.VunQY-uQxhRwhHNU .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .VunQY-uQxhRwhHNU .navbar-buttons {
    text-align: left;
  }
}
.VunQY-uQxhRwhHNU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.VunQY-uQxhRwhHNU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.VunQY-uQxhRwhHNU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.VunQY-uQxhRwhHNU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.VunQY-uQxhRwhHNU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.VunQY-uQxhRwhHNU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.VunQY-uQxhRwhHNU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.VunQY-uQxhRwhHNU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.VunQY-uQxhRwhHNU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.VunQY-uQxhRwhHNU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.VunQY-uQxhRwhHNU .navbar-dropdown {
  padding: 0 1rem;
}
.VunQY-uQxhRwhHNU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.VunQY-uQxhRwhHNU .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) {
  .VunQY-uQxhRwhHNU .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .VunQY-uQxhRwhHNU .navbar {
    height: 70px;
  }
  .VunQY-uQxhRwhHNU .navbar.opened {
    height: auto;
  }
  .VunQY-uQxhRwhHNU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.VunQY-uQxhRwhHNU .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.VunQY-uQxhRwhHNU .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.VunQY-uQxhRwhHNU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.VunQY-uQxhRwhHNU .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);
}
.VunQY-uQxhRwhHNU .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.VunQY-uQxhRwhHNU .dropdown-section-btn {
  margin: -0.6rem -0.6rem;
}
.VunQY-uQxhRwhHNU .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .VunQY-uQxhRwhHNU .navbar-brand {
    margin-right: auto;
  }
  .VunQY-uQxhRwhHNU .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffeb69;
    backdrop-filter: blur(8px);
  }
  .VunQY-uQxhRwhHNU .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .VunQY-uQxhRwhHNU .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .VunQY-uQxhRwhHNU .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;
  }
  .VunQY-uQxhRwhHNU .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .VunQY-uQxhRwhHNU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .VunQY-uQxhRwhHNU .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);
  }
  .VunQY-uQxhRwhHNU .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .VunQY-uQxhRwhHNU .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;
  }
  .VunQY-uQxhRwhHNU .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .VunQY-uQxhRwhHNU .navbar-collapse {
    padding: 1rem;
  }
}
.VunQY-uQxhRwhHNU .navbar-brand,
.VunQY-uQxhRwhHNU .navbar-toggler,
.VunQY-uQxhRwhHNU .navbar-collapse {
  position: relative;
  z-index: 1;
}
.VunQY-uQxhRwQxlF {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.VunQY-uQxhRwQxlF .dropdown-text {
  color: #000000;
}
.VunQY-uQxhRwQxlF .dropdown-section-subtitle {
  color: #000000;
}
.VunQY-uQxhRwQxlF .dropdown-section-title {
  color: #000000;
  text-align: center;
}
.VunQY-uQxhRxd0Pq {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background: #ffffff;
}
.VunQY-uQxhRxd0Pq p {
  margin: 0;
}
@media (max-width: 991px) {
  .VunQY-uQxhRxd0Pq .row {
    justify-content: flex-start !important;
  }
}
.VunQY-uQxhRxd0Pq .dropdown-section-head {
  margin-bottom: 2rem;
}
.VunQY-uQxhRxd0Pq .dropdown-section-title {
  text-align: center;
}
.VunQY-uQxhRxd0Pq .dropdown-section-subtitle {
  text-align: center;
}
.VunQY-uQxhRxd0Pq .image-wrapper {
  margin-bottom: 1rem;
}
.VunQY-uQxhRxd0Pq .card-container {
  display: flex;
  flex-wrap: wrap;
}
.VunQY-uQxhRxd0Pq .card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex: auto;
  flex-grow: 0;
  text-align: center;
  padding: 2rem 1rem;
  background-color: #ffeb69;
  border-width: 1px;
  border-style: dashed;
  border-color: #cd8ad1;
  border-radius: 30px;
  justify-content: center;
  border: none;
}
.VunQY-uQxhRxd0Pq .dropdown-iconfont {
  font-size: 3rem;
  color: #cd8ad1;
}
.VunQY-uQxhRxd0Pq div[class*="col"] {
  margin-bottom: 2rem;
}
.VunQY-uQxhRxd0Pq .card-title {
  color: #000000;
}
.VunQY-uQxhRxd0Pq P {
  color: #000000;
}
.VunQY-uQxpxPuCM8 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.VunQY-uQxpxPuCM8 .dropdown-fallback-image.disabled {
  display: none;
}
.VunQY-uQxpxPuCM8 .dropdown-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.VunQY-uQxpxPuCM8 .row {
  justify-content: center;
}
.VunQY-uQxpxPuCM8 .title-wrapper .dropdown-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .VunQY-uQxpxPuCM8 .title-wrapper .dropdown-section-title {
    margin-bottom: 32px;
  }
}
.VunQY-uQxpxPuCM8 .nav-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .VunQY-uQxpxPuCM8 .nav-wrapper {
    margin-bottom: 32px;
  }
}
.VunQY-uQxpxPuCM8 .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.VunQY-uQxpxPuCM8 .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.VunQY-uQxpxPuCM8 .nav-wrapper .list .item-wrap:hover,
.VunQY-uQxpxPuCM8 .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.VunQY-uQxpxPuCM8 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.VunQY-uQxpxPuCM8 .dropdown-section-btn {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .VunQY-uQxpxPuCM8 .dropdown-section-btn {
    margin-bottom: 32px;
    text-align: left;
  }
}
.VunQY-uQxpxPuCM8 .border-wrapper {
  border-bottom: 3px dashed #ffffff;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .VunQY-uQxpxPuCM8 .border-wrapper {
    margin-bottom: 32px;
  }
}
.VunQY-uQxpxPuCM8 .dropdown-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.VunQY-uQxpxPuCM8 .dropdown-section-title {
  color: #ffffff;
}
.VunQY-uQxpxPuCM8 .list {
  color: #ffffff;
}
.VunQY-uQxpxPuCM8 .dropdown-section-title,
.VunQY-uQxpxPuCM8 .dropdown-section-btn {
  color: #ffffff;
}
.VunQY-uQxpxPuCM8 .list,
.VunQY-uQxpxPuCM8 .item-wrap {
  color: #ffffff;
}
.VunQY-uQximffC1R {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.VunQY-uQximffC1R .dropdown-item:before {
  font-family: form2 !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) {
  .VunQY-uQximffC1R .navbar-toggler {
    transform: scale(0.8);
  }
}
.VunQY-uQximffC1R .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;
}
.VunQY-uQximffC1R .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px !important;
}
.VunQY-uQximffC1R .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.VunQY-uQximffC1R .navbar-brand .navbar-logo a {
  outline: none;
}
.VunQY-uQximffC1R .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.VunQY-uQximffC1R .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.VunQY-uQximffC1R .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.VunQY-uQximffC1R .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.VunQY-uQximffC1R .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .VunQY-uQximffC1R .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.VunQY-uQximffC1R .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.VunQY-uQximffC1R .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .VunQY-uQximffC1R .navbar-nav {
    padding-left: 1.5rem;
  }
}
.VunQY-uQximffC1R .nav-link {
  width: fit-content;
  position: relative;
}
.VunQY-uQximffC1R .nav-link:hover {
  color: #260a30 !important;
}
.VunQY-uQximffC1R .nav-link:hover::before {
  width: 100%;
}
.VunQY-uQximffC1R .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #260a30;
  transition: all 0.3s ease-in-out;
}
.VunQY-uQximffC1R .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .VunQY-uQximffC1R .navbar-logo {
    padding-left: 1rem;
  }
}
.VunQY-uQximffC1R .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  .VunQY-uQximffC1R .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.VunQY-uQximffC1R .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.VunQY-uQximffC1R .container {
  width: 95%;
  display: flex;
  height: 90px;
  padding: 20px 50px;
  flex-wrap: nowrap;
  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: 16px;
  margin-top: 1rem;
  background-color: #ffeb69;
  box-shadow: none;
  border: 1px solid #ffeb69;
  position: relative;
}
.VunQY-uQximffC1R .container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  border-radius: 16px;
}
@media (max-width: 992px) {
  .VunQY-uQximffC1R .container {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .VunQY-uQximffC1R .container {
    width: 95%;
    height: 56px !important;
    padding: 20px;
    margin-top: 0rem;
  }
}
.VunQY-uQximffC1R .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.VunQY-uQximffC1R .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: #ffeb69;
}
.VunQY-uQximffC1R .nav-item:focus,
.VunQY-uQximffC1R .nav-link:focus {
  outline: none;
}
.VunQY-uQximffC1R .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.VunQY-uQximffC1R .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.VunQY-uQximffC1R .dropdown .dropdown-menu .dropdown-item .dropdown-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.VunQY-uQximffC1R .dropdown .dropdown-menu .dropdown-item .dropdown-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.VunQY-uQximffC1R .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.VunQY-uQximffC1R .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.VunQY-uQximffC1R .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;
}
.VunQY-uQximffC1R .navbar.opened {
  transition: all 0.3s;
}
.VunQY-uQximffC1R .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.VunQY-uQximffC1R .navbar .navbar-logo img {
  width: auto;
}
.VunQY-uQximffC1R .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .VunQY-uQximffC1R .navbar .navbar-collapse {
    position: absolute;
  }
}
.VunQY-uQximffC1R .navbar.collapsed {
  justify-content: center;
}
.VunQY-uQximffC1R .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.VunQY-uQximffC1R .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .VunQY-uQximffC1R .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.VunQY-uQximffC1R .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.VunQY-uQximffC1R .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.VunQY-uQximffC1R .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%;
}
.VunQY-uQximffC1R .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.VunQY-uQximffC1R .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.VunQY-uQximffC1R .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .VunQY-uQximffC1R .navbar {
    min-height: 72px;
  }
  .VunQY-uQximffC1R .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .VunQY-uQximffC1R .navbar .nav-item .nav-link::before {
    display: none;
  }
  .VunQY-uQximffC1R .navbar.opened .dropdown-menu {
    top: 0;
  }
  .VunQY-uQximffC1R .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .VunQY-uQximffC1R .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .VunQY-uQximffC1R .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%;
  }
  .VunQY-uQximffC1R .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .VunQY-uQximffC1R .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .VunQY-uQximffC1R .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .VunQY-uQximffC1R .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.VunQY-uQximffC1R .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.VunQY-uQximffC1R .dropdown-item.active,
.VunQY-uQximffC1R .dropdown-item:active {
  background-color: transparent;
}
.VunQY-uQximffC1R .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.VunQY-uQximffC1R .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.VunQY-uQximffC1R .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.VunQY-uQximffC1R .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffeb69;
}
.VunQY-uQximffC1R .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.VunQY-uQximffC1R .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.VunQY-uQximffC1R ul.navbar-nav {
  flex-wrap: wrap;
}
.VunQY-uQximffC1R .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .VunQY-uQximffC1R .navbar-buttons {
    text-align: left;
  }
}
.VunQY-uQximffC1R button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.VunQY-uQximffC1R button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.VunQY-uQximffC1R button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.VunQY-uQximffC1R button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.VunQY-uQximffC1R button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.VunQY-uQximffC1R button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.VunQY-uQximffC1R nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.VunQY-uQximffC1R nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.VunQY-uQximffC1R nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.VunQY-uQximffC1R nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.VunQY-uQximffC1R .navbar-dropdown {
  padding: 0 1rem;
}
.VunQY-uQximffC1R a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.VunQY-uQximffC1R .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) {
  .VunQY-uQximffC1R .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .VunQY-uQximffC1R .navbar {
    height: 70px;
  }
  .VunQY-uQximffC1R .navbar.opened {
    height: auto;
  }
  .VunQY-uQximffC1R .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.VunQY-uQximffC1R .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.VunQY-uQximffC1R .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.VunQY-uQximffC1R .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.VunQY-uQximffC1R .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);
}
.VunQY-uQximffC1R .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.VunQY-uQximffC1R .dropdown-section-btn {
  margin: -0.6rem -0.6rem;
}
.VunQY-uQximffC1R .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .VunQY-uQximffC1R .navbar-brand {
    margin-right: auto;
  }
  .VunQY-uQximffC1R .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffeb69;
    backdrop-filter: blur(8px);
  }
  .VunQY-uQximffC1R .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .VunQY-uQximffC1R .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .VunQY-uQximffC1R .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;
  }
  .VunQY-uQximffC1R .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .VunQY-uQximffC1R .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .VunQY-uQximffC1R .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);
  }
  .VunQY-uQximffC1R .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .VunQY-uQximffC1R .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;
  }
  .VunQY-uQximffC1R .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .VunQY-uQximffC1R .navbar-collapse {
    padding: 1rem;
  }
}
.VunQY-uQximffC1R .navbar-brand,
.VunQY-uQximffC1R .navbar-toggler,
.VunQY-uQximffC1R .navbar-collapse {
  position: relative;
  z-index: 1;
}
.VunQY-uQximg0JTw {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.VunQY-uQximg0JTw .dropdown-text {
  color: #000000;
}
.VunQY-uQximg0JTw .dropdown-section-subtitle {
  color: #000000;
}
.VunQY-uQximg0JTw .dropdown-section-title {
  color: #000000;
  text-align: center;
}
.VunQY-uQximgBVdu {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background: #ffffff;
}
.VunQY-uQximgBVdu p {
  margin: 0;
}
@media (max-width: 991px) {
  .VunQY-uQximgBVdu .row {
    justify-content: flex-start !important;
  }
}
.VunQY-uQximgBVdu .dropdown-section-head {
  margin-bottom: 2rem;
}
.VunQY-uQximgBVdu .dropdown-section-title {
  text-align: center;
}
.VunQY-uQximgBVdu .dropdown-section-subtitle {
  text-align: center;
}
.VunQY-uQximgBVdu .image-wrapper {
  margin-bottom: 1rem;
}
.VunQY-uQximgBVdu .card-container {
  display: flex;
  flex-wrap: wrap;
}
.VunQY-uQximgBVdu .card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex: auto;
  flex-grow: 0;
  text-align: center;
  padding: 2rem 1rem;
  background-color: #ffeb69;
  border-width: 1px;
  border-style: dashed;
  border-color: #cd8ad1;
  border-radius: 30px;
  justify-content: center;
  border: none;
}
.VunQY-uQximgBVdu .dropdown-iconfont {
  font-size: 3rem;
  color: #cd8ad1;
}
.VunQY-uQximgBVdu div[class*="col"] {
  margin-bottom: 2rem;
}
.VunQY-uQximgBVdu .card-title {
  color: #000000;
}
.VunQY-uQximgBVdu P {
  color: #000000;
}
.VunQY-uQxpxPuCM8 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.VunQY-uQxpxPuCM8 .dropdown-fallback-image.disabled {
  display: none;
}
.VunQY-uQxpxPuCM8 .dropdown-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.VunQY-uQxpxPuCM8 .row {
  justify-content: center;
}
.VunQY-uQxpxPuCM8 .title-wrapper .dropdown-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .VunQY-uQxpxPuCM8 .title-wrapper .dropdown-section-title {
    margin-bottom: 32px;
  }
}
.VunQY-uQxpxPuCM8 .nav-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .VunQY-uQxpxPuCM8 .nav-wrapper {
    margin-bottom: 32px;
  }
}
.VunQY-uQxpxPuCM8 .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.VunQY-uQxpxPuCM8 .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all .3s ease;
}
.VunQY-uQxpxPuCM8 .nav-wrapper .list .item-wrap:hover,
.VunQY-uQxpxPuCM8 .nav-wrapper .list .item-wrap:focus {
  opacity: .5;
}
.VunQY-uQxpxPuCM8 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.VunQY-uQxpxPuCM8 .dropdown-section-btn {
  margin-bottom: 64px;
  text-align: right;
}
@media (max-width: 992px) {
  .VunQY-uQxpxPuCM8 .dropdown-section-btn {
    margin-bottom: 32px;
    text-align: left;
  }
}
.VunQY-uQxpxPuCM8 .border-wrapper {
  border-bottom: 3px dashed #ffffff;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .VunQY-uQxpxPuCM8 .border-wrapper {
    margin-bottom: 32px;
  }
}
.VunQY-uQxpxPuCM8 .dropdown-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.VunQY-uQxpxPuCM8 .dropdown-section-title {
  color: #ffffff;
}
.VunQY-uQxpxPuCM8 .list {
  color: #ffffff;
}
.VunQY-uQxpxPuCM8 .dropdown-section-title,
.VunQY-uQxpxPuCM8 .dropdown-section-btn {
  color: #ffffff;
}
.VunQY-uQxpxPuCM8 .list,
.VunQY-uQxpxPuCM8 .item-wrap {
  color: #ffffff;
}

/* Base Cookie Banner */
.cookie-banner {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    color: #424a4d;
    padding: 15px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.cookie-banner.show {
    visibility: visible;
    opacity: 1;
}

.cookie-banner p {
    margin: 0;
    font-size: 14px;
}

.cookie-banner a {
    color: #424a4d;
    text-decoration: underline;
}

.cookie-buttons {
    display: flex;
    gap: 10px;
}

.cookie-btn {
    all: unset;
    padding: 18px 15px;
    cursor: pointer;
    font-size: 14px;
    color: #ffffff;
    border-radius: 4px;
    text-align: center;
    line-height: 1;
    display: inline-block;
}

.cookie-btn.Accept {
    background-color: #28a745 !important;
}

.cookie-btn.ignore {
    background-color: #dc3545 !important;
}

/* Mobile View Adjustments */
@media (max-width: 768px) {
    .cookie-banner {
        flex-direction: column;
        padding: 10px;
        gap: 10px;
        font-size: 13px;
    }
    .cookie-buttons {
        flex-direction: column;
        width: 100%;
        gap: 8px;
    }
    .cookie-btn {
        width: 100%;
        padding: 10px 0;
    }
}
/* Finish Cookie Banner */
@keyframes coolIn {
  0% {
    opacity: 0;
    transform: scale(0.5) rotate(-15deg);
    filter: blur(5px);
  }
  60% {
    opacity: 1;
    transform: scale(1.1) rotate(5deg);
    filter: blur(0);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0);
    filter: blur(0);
  }
}

@keyframes coolOut {
  0% {
    opacity: 1;
    transform: scale(1) rotate(0);
    filter: blur(0);
  }
  100% {
    opacity: 0;
    transform: scale(0.8) rotate(10deg);
    filter: blur(3px);
  }
}

.cookie-banner {
  position: fixed;
  bottom: 16px;
  left: 16px;
  max-width: 600px;
  width: calc(100% - 32px);
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  z-index: 1000;
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  animation: coolIn 0.8s ease-out forwards;
  transition: all 0.3s ease-in-out;
}

.cookie-banner.hide {
  animation: coolOut 0.5s ease-in-out forwards;
  pointer-events: none;
}

#cookieBanner button {
  flex: 1;
  border: none;
  border-radius: 8px;
  padding: 12px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2), -5px -5px 10px rgba(255, 255, 255, 0.8);
  transform: scale(1);
}

#cookieAcceptBtn {
  background: linear-gradient(145deg, #007bff, #0056b3);
  color: white;
}

#cookieAcceptBtn:hover {
  background: linear-gradient(145deg, #0056b3, #004494);
  box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.3), inset -4px -4px 6px rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
}

#cookieRejectBtn {
  background: linear-gradient(145deg, #f8f9fa, #e0e0e0);
  color: #333;
  border: 1px solid #ccc;
}

#cookieRejectBtn:hover {
  background: linear-gradient(145deg, #e0e0e0, #d6d6d6);
  box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.2), inset -4px -4px 6px rgba(255, 255, 255, 0.8);
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .cookie-banner {
    width: calc(100% - 32px);
    left: 16px;
    bottom: 16px;
    padding: 15px;
  }
  #cookieBanner button {
    padding: 10px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .cookie-banner {
    width: calc(100% - 16px);
    left: 8px;
    bottom: 16px;
    padding: 10px;
  }
  #cookieBanner button {
    padding: 8px;
    font-size: 12px;
  }
}

/* logoanimations */
@keyframes flash {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}

.navbar-brand {
    animation: flash 1s linear;
}
/* endlogoanimations */

/* mainanimations */
/* Style 15: translate down */
a, button, .btn {
  transition: transform 0.1s ease;
}
a:active, button:active, .btn:active {
  transform: translateY(2px);
}
/* endmainanimations */
